@charset "UTF-8";
/* --------------------------------- colors --------------------------------- */
/* --------------------------------- Fontes --------------------------------- */
/* ------------------------------- font-sizes ------------------------------- */
/* ------------------------------ line-heights ------------------------------ */
/* ------------------------------ font-weights ------------------------------ */
/* --------------------------------- delays --------------------------------- */
/* --------------------------------- orders --------------------------------- */
/* ---------------------------------- grid ---------------------------------- */
/* -------------------------------- margins e paddings -------------------------------- */
/* ------------------------------ media queries ----------------------------- */
/* ------------------ para o gerador de classes responsivas ----------------- */
/* --------------------------------- colors --------------------------------- */
/* --------------------------------- Fontes --------------------------------- */
/* ------------------------------- font-sizes ------------------------------- */
/* ------------------------------ line-heights ------------------------------ */
/* ------------------------------ font-weights ------------------------------ */
/* --------------------------------- delays --------------------------------- */
/* --------------------------------- orders --------------------------------- */
/* ---------------------------------- grid ---------------------------------- */
/* -------------------------------- margins e paddings -------------------------------- */
/* ------------------------------ media queries ----------------------------- */
/* ------------------ para o gerador de classes responsivas ----------------- */
/*
@include screen(mobile){ width: 100%; }
@include breakpoint(940){ width:100%; }
@include breakpoint_min_max(640,1000){ width:100%; }

@include size( $w: 140rem, $h: 100%, $m: 0 auto);
@include absolute ($top: 0, $right: auto, $bottom: auto, $left: 0);
@include flex ($justify: center, $align: center, $direction: row, $wrap: wrap );


@include gradient();
@include text-gradient($start-color, $end-color, $orientation);
@include border-gradient();
*/
/*=====================================
=            MEDIA QUERIES            =
=====================================*/
/*=====  End of MEDIA QUERIES  ======*/
/*==================================
=            GRADIENTES            =
==================================*/
/*=====  End of GRADIENTES  ======*/
/* mixins*/
/* ------------------------------ close button ------------------------------ */
/* ---------------------------------- arrow --------------------------------- */
/* ---------------------------- swiper fullbanner --------------------------- */
/* ----------------------------- swiper carousel ---------------------------- */
/* purgecss start ignore */
*,
::before,
::after {
  box-sizing: border-box;
}

/*================================================
=            resets e classes padrões            =
================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------------------------------- fix zoom input -------------------------------- */
/* disable auto-zoom on iphone input field focus */
/*
select,
textarea,
input {
  @media only screen and (max-width: 767.98px) {
    font-size: 16px !important;
  }
}

/* --------------------------- fim fix zoom input --------------------------- */
/* purgecss end ignore */
/* ------------------------------- containers ------------------------------- */
.container-fluid {
  width: 100%;
  padding-left: var(--padding-fluid);
  padding-right: var(--padding-fluid);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(116rem + var(--padding) * 2);
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media only screen and (max-width: 1025px) {
  .container {
    padding-left: var(--padding-fluid);
    padding-right: var(--padding-fluid);
  }
}

.row {
  display: flex;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: calc(-1 * var(--padding));
  margin-right: calc(-1 * var(--padding));
  min-width: 100%;
}

/* --------------------------------- grid-columns --------------------------------- */
[class*="col-"] {
  padding-left: var(--padding);
  padding-right: var(--padding);
  width: 100%;
}

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

.col-0 {
  max-width: 0%;
}

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

.g-col-0 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
  width: calc((100vw / 12) * 0);
}

.g-offset-0 {
  margin-left: 0vw;
}

.col-1 {
  max-width: 8.33333333%;
}

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

.g-col-1 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
  width: calc((100vw / 12) * 1);
}

.g-offset-1 {
  margin-left: 8.33333333vw;
}

.col-2 {
  max-width: 16.66666667%;
}

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

.g-col-2 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
  width: calc((100vw / 12) * 2);
}

.g-offset-2 {
  margin-left: 16.66666667vw;
}

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

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

.g-col-3 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
  width: calc((100vw / 12) * 3);
}

.g-offset-3 {
  margin-left: 25vw;
}

.col-4 {
  max-width: 33.33333333%;
}

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

.g-col-4 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
  width: calc((100vw / 12) * 4);
}

.g-offset-4 {
  margin-left: 33.33333333vw;
}

.col-5 {
  max-width: 41.66666667%;
}

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

.g-col-5 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
  width: calc((100vw / 12) * 5);
}

.g-offset-5 {
  margin-left: 41.66666667vw;
}

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

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

.g-col-6 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
  width: calc((100vw / 12) * 6);
}

.g-offset-6 {
  margin-left: 50vw;
}

.col-7 {
  max-width: 58.33333333%;
}

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

.g-col-7 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
  width: calc((100vw / 12) * 7);
}

.g-offset-7 {
  margin-left: 58.33333333vw;
}

.col-8 {
  max-width: 66.66666667%;
}

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

.g-col-8 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
  width: calc((100vw / 12) * 8);
}

.g-offset-8 {
  margin-left: 66.66666667vw;
}

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

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

.g-col-9 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
  width: calc((100vw / 12) * 9);
}

.g-offset-9 {
  margin-left: 75vw;
}

.col-10 {
  max-width: 83.33333333%;
}

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

.g-col-10 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
  width: calc((100vw / 12) * 10);
}

.g-offset-10 {
  margin-left: 83.33333333vw;
}

.col-11 {
  max-width: 91.66666667%;
}

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

.g-col-11 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
  width: calc((100vw / 12) * 11);
}

.g-offset-11 {
  margin-left: 91.66666667vw;
}

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

.offset-12 {
  margin-left: 100%;
}

.g-col-12 {
  max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
  width: calc((100vw / 12) * 12);
}

.g-offset-12 {
  margin-left: 100vw;
}

@media only screen and (min-width: 576px) {
  .no-gutters-sm > .col,
  .no-gutters-sm > [class*="col-"] {
    padding: 0 !important;
  }
  .col-sm-0 {
    max-width: 0%;
  }
  .g-col-sm-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .g-offset-sm-0 {
    margin-left: 0vw;
  }
  .col-sm-1 {
    max-width: 8.33333333%;
  }
  .g-col-sm-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-sm-1 {
    margin-left: 8.33333333vw;
  }
  .col-sm-2 {
    max-width: 16.66666667%;
  }
  .g-col-sm-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-sm-2 {
    margin-left: 16.66666667vw;
  }
  .col-sm-3 {
    max-width: 25%;
  }
  .g-col-sm-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .g-offset-sm-3 {
    margin-left: 25vw;
  }
  .col-sm-4 {
    max-width: 33.33333333%;
  }
  .g-col-sm-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-sm-4 {
    margin-left: 33.33333333vw;
  }
  .col-sm-5 {
    max-width: 41.66666667%;
  }
  .g-col-sm-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-sm-5 {
    margin-left: 41.66666667vw;
  }
  .col-sm-6 {
    max-width: 50%;
  }
  .g-col-sm-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .g-offset-sm-6 {
    margin-left: 50vw;
  }
  .col-sm-7 {
    max-width: 58.33333333%;
  }
  .g-col-sm-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-sm-7 {
    margin-left: 58.33333333vw;
  }
  .col-sm-8 {
    max-width: 66.66666667%;
  }
  .g-col-sm-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-sm-8 {
    margin-left: 66.66666667vw;
  }
  .col-sm-9 {
    max-width: 75%;
  }
  .g-col-sm-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .g-offset-sm-9 {
    margin-left: 75vw;
  }
  .col-sm-10 {
    max-width: 83.33333333%;
  }
  .g-col-sm-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-sm-10 {
    margin-left: 83.33333333vw;
  }
  .col-sm-11 {
    max-width: 91.66666667%;
  }
  .g-col-sm-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-sm-11 {
    margin-left: 91.66666667vw;
  }
  .col-sm-12 {
    max-width: 100%;
  }
  .g-col-sm-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  .g-offset-sm-12 {
    margin-left: 100vw;
  }
}

@media only screen and (min-width: 768px) {
  .no-gutters-md > .col,
  .no-gutters-md > [class*="col-"] {
    padding: 0 !important;
  }
  .col-md-0 {
    max-width: 0%;
  }
  .g-col-md-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .g-offset-md-0 {
    margin-left: 0vw;
  }
  .col-md-1 {
    max-width: 8.33333333%;
  }
  .g-col-md-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-md-1 {
    margin-left: 8.33333333vw;
  }
  .col-md-2 {
    max-width: 16.66666667%;
  }
  .g-col-md-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-md-2 {
    margin-left: 16.66666667vw;
  }
  .col-md-3 {
    max-width: 25%;
  }
  .g-col-md-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .g-offset-md-3 {
    margin-left: 25vw;
  }
  .col-md-4 {
    max-width: 33.33333333%;
  }
  .g-col-md-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-md-4 {
    margin-left: 33.33333333vw;
  }
  .col-md-5 {
    max-width: 41.66666667%;
  }
  .g-col-md-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-md-5 {
    margin-left: 41.66666667vw;
  }
  .col-md-6 {
    max-width: 50%;
  }
  .g-col-md-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .g-offset-md-6 {
    margin-left: 50vw;
  }
  .col-md-7 {
    max-width: 58.33333333%;
  }
  .g-col-md-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-md-7 {
    margin-left: 58.33333333vw;
  }
  .col-md-8 {
    max-width: 66.66666667%;
  }
  .g-col-md-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-md-8 {
    margin-left: 66.66666667vw;
  }
  .col-md-9 {
    max-width: 75%;
  }
  .g-col-md-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .g-offset-md-9 {
    margin-left: 75vw;
  }
  .col-md-10 {
    max-width: 83.33333333%;
  }
  .g-col-md-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-md-10 {
    margin-left: 83.33333333vw;
  }
  .col-md-11 {
    max-width: 91.66666667%;
  }
  .g-col-md-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-md-11 {
    margin-left: 91.66666667vw;
  }
  .col-md-12 {
    max-width: 100%;
  }
  .g-col-md-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  .g-offset-md-12 {
    margin-left: 100vw;
  }
}

@media only screen and (min-width: 1025.1px) {
  .no-gutters-lg > .col,
  .no-gutters-lg > [class*="col-"] {
    padding: 0 !important;
  }
  .col-lg-0 {
    max-width: 0%;
  }
  .g-col-lg-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .g-offset-lg-0 {
    margin-left: 0vw;
  }
  .col-lg-1 {
    max-width: 8.33333333%;
  }
  .g-col-lg-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-lg-1 {
    margin-left: 8.33333333vw;
  }
  .col-lg-2 {
    max-width: 16.66666667%;
  }
  .g-col-lg-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-lg-2 {
    margin-left: 16.66666667vw;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .g-col-lg-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .g-offset-lg-3 {
    margin-left: 25vw;
  }
  .col-lg-4 {
    max-width: 33.33333333%;
  }
  .g-col-lg-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-lg-4 {
    margin-left: 33.33333333vw;
  }
  .col-lg-5 {
    max-width: 41.66666667%;
  }
  .g-col-lg-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-lg-5 {
    margin-left: 41.66666667vw;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .g-col-lg-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .g-offset-lg-6 {
    margin-left: 50vw;
  }
  .col-lg-7 {
    max-width: 58.33333333%;
  }
  .g-col-lg-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-lg-7 {
    margin-left: 58.33333333vw;
  }
  .col-lg-8 {
    max-width: 66.66666667%;
  }
  .g-col-lg-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-lg-8 {
    margin-left: 66.66666667vw;
  }
  .col-lg-9 {
    max-width: 75%;
  }
  .g-col-lg-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .g-offset-lg-9 {
    margin-left: 75vw;
  }
  .col-lg-10 {
    max-width: 83.33333333%;
  }
  .g-col-lg-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-lg-10 {
    margin-left: 83.33333333vw;
  }
  .col-lg-11 {
    max-width: 91.66666667%;
  }
  .g-col-lg-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-lg-11 {
    margin-left: 91.66666667vw;
  }
  .col-lg-12 {
    max-width: 100%;
  }
  .g-col-lg-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  .g-offset-lg-12 {
    margin-left: 100vw;
  }
}

@media only screen and (max-width: 767.98px) {
  .no-gutters-phone > .col,
  .no-gutters-phone > [class*="col-"] {
    padding: 0 !important;
  }
  .col-phone-0 {
    max-width: 0%;
  }
  .g-col-phone-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-phone-0 {
    margin-left: 0%;
  }
  .g-offset-phone-0 {
    margin-left: 0vw;
  }
  .col-phone-1 {
    max-width: 8.33333333%;
  }
  .g-col-phone-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-phone-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-phone-1 {
    margin-left: 8.33333333vw;
  }
  .col-phone-2 {
    max-width: 16.66666667%;
  }
  .g-col-phone-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-phone-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-phone-2 {
    margin-left: 16.66666667vw;
  }
  .col-phone-3 {
    max-width: 25%;
  }
  .g-col-phone-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-phone-3 {
    margin-left: 25%;
  }
  .g-offset-phone-3 {
    margin-left: 25vw;
  }
  .col-phone-4 {
    max-width: 33.33333333%;
  }
  .g-col-phone-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-phone-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-phone-4 {
    margin-left: 33.33333333vw;
  }
  .col-phone-5 {
    max-width: 41.66666667%;
  }
  .g-col-phone-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-phone-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-phone-5 {
    margin-left: 41.66666667vw;
  }
  .col-phone-6 {
    max-width: 50%;
  }
  .g-col-phone-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-phone-6 {
    margin-left: 50%;
  }
  .g-offset-phone-6 {
    margin-left: 50vw;
  }
  .col-phone-7 {
    max-width: 58.33333333%;
  }
  .g-col-phone-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-phone-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-phone-7 {
    margin-left: 58.33333333vw;
  }
  .col-phone-8 {
    max-width: 66.66666667%;
  }
  .g-col-phone-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-phone-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-phone-8 {
    margin-left: 66.66666667vw;
  }
  .col-phone-9 {
    max-width: 75%;
  }
  .g-col-phone-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-phone-9 {
    margin-left: 75%;
  }
  .g-offset-phone-9 {
    margin-left: 75vw;
  }
  .col-phone-10 {
    max-width: 83.33333333%;
  }
  .g-col-phone-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-phone-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-phone-10 {
    margin-left: 83.33333333vw;
  }
  .col-phone-11 {
    max-width: 91.66666667%;
  }
  .g-col-phone-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-phone-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-phone-11 {
    margin-left: 91.66666667vw;
  }
  .col-phone-12 {
    max-width: 100%;
  }
  .g-col-phone-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-phone-12 {
    margin-left: 100%;
  }
  .g-offset-phone-12 {
    margin-left: 100vw;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .no-gutters-tablet > .col,
  .no-gutters-tablet > [class*="col-"] {
    padding: 0 !important;
  }
  .col-tablet-0 {
    max-width: 0%;
  }
  .g-col-tablet-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-tablet-0 {
    margin-left: 0%;
  }
  .g-offset-tablet-0 {
    margin-left: 0vw;
  }
  .col-tablet-1 {
    max-width: 8.33333333%;
  }
  .g-col-tablet-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-tablet-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-tablet-1 {
    margin-left: 8.33333333vw;
  }
  .col-tablet-2 {
    max-width: 16.66666667%;
  }
  .g-col-tablet-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-tablet-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-tablet-2 {
    margin-left: 16.66666667vw;
  }
  .col-tablet-3 {
    max-width: 25%;
  }
  .g-col-tablet-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-tablet-3 {
    margin-left: 25%;
  }
  .g-offset-tablet-3 {
    margin-left: 25vw;
  }
  .col-tablet-4 {
    max-width: 33.33333333%;
  }
  .g-col-tablet-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-tablet-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-tablet-4 {
    margin-left: 33.33333333vw;
  }
  .col-tablet-5 {
    max-width: 41.66666667%;
  }
  .g-col-tablet-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-tablet-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-tablet-5 {
    margin-left: 41.66666667vw;
  }
  .col-tablet-6 {
    max-width: 50%;
  }
  .g-col-tablet-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-tablet-6 {
    margin-left: 50%;
  }
  .g-offset-tablet-6 {
    margin-left: 50vw;
  }
  .col-tablet-7 {
    max-width: 58.33333333%;
  }
  .g-col-tablet-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-tablet-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-tablet-7 {
    margin-left: 58.33333333vw;
  }
  .col-tablet-8 {
    max-width: 66.66666667%;
  }
  .g-col-tablet-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-tablet-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-tablet-8 {
    margin-left: 66.66666667vw;
  }
  .col-tablet-9 {
    max-width: 75%;
  }
  .g-col-tablet-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-tablet-9 {
    margin-left: 75%;
  }
  .g-offset-tablet-9 {
    margin-left: 75vw;
  }
  .col-tablet-10 {
    max-width: 83.33333333%;
  }
  .g-col-tablet-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-tablet-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-tablet-10 {
    margin-left: 83.33333333vw;
  }
  .col-tablet-11 {
    max-width: 91.66666667%;
  }
  .g-col-tablet-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-tablet-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-tablet-11 {
    margin-left: 91.66666667vw;
  }
  .col-tablet-12 {
    max-width: 100%;
  }
  .g-col-tablet-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-tablet-12 {
    margin-left: 100%;
  }
  .g-offset-tablet-12 {
    margin-left: 100vw;
  }
}

@media only screen and (max-width: 1025px) {
  .no-gutters-mobile > .col,
  .no-gutters-mobile > [class*="col-"] {
    padding: 0 !important;
  }
  .col-mobile-0 {
    max-width: 0%;
  }
  .g-col-mobile-0 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 0);
    width: calc((100vw / 12) * 0);
  }
  .offset-mobile-0 {
    margin-left: 0%;
  }
  .g-offset-mobile-0 {
    margin-left: 0vw;
  }
  .col-mobile-1 {
    max-width: 8.33333333%;
  }
  .g-col-mobile-1 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 1);
    width: calc((100vw / 12) * 1);
  }
  .offset-mobile-1 {
    margin-left: 8.33333333%;
  }
  .g-offset-mobile-1 {
    margin-left: 8.33333333vw;
  }
  .col-mobile-2 {
    max-width: 16.66666667%;
  }
  .g-col-mobile-2 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 2);
    width: calc((100vw / 12) * 2);
  }
  .offset-mobile-2 {
    margin-left: 16.66666667%;
  }
  .g-offset-mobile-2 {
    margin-left: 16.66666667vw;
  }
  .col-mobile-3 {
    max-width: 25%;
  }
  .g-col-mobile-3 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 3);
    width: calc((100vw / 12) * 3);
  }
  .offset-mobile-3 {
    margin-left: 25%;
  }
  .g-offset-mobile-3 {
    margin-left: 25vw;
  }
  .col-mobile-4 {
    max-width: 33.33333333%;
  }
  .g-col-mobile-4 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 4);
    width: calc((100vw / 12) * 4);
  }
  .offset-mobile-4 {
    margin-left: 33.33333333%;
  }
  .g-offset-mobile-4 {
    margin-left: 33.33333333vw;
  }
  .col-mobile-5 {
    max-width: 41.66666667%;
  }
  .g-col-mobile-5 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 5);
    width: calc((100vw / 12) * 5);
  }
  .offset-mobile-5 {
    margin-left: 41.66666667%;
  }
  .g-offset-mobile-5 {
    margin-left: 41.66666667vw;
  }
  .col-mobile-6 {
    max-width: 50%;
  }
  .g-col-mobile-6 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 6);
    width: calc((100vw / 12) * 6);
  }
  .offset-mobile-6 {
    margin-left: 50%;
  }
  .g-offset-mobile-6 {
    margin-left: 50vw;
  }
  .col-mobile-7 {
    max-width: 58.33333333%;
  }
  .g-col-mobile-7 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 7);
    width: calc((100vw / 12) * 7);
  }
  .offset-mobile-7 {
    margin-left: 58.33333333%;
  }
  .g-offset-mobile-7 {
    margin-left: 58.33333333vw;
  }
  .col-mobile-8 {
    max-width: 66.66666667%;
  }
  .g-col-mobile-8 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 8);
    width: calc((100vw / 12) * 8);
  }
  .offset-mobile-8 {
    margin-left: 66.66666667%;
  }
  .g-offset-mobile-8 {
    margin-left: 66.66666667vw;
  }
  .col-mobile-9 {
    max-width: 75%;
  }
  .g-col-mobile-9 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 9);
    width: calc((100vw / 12) * 9);
  }
  .offset-mobile-9 {
    margin-left: 75%;
  }
  .g-offset-mobile-9 {
    margin-left: 75vw;
  }
  .col-mobile-10 {
    max-width: 83.33333333%;
  }
  .g-col-mobile-10 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 10);
    width: calc((100vw / 12) * 10);
  }
  .offset-mobile-10 {
    margin-left: 83.33333333%;
  }
  .g-offset-mobile-10 {
    margin-left: 83.33333333vw;
  }
  .col-mobile-11 {
    max-width: 91.66666667%;
  }
  .g-col-mobile-11 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 11);
    width: calc((100vw / 12) * 11);
  }
  .offset-mobile-11 {
    margin-left: 91.66666667%;
  }
  .g-offset-mobile-11 {
    margin-left: 91.66666667vw;
  }
  .col-mobile-12 {
    max-width: 100%;
  }
  .g-col-mobile-12 {
    max-width: calc((calc(116rem + var(--padding) * 2) / 12) * 12);
    width: calc((100vw / 12) * 12);
  }
  .offset-mobile-12 {
    margin-left: 100%;
  }
  .g-offset-mobile-12 {
    margin-left: 100vw;
  }
}

.white-1 {
  color: #fff;
}

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

.white-2 {
  color: #F9F9F9;
}

.bg-white-2 {
  background-color: #F9F9F9;
}

.gray-1 {
  color: #EEEEEE;
}

.bg-gray-1 {
  background-color: #EEEEEE;
}

.gray-2 {
  color: #DBD1D1;
}

.bg-gray-2 {
  background-color: #DBD1D1;
}

.gray-3 {
  color: #707070;
}

.bg-gray-3 {
  background-color: #707070;
}

.black-1 {
  color: #000;
}

.bg-black-1 {
  background-color: #000;
}

.blue-1 {
  color: #0BA1C2;
}

.bg-blue-1 {
  background-color: #0BA1C2;
}

.blue-2 {
  color: #0EBEE6;
}

.bg-blue-2 {
  background-color: #0EBEE6;
}

.orange-1 {
  color: #F37021;
}

.bg-orange-1 {
  background-color: #F37021;
}

:root {
  --white-1: #fff;
  --white-2: #F9F9F9;
  --gray-1: #EEEEEE;
  --gray-2: #DBD1D1;
  --gray-3: #707070;
  --black-1: #000;
  --blue-1: #0BA1C2;
  --blue-2: #0EBEE6;
  --orange-1: #F37021;
}

.yes-mobile {
  display: none !important;
}

@media only screen and (max-width: 1025px) {
  .yes-mobile {
    display: block !important;
  }
}

@media only screen and (max-width: 1025px) {
  .no-mobile {
    display: none !important;
  }
}

@media only screen and (max-height: 550px) {
  .no-height-500 {
    display: none !important;
  }
}

@media only screen and (min-width: 767.98px) {
  .yes-phone {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .no-phone {
    display: none !important;
  }
}

.hide {
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: -100vw;
  text-indent: -99999px;
}

/* --------------------------------- height --------------------------------- */
@media only screen and (min-height: 1080px) {
  .h-1080 {
    min-height: 108rem;
  }
}

.min-100vh {
  min-height: 100vh;
}

/* ------------------------------ container-img ----------------------------- */
.container-img {
  overflow: hidden;
  display: flex;
}

.container-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/* -------------------------- imagens com lazyload -------------------------- */
.imgs {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.imgs img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.imgs .thumb {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 0;
  opacity: 1;
  transform: scale(1.15);
}

.imgs .original {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  transition-duration: 0s;
}

.imgs[data-loaded=true] .thumb {
  opacity: 0;
}

.imgs[data-loaded=true] .original {
  opacity: 1;
}

/* ------------------------ fim imagens com lazyload ----------------------- */
.full-left-fluid {
  min-width: calc(100% + var(--padding) + var(--padding-fluid));
  margin-left: calc((var(--padding) + var(--padding-fluid)) * -1);
}

@media only screen and (max-width: 1025px) {
  .full-left-fluid {
    min-width: calc(100% + (var(--padding) * 2) + (var(--padding-fluid) * 2));
    margin-right: calc((var(--padding) + var(--padding-fluid)) * -1);
    margin-left: calc((var(--padding) + var(--padding-fluid)) * -1);
  }
}

.full-right-fluid {
  min-width: calc(100% + var(--padding) + var(--padding-fluid));
  margin-right: calc((var(--padding) + var(--padding-fluid)) * -1);
}

@media only screen and (max-width: 1025px) {
  .full-right-fluid {
    min-width: calc(100% + (var(--padding) * 2) + (var(--padding-fluid) * 2));
    margin-right: calc((var(--padding) + var(--padding-fluid)) * -1);
    margin-left: calc((var(--padding) + var(--padding-fluid)) * -1);
  }
}

/* ------------------------------- font-sizes ------------------------------- */
.fs-12 {
  font-size: 1.2rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-13 {
  font-size: 1.3rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-14 {
  font-size: 1.4rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-15 {
  font-size: 1.5rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-16 {
  font-size: 1.6rem !important;
  line-height: 1.75em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-18 {
  font-size: 1.8rem !important;
  line-height: 1.75em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-20 {
  font-size: 2rem !important;
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-21 {
  font-size: 2.1rem !important;
  line-height: 1.4em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-22 {
  font-size: 1.8rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-24 {
  font-size: 2.4rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-25 {
  font-size: 2.5rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-30 {
  font-size: 3.0rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-32 {
  font-size: 3.2rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-36 {
  font-size: 3.6rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 400;
}

.fs-50 {
  font-size: 3.8rem !important;
  line-height: 1em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-55 {
  font-size: 5.5rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-65 {
  font-size: 4rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 900;
}

.fs-85 {
  font-size: 4rem !important;
  line-height: .95em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-90 {
  font-size: 9rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-120 {
  font-size: 11rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-156 {
  font-size: 8rem !important;
  line-height: .8em;
  letter-spacing: 0;
  font-weight: bold;
}

.fs-191 {
  font-size: 6.3rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 900;
}

.fs-211 {
  font-size: 21.1rem !important;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

@media only screen and (min-width: 576px) {
  .fs-sm-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-13 {
    font-size: 1.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-14 {
    font-size: 1.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-15 {
    font-size: 1.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-18 {
    font-size: 1.8rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-20 {
    font-size: 2rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-21 {
    font-size: 2.1rem !important;
    line-height: 1.4em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-22 {
    font-size: 1.8rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-24 {
    font-size: 2.4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-25 {
    font-size: 2.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-30 {
    font-size: 3.0rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-36 {
    font-size: 3.6rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-50 {
    font-size: 3.8rem !important;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-55 {
    font-size: 5.5rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-65 {
    font-size: 4rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-85 {
    font-size: 4rem !important;
    line-height: .95em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-90 {
    font-size: 9rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-120 {
    font-size: 11rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-156 {
    font-size: 8rem !important;
    line-height: .8em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-191 {
    font-size: 6.3rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 900;
  }
}

@media only screen and (min-width: 576px) {
  .fs-sm-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .fs-md-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1025.1px) {
  .fs-lg-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767.98px) {
  .fs-phone-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .fs-tablet-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1025px) {
  .fs-mobile-211 {
    font-size: 21.1rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: bold;
  }
}

/* --------------------------------- grids -------------------------------- */
.grid, .grid-10, .grid-20, .grid-25, .grid-30, .grid-33, .grid-40, .grid-50, .grid-60, .grid-66, .grid-70, .grid-75, .grid-80, .grid-90, .grid-100, .grid-sm-10, .grid-sm-20, .grid-sm-25, .grid-sm-30, .grid-sm-33, .grid-sm-40, .grid-sm-50, .grid-sm-60, .grid-sm-66, .grid-sm-70, .grid-sm-75, .grid-sm-80, .grid-sm-90, .grid-sm-100, .grid-md-10, .grid-md-20, .grid-md-25, .grid-md-30, .grid-md-33, .grid-md-40, .grid-md-50, .grid-md-60, .grid-md-66, .grid-md-70, .grid-md-75, .grid-md-80, .grid-md-90, .grid-md-100, .grid-lg-10, .grid-lg-20, .grid-lg-25, .grid-lg-30, .grid-lg-33, .grid-lg-40, .grid-lg-50, .grid-lg-60, .grid-lg-66, .grid-lg-70, .grid-lg-75, .grid-lg-80, .grid-lg-90, .grid-lg-100, .grid-phone-10, .grid-phone-20, .grid-phone-25, .grid-phone-30, .grid-phone-33, .grid-phone-40, .grid-phone-50, .grid-phone-60, .grid-phone-66, .grid-phone-70, .grid-phone-75, .grid-phone-80, .grid-phone-90, .grid-phone-100, .grid-tablet-10, .grid-tablet-20, .grid-tablet-25, .grid-tablet-30, .grid-tablet-33, .grid-tablet-40, .grid-tablet-50, .grid-tablet-60, .grid-tablet-66, .grid-tablet-70, .grid-tablet-75, .grid-tablet-80, .grid-tablet-90, .grid-tablet-100, .grid-mobile-10, .grid-mobile-20, .grid-mobile-25, .grid-mobile-30, .grid-mobile-33, .grid-mobile-40, .grid-mobile-50, .grid-mobile-60, .grid-mobile-66, .grid-mobile-70, .grid-mobile-75, .grid-mobile-80, .grid-mobile-90, .grid-mobile-100 {
  display: flex;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  min-width: 100%;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
}

.grid .grid-item, .grid-10 .grid-item, .grid-20 .grid-item, .grid-25 .grid-item, .grid-30 .grid-item, .grid-33 .grid-item, .grid-40 .grid-item, .grid-50 .grid-item, .grid-60 .grid-item, .grid-66 .grid-item, .grid-70 .grid-item, .grid-75 .grid-item, .grid-80 .grid-item, .grid-90 .grid-item, .grid-100 .grid-item, .grid-sm-10 .grid-item, .grid-sm-20 .grid-item, .grid-sm-25 .grid-item, .grid-sm-30 .grid-item, .grid-sm-33 .grid-item, .grid-sm-40 .grid-item, .grid-sm-50 .grid-item, .grid-sm-60 .grid-item, .grid-sm-66 .grid-item, .grid-sm-70 .grid-item, .grid-sm-75 .grid-item, .grid-sm-80 .grid-item, .grid-sm-90 .grid-item, .grid-sm-100 .grid-item, .grid-md-10 .grid-item, .grid-md-20 .grid-item, .grid-md-25 .grid-item, .grid-md-30 .grid-item, .grid-md-33 .grid-item, .grid-md-40 .grid-item, .grid-md-50 .grid-item, .grid-md-60 .grid-item, .grid-md-66 .grid-item, .grid-md-70 .grid-item, .grid-md-75 .grid-item, .grid-md-80 .grid-item, .grid-md-90 .grid-item, .grid-md-100 .grid-item, .grid-lg-10 .grid-item, .grid-lg-20 .grid-item, .grid-lg-25 .grid-item, .grid-lg-30 .grid-item, .grid-lg-33 .grid-item, .grid-lg-40 .grid-item, .grid-lg-50 .grid-item, .grid-lg-60 .grid-item, .grid-lg-66 .grid-item, .grid-lg-70 .grid-item, .grid-lg-75 .grid-item, .grid-lg-80 .grid-item, .grid-lg-90 .grid-item, .grid-lg-100 .grid-item, .grid-phone-10 .grid-item, .grid-phone-20 .grid-item, .grid-phone-25 .grid-item, .grid-phone-30 .grid-item, .grid-phone-33 .grid-item, .grid-phone-40 .grid-item, .grid-phone-50 .grid-item, .grid-phone-60 .grid-item, .grid-phone-66 .grid-item, .grid-phone-70 .grid-item, .grid-phone-75 .grid-item, .grid-phone-80 .grid-item, .grid-phone-90 .grid-item, .grid-phone-100 .grid-item, .grid-tablet-10 .grid-item, .grid-tablet-20 .grid-item, .grid-tablet-25 .grid-item, .grid-tablet-30 .grid-item, .grid-tablet-33 .grid-item, .grid-tablet-40 .grid-item, .grid-tablet-50 .grid-item, .grid-tablet-60 .grid-item, .grid-tablet-66 .grid-item, .grid-tablet-70 .grid-item, .grid-tablet-75 .grid-item, .grid-tablet-80 .grid-item, .grid-tablet-90 .grid-item, .grid-tablet-100 .grid-item, .grid-mobile-10 .grid-item, .grid-mobile-20 .grid-item, .grid-mobile-25 .grid-item, .grid-mobile-30 .grid-item, .grid-mobile-33 .grid-item, .grid-mobile-40 .grid-item, .grid-mobile-50 .grid-item, .grid-mobile-60 .grid-item, .grid-mobile-66 .grid-item, .grid-mobile-70 .grid-item, .grid-mobile-75 .grid-item, .grid-mobile-80 .grid-item, .grid-mobile-90 .grid-item, .grid-mobile-100 .grid-item {
  width: 100%;
  padding: var(--padding);
}

.grid-10 .grid-item {
  max-width: 10%;
}

.grid-20 .grid-item {
  max-width: 20%;
}

.grid-25 .grid-item {
  max-width: 25%;
}

.grid-30 .grid-item {
  max-width: 30%;
}

.grid-33 .grid-item {
  max-width: 33.33333%;
}

.grid-40 .grid-item {
  max-width: 40%;
}

.grid-50 .grid-item {
  max-width: 50%;
}

.grid-60 .grid-item {
  max-width: 60%;
}

.grid-66 .grid-item {
  max-width: 66.6666%;
}

.grid-70 .grid-item {
  max-width: 70%;
}

.grid-75 .grid-item {
  max-width: 75%;
}

.grid-80 .grid-item {
  max-width: 80%;
}

.grid-90 .grid-item {
  max-width: 90%;
}

.grid-100 .grid-item {
  max-width: 100%;
}

@media only screen and (min-width: 576px) {
  .grid-sm-10 .grid-item {
    max-width: 10%;
  }
  .grid-sm-20 .grid-item {
    max-width: 20%;
  }
  .grid-sm-25 .grid-item {
    max-width: 25%;
  }
  .grid-sm-30 .grid-item {
    max-width: 30%;
  }
  .grid-sm-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-sm-40 .grid-item {
    max-width: 40%;
  }
  .grid-sm-50 .grid-item {
    max-width: 50%;
  }
  .grid-sm-60 .grid-item {
    max-width: 60%;
  }
  .grid-sm-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-sm-70 .grid-item {
    max-width: 70%;
  }
  .grid-sm-75 .grid-item {
    max-width: 75%;
  }
  .grid-sm-80 .grid-item {
    max-width: 80%;
  }
  .grid-sm-90 .grid-item {
    max-width: 90%;
  }
  .grid-sm-100 .grid-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .grid-md-10 .grid-item {
    max-width: 10%;
  }
  .grid-md-20 .grid-item {
    max-width: 20%;
  }
  .grid-md-25 .grid-item {
    max-width: 25%;
  }
  .grid-md-30 .grid-item {
    max-width: 30%;
  }
  .grid-md-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-md-40 .grid-item {
    max-width: 40%;
  }
  .grid-md-50 .grid-item {
    max-width: 50%;
  }
  .grid-md-60 .grid-item {
    max-width: 60%;
  }
  .grid-md-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-md-70 .grid-item {
    max-width: 70%;
  }
  .grid-md-75 .grid-item {
    max-width: 75%;
  }
  .grid-md-80 .grid-item {
    max-width: 80%;
  }
  .grid-md-90 .grid-item {
    max-width: 90%;
  }
  .grid-md-100 .grid-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025.1px) {
  .grid-lg-10 .grid-item {
    max-width: 10%;
  }
  .grid-lg-20 .grid-item {
    max-width: 20%;
  }
  .grid-lg-25 .grid-item {
    max-width: 25%;
  }
  .grid-lg-30 .grid-item {
    max-width: 30%;
  }
  .grid-lg-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-lg-40 .grid-item {
    max-width: 40%;
  }
  .grid-lg-50 .grid-item {
    max-width: 50%;
  }
  .grid-lg-60 .grid-item {
    max-width: 60%;
  }
  .grid-lg-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-lg-70 .grid-item {
    max-width: 70%;
  }
  .grid-lg-75 .grid-item {
    max-width: 75%;
  }
  .grid-lg-80 .grid-item {
    max-width: 80%;
  }
  .grid-lg-90 .grid-item {
    max-width: 90%;
  }
  .grid-lg-100 .grid-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .grid-phone-10 .grid-item {
    max-width: 10%;
  }
  .grid-phone-20 .grid-item {
    max-width: 20%;
  }
  .grid-phone-25 .grid-item {
    max-width: 25%;
  }
  .grid-phone-30 .grid-item {
    max-width: 30%;
  }
  .grid-phone-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-phone-40 .grid-item {
    max-width: 40%;
  }
  .grid-phone-50 .grid-item {
    max-width: 50%;
  }
  .grid-phone-60 .grid-item {
    max-width: 60%;
  }
  .grid-phone-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-phone-70 .grid-item {
    max-width: 70%;
  }
  .grid-phone-75 .grid-item {
    max-width: 75%;
  }
  .grid-phone-80 .grid-item {
    max-width: 80%;
  }
  .grid-phone-90 .grid-item {
    max-width: 90%;
  }
  .grid-phone-100 .grid-item {
    max-width: 100%;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .grid-tablet-10 .grid-item {
    max-width: 10%;
  }
  .grid-tablet-20 .grid-item {
    max-width: 20%;
  }
  .grid-tablet-25 .grid-item {
    max-width: 25%;
  }
  .grid-tablet-30 .grid-item {
    max-width: 30%;
  }
  .grid-tablet-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-tablet-40 .grid-item {
    max-width: 40%;
  }
  .grid-tablet-50 .grid-item {
    max-width: 50%;
  }
  .grid-tablet-60 .grid-item {
    max-width: 60%;
  }
  .grid-tablet-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-tablet-70 .grid-item {
    max-width: 70%;
  }
  .grid-tablet-75 .grid-item {
    max-width: 75%;
  }
  .grid-tablet-80 .grid-item {
    max-width: 80%;
  }
  .grid-tablet-90 .grid-item {
    max-width: 90%;
  }
  .grid-tablet-100 .grid-item {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1025px) {
  .grid-mobile-10 .grid-item {
    max-width: 10%;
  }
  .grid-mobile-20 .grid-item {
    max-width: 20%;
  }
  .grid-mobile-25 .grid-item {
    max-width: 25%;
  }
  .grid-mobile-30 .grid-item {
    max-width: 30%;
  }
  .grid-mobile-33 .grid-item {
    max-width: 33.33333%;
  }
  .grid-mobile-40 .grid-item {
    max-width: 40%;
  }
  .grid-mobile-50 .grid-item {
    max-width: 50%;
  }
  .grid-mobile-60 .grid-item {
    max-width: 60%;
  }
  .grid-mobile-66 .grid-item {
    max-width: 66.6666%;
  }
  .grid-mobile-70 .grid-item {
    max-width: 70%;
  }
  .grid-mobile-75 .grid-item {
    max-width: 75%;
  }
  .grid-mobile-80 .grid-item {
    max-width: 80%;
  }
  .grid-mobile-90 .grid-item {
    max-width: 90%;
  }
  .grid-mobile-100 .grid-item {
    max-width: 100%;
  }
}

.w-auto {
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-33 {
  width: calc(100% / 3);
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-66 {
  width: calc((100% / 3) * 2);
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.no-mw {
  max-width: 100%;
}

.transition-delay-0 {
  transition-delay: 0ms;
}

.animation-delay-0 {
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

[data-delay="0"] {
  transition-delay: 0ms;
  -webkit-animation-delay: 0ms;
          animation-delay: 0ms;
}

/* -------------------------------- display -------------------------------- */
.d-flex {
  display: flex;
}

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

.d-block {
  display: block;
}

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

.d-inline {
  display: inline;
}

.display-none,
.d-none {
  display: none !important;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-initial {
  display: flex;
  justify-content: initial;
  align-items: initial;
  flex-wrap: wrap;
}

.flex-end-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: initial;
  flex-wrap: wrap;
}

.flex-y-end {
  display: flex;
  justify-content: flex-start;
  align-items: initial;
  align-content: flex-end;
  flex-wrap: wrap;
}

.flex-end-center {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.flex-y-center {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}

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

/* ------------------------------- responsivo ------------------------------- */
@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-inline {
    display: inline;
  }
  .display-sm-none,
  .d-sm-none {
    display: none !important;
  }
  .d-sm-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-sm-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-sm-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-sm-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-sm-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-sm-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-sm-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-sm-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-sm-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-block {
    display: block;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-inline {
    display: inline;
  }
  .display-md-none,
  .d-md-none {
    display: none !important;
  }
  .d-md-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-md-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-md-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-md-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-md-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-md-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-md-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-md-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-md-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 1025.1px) {
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-inline {
    display: inline;
  }
  .display-lg-none,
  .d-lg-none {
    display: none !important;
  }
  .d-lg-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-lg-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-lg-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-lg-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-lg-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-lg-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-lg-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-lg-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-lg-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 767.98px) {
  .d-phone-flex {
    display: flex;
  }
  .d-phone-inline-flex {
    display: inline-flex;
  }
  .d-phone-block {
    display: block;
  }
  .d-phone-inline-block {
    display: inline-block;
  }
  .d-phone-inline {
    display: inline;
  }
  .display-phone-none,
  .d-phone-none {
    display: none !important;
  }
  .d-phone-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-phone-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-phone-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-phone-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-phone-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-phone-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-phone-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-phone-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-phone-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-phone-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .d-tablet-flex {
    display: flex;
  }
  .d-tablet-inline-flex {
    display: inline-flex;
  }
  .d-tablet-block {
    display: block;
  }
  .d-tablet-inline-block {
    display: inline-block;
  }
  .d-tablet-inline {
    display: inline;
  }
  .display-tablet-none,
  .d-tablet-none {
    display: none !important;
  }
  .d-tablet-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-tablet-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-tablet-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-tablet-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-tablet-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-tablet-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-tablet-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-tablet-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-tablet-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-tablet-column-reverse {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1025px) {
  .d-mobile-flex {
    display: flex;
  }
  .d-mobile-inline-flex {
    display: inline-flex;
  }
  .d-mobile-block {
    display: block;
  }
  .d-mobile-inline-block {
    display: inline-block;
  }
  .d-mobile-inline {
    display: inline;
  }
  .display-mobile-none,
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-mobile-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flex-mobile-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-mobile-initial {
    display: flex;
    justify-content: initial;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-mobile-end-end {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .flex-mobile-end {
    display: flex;
    justify-content: flex-end;
    align-items: initial;
    flex-wrap: wrap;
  }
  .flex-mobile-end-center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .flex-mobile-y-center {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .flex-mobile-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .flex-mobile-column-reverse {
    flex-direction: column-reverse;
  }
}

/* ----------------------------- fim responsivo ----------------------------- */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.responsive-table {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}

/* ------------------------------- flex aligns ------------------------------ */
.justify-content-center {
  justify-content: center;
}

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

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

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

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

.justify-content-evenly {
  justify-content: space-evenly;
}

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

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

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

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

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

.align-content-evenly {
  align-content: space-evenly;
}

.align-content-initial {
  align-content: initial;
}

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

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

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

.align-items-between {
  align-items: space-between;
}

.align-items-around {
  align-items: space-around;
}

.align-items-evenly {
  align-items: space-evenly;
}

.align-items-initial {
  align-items: initial;
}

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

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

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

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

/* ------------------------------- responsivo ------------------------------- */
@media only screen and (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-evenly {
    align-content: space-evenly;
  }
  .align-content-sm-initial {
    align-content: initial;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-between {
    align-items: space-between;
  }
  .align-items-sm-around {
    align-items: space-around;
  }
  .align-items-sm-evenly {
    align-items: space-evenly;
  }
  .align-items-sm-initial {
    align-items: initial;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
}

@media only screen and (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-evenly {
    align-content: space-evenly;
  }
  .align-content-md-initial {
    align-content: initial;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-between {
    align-items: space-between;
  }
  .align-items-md-around {
    align-items: space-around;
  }
  .align-items-md-evenly {
    align-items: space-evenly;
  }
  .align-items-md-initial {
    align-items: initial;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
}

@media only screen and (min-width: 1025.1px) {
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-evenly {
    align-content: space-evenly;
  }
  .align-content-lg-initial {
    align-content: initial;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-between {
    align-items: space-between;
  }
  .align-items-lg-around {
    align-items: space-around;
  }
  .align-items-lg-evenly {
    align-items: space-evenly;
  }
  .align-items-lg-initial {
    align-items: initial;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 767.98px) {
  .justify-content-phone-center {
    justify-content: center;
  }
  .justify-content-phone-end {
    justify-content: flex-end;
  }
  .justify-content-phone-start {
    justify-content: flex-start;
  }
  .justify-content-phone-between {
    justify-content: space-between;
  }
  .justify-content-phone-around {
    justify-content: space-around;
  }
  .justify-content-phone-evenly {
    justify-content: space-evenly;
  }
  .align-content-phone-center {
    align-content: center;
  }
  .align-content-phone-end {
    align-content: flex-end;
  }
  .align-content-phone-start {
    align-content: flex-start;
  }
  .align-content-phone-between {
    align-content: space-between;
  }
  .align-content-phone-around {
    align-content: space-around;
  }
  .align-content-phone-evenly {
    align-content: space-evenly;
  }
  .align-content-phone-initial {
    align-content: initial;
  }
  .align-items-phone-center {
    align-items: center;
  }
  .align-items-phone-end {
    align-items: flex-end;
  }
  .align-items-phone-start {
    align-items: flex-start;
  }
  .align-items-phone-between {
    align-items: space-between;
  }
  .align-items-phone-around {
    align-items: space-around;
  }
  .align-items-phone-evenly {
    align-items: space-evenly;
  }
  .align-items-phone-initial {
    align-items: initial;
  }
  .align-items-phone-stretch {
    align-items: stretch;
  }
  .align-self-phone-center {
    align-self: center;
  }
  .align-self-phone-end {
    align-self: flex-end;
  }
  .align-self-phone-start {
    align-self: flex-start;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .justify-content-tablet-center {
    justify-content: center;
  }
  .justify-content-tablet-end {
    justify-content: flex-end;
  }
  .justify-content-tablet-start {
    justify-content: flex-start;
  }
  .justify-content-tablet-between {
    justify-content: space-between;
  }
  .justify-content-tablet-around {
    justify-content: space-around;
  }
  .justify-content-tablet-evenly {
    justify-content: space-evenly;
  }
  .align-content-tablet-center {
    align-content: center;
  }
  .align-content-tablet-end {
    align-content: flex-end;
  }
  .align-content-tablet-start {
    align-content: flex-start;
  }
  .align-content-tablet-between {
    align-content: space-between;
  }
  .align-content-tablet-around {
    align-content: space-around;
  }
  .align-content-tablet-evenly {
    align-content: space-evenly;
  }
  .align-content-tablet-initial {
    align-content: initial;
  }
  .align-items-tablet-center {
    align-items: center;
  }
  .align-items-tablet-end {
    align-items: flex-end;
  }
  .align-items-tablet-start {
    align-items: flex-start;
  }
  .align-items-tablet-between {
    align-items: space-between;
  }
  .align-items-tablet-around {
    align-items: space-around;
  }
  .align-items-tablet-evenly {
    align-items: space-evenly;
  }
  .align-items-tablet-initial {
    align-items: initial;
  }
  .align-items-tablet-stretch {
    align-items: stretch;
  }
  .align-self-tablet-center {
    align-self: center;
  }
  .align-self-tablet-end {
    align-self: flex-end;
  }
  .align-self-tablet-start {
    align-self: flex-start;
  }
}

@media only screen and (max-width: 1025px) {
  .justify-content-mobile-center {
    justify-content: center;
  }
  .justify-content-mobile-end {
    justify-content: flex-end;
  }
  .justify-content-mobile-start {
    justify-content: flex-start;
  }
  .justify-content-mobile-between {
    justify-content: space-between;
  }
  .justify-content-mobile-around {
    justify-content: space-around;
  }
  .justify-content-mobile-evenly {
    justify-content: space-evenly;
  }
  .align-content-mobile-center {
    align-content: center;
  }
  .align-content-mobile-end {
    align-content: flex-end;
  }
  .align-content-mobile-start {
    align-content: flex-start;
  }
  .align-content-mobile-between {
    align-content: space-between;
  }
  .align-content-mobile-around {
    align-content: space-around;
  }
  .align-content-mobile-evenly {
    align-content: space-evenly;
  }
  .align-content-mobile-initial {
    align-content: initial;
  }
  .align-items-mobile-center {
    align-items: center;
  }
  .align-items-mobile-end {
    align-items: flex-end;
  }
  .align-items-mobile-start {
    align-items: flex-start;
  }
  .align-items-mobile-between {
    align-items: space-between;
  }
  .align-items-mobile-around {
    align-items: space-around;
  }
  .align-items-mobile-evenly {
    align-items: space-evenly;
  }
  .align-items-mobile-initial {
    align-items: initial;
  }
  .align-items-mobile-stretch {
    align-items: stretch;
  }
  .align-self-mobile-center {
    align-self: center;
  }
  .align-self-mobile-end {
    align-self: flex-end;
  }
  .align-self-mobile-start {
    align-self: flex-start;
  }
}

/* ----------------------------- fim responsivo ----------------------------- */
/* --------------------------------- margins -------------------------------- */
@media only screen and (min-width: 1025.1px) {
  .m--header {
    margin: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--header {
    margin: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--header {
    margin: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--header {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--header {
    margin-left: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--header {
    margin-left: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--header {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--header {
    margin-right: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--header {
    margin-right: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--header {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--header {
    margin-top: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--header {
    margin-top: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--header {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--header {
    margin-bottom: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--header {
    margin-bottom: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--header {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--header {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--header {
    margin-top: 25rem;
    margin-bottom: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--header {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--header {
    margin-left: 20rem;
    margin-right: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--header {
    margin-left: 25rem;
    margin-right: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--5 {
    margin: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--5 {
    margin: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--5 {
    margin: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--5 {
    margin-left: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--5 {
    margin-left: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--5 {
    margin-left: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--5 {
    margin-right: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--5 {
    margin-right: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--5 {
    margin-right: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--5 {
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--5 {
    margin-top: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--5 {
    margin-top: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--5 {
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--5 {
    margin-bottom: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--5 {
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--5 {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--8 {
    margin: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--8 {
    margin: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--8 {
    margin: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--8 {
    margin-left: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--8 {
    margin-left: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--8 {
    margin-left: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--8 {
    margin-right: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--8 {
    margin-right: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--8 {
    margin-right: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--8 {
    margin-top: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--8 {
    margin-top: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--8 {
    margin-top: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--8 {
    margin-bottom: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--8 {
    margin-bottom: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--8 {
    margin-bottom: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--8 {
    margin-top: .8rem;
    margin-bottom: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--8 {
    margin-top: .8rem;
    margin-bottom: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--8 {
    margin-top: .8rem;
    margin-bottom: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--8 {
    margin-left: .8rem;
    margin-right: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--8 {
    margin-left: .8rem;
    margin-right: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--8 {
    margin-left: .8rem;
    margin-right: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--10 {
    margin: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--10 {
    margin: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--10 {
    margin: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--10 {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--10 {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--10 {
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--10 {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--10 {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--10 {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--10 {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--10 {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--10 {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--10 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--10 {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--10 {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--10 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--10 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--15 {
    margin: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--15 {
    margin: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--15 {
    margin: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--15 {
    margin-left: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--15 {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--15 {
    margin-left: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--15 {
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--15 {
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--15 {
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--15 {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--15 {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--15 {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--15 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--15 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--15 {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--15 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--15 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--20 {
    margin: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--20 {
    margin: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--20 {
    margin: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--20 {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--20 {
    margin-left: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--20 {
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--20 {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--20 {
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--20 {
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--20 {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--20 {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--20 {
    margin-top: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--20 {
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--20 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--30 {
    margin: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--30 {
    margin: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--30 {
    margin: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--30 {
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--30 {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--30 {
    margin-left: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--30 {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--30 {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--30 {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--30 {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--30 {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--30 {
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--30 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--30 {
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--30 {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--30 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--30 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--35 {
    margin: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--35 {
    margin: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--35 {
    margin: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--35 {
    margin-left: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--35 {
    margin-left: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--35 {
    margin-left: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--35 {
    margin-right: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--35 {
    margin-right: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--35 {
    margin-right: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--35 {
    margin-top: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--35 {
    margin-top: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--35 {
    margin-top: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--35 {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--35 {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--35 {
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--35 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--35 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--35 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--35 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--35 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--35 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--60 {
    margin: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--60 {
    margin: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--60 {
    margin: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--60 {
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--60 {
    margin-left: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--60 {
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--60 {
    margin-right: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--60 {
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--60 {
    margin-right: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--60 {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--60 {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--60 {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--60 {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--60 {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--60 {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--60 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--60 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--60 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--60 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--60 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--60 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--65 {
    margin: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--65 {
    margin: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--65 {
    margin: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--65 {
    margin-left: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--65 {
    margin-left: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--65 {
    margin-left: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--65 {
    margin-right: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--65 {
    margin-right: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--65 {
    margin-right: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--65 {
    margin-top: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--65 {
    margin-top: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--65 {
    margin-top: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--65 {
    margin-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--65 {
    margin-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--65 {
    margin-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--65 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--65 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--65 {
    margin-top: 6.5rem;
    margin-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--65 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--65 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--65 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--70 {
    margin: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--70 {
    margin: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--70 {
    margin: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--70 {
    margin-left: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--70 {
    margin-left: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--70 {
    margin-left: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--70 {
    margin-right: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--70 {
    margin-right: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--70 {
    margin-right: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--70 {
    margin-top: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--70 {
    margin-top: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--70 {
    margin-top: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--70 {
    margin-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--70 {
    margin-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--70 {
    margin-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--70 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--70 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--70 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--70 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--70 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--70 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--80 {
    margin: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--80 {
    margin: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--80 {
    margin: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--80 {
    margin-left: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--80 {
    margin-left: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--80 {
    margin-left: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--80 {
    margin-right: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--80 {
    margin-right: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--80 {
    margin-right: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--80 {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--80 {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--80 {
    margin-top: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--80 {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--80 {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--80 {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--80 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--80 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--80 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--80 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--80 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--80 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--100 {
    margin: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--100 {
    margin: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--100 {
    margin: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--100 {
    margin-left: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--100 {
    margin-left: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--100 {
    margin-left: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--100 {
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--100 {
    margin-right: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--100 {
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--100 {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--100 {
    margin-top: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--100 {
    margin-top: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--100 {
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--100 {
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--100 {
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--100 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--100 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--125 {
    margin: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--125 {
    margin: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--125 {
    margin: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--125 {
    margin-left: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--125 {
    margin-left: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--125 {
    margin-left: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--125 {
    margin-right: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--125 {
    margin-right: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--125 {
    margin-right: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--125 {
    margin-top: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--125 {
    margin-top: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--125 {
    margin-top: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--125 {
    margin-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--125 {
    margin-bottom: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--125 {
    margin-bottom: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--125 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--125 {
    margin-top: 12.5rem;
    margin-bottom: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--125 {
    margin-top: 8.5rem;
    margin-bottom: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--125 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--125 {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--125 {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--140 {
    margin: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--140 {
    margin: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--140 {
    margin: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--140 {
    margin-left: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--140 {
    margin-left: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--140 {
    margin-left: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--140 {
    margin-right: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--140 {
    margin-right: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--140 {
    margin-right: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--140 {
    margin-top: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--140 {
    margin-top: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--140 {
    margin-top: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--140 {
    margin-bottom: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--140 {
    margin-bottom: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--140 {
    margin-bottom: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--140 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--140 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--140 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--140 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--140 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--140 {
    margin-left: 14rem;
    margin-right: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--150 {
    margin: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--150 {
    margin: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--150 {
    margin: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--150 {
    margin-left: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--150 {
    margin-left: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--150 {
    margin-left: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--150 {
    margin-right: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--150 {
    margin-right: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--150 {
    margin-right: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--150 {
    margin-top: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--150 {
    margin-top: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--150 {
    margin-top: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--150 {
    margin-bottom: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--150 {
    margin-bottom: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--150 {
    margin-bottom: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--150 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--150 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--150 {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--150 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--150 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--150 {
    margin-left: 15rem;
    margin-right: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m--185 {
    margin: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m--185 {
    margin: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .m--185 {
    margin: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .ml--185 {
    margin-left: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .ml--185 {
    margin-left: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ml--185 {
    margin-left: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mr--185 {
    margin-right: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mr--185 {
    margin-right: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mr--185 {
    margin-right: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mt--185 {
    margin-top: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--185 {
    margin-top: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mt--185 {
    margin-top: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mb--185 {
    margin-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mb--185 {
    margin-bottom: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mb--185 {
    margin-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .my--185 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .my--185 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .my--185 {
    margin-top: 18.5rem;
    margin-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .mx--185 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mx--185 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .mx--185 {
    margin-left: 18.5rem;
    margin-right: 18.5rem;
  }
}

/* --------------------------------- paddings -------------------------------- */
@media only screen and (min-width: 1025.1px) {
  .p--header {
    padding: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--header {
    padding: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--header {
    padding: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--header {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--header {
    padding-left: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--header {
    padding-left: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--header {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--header {
    padding-right: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--header {
    padding-right: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--header {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--header {
    padding-top: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--header {
    padding-top: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--header {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--header {
    padding-bottom: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--header {
    padding-bottom: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--header {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--header {
    padding-top: 25rem;
    padding-bottom: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--header {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--header {
    padding-left: 25rem;
    padding-right: 25rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--5 {
    padding: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--5 {
    padding: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--5 {
    padding: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--5 {
    padding-left: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--5 {
    padding-left: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--5 {
    padding-left: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--5 {
    padding-right: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--5 {
    padding-right: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--5 {
    padding-right: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--5 {
    padding-top: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--5 {
    padding-top: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--5 {
    padding-top: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--5 {
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--5 {
    padding-bottom: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--5 {
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--5 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--8 {
    padding: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--8 {
    padding: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--8 {
    padding: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--8 {
    padding-left: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--8 {
    padding-left: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--8 {
    padding-left: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--8 {
    padding-right: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--8 {
    padding-right: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--8 {
    padding-right: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--8 {
    padding-top: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--8 {
    padding-top: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--8 {
    padding-top: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--8 {
    padding-bottom: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--8 {
    padding-bottom: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--8 {
    padding-bottom: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--8 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--8 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--8 {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--8 {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--8 {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--8 {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--10 {
    padding: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--10 {
    padding: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--10 {
    padding: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--10 {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--10 {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--10 {
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--10 {
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--10 {
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--10 {
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--10 {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--10 {
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--10 {
    padding-top: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--10 {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--10 {
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--10 {
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--15 {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--15 {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--15 {
    padding: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--15 {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--15 {
    padding-left: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--15 {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--15 {
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--15 {
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--15 {
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--15 {
    padding-top: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--15 {
    padding-top: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--15 {
    padding-top: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--15 {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--15 {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--15 {
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--15 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--20 {
    padding: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--20 {
    padding: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--20 {
    padding: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--20 {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--20 {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--20 {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--20 {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--20 {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--20 {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--20 {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--20 {
    padding-top: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--20 {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--20 {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--20 {
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--20 {
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--30 {
    padding: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--30 {
    padding: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--30 {
    padding: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--30 {
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--30 {
    padding-left: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--30 {
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--30 {
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--30 {
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--30 {
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--30 {
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--30 {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--30 {
    padding-top: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--35 {
    padding: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--35 {
    padding: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--35 {
    padding: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--35 {
    padding-left: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--35 {
    padding-left: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--35 {
    padding-left: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--35 {
    padding-right: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--35 {
    padding-right: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--35 {
    padding-right: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--35 {
    padding-top: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--35 {
    padding-top: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--35 {
    padding-top: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--35 {
    padding-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--35 {
    padding-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--35 {
    padding-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--35 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--35 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--35 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--35 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--60 {
    padding: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--60 {
    padding: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--60 {
    padding: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--60 {
    padding-left: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--60 {
    padding-left: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--60 {
    padding-left: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--60 {
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--60 {
    padding-right: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--60 {
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--60 {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--60 {
    padding-top: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--60 {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--60 {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--60 {
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--60 {
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--60 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--60 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--60 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--65 {
    padding: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--65 {
    padding: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--65 {
    padding: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--65 {
    padding-left: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--65 {
    padding-left: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--65 {
    padding-left: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--65 {
    padding-right: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--65 {
    padding-right: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--65 {
    padding-right: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--65 {
    padding-top: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--65 {
    padding-top: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--65 {
    padding-top: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--65 {
    padding-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--65 {
    padding-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--65 {
    padding-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--65 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--65 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--65 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--65 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--65 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--65 {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--70 {
    padding: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--70 {
    padding: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--70 {
    padding: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--70 {
    padding-left: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--70 {
    padding-left: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--70 {
    padding-left: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--70 {
    padding-right: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--70 {
    padding-right: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--70 {
    padding-right: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--70 {
    padding-top: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--70 {
    padding-top: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--70 {
    padding-top: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--70 {
    padding-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--70 {
    padding-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--70 {
    padding-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--70 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--70 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--70 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--70 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--70 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--70 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--80 {
    padding: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--80 {
    padding: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--80 {
    padding: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--80 {
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--80 {
    padding-left: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--80 {
    padding-left: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--80 {
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--80 {
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--80 {
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--80 {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--80 {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--80 {
    padding-top: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--80 {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--80 {
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--80 {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--100 {
    padding: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--100 {
    padding: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--100 {
    padding: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--100 {
    padding-left: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--100 {
    padding-left: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--100 {
    padding-left: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--100 {
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--100 {
    padding-right: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--100 {
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--100 {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--100 {
    padding-top: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--100 {
    padding-top: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--100 {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--100 {
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--100 {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--100 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--125 {
    padding: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--125 {
    padding: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--125 {
    padding: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--125 {
    padding-left: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--125 {
    padding-left: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--125 {
    padding-left: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--125 {
    padding-right: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--125 {
    padding-right: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--125 {
    padding-right: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--125 {
    padding-top: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--125 {
    padding-top: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--125 {
    padding-top: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--125 {
    padding-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--125 {
    padding-bottom: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--125 {
    padding-bottom: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--125 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--125 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--125 {
    padding-top: 8.5rem;
    padding-bottom: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--125 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--125 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--125 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--140 {
    padding: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--140 {
    padding: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--140 {
    padding: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--140 {
    padding-left: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--140 {
    padding-left: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--140 {
    padding-left: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--140 {
    padding-right: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--140 {
    padding-right: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--140 {
    padding-right: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--140 {
    padding-top: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--140 {
    padding-top: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--140 {
    padding-top: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--140 {
    padding-bottom: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--140 {
    padding-bottom: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--140 {
    padding-bottom: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--140 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--140 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--140 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--140 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--140 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--140 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--150 {
    padding: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--150 {
    padding: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--150 {
    padding: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--150 {
    padding-left: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--150 {
    padding-left: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--150 {
    padding-left: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--150 {
    padding-right: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--150 {
    padding-right: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--150 {
    padding-right: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--150 {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--150 {
    padding-top: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--150 {
    padding-top: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--150 {
    padding-bottom: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--150 {
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--150 {
    padding-bottom: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--150 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--150 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--150 {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--150 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--150 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--150 {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p--185 {
    padding: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p--185 {
    padding: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .p--185 {
    padding: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pl--185 {
    padding-left: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pl--185 {
    padding-left: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pl--185 {
    padding-left: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pr--185 {
    padding-right: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pr--185 {
    padding-right: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pr--185 {
    padding-right: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .pb--185 {
    padding-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--185 {
    padding-bottom: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .pb--185 {
    padding-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .py--185 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .py--185 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .py--185 {
    padding-top: 18.5rem;
    padding-bottom: 18.5rem;
  }
}

@media only screen and (min-width: 1025.1px) {
  .px--185 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .px--185 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .px--185 {
    padding-left: 18.5rem;
    padding-right: 18.5rem;
  }
}

/* --------------------------------- margins -------------------------------- */
.m-auto {
  margin: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.m-header {
  margin: var(--header-height);
}

.ml-header {
  margin-left: var(--header-height);
}

.mr-header {
  margin-right: var(--header-height);
}

.mt-header {
  margin-top: var(--header-height);
}

.mb-header {
  margin-bottom: var(--header-height);
}

.my-header {
  margin-top: var(--header-height);
  margin-bottom: var(--header-height);
}

.mx-header {
  margin-left: var(--header-height);
  margin-right: var(--header-height);
}

.m-padding {
  margin: var(--padding);
}

.ml-padding {
  margin-left: var(--padding);
}

.mr-padding {
  margin-right: var(--padding);
}

.mt-padding {
  margin-top: var(--padding);
}

.mb-padding {
  margin-bottom: var(--padding);
}

.my-padding {
  margin-top: var(--padding);
  margin-bottom: var(--padding);
}

.mx-padding {
  margin-left: var(--padding);
  margin-right: var(--padding);
}

.m-padding-fluid {
  margin: var(--padding-fluid);
}

.ml-padding-fluid {
  margin-left: var(--padding-fluid);
}

.mr-padding-fluid {
  margin-right: var(--padding-fluid);
}

.mt-padding-fluid {
  margin-top: var(--padding-fluid);
}

.mb-padding-fluid {
  margin-bottom: var(--padding-fluid);
}

.my-padding-fluid {
  margin-top: var(--padding-fluid);
  margin-bottom: var(--padding-fluid);
}

.mx-padding-fluid {
  margin-left: var(--padding-fluid);
  margin-right: var(--padding-fluid);
}

.m-0 {
  margin: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.m-1 {
  margin: .1rem;
}

.ml-1 {
  margin-left: .1rem;
}

.mr-1 {
  margin-right: .1rem;
}

.mt-1 {
  margin-top: .1rem;
}

.mb-1 {
  margin-bottom: .1rem;
}

.my-1 {
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.mx-1 {
  margin-left: .1rem;
  margin-right: .1rem;
}

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

.ml-2 {
  margin-left: .2rem;
}

.mr-2 {
  margin-right: .2rem;
}

.mt-2 {
  margin-top: .2rem;
}

.mb-2 {
  margin-bottom: .2rem;
}

.my-2 {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.mx-2 {
  margin-left: .2rem;
  margin-right: .2rem;
}

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

.ml-3 {
  margin-left: .3rem;
}

.mr-3 {
  margin-right: .3rem;
}

.mt-3 {
  margin-top: .3rem;
}

.mb-3 {
  margin-bottom: .3rem;
}

.my-3 {
  margin-top: .3rem;
  margin-bottom: .3rem;
}

.mx-3 {
  margin-left: .3rem;
  margin-right: .3rem;
}

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

.ml-4 {
  margin-left: .4rem;
}

.mr-4 {
  margin-right: .4rem;
}

.mt-4 {
  margin-top: .4rem;
}

.mb-4 {
  margin-bottom: .4rem;
}

.my-4 {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.mx-4 {
  margin-left: .4rem;
  margin-right: .4rem;
}

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

.ml-5 {
  margin-left: .5rem;
}

.mr-5 {
  margin-right: .5rem;
}

.mt-5 {
  margin-top: .5rem;
}

.mb-5 {
  margin-bottom: .5rem;
}

.my-5 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.mx-5 {
  margin-left: .5rem;
  margin-right: .5rem;
}

.m-10 {
  margin: 1rem;
}

.ml-10 {
  margin-left: 1rem;
}

.mr-10 {
  margin-right: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-10 {
  margin-bottom: 1rem;
}

.my-10 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-10 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-15 {
  margin: 1.5rem;
}

.ml-15 {
  margin-left: 1.5rem;
}

.mr-15 {
  margin-right: 1.5rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mb-15 {
  margin-bottom: 1.5rem;
}

.my-15 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-15 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.m-20 {
  margin: 2rem;
}

.ml-20 {
  margin-left: 2rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-20 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.m-25 {
  margin: 2.5rem;
}

.ml-25 {
  margin-left: 2.5rem;
}

.mr-25 {
  margin-right: 2.5rem;
}

.mt-25 {
  margin-top: 2.5rem;
}

.mb-25 {
  margin-bottom: 2.5rem;
}

.my-25 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-25 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-30 {
  margin: 3rem;
}

.ml-30 {
  margin-left: 3rem;
}

.mr-30 {
  margin-right: 3rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-30 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.m-35 {
  margin: 3.5rem;
}

.ml-35 {
  margin-left: 3.5rem;
}

.mr-35 {
  margin-right: 3.5rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.mb-35 {
  margin-bottom: 3.5rem;
}

.my-35 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-35 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.m-40 {
  margin: 4rem;
}

.ml-40 {
  margin-left: 4rem;
}

.mr-40 {
  margin-right: 4rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.my-40 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-40 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.m-45 {
  margin: 4.5rem;
}

.ml-45 {
  margin-left: 4.5rem;
}

.mr-45 {
  margin-right: 4.5rem;
}

.mt-45 {
  margin-top: 4.5rem;
}

.mb-45 {
  margin-bottom: 4.5rem;
}

.my-45 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.mx-45 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.m-50 {
  margin: 5rem;
}

.ml-50 {
  margin-left: 5rem;
}

.mr-50 {
  margin-right: 5rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.my-50 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-50 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.m-55 {
  margin: 5.5rem;
}

.ml-55 {
  margin-left: 5.5rem;
}

.mr-55 {
  margin-right: 5.5rem;
}

.mt-55 {
  margin-top: 5.5rem;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

.my-55 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.mx-55 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.m-60 {
  margin: 6rem;
}

.ml-60 {
  margin-left: 6rem;
}

.mr-60 {
  margin-right: 6rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.my-60 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mx-60 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.m-65 {
  margin: 6.5rem;
}

.ml-65 {
  margin-left: 6.5rem;
}

.mr-65 {
  margin-right: 6.5rem;
}

.mt-65 {
  margin-top: 6.5rem;
}

.mb-65 {
  margin-bottom: 6.5rem;
}

.my-65 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.mx-65 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.m-70 {
  margin: 7rem;
}

.ml-70 {
  margin-left: 7rem;
}

.mr-70 {
  margin-right: 7rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.my-70 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.mx-70 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.m-75 {
  margin: 7.5rem;
}

.ml-75 {
  margin-left: 7.5rem;
}

.mr-75 {
  margin-right: 7.5rem;
}

.mt-75 {
  margin-top: 7.5rem;
}

.mb-75 {
  margin-bottom: 7.5rem;
}

.my-75 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.mx-75 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.m-80 {
  margin: 8rem;
}

.ml-80 {
  margin-left: 8rem;
}

.mr-80 {
  margin-right: 8rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.my-80 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.mx-80 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.m-85 {
  margin: 8.5rem;
}

.ml-85 {
  margin-left: 8.5rem;
}

.mr-85 {
  margin-right: 8.5rem;
}

.mt-85 {
  margin-top: 8.5rem;
}

.mb-85 {
  margin-bottom: 8.5rem;
}

.my-85 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.mx-85 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.m-90 {
  margin: 9rem;
}

.ml-90 {
  margin-left: 9rem;
}

.mr-90 {
  margin-right: 9rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.my-90 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.mx-90 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.m-95 {
  margin: 9.5rem;
}

.ml-95 {
  margin-left: 9.5rem;
}

.mr-95 {
  margin-right: 9.5rem;
}

.mt-95 {
  margin-top: 9.5rem;
}

.mb-95 {
  margin-bottom: 9.5rem;
}

.my-95 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.mx-95 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.m-100 {
  margin: 10rem;
}

.ml-100 {
  margin-left: 10rem;
}

.mr-100 {
  margin-right: 10rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.my-100 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.mx-100 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.m-105 {
  margin: 10.5rem;
}

.ml-105 {
  margin-left: 10.5rem;
}

.mr-105 {
  margin-right: 10.5rem;
}

.mt-105 {
  margin-top: 10.5rem;
}

.mb-105 {
  margin-bottom: 10.5rem;
}

.my-105 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.mx-105 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.m-110 {
  margin: 11rem;
}

.ml-110 {
  margin-left: 11rem;
}

.mr-110 {
  margin-right: 11rem;
}

.mt-110 {
  margin-top: 11rem;
}

.mb-110 {
  margin-bottom: 11rem;
}

.my-110 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.mx-110 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.m-115 {
  margin: 11.5rem;
}

.ml-115 {
  margin-left: 11.5rem;
}

.mr-115 {
  margin-right: 11.5rem;
}

.mt-115 {
  margin-top: 11.5rem;
}

.mb-115 {
  margin-bottom: 11.5rem;
}

.my-115 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

.mx-115 {
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

.m-120 {
  margin: 12rem;
}

.ml-120 {
  margin-left: 12rem;
}

.mr-120 {
  margin-right: 12rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.my-120 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.mx-120 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.m-125 {
  margin: 12.5rem;
}

.ml-125 {
  margin-left: 12.5rem;
}

.mr-125 {
  margin-right: 12.5rem;
}

.mt-125 {
  margin-top: 12.5rem;
}

.mb-125 {
  margin-bottom: 12.5rem;
}

.my-125 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.mx-125 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.m-130 {
  margin: 13rem;
}

.ml-130 {
  margin-left: 13rem;
}

.mr-130 {
  margin-right: 13rem;
}

.mt-130 {
  margin-top: 13rem;
}

.mb-130 {
  margin-bottom: 13rem;
}

.my-130 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.mx-130 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.m-135 {
  margin: 13.5rem;
}

.ml-135 {
  margin-left: 13.5rem;
}

.mr-135 {
  margin-right: 13.5rem;
}

.mt-135 {
  margin-top: 13.5rem;
}

.mb-135 {
  margin-bottom: 13.5rem;
}

.my-135 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.mx-135 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.m-140 {
  margin: 14rem;
}

.ml-140 {
  margin-left: 14rem;
}

.mr-140 {
  margin-right: 14rem;
}

.mt-140 {
  margin-top: 14rem;
}

.mb-140 {
  margin-bottom: 14rem;
}

.my-140 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.mx-140 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.m-145 {
  margin: 14.5rem;
}

.ml-145 {
  margin-left: 14.5rem;
}

.mr-145 {
  margin-right: 14.5rem;
}

.mt-145 {
  margin-top: 14.5rem;
}

.mb-145 {
  margin-bottom: 14.5rem;
}

.my-145 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem;
}

.mx-145 {
  margin-left: 14.5rem;
  margin-right: 14.5rem;
}

.m-150 {
  margin: 15rem;
}

.ml-150 {
  margin-left: 15rem;
}

.mr-150 {
  margin-right: 15rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.my-150 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.mx-150 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.m-155 {
  margin: 15.5rem;
}

.ml-155 {
  margin-left: 15.5rem;
}

.mr-155 {
  margin-right: 15.5rem;
}

.mt-155 {
  margin-top: 15.5rem;
}

.mb-155 {
  margin-bottom: 15.5rem;
}

.my-155 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
}

.mx-155 {
  margin-left: 15.5rem;
  margin-right: 15.5rem;
}

.m-160 {
  margin: 16rem;
}

.ml-160 {
  margin-left: 16rem;
}

.mr-160 {
  margin-right: 16rem;
}

.mt-160 {
  margin-top: 16rem;
}

.mb-160 {
  margin-bottom: 16rem;
}

.my-160 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.mx-160 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.m-165 {
  margin: 16.5rem;
}

.ml-165 {
  margin-left: 16.5rem;
}

.mr-165 {
  margin-right: 16.5rem;
}

.mt-165 {
  margin-top: 16.5rem;
}

.mb-165 {
  margin-bottom: 16.5rem;
}

.my-165 {
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.mx-165 {
  margin-left: 16.5rem;
  margin-right: 16.5rem;
}

.m-170 {
  margin: 17rem;
}

.ml-170 {
  margin-left: 17rem;
}

.mr-170 {
  margin-right: 17rem;
}

.mt-170 {
  margin-top: 17rem;
}

.mb-170 {
  margin-bottom: 17rem;
}

.my-170 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.mx-170 {
  margin-left: 17rem;
  margin-right: 17rem;
}

.m-175 {
  margin: 17.5rem;
}

.ml-175 {
  margin-left: 17.5rem;
}

.mr-175 {
  margin-right: 17.5rem;
}

.mt-175 {
  margin-top: 17.5rem;
}

.mb-175 {
  margin-bottom: 17.5rem;
}

.my-175 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}

.mx-175 {
  margin-left: 17.5rem;
  margin-right: 17.5rem;
}

.m-180 {
  margin: 18rem;
}

.ml-180 {
  margin-left: 18rem;
}

.mr-180 {
  margin-right: 18rem;
}

.mt-180 {
  margin-top: 18rem;
}

.mb-180 {
  margin-bottom: 18rem;
}

.my-180 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.mx-180 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.m-185 {
  margin: 18.5rem;
}

.ml-185 {
  margin-left: 18.5rem;
}

.mr-185 {
  margin-right: 18.5rem;
}

.mt-185 {
  margin-top: 18.5rem;
}

.mb-185 {
  margin-bottom: 18.5rem;
}

.my-185 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.mx-185 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.m-190 {
  margin: 19rem;
}

.ml-190 {
  margin-left: 19rem;
}

.mr-190 {
  margin-right: 19rem;
}

.mt-190 {
  margin-top: 19rem;
}

.mb-190 {
  margin-bottom: 19rem;
}

.my-190 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.mx-190 {
  margin-left: 19rem;
  margin-right: 19rem;
}

.m-195 {
  margin: 19.5rem;
}

.ml-195 {
  margin-left: 19.5rem;
}

.mr-195 {
  margin-right: 19.5rem;
}

.mt-195 {
  margin-top: 19.5rem;
}

.mb-195 {
  margin-bottom: 19.5rem;
}

.my-195 {
  margin-top: 19.5rem;
  margin-bottom: 19.5rem;
}

.mx-195 {
  margin-left: 19.5rem;
  margin-right: 19.5rem;
}

.m-200 {
  margin: 20rem;
}

.ml-200 {
  margin-left: 20rem;
}

.mr-200 {
  margin-right: 20rem;
}

.mt-200 {
  margin-top: 20rem;
}

.mb-200 {
  margin-bottom: 20rem;
}

.my-200 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.mx-200 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.m-205 {
  margin: 20.5rem;
}

.ml-205 {
  margin-left: 20.5rem;
}

.mr-205 {
  margin-right: 20.5rem;
}

.mt-205 {
  margin-top: 20.5rem;
}

.mb-205 {
  margin-bottom: 20.5rem;
}

.my-205 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.mx-205 {
  margin-left: 20.5rem;
  margin-right: 20.5rem;
}

.m-210 {
  margin: 21rem;
}

.ml-210 {
  margin-left: 21rem;
}

.mr-210 {
  margin-right: 21rem;
}

.mt-210 {
  margin-top: 21rem;
}

.mb-210 {
  margin-bottom: 21rem;
}

.my-210 {
  margin-top: 21rem;
  margin-bottom: 21rem;
}

.mx-210 {
  margin-left: 21rem;
  margin-right: 21rem;
}

.m-215 {
  margin: 21.5rem;
}

.ml-215 {
  margin-left: 21.5rem;
}

.mr-215 {
  margin-right: 21.5rem;
}

.mt-215 {
  margin-top: 21.5rem;
}

.mb-215 {
  margin-bottom: 21.5rem;
}

.my-215 {
  margin-top: 21.5rem;
  margin-bottom: 21.5rem;
}

.mx-215 {
  margin-left: 21.5rem;
  margin-right: 21.5rem;
}

.m-220 {
  margin: 22rem;
}

.ml-220 {
  margin-left: 22rem;
}

.mr-220 {
  margin-right: 22rem;
}

.mt-220 {
  margin-top: 22rem;
}

.mb-220 {
  margin-bottom: 22rem;
}

.my-220 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.mx-220 {
  margin-left: 22rem;
  margin-right: 22rem;
}

.m-225 {
  margin: 22.5rem;
}

.ml-225 {
  margin-left: 22.5rem;
}

.mr-225 {
  margin-right: 22.5rem;
}

.mt-225 {
  margin-top: 22.5rem;
}

.mb-225 {
  margin-bottom: 22.5rem;
}

.my-225 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem;
}

.mx-225 {
  margin-left: 22.5rem;
  margin-right: 22.5rem;
}

.m-230 {
  margin: 23rem;
}

.ml-230 {
  margin-left: 23rem;
}

.mr-230 {
  margin-right: 23rem;
}

.mt-230 {
  margin-top: 23rem;
}

.mb-230 {
  margin-bottom: 23rem;
}

.my-230 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

.mx-230 {
  margin-left: 23rem;
  margin-right: 23rem;
}

.m-235 {
  margin: 23.5rem;
}

.ml-235 {
  margin-left: 23.5rem;
}

.mr-235 {
  margin-right: 23.5rem;
}

.mt-235 {
  margin-top: 23.5rem;
}

.mb-235 {
  margin-bottom: 23.5rem;
}

.my-235 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

.mx-235 {
  margin-left: 23.5rem;
  margin-right: 23.5rem;
}

.m-240 {
  margin: 24rem;
}

.ml-240 {
  margin-left: 24rem;
}

.mr-240 {
  margin-right: 24rem;
}

.mt-240 {
  margin-top: 24rem;
}

.mb-240 {
  margin-bottom: 24rem;
}

.my-240 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mx-240 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.m-245 {
  margin: 24.5rem;
}

.ml-245 {
  margin-left: 24.5rem;
}

.mr-245 {
  margin-right: 24.5rem;
}

.mt-245 {
  margin-top: 24.5rem;
}

.mb-245 {
  margin-bottom: 24.5rem;
}

.my-245 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.mx-245 {
  margin-left: 24.5rem;
  margin-right: 24.5rem;
}

.m-250 {
  margin: 25rem;
}

.ml-250 {
  margin-left: 25rem;
}

.mr-250 {
  margin-right: 25rem;
}

.mt-250 {
  margin-top: 25rem;
}

.mb-250 {
  margin-bottom: 25rem;
}

.my-250 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.mx-250 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.m-255 {
  margin: 25.5rem;
}

.ml-255 {
  margin-left: 25.5rem;
}

.mr-255 {
  margin-right: 25.5rem;
}

.mt-255 {
  margin-top: 25.5rem;
}

.mb-255 {
  margin-bottom: 25.5rem;
}

.my-255 {
  margin-top: 25.5rem;
  margin-bottom: 25.5rem;
}

.mx-255 {
  margin-left: 25.5rem;
  margin-right: 25.5rem;
}

.m-260 {
  margin: 26rem;
}

.ml-260 {
  margin-left: 26rem;
}

.mr-260 {
  margin-right: 26rem;
}

.mt-260 {
  margin-top: 26rem;
}

.mb-260 {
  margin-bottom: 26rem;
}

.my-260 {
  margin-top: 26rem;
  margin-bottom: 26rem;
}

.mx-260 {
  margin-left: 26rem;
  margin-right: 26rem;
}

.m-265 {
  margin: 26.5rem;
}

.ml-265 {
  margin-left: 26.5rem;
}

.mr-265 {
  margin-right: 26.5rem;
}

.mt-265 {
  margin-top: 26.5rem;
}

.mb-265 {
  margin-bottom: 26.5rem;
}

.my-265 {
  margin-top: 26.5rem;
  margin-bottom: 26.5rem;
}

.mx-265 {
  margin-left: 26.5rem;
  margin-right: 26.5rem;
}

.m-270 {
  margin: 27rem;
}

.ml-270 {
  margin-left: 27rem;
}

.mr-270 {
  margin-right: 27rem;
}

.mt-270 {
  margin-top: 27rem;
}

.mb-270 {
  margin-bottom: 27rem;
}

.my-270 {
  margin-top: 27rem;
  margin-bottom: 27rem;
}

.mx-270 {
  margin-left: 27rem;
  margin-right: 27rem;
}

.m-275 {
  margin: 27.5rem;
}

.ml-275 {
  margin-left: 27.5rem;
}

.mr-275 {
  margin-right: 27.5rem;
}

.mt-275 {
  margin-top: 27.5rem;
}

.mb-275 {
  margin-bottom: 27.5rem;
}

.my-275 {
  margin-top: 27.5rem;
  margin-bottom: 27.5rem;
}

.mx-275 {
  margin-left: 27.5rem;
  margin-right: 27.5rem;
}

.m-280 {
  margin: 28rem;
}

.ml-280 {
  margin-left: 28rem;
}

.mr-280 {
  margin-right: 28rem;
}

.mt-280 {
  margin-top: 28rem;
}

.mb-280 {
  margin-bottom: 28rem;
}

.my-280 {
  margin-top: 28rem;
  margin-bottom: 28rem;
}

.mx-280 {
  margin-left: 28rem;
  margin-right: 28rem;
}

.m-285 {
  margin: 28.5rem;
}

.ml-285 {
  margin-left: 28.5rem;
}

.mr-285 {
  margin-right: 28.5rem;
}

.mt-285 {
  margin-top: 28.5rem;
}

.mb-285 {
  margin-bottom: 28.5rem;
}

.my-285 {
  margin-top: 28.5rem;
  margin-bottom: 28.5rem;
}

.mx-285 {
  margin-left: 28.5rem;
  margin-right: 28.5rem;
}

.m-290 {
  margin: 29rem;
}

.ml-290 {
  margin-left: 29rem;
}

.mr-290 {
  margin-right: 29rem;
}

.mt-290 {
  margin-top: 29rem;
}

.mb-290 {
  margin-bottom: 29rem;
}

.my-290 {
  margin-top: 29rem;
  margin-bottom: 29rem;
}

.mx-290 {
  margin-left: 29rem;
  margin-right: 29rem;
}

.m-295 {
  margin: 29.5rem;
}

.ml-295 {
  margin-left: 29.5rem;
}

.mr-295 {
  margin-right: 29.5rem;
}

.mt-295 {
  margin-top: 29.5rem;
}

.mb-295 {
  margin-bottom: 29.5rem;
}

.my-295 {
  margin-top: 29.5rem;
  margin-bottom: 29.5rem;
}

.mx-295 {
  margin-left: 29.5rem;
  margin-right: 29.5rem;
}

.m-300 {
  margin: 30rem;
}

.ml-300 {
  margin-left: 30rem;
}

.mr-300 {
  margin-right: 30rem;
}

.mt-300 {
  margin-top: 30rem;
}

.mb-300 {
  margin-bottom: 30rem;
}

.my-300 {
  margin-top: 30rem;
  margin-bottom: 30rem;
}

.mx-300 {
  margin-left: 30rem;
  margin-right: 30rem;
}

.m-335 {
  margin: 33.5rem;
}

.ml-335 {
  margin-left: 33.5rem;
}

.mr-335 {
  margin-right: 33.5rem;
}

.mt-335 {
  margin-top: 33.5rem;
}

.mb-335 {
  margin-bottom: 33.5rem;
}

.my-335 {
  margin-top: 33.5rem;
  margin-bottom: 33.5rem;
}

.mx-335 {
  margin-left: 33.5rem;
  margin-right: 33.5rem;
}

@media only screen and (min-width: 576px) {
  .m-sm-auto {
    margin: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-sm-header {
    margin: var(--header-height) !important;
  }
  .ml-sm-header {
    margin-left: var(--header-height) !important;
  }
  .mr-sm-header {
    margin-right: var(--header-height) !important;
  }
  .mt-sm-header {
    margin-top: var(--header-height) !important;
  }
  .mb-sm-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-sm-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-sm-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-sm-padding {
    margin: var(--padding) !important;
  }
  .ml-sm-padding {
    margin-left: var(--padding) !important;
  }
  .mr-sm-padding {
    margin-right: var(--padding) !important;
  }
  .mt-sm-padding {
    margin-top: var(--padding) !important;
  }
  .mb-sm-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-sm-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-sm-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-sm-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-sm-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-sm-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-sm-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-sm-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-sm-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-sm-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-sm-0 {
    margin: 0rem !important;
  }
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-sm-1 {
    margin: .1rem !important;
  }
  .ml-sm-1 {
    margin-left: .1rem !important;
  }
  .mr-sm-1 {
    margin-right: .1rem !important;
  }
  .mt-sm-1 {
    margin-top: .1rem !important;
  }
  .mb-sm-1 {
    margin-bottom: .1rem !important;
  }
  .my-sm-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-sm-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-sm-2 {
    margin: .2rem !important;
  }
  .ml-sm-2 {
    margin-left: .2rem !important;
  }
  .mr-sm-2 {
    margin-right: .2rem !important;
  }
  .mt-sm-2 {
    margin-top: .2rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .2rem !important;
  }
  .my-sm-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-sm-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-sm-3 {
    margin: .3rem !important;
  }
  .ml-sm-3 {
    margin-left: .3rem !important;
  }
  .mr-sm-3 {
    margin-right: .3rem !important;
  }
  .mt-sm-3 {
    margin-top: .3rem !important;
  }
  .mb-sm-3 {
    margin-bottom: .3rem !important;
  }
  .my-sm-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-sm-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-sm-4 {
    margin: .4rem !important;
  }
  .ml-sm-4 {
    margin-left: .4rem !important;
  }
  .mr-sm-4 {
    margin-right: .4rem !important;
  }
  .mt-sm-4 {
    margin-top: .4rem !important;
  }
  .mb-sm-4 {
    margin-bottom: .4rem !important;
  }
  .my-sm-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-sm-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-sm-5 {
    margin: .5rem !important;
  }
  .ml-sm-5 {
    margin-left: .5rem !important;
  }
  .mr-sm-5 {
    margin-right: .5rem !important;
  }
  .mt-sm-5 {
    margin-top: .5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: .5rem !important;
  }
  .my-sm-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-sm-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .ml-sm-10 {
    margin-left: 1rem !important;
  }
  .mr-sm-10 {
    margin-right: 1rem !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-sm-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-sm-15 {
    margin: 1.5rem !important;
  }
  .ml-sm-15 {
    margin-left: 1.5rem !important;
  }
  .mr-sm-15 {
    margin-right: 1.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 1.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-sm-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-sm-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .ml-sm-20 {
    margin-left: 2rem !important;
  }
  .mr-sm-20 {
    margin-right: 2rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-sm-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-sm-25 {
    margin: 2.5rem !important;
  }
  .ml-sm-25 {
    margin-left: 2.5rem !important;
  }
  .mr-sm-25 {
    margin-right: 2.5rem !important;
  }
  .mt-sm-25 {
    margin-top: 2.5rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-sm-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-sm-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .ml-sm-30 {
    margin-left: 3rem !important;
  }
  .mr-sm-30 {
    margin-right: 3rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-sm-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-sm-35 {
    margin: 3.5rem !important;
  }
  .ml-sm-35 {
    margin-left: 3.5rem !important;
  }
  .mr-sm-35 {
    margin-right: 3.5rem !important;
  }
  .mt-sm-35 {
    margin-top: 3.5rem !important;
  }
  .mb-sm-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-sm-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-sm-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .ml-sm-40 {
    margin-left: 4rem !important;
  }
  .mr-sm-40 {
    margin-right: 4rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-sm-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-sm-45 {
    margin: 4.5rem !important;
  }
  .ml-sm-45 {
    margin-left: 4.5rem !important;
  }
  .mr-sm-45 {
    margin-right: 4.5rem !important;
  }
  .mt-sm-45 {
    margin-top: 4.5rem !important;
  }
  .mb-sm-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-sm-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-sm-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .ml-sm-50 {
    margin-left: 5rem !important;
  }
  .mr-sm-50 {
    margin-right: 5rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-sm-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-sm-55 {
    margin: 5.5rem !important;
  }
  .ml-sm-55 {
    margin-left: 5.5rem !important;
  }
  .mr-sm-55 {
    margin-right: 5.5rem !important;
  }
  .mt-sm-55 {
    margin-top: 5.5rem !important;
  }
  .mb-sm-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-sm-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-sm-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .ml-sm-60 {
    margin-left: 6rem !important;
  }
  .mr-sm-60 {
    margin-right: 6rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-sm-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-sm-65 {
    margin: 6.5rem !important;
  }
  .ml-sm-65 {
    margin-left: 6.5rem !important;
  }
  .mr-sm-65 {
    margin-right: 6.5rem !important;
  }
  .mt-sm-65 {
    margin-top: 6.5rem !important;
  }
  .mb-sm-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-sm-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-sm-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .ml-sm-70 {
    margin-left: 7rem !important;
  }
  .mr-sm-70 {
    margin-right: 7rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-sm-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-sm-75 {
    margin: 7.5rem !important;
  }
  .ml-sm-75 {
    margin-left: 7.5rem !important;
  }
  .mr-sm-75 {
    margin-right: 7.5rem !important;
  }
  .mt-sm-75 {
    margin-top: 7.5rem !important;
  }
  .mb-sm-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-sm-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-sm-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .ml-sm-80 {
    margin-left: 8rem !important;
  }
  .mr-sm-80 {
    margin-right: 8rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-sm-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-sm-85 {
    margin: 8.5rem !important;
  }
  .ml-sm-85 {
    margin-left: 8.5rem !important;
  }
  .mr-sm-85 {
    margin-right: 8.5rem !important;
  }
  .mt-sm-85 {
    margin-top: 8.5rem !important;
  }
  .mb-sm-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-sm-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-sm-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .ml-sm-90 {
    margin-left: 9rem !important;
  }
  .mr-sm-90 {
    margin-right: 9rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-sm-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-sm-95 {
    margin: 9.5rem !important;
  }
  .ml-sm-95 {
    margin-left: 9.5rem !important;
  }
  .mr-sm-95 {
    margin-right: 9.5rem !important;
  }
  .mt-sm-95 {
    margin-top: 9.5rem !important;
  }
  .mb-sm-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-sm-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-sm-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .ml-sm-100 {
    margin-left: 10rem !important;
  }
  .mr-sm-100 {
    margin-right: 10rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-sm-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-sm-105 {
    margin: 10.5rem !important;
  }
  .ml-sm-105 {
    margin-left: 10.5rem !important;
  }
  .mr-sm-105 {
    margin-right: 10.5rem !important;
  }
  .mt-sm-105 {
    margin-top: 10.5rem !important;
  }
  .mb-sm-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-sm-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-sm-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .ml-sm-110 {
    margin-left: 11rem !important;
  }
  .mr-sm-110 {
    margin-right: 11rem !important;
  }
  .mt-sm-110 {
    margin-top: 11rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }
  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-sm-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-sm-115 {
    margin: 11.5rem !important;
  }
  .ml-sm-115 {
    margin-left: 11.5rem !important;
  }
  .mr-sm-115 {
    margin-right: 11.5rem !important;
  }
  .mt-sm-115 {
    margin-top: 11.5rem !important;
  }
  .mb-sm-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-sm-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-sm-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .ml-sm-120 {
    margin-left: 12rem !important;
  }
  .mr-sm-120 {
    margin-right: 12rem !important;
  }
  .mt-sm-120 {
    margin-top: 12rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }
  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-sm-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-sm-125 {
    margin: 12.5rem !important;
  }
  .ml-sm-125 {
    margin-left: 12.5rem !important;
  }
  .mr-sm-125 {
    margin-right: 12.5rem !important;
  }
  .mt-sm-125 {
    margin-top: 12.5rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-sm-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-sm-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-sm-130 {
    margin: 13rem !important;
  }
  .ml-sm-130 {
    margin-left: 13rem !important;
  }
  .mr-sm-130 {
    margin-right: 13rem !important;
  }
  .mt-sm-130 {
    margin-top: 13rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 13rem !important;
  }
  .my-sm-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-sm-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-sm-135 {
    margin: 13.5rem !important;
  }
  .ml-sm-135 {
    margin-left: 13.5rem !important;
  }
  .mr-sm-135 {
    margin-right: 13.5rem !important;
  }
  .mt-sm-135 {
    margin-top: 13.5rem !important;
  }
  .mb-sm-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-sm-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-sm-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-sm-140 {
    margin: 14rem !important;
  }
  .ml-sm-140 {
    margin-left: 14rem !important;
  }
  .mr-sm-140 {
    margin-right: 14rem !important;
  }
  .mt-sm-140 {
    margin-top: 14rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 14rem !important;
  }
  .my-sm-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-sm-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-sm-145 {
    margin: 14.5rem !important;
  }
  .ml-sm-145 {
    margin-left: 14.5rem !important;
  }
  .mr-sm-145 {
    margin-right: 14.5rem !important;
  }
  .mt-sm-145 {
    margin-top: 14.5rem !important;
  }
  .mb-sm-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-sm-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-sm-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-sm-150 {
    margin: 15rem !important;
  }
  .ml-sm-150 {
    margin-left: 15rem !important;
  }
  .mr-sm-150 {
    margin-right: 15rem !important;
  }
  .mt-sm-150 {
    margin-top: 15rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 15rem !important;
  }
  .my-sm-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-sm-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-sm-155 {
    margin: 15.5rem !important;
  }
  .ml-sm-155 {
    margin-left: 15.5rem !important;
  }
  .mr-sm-155 {
    margin-right: 15.5rem !important;
  }
  .mt-sm-155 {
    margin-top: 15.5rem !important;
  }
  .mb-sm-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-sm-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-sm-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-sm-160 {
    margin: 16rem !important;
  }
  .ml-sm-160 {
    margin-left: 16rem !important;
  }
  .mr-sm-160 {
    margin-right: 16rem !important;
  }
  .mt-sm-160 {
    margin-top: 16rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 16rem !important;
  }
  .my-sm-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-sm-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-sm-165 {
    margin: 16.5rem !important;
  }
  .ml-sm-165 {
    margin-left: 16.5rem !important;
  }
  .mr-sm-165 {
    margin-right: 16.5rem !important;
  }
  .mt-sm-165 {
    margin-top: 16.5rem !important;
  }
  .mb-sm-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-sm-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-sm-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-sm-170 {
    margin: 17rem !important;
  }
  .ml-sm-170 {
    margin-left: 17rem !important;
  }
  .mr-sm-170 {
    margin-right: 17rem !important;
  }
  .mt-sm-170 {
    margin-top: 17rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 17rem !important;
  }
  .my-sm-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-sm-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-sm-175 {
    margin: 17.5rem !important;
  }
  .ml-sm-175 {
    margin-left: 17.5rem !important;
  }
  .mr-sm-175 {
    margin-right: 17.5rem !important;
  }
  .mt-sm-175 {
    margin-top: 17.5rem !important;
  }
  .mb-sm-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-sm-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-sm-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-sm-180 {
    margin: 18rem !important;
  }
  .ml-sm-180 {
    margin-left: 18rem !important;
  }
  .mr-sm-180 {
    margin-right: 18rem !important;
  }
  .mt-sm-180 {
    margin-top: 18rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 18rem !important;
  }
  .my-sm-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-sm-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-sm-185 {
    margin: 18.5rem !important;
  }
  .ml-sm-185 {
    margin-left: 18.5rem !important;
  }
  .mr-sm-185 {
    margin-right: 18.5rem !important;
  }
  .mt-sm-185 {
    margin-top: 18.5rem !important;
  }
  .mb-sm-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-sm-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-sm-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-sm-190 {
    margin: 19rem !important;
  }
  .ml-sm-190 {
    margin-left: 19rem !important;
  }
  .mr-sm-190 {
    margin-right: 19rem !important;
  }
  .mt-sm-190 {
    margin-top: 19rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 19rem !important;
  }
  .my-sm-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-sm-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-sm-195 {
    margin: 19.5rem !important;
  }
  .ml-sm-195 {
    margin-left: 19.5rem !important;
  }
  .mr-sm-195 {
    margin-right: 19.5rem !important;
  }
  .mt-sm-195 {
    margin-top: 19.5rem !important;
  }
  .mb-sm-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-sm-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-sm-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-sm-200 {
    margin: 20rem !important;
  }
  .ml-sm-200 {
    margin-left: 20rem !important;
  }
  .mr-sm-200 {
    margin-right: 20rem !important;
  }
  .mt-sm-200 {
    margin-top: 20rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 20rem !important;
  }
  .my-sm-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-sm-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-sm-205 {
    margin: 20.5rem !important;
  }
  .ml-sm-205 {
    margin-left: 20.5rem !important;
  }
  .mr-sm-205 {
    margin-right: 20.5rem !important;
  }
  .mt-sm-205 {
    margin-top: 20.5rem !important;
  }
  .mb-sm-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-sm-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-sm-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-sm-210 {
    margin: 21rem !important;
  }
  .ml-sm-210 {
    margin-left: 21rem !important;
  }
  .mr-sm-210 {
    margin-right: 21rem !important;
  }
  .mt-sm-210 {
    margin-top: 21rem !important;
  }
  .mb-sm-210 {
    margin-bottom: 21rem !important;
  }
  .my-sm-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-sm-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-sm-215 {
    margin: 21.5rem !important;
  }
  .ml-sm-215 {
    margin-left: 21.5rem !important;
  }
  .mr-sm-215 {
    margin-right: 21.5rem !important;
  }
  .mt-sm-215 {
    margin-top: 21.5rem !important;
  }
  .mb-sm-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-sm-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-sm-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-sm-220 {
    margin: 22rem !important;
  }
  .ml-sm-220 {
    margin-left: 22rem !important;
  }
  .mr-sm-220 {
    margin-right: 22rem !important;
  }
  .mt-sm-220 {
    margin-top: 22rem !important;
  }
  .mb-sm-220 {
    margin-bottom: 22rem !important;
  }
  .my-sm-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-sm-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-sm-225 {
    margin: 22.5rem !important;
  }
  .ml-sm-225 {
    margin-left: 22.5rem !important;
  }
  .mr-sm-225 {
    margin-right: 22.5rem !important;
  }
  .mt-sm-225 {
    margin-top: 22.5rem !important;
  }
  .mb-sm-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-sm-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-sm-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-sm-230 {
    margin: 23rem !important;
  }
  .ml-sm-230 {
    margin-left: 23rem !important;
  }
  .mr-sm-230 {
    margin-right: 23rem !important;
  }
  .mt-sm-230 {
    margin-top: 23rem !important;
  }
  .mb-sm-230 {
    margin-bottom: 23rem !important;
  }
  .my-sm-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-sm-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-sm-235 {
    margin: 23.5rem !important;
  }
  .ml-sm-235 {
    margin-left: 23.5rem !important;
  }
  .mr-sm-235 {
    margin-right: 23.5rem !important;
  }
  .mt-sm-235 {
    margin-top: 23.5rem !important;
  }
  .mb-sm-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-sm-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-sm-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-sm-240 {
    margin: 24rem !important;
  }
  .ml-sm-240 {
    margin-left: 24rem !important;
  }
  .mr-sm-240 {
    margin-right: 24rem !important;
  }
  .mt-sm-240 {
    margin-top: 24rem !important;
  }
  .mb-sm-240 {
    margin-bottom: 24rem !important;
  }
  .my-sm-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-sm-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-sm-245 {
    margin: 24.5rem !important;
  }
  .ml-sm-245 {
    margin-left: 24.5rem !important;
  }
  .mr-sm-245 {
    margin-right: 24.5rem !important;
  }
  .mt-sm-245 {
    margin-top: 24.5rem !important;
  }
  .mb-sm-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-sm-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-sm-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-sm-250 {
    margin: 25rem !important;
  }
  .ml-sm-250 {
    margin-left: 25rem !important;
  }
  .mr-sm-250 {
    margin-right: 25rem !important;
  }
  .mt-sm-250 {
    margin-top: 25rem !important;
  }
  .mb-sm-250 {
    margin-bottom: 25rem !important;
  }
  .my-sm-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-sm-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-sm-255 {
    margin: 25.5rem !important;
  }
  .ml-sm-255 {
    margin-left: 25.5rem !important;
  }
  .mr-sm-255 {
    margin-right: 25.5rem !important;
  }
  .mt-sm-255 {
    margin-top: 25.5rem !important;
  }
  .mb-sm-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-sm-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-sm-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-sm-260 {
    margin: 26rem !important;
  }
  .ml-sm-260 {
    margin-left: 26rem !important;
  }
  .mr-sm-260 {
    margin-right: 26rem !important;
  }
  .mt-sm-260 {
    margin-top: 26rem !important;
  }
  .mb-sm-260 {
    margin-bottom: 26rem !important;
  }
  .my-sm-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-sm-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-sm-265 {
    margin: 26.5rem !important;
  }
  .ml-sm-265 {
    margin-left: 26.5rem !important;
  }
  .mr-sm-265 {
    margin-right: 26.5rem !important;
  }
  .mt-sm-265 {
    margin-top: 26.5rem !important;
  }
  .mb-sm-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-sm-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-sm-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-sm-270 {
    margin: 27rem !important;
  }
  .ml-sm-270 {
    margin-left: 27rem !important;
  }
  .mr-sm-270 {
    margin-right: 27rem !important;
  }
  .mt-sm-270 {
    margin-top: 27rem !important;
  }
  .mb-sm-270 {
    margin-bottom: 27rem !important;
  }
  .my-sm-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-sm-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-sm-275 {
    margin: 27.5rem !important;
  }
  .ml-sm-275 {
    margin-left: 27.5rem !important;
  }
  .mr-sm-275 {
    margin-right: 27.5rem !important;
  }
  .mt-sm-275 {
    margin-top: 27.5rem !important;
  }
  .mb-sm-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-sm-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-sm-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-sm-280 {
    margin: 28rem !important;
  }
  .ml-sm-280 {
    margin-left: 28rem !important;
  }
  .mr-sm-280 {
    margin-right: 28rem !important;
  }
  .mt-sm-280 {
    margin-top: 28rem !important;
  }
  .mb-sm-280 {
    margin-bottom: 28rem !important;
  }
  .my-sm-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-sm-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-sm-285 {
    margin: 28.5rem !important;
  }
  .ml-sm-285 {
    margin-left: 28.5rem !important;
  }
  .mr-sm-285 {
    margin-right: 28.5rem !important;
  }
  .mt-sm-285 {
    margin-top: 28.5rem !important;
  }
  .mb-sm-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-sm-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-sm-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-sm-290 {
    margin: 29rem !important;
  }
  .ml-sm-290 {
    margin-left: 29rem !important;
  }
  .mr-sm-290 {
    margin-right: 29rem !important;
  }
  .mt-sm-290 {
    margin-top: 29rem !important;
  }
  .mb-sm-290 {
    margin-bottom: 29rem !important;
  }
  .my-sm-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-sm-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-sm-295 {
    margin: 29.5rem !important;
  }
  .ml-sm-295 {
    margin-left: 29.5rem !important;
  }
  .mr-sm-295 {
    margin-right: 29.5rem !important;
  }
  .mt-sm-295 {
    margin-top: 29.5rem !important;
  }
  .mb-sm-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-sm-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-sm-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-sm-300 {
    margin: 30rem !important;
  }
  .ml-sm-300 {
    margin-left: 30rem !important;
  }
  .mr-sm-300 {
    margin-right: 30rem !important;
  }
  .mt-sm-300 {
    margin-top: 30rem !important;
  }
  .mb-sm-300 {
    margin-bottom: 30rem !important;
  }
  .my-sm-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-sm-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-sm-335 {
    margin: 33.5rem !important;
  }
  .ml-sm-335 {
    margin-left: 33.5rem !important;
  }
  .mr-sm-335 {
    margin-right: 33.5rem !important;
  }
  .mt-sm-335 {
    margin-top: 33.5rem !important;
  }
  .mb-sm-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-sm-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-sm-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .m-md-auto {
    margin: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-md-header {
    margin: var(--header-height) !important;
  }
  .ml-md-header {
    margin-left: var(--header-height) !important;
  }
  .mr-md-header {
    margin-right: var(--header-height) !important;
  }
  .mt-md-header {
    margin-top: var(--header-height) !important;
  }
  .mb-md-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-md-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-md-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-md-padding {
    margin: var(--padding) !important;
  }
  .ml-md-padding {
    margin-left: var(--padding) !important;
  }
  .mr-md-padding {
    margin-right: var(--padding) !important;
  }
  .mt-md-padding {
    margin-top: var(--padding) !important;
  }
  .mb-md-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-md-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-md-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-md-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-md-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-md-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-md-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-md-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-md-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-md-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-md-0 {
    margin: 0rem !important;
  }
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-md-1 {
    margin: .1rem !important;
  }
  .ml-md-1 {
    margin-left: .1rem !important;
  }
  .mr-md-1 {
    margin-right: .1rem !important;
  }
  .mt-md-1 {
    margin-top: .1rem !important;
  }
  .mb-md-1 {
    margin-bottom: .1rem !important;
  }
  .my-md-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-md-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-md-2 {
    margin: .2rem !important;
  }
  .ml-md-2 {
    margin-left: .2rem !important;
  }
  .mr-md-2 {
    margin-right: .2rem !important;
  }
  .mt-md-2 {
    margin-top: .2rem !important;
  }
  .mb-md-2 {
    margin-bottom: .2rem !important;
  }
  .my-md-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-md-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-md-3 {
    margin: .3rem !important;
  }
  .ml-md-3 {
    margin-left: .3rem !important;
  }
  .mr-md-3 {
    margin-right: .3rem !important;
  }
  .mt-md-3 {
    margin-top: .3rem !important;
  }
  .mb-md-3 {
    margin-bottom: .3rem !important;
  }
  .my-md-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-md-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-md-4 {
    margin: .4rem !important;
  }
  .ml-md-4 {
    margin-left: .4rem !important;
  }
  .mr-md-4 {
    margin-right: .4rem !important;
  }
  .mt-md-4 {
    margin-top: .4rem !important;
  }
  .mb-md-4 {
    margin-bottom: .4rem !important;
  }
  .my-md-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-md-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-md-5 {
    margin: .5rem !important;
  }
  .ml-md-5 {
    margin-left: .5rem !important;
  }
  .mr-md-5 {
    margin-right: .5rem !important;
  }
  .mt-md-5 {
    margin-top: .5rem !important;
  }
  .mb-md-5 {
    margin-bottom: .5rem !important;
  }
  .my-md-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-md-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .ml-md-10 {
    margin-left: 1rem !important;
  }
  .mr-md-10 {
    margin-right: 1rem !important;
  }
  .mt-md-10 {
    margin-top: 1rem !important;
  }
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-md-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-md-15 {
    margin: 1.5rem !important;
  }
  .ml-md-15 {
    margin-left: 1.5rem !important;
  }
  .mr-md-15 {
    margin-right: 1.5rem !important;
  }
  .mt-md-15 {
    margin-top: 1.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-md-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-md-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .ml-md-20 {
    margin-left: 2rem !important;
  }
  .mr-md-20 {
    margin-right: 2rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-md-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-md-25 {
    margin: 2.5rem !important;
  }
  .ml-md-25 {
    margin-left: 2.5rem !important;
  }
  .mr-md-25 {
    margin-right: 2.5rem !important;
  }
  .mt-md-25 {
    margin-top: 2.5rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-md-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-md-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .ml-md-30 {
    margin-left: 3rem !important;
  }
  .mr-md-30 {
    margin-right: 3rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-md-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-md-35 {
    margin: 3.5rem !important;
  }
  .ml-md-35 {
    margin-left: 3.5rem !important;
  }
  .mr-md-35 {
    margin-right: 3.5rem !important;
  }
  .mt-md-35 {
    margin-top: 3.5rem !important;
  }
  .mb-md-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-md-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-md-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .ml-md-40 {
    margin-left: 4rem !important;
  }
  .mr-md-40 {
    margin-right: 4rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-md-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-md-45 {
    margin: 4.5rem !important;
  }
  .ml-md-45 {
    margin-left: 4.5rem !important;
  }
  .mr-md-45 {
    margin-right: 4.5rem !important;
  }
  .mt-md-45 {
    margin-top: 4.5rem !important;
  }
  .mb-md-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-md-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-md-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .ml-md-50 {
    margin-left: 5rem !important;
  }
  .mr-md-50 {
    margin-right: 5rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-md-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-md-55 {
    margin: 5.5rem !important;
  }
  .ml-md-55 {
    margin-left: 5.5rem !important;
  }
  .mr-md-55 {
    margin-right: 5.5rem !important;
  }
  .mt-md-55 {
    margin-top: 5.5rem !important;
  }
  .mb-md-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-md-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-md-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .ml-md-60 {
    margin-left: 6rem !important;
  }
  .mr-md-60 {
    margin-right: 6rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-md-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-md-65 {
    margin: 6.5rem !important;
  }
  .ml-md-65 {
    margin-left: 6.5rem !important;
  }
  .mr-md-65 {
    margin-right: 6.5rem !important;
  }
  .mt-md-65 {
    margin-top: 6.5rem !important;
  }
  .mb-md-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-md-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-md-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .ml-md-70 {
    margin-left: 7rem !important;
  }
  .mr-md-70 {
    margin-right: 7rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-md-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-md-75 {
    margin: 7.5rem !important;
  }
  .ml-md-75 {
    margin-left: 7.5rem !important;
  }
  .mr-md-75 {
    margin-right: 7.5rem !important;
  }
  .mt-md-75 {
    margin-top: 7.5rem !important;
  }
  .mb-md-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-md-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-md-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .ml-md-80 {
    margin-left: 8rem !important;
  }
  .mr-md-80 {
    margin-right: 8rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-md-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-md-85 {
    margin: 8.5rem !important;
  }
  .ml-md-85 {
    margin-left: 8.5rem !important;
  }
  .mr-md-85 {
    margin-right: 8.5rem !important;
  }
  .mt-md-85 {
    margin-top: 8.5rem !important;
  }
  .mb-md-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-md-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-md-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .ml-md-90 {
    margin-left: 9rem !important;
  }
  .mr-md-90 {
    margin-right: 9rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-md-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-md-95 {
    margin: 9.5rem !important;
  }
  .ml-md-95 {
    margin-left: 9.5rem !important;
  }
  .mr-md-95 {
    margin-right: 9.5rem !important;
  }
  .mt-md-95 {
    margin-top: 9.5rem !important;
  }
  .mb-md-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-md-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-md-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .ml-md-100 {
    margin-left: 10rem !important;
  }
  .mr-md-100 {
    margin-right: 10rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-md-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-md-105 {
    margin: 10.5rem !important;
  }
  .ml-md-105 {
    margin-left: 10.5rem !important;
  }
  .mr-md-105 {
    margin-right: 10.5rem !important;
  }
  .mt-md-105 {
    margin-top: 10.5rem !important;
  }
  .mb-md-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-md-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-md-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .ml-md-110 {
    margin-left: 11rem !important;
  }
  .mr-md-110 {
    margin-right: 11rem !important;
  }
  .mt-md-110 {
    margin-top: 11rem !important;
  }
  .mb-md-110 {
    margin-bottom: 11rem !important;
  }
  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-md-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-md-115 {
    margin: 11.5rem !important;
  }
  .ml-md-115 {
    margin-left: 11.5rem !important;
  }
  .mr-md-115 {
    margin-right: 11.5rem !important;
  }
  .mt-md-115 {
    margin-top: 11.5rem !important;
  }
  .mb-md-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-md-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-md-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .ml-md-120 {
    margin-left: 12rem !important;
  }
  .mr-md-120 {
    margin-right: 12rem !important;
  }
  .mt-md-120 {
    margin-top: 12rem !important;
  }
  .mb-md-120 {
    margin-bottom: 12rem !important;
  }
  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-md-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-md-125 {
    margin: 12.5rem !important;
  }
  .ml-md-125 {
    margin-left: 12.5rem !important;
  }
  .mr-md-125 {
    margin-right: 12.5rem !important;
  }
  .mt-md-125 {
    margin-top: 12.5rem !important;
  }
  .mb-md-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-md-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-md-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-md-130 {
    margin: 13rem !important;
  }
  .ml-md-130 {
    margin-left: 13rem !important;
  }
  .mr-md-130 {
    margin-right: 13rem !important;
  }
  .mt-md-130 {
    margin-top: 13rem !important;
  }
  .mb-md-130 {
    margin-bottom: 13rem !important;
  }
  .my-md-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-md-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-md-135 {
    margin: 13.5rem !important;
  }
  .ml-md-135 {
    margin-left: 13.5rem !important;
  }
  .mr-md-135 {
    margin-right: 13.5rem !important;
  }
  .mt-md-135 {
    margin-top: 13.5rem !important;
  }
  .mb-md-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-md-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-md-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-md-140 {
    margin: 14rem !important;
  }
  .ml-md-140 {
    margin-left: 14rem !important;
  }
  .mr-md-140 {
    margin-right: 14rem !important;
  }
  .mt-md-140 {
    margin-top: 14rem !important;
  }
  .mb-md-140 {
    margin-bottom: 14rem !important;
  }
  .my-md-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-md-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-md-145 {
    margin: 14.5rem !important;
  }
  .ml-md-145 {
    margin-left: 14.5rem !important;
  }
  .mr-md-145 {
    margin-right: 14.5rem !important;
  }
  .mt-md-145 {
    margin-top: 14.5rem !important;
  }
  .mb-md-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-md-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-md-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-md-150 {
    margin: 15rem !important;
  }
  .ml-md-150 {
    margin-left: 15rem !important;
  }
  .mr-md-150 {
    margin-right: 15rem !important;
  }
  .mt-md-150 {
    margin-top: 15rem !important;
  }
  .mb-md-150 {
    margin-bottom: 15rem !important;
  }
  .my-md-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-md-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-md-155 {
    margin: 15.5rem !important;
  }
  .ml-md-155 {
    margin-left: 15.5rem !important;
  }
  .mr-md-155 {
    margin-right: 15.5rem !important;
  }
  .mt-md-155 {
    margin-top: 15.5rem !important;
  }
  .mb-md-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-md-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-md-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-md-160 {
    margin: 16rem !important;
  }
  .ml-md-160 {
    margin-left: 16rem !important;
  }
  .mr-md-160 {
    margin-right: 16rem !important;
  }
  .mt-md-160 {
    margin-top: 16rem !important;
  }
  .mb-md-160 {
    margin-bottom: 16rem !important;
  }
  .my-md-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-md-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-md-165 {
    margin: 16.5rem !important;
  }
  .ml-md-165 {
    margin-left: 16.5rem !important;
  }
  .mr-md-165 {
    margin-right: 16.5rem !important;
  }
  .mt-md-165 {
    margin-top: 16.5rem !important;
  }
  .mb-md-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-md-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-md-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-md-170 {
    margin: 17rem !important;
  }
  .ml-md-170 {
    margin-left: 17rem !important;
  }
  .mr-md-170 {
    margin-right: 17rem !important;
  }
  .mt-md-170 {
    margin-top: 17rem !important;
  }
  .mb-md-170 {
    margin-bottom: 17rem !important;
  }
  .my-md-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-md-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-md-175 {
    margin: 17.5rem !important;
  }
  .ml-md-175 {
    margin-left: 17.5rem !important;
  }
  .mr-md-175 {
    margin-right: 17.5rem !important;
  }
  .mt-md-175 {
    margin-top: 17.5rem !important;
  }
  .mb-md-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-md-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-md-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-md-180 {
    margin: 18rem !important;
  }
  .ml-md-180 {
    margin-left: 18rem !important;
  }
  .mr-md-180 {
    margin-right: 18rem !important;
  }
  .mt-md-180 {
    margin-top: 18rem !important;
  }
  .mb-md-180 {
    margin-bottom: 18rem !important;
  }
  .my-md-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-md-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-md-185 {
    margin: 18.5rem !important;
  }
  .ml-md-185 {
    margin-left: 18.5rem !important;
  }
  .mr-md-185 {
    margin-right: 18.5rem !important;
  }
  .mt-md-185 {
    margin-top: 18.5rem !important;
  }
  .mb-md-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-md-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-md-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-md-190 {
    margin: 19rem !important;
  }
  .ml-md-190 {
    margin-left: 19rem !important;
  }
  .mr-md-190 {
    margin-right: 19rem !important;
  }
  .mt-md-190 {
    margin-top: 19rem !important;
  }
  .mb-md-190 {
    margin-bottom: 19rem !important;
  }
  .my-md-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-md-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-md-195 {
    margin: 19.5rem !important;
  }
  .ml-md-195 {
    margin-left: 19.5rem !important;
  }
  .mr-md-195 {
    margin-right: 19.5rem !important;
  }
  .mt-md-195 {
    margin-top: 19.5rem !important;
  }
  .mb-md-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-md-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-md-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-md-200 {
    margin: 20rem !important;
  }
  .ml-md-200 {
    margin-left: 20rem !important;
  }
  .mr-md-200 {
    margin-right: 20rem !important;
  }
  .mt-md-200 {
    margin-top: 20rem !important;
  }
  .mb-md-200 {
    margin-bottom: 20rem !important;
  }
  .my-md-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-md-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-md-205 {
    margin: 20.5rem !important;
  }
  .ml-md-205 {
    margin-left: 20.5rem !important;
  }
  .mr-md-205 {
    margin-right: 20.5rem !important;
  }
  .mt-md-205 {
    margin-top: 20.5rem !important;
  }
  .mb-md-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-md-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-md-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-md-210 {
    margin: 21rem !important;
  }
  .ml-md-210 {
    margin-left: 21rem !important;
  }
  .mr-md-210 {
    margin-right: 21rem !important;
  }
  .mt-md-210 {
    margin-top: 21rem !important;
  }
  .mb-md-210 {
    margin-bottom: 21rem !important;
  }
  .my-md-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-md-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-md-215 {
    margin: 21.5rem !important;
  }
  .ml-md-215 {
    margin-left: 21.5rem !important;
  }
  .mr-md-215 {
    margin-right: 21.5rem !important;
  }
  .mt-md-215 {
    margin-top: 21.5rem !important;
  }
  .mb-md-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-md-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-md-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-md-220 {
    margin: 22rem !important;
  }
  .ml-md-220 {
    margin-left: 22rem !important;
  }
  .mr-md-220 {
    margin-right: 22rem !important;
  }
  .mt-md-220 {
    margin-top: 22rem !important;
  }
  .mb-md-220 {
    margin-bottom: 22rem !important;
  }
  .my-md-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-md-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-md-225 {
    margin: 22.5rem !important;
  }
  .ml-md-225 {
    margin-left: 22.5rem !important;
  }
  .mr-md-225 {
    margin-right: 22.5rem !important;
  }
  .mt-md-225 {
    margin-top: 22.5rem !important;
  }
  .mb-md-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-md-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-md-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-md-230 {
    margin: 23rem !important;
  }
  .ml-md-230 {
    margin-left: 23rem !important;
  }
  .mr-md-230 {
    margin-right: 23rem !important;
  }
  .mt-md-230 {
    margin-top: 23rem !important;
  }
  .mb-md-230 {
    margin-bottom: 23rem !important;
  }
  .my-md-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-md-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-md-235 {
    margin: 23.5rem !important;
  }
  .ml-md-235 {
    margin-left: 23.5rem !important;
  }
  .mr-md-235 {
    margin-right: 23.5rem !important;
  }
  .mt-md-235 {
    margin-top: 23.5rem !important;
  }
  .mb-md-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-md-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-md-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-md-240 {
    margin: 24rem !important;
  }
  .ml-md-240 {
    margin-left: 24rem !important;
  }
  .mr-md-240 {
    margin-right: 24rem !important;
  }
  .mt-md-240 {
    margin-top: 24rem !important;
  }
  .mb-md-240 {
    margin-bottom: 24rem !important;
  }
  .my-md-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-md-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-md-245 {
    margin: 24.5rem !important;
  }
  .ml-md-245 {
    margin-left: 24.5rem !important;
  }
  .mr-md-245 {
    margin-right: 24.5rem !important;
  }
  .mt-md-245 {
    margin-top: 24.5rem !important;
  }
  .mb-md-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-md-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-md-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-md-250 {
    margin: 25rem !important;
  }
  .ml-md-250 {
    margin-left: 25rem !important;
  }
  .mr-md-250 {
    margin-right: 25rem !important;
  }
  .mt-md-250 {
    margin-top: 25rem !important;
  }
  .mb-md-250 {
    margin-bottom: 25rem !important;
  }
  .my-md-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-md-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-md-255 {
    margin: 25.5rem !important;
  }
  .ml-md-255 {
    margin-left: 25.5rem !important;
  }
  .mr-md-255 {
    margin-right: 25.5rem !important;
  }
  .mt-md-255 {
    margin-top: 25.5rem !important;
  }
  .mb-md-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-md-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-md-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-md-260 {
    margin: 26rem !important;
  }
  .ml-md-260 {
    margin-left: 26rem !important;
  }
  .mr-md-260 {
    margin-right: 26rem !important;
  }
  .mt-md-260 {
    margin-top: 26rem !important;
  }
  .mb-md-260 {
    margin-bottom: 26rem !important;
  }
  .my-md-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-md-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-md-265 {
    margin: 26.5rem !important;
  }
  .ml-md-265 {
    margin-left: 26.5rem !important;
  }
  .mr-md-265 {
    margin-right: 26.5rem !important;
  }
  .mt-md-265 {
    margin-top: 26.5rem !important;
  }
  .mb-md-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-md-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-md-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-md-270 {
    margin: 27rem !important;
  }
  .ml-md-270 {
    margin-left: 27rem !important;
  }
  .mr-md-270 {
    margin-right: 27rem !important;
  }
  .mt-md-270 {
    margin-top: 27rem !important;
  }
  .mb-md-270 {
    margin-bottom: 27rem !important;
  }
  .my-md-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-md-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-md-275 {
    margin: 27.5rem !important;
  }
  .ml-md-275 {
    margin-left: 27.5rem !important;
  }
  .mr-md-275 {
    margin-right: 27.5rem !important;
  }
  .mt-md-275 {
    margin-top: 27.5rem !important;
  }
  .mb-md-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-md-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-md-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-md-280 {
    margin: 28rem !important;
  }
  .ml-md-280 {
    margin-left: 28rem !important;
  }
  .mr-md-280 {
    margin-right: 28rem !important;
  }
  .mt-md-280 {
    margin-top: 28rem !important;
  }
  .mb-md-280 {
    margin-bottom: 28rem !important;
  }
  .my-md-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-md-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-md-285 {
    margin: 28.5rem !important;
  }
  .ml-md-285 {
    margin-left: 28.5rem !important;
  }
  .mr-md-285 {
    margin-right: 28.5rem !important;
  }
  .mt-md-285 {
    margin-top: 28.5rem !important;
  }
  .mb-md-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-md-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-md-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-md-290 {
    margin: 29rem !important;
  }
  .ml-md-290 {
    margin-left: 29rem !important;
  }
  .mr-md-290 {
    margin-right: 29rem !important;
  }
  .mt-md-290 {
    margin-top: 29rem !important;
  }
  .mb-md-290 {
    margin-bottom: 29rem !important;
  }
  .my-md-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-md-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-md-295 {
    margin: 29.5rem !important;
  }
  .ml-md-295 {
    margin-left: 29.5rem !important;
  }
  .mr-md-295 {
    margin-right: 29.5rem !important;
  }
  .mt-md-295 {
    margin-top: 29.5rem !important;
  }
  .mb-md-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-md-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-md-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-md-300 {
    margin: 30rem !important;
  }
  .ml-md-300 {
    margin-left: 30rem !important;
  }
  .mr-md-300 {
    margin-right: 30rem !important;
  }
  .mt-md-300 {
    margin-top: 30rem !important;
  }
  .mb-md-300 {
    margin-bottom: 30rem !important;
  }
  .my-md-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-md-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-md-335 {
    margin: 33.5rem !important;
  }
  .ml-md-335 {
    margin-left: 33.5rem !important;
  }
  .mr-md-335 {
    margin-right: 33.5rem !important;
  }
  .mt-md-335 {
    margin-top: 33.5rem !important;
  }
  .mb-md-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-md-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-md-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 1025.1px) {
  .m-lg-auto {
    margin: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-lg-header {
    margin: var(--header-height) !important;
  }
  .ml-lg-header {
    margin-left: var(--header-height) !important;
  }
  .mr-lg-header {
    margin-right: var(--header-height) !important;
  }
  .mt-lg-header {
    margin-top: var(--header-height) !important;
  }
  .mb-lg-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-lg-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-lg-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-lg-padding {
    margin: var(--padding) !important;
  }
  .ml-lg-padding {
    margin-left: var(--padding) !important;
  }
  .mr-lg-padding {
    margin-right: var(--padding) !important;
  }
  .mt-lg-padding {
    margin-top: var(--padding) !important;
  }
  .mb-lg-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-lg-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-lg-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-lg-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-lg-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-lg-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-lg-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-lg-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-lg-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-lg-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-lg-0 {
    margin: 0rem !important;
  }
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-lg-1 {
    margin: .1rem !important;
  }
  .ml-lg-1 {
    margin-left: .1rem !important;
  }
  .mr-lg-1 {
    margin-right: .1rem !important;
  }
  .mt-lg-1 {
    margin-top: .1rem !important;
  }
  .mb-lg-1 {
    margin-bottom: .1rem !important;
  }
  .my-lg-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-lg-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-lg-2 {
    margin: .2rem !important;
  }
  .ml-lg-2 {
    margin-left: .2rem !important;
  }
  .mr-lg-2 {
    margin-right: .2rem !important;
  }
  .mt-lg-2 {
    margin-top: .2rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .2rem !important;
  }
  .my-lg-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-lg-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-lg-3 {
    margin: .3rem !important;
  }
  .ml-lg-3 {
    margin-left: .3rem !important;
  }
  .mr-lg-3 {
    margin-right: .3rem !important;
  }
  .mt-lg-3 {
    margin-top: .3rem !important;
  }
  .mb-lg-3 {
    margin-bottom: .3rem !important;
  }
  .my-lg-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-lg-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-lg-4 {
    margin: .4rem !important;
  }
  .ml-lg-4 {
    margin-left: .4rem !important;
  }
  .mr-lg-4 {
    margin-right: .4rem !important;
  }
  .mt-lg-4 {
    margin-top: .4rem !important;
  }
  .mb-lg-4 {
    margin-bottom: .4rem !important;
  }
  .my-lg-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-lg-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-lg-5 {
    margin: .5rem !important;
  }
  .ml-lg-5 {
    margin-left: .5rem !important;
  }
  .mr-lg-5 {
    margin-right: .5rem !important;
  }
  .mt-lg-5 {
    margin-top: .5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: .5rem !important;
  }
  .my-lg-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-lg-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .ml-lg-10 {
    margin-left: 1rem !important;
  }
  .mr-lg-10 {
    margin-right: 1rem !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-lg-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-lg-15 {
    margin: 1.5rem !important;
  }
  .ml-lg-15 {
    margin-left: 1.5rem !important;
  }
  .mr-lg-15 {
    margin-right: 1.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-lg-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-lg-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .ml-lg-20 {
    margin-left: 2rem !important;
  }
  .mr-lg-20 {
    margin-right: 2rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-lg-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-lg-25 {
    margin: 2.5rem !important;
  }
  .ml-lg-25 {
    margin-left: 2.5rem !important;
  }
  .mr-lg-25 {
    margin-right: 2.5rem !important;
  }
  .mt-lg-25 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-lg-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-lg-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .ml-lg-30 {
    margin-left: 3rem !important;
  }
  .mr-lg-30 {
    margin-right: 3rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-lg-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-lg-35 {
    margin: 3.5rem !important;
  }
  .ml-lg-35 {
    margin-left: 3.5rem !important;
  }
  .mr-lg-35 {
    margin-right: 3.5rem !important;
  }
  .mt-lg-35 {
    margin-top: 3.5rem !important;
  }
  .mb-lg-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-lg-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-lg-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .ml-lg-40 {
    margin-left: 4rem !important;
  }
  .mr-lg-40 {
    margin-right: 4rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-lg-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-lg-45 {
    margin: 4.5rem !important;
  }
  .ml-lg-45 {
    margin-left: 4.5rem !important;
  }
  .mr-lg-45 {
    margin-right: 4.5rem !important;
  }
  .mt-lg-45 {
    margin-top: 4.5rem !important;
  }
  .mb-lg-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-lg-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-lg-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .ml-lg-50 {
    margin-left: 5rem !important;
  }
  .mr-lg-50 {
    margin-right: 5rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-lg-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-lg-55 {
    margin: 5.5rem !important;
  }
  .ml-lg-55 {
    margin-left: 5.5rem !important;
  }
  .mr-lg-55 {
    margin-right: 5.5rem !important;
  }
  .mt-lg-55 {
    margin-top: 5.5rem !important;
  }
  .mb-lg-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-lg-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-lg-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .ml-lg-60 {
    margin-left: 6rem !important;
  }
  .mr-lg-60 {
    margin-right: 6rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-lg-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-lg-65 {
    margin: 6.5rem !important;
  }
  .ml-lg-65 {
    margin-left: 6.5rem !important;
  }
  .mr-lg-65 {
    margin-right: 6.5rem !important;
  }
  .mt-lg-65 {
    margin-top: 6.5rem !important;
  }
  .mb-lg-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-lg-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-lg-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .ml-lg-70 {
    margin-left: 7rem !important;
  }
  .mr-lg-70 {
    margin-right: 7rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-lg-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-lg-75 {
    margin: 7.5rem !important;
  }
  .ml-lg-75 {
    margin-left: 7.5rem !important;
  }
  .mr-lg-75 {
    margin-right: 7.5rem !important;
  }
  .mt-lg-75 {
    margin-top: 7.5rem !important;
  }
  .mb-lg-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-lg-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-lg-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .ml-lg-80 {
    margin-left: 8rem !important;
  }
  .mr-lg-80 {
    margin-right: 8rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-lg-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-lg-85 {
    margin: 8.5rem !important;
  }
  .ml-lg-85 {
    margin-left: 8.5rem !important;
  }
  .mr-lg-85 {
    margin-right: 8.5rem !important;
  }
  .mt-lg-85 {
    margin-top: 8.5rem !important;
  }
  .mb-lg-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-lg-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-lg-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .ml-lg-90 {
    margin-left: 9rem !important;
  }
  .mr-lg-90 {
    margin-right: 9rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-lg-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-lg-95 {
    margin: 9.5rem !important;
  }
  .ml-lg-95 {
    margin-left: 9.5rem !important;
  }
  .mr-lg-95 {
    margin-right: 9.5rem !important;
  }
  .mt-lg-95 {
    margin-top: 9.5rem !important;
  }
  .mb-lg-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-lg-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-lg-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .ml-lg-100 {
    margin-left: 10rem !important;
  }
  .mr-lg-100 {
    margin-right: 10rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-lg-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-lg-105 {
    margin: 10.5rem !important;
  }
  .ml-lg-105 {
    margin-left: 10.5rem !important;
  }
  .mr-lg-105 {
    margin-right: 10.5rem !important;
  }
  .mt-lg-105 {
    margin-top: 10.5rem !important;
  }
  .mb-lg-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-lg-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-lg-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .ml-lg-110 {
    margin-left: 11rem !important;
  }
  .mr-lg-110 {
    margin-right: 11rem !important;
  }
  .mt-lg-110 {
    margin-top: 11rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }
  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-lg-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-lg-115 {
    margin: 11.5rem !important;
  }
  .ml-lg-115 {
    margin-left: 11.5rem !important;
  }
  .mr-lg-115 {
    margin-right: 11.5rem !important;
  }
  .mt-lg-115 {
    margin-top: 11.5rem !important;
  }
  .mb-lg-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-lg-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-lg-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .ml-lg-120 {
    margin-left: 12rem !important;
  }
  .mr-lg-120 {
    margin-right: 12rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }
  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-lg-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-lg-125 {
    margin: 12.5rem !important;
  }
  .ml-lg-125 {
    margin-left: 12.5rem !important;
  }
  .mr-lg-125 {
    margin-right: 12.5rem !important;
  }
  .mt-lg-125 {
    margin-top: 12.5rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-lg-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-lg-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-lg-130 {
    margin: 13rem !important;
  }
  .ml-lg-130 {
    margin-left: 13rem !important;
  }
  .mr-lg-130 {
    margin-right: 13rem !important;
  }
  .mt-lg-130 {
    margin-top: 13rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }
  .my-lg-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-lg-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-lg-135 {
    margin: 13.5rem !important;
  }
  .ml-lg-135 {
    margin-left: 13.5rem !important;
  }
  .mr-lg-135 {
    margin-right: 13.5rem !important;
  }
  .mt-lg-135 {
    margin-top: 13.5rem !important;
  }
  .mb-lg-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-lg-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-lg-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-lg-140 {
    margin: 14rem !important;
  }
  .ml-lg-140 {
    margin-left: 14rem !important;
  }
  .mr-lg-140 {
    margin-right: 14rem !important;
  }
  .mt-lg-140 {
    margin-top: 14rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 14rem !important;
  }
  .my-lg-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-lg-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-lg-145 {
    margin: 14.5rem !important;
  }
  .ml-lg-145 {
    margin-left: 14.5rem !important;
  }
  .mr-lg-145 {
    margin-right: 14.5rem !important;
  }
  .mt-lg-145 {
    margin-top: 14.5rem !important;
  }
  .mb-lg-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-lg-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-lg-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-lg-150 {
    margin: 15rem !important;
  }
  .ml-lg-150 {
    margin-left: 15rem !important;
  }
  .mr-lg-150 {
    margin-right: 15rem !important;
  }
  .mt-lg-150 {
    margin-top: 15rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 15rem !important;
  }
  .my-lg-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-lg-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-lg-155 {
    margin: 15.5rem !important;
  }
  .ml-lg-155 {
    margin-left: 15.5rem !important;
  }
  .mr-lg-155 {
    margin-right: 15.5rem !important;
  }
  .mt-lg-155 {
    margin-top: 15.5rem !important;
  }
  .mb-lg-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-lg-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-lg-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-lg-160 {
    margin: 16rem !important;
  }
  .ml-lg-160 {
    margin-left: 16rem !important;
  }
  .mr-lg-160 {
    margin-right: 16rem !important;
  }
  .mt-lg-160 {
    margin-top: 16rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 16rem !important;
  }
  .my-lg-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-lg-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-lg-165 {
    margin: 16.5rem !important;
  }
  .ml-lg-165 {
    margin-left: 16.5rem !important;
  }
  .mr-lg-165 {
    margin-right: 16.5rem !important;
  }
  .mt-lg-165 {
    margin-top: 16.5rem !important;
  }
  .mb-lg-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-lg-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-lg-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-lg-170 {
    margin: 17rem !important;
  }
  .ml-lg-170 {
    margin-left: 17rem !important;
  }
  .mr-lg-170 {
    margin-right: 17rem !important;
  }
  .mt-lg-170 {
    margin-top: 17rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }
  .my-lg-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-lg-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-lg-175 {
    margin: 17.5rem !important;
  }
  .ml-lg-175 {
    margin-left: 17.5rem !important;
  }
  .mr-lg-175 {
    margin-right: 17.5rem !important;
  }
  .mt-lg-175 {
    margin-top: 17.5rem !important;
  }
  .mb-lg-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-lg-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-lg-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-lg-180 {
    margin: 18rem !important;
  }
  .ml-lg-180 {
    margin-left: 18rem !important;
  }
  .mr-lg-180 {
    margin-right: 18rem !important;
  }
  .mt-lg-180 {
    margin-top: 18rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 18rem !important;
  }
  .my-lg-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-lg-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-lg-185 {
    margin: 18.5rem !important;
  }
  .ml-lg-185 {
    margin-left: 18.5rem !important;
  }
  .mr-lg-185 {
    margin-right: 18.5rem !important;
  }
  .mt-lg-185 {
    margin-top: 18.5rem !important;
  }
  .mb-lg-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-lg-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-lg-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-lg-190 {
    margin: 19rem !important;
  }
  .ml-lg-190 {
    margin-left: 19rem !important;
  }
  .mr-lg-190 {
    margin-right: 19rem !important;
  }
  .mt-lg-190 {
    margin-top: 19rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 19rem !important;
  }
  .my-lg-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-lg-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-lg-195 {
    margin: 19.5rem !important;
  }
  .ml-lg-195 {
    margin-left: 19.5rem !important;
  }
  .mr-lg-195 {
    margin-right: 19.5rem !important;
  }
  .mt-lg-195 {
    margin-top: 19.5rem !important;
  }
  .mb-lg-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-lg-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-lg-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-lg-200 {
    margin: 20rem !important;
  }
  .ml-lg-200 {
    margin-left: 20rem !important;
  }
  .mr-lg-200 {
    margin-right: 20rem !important;
  }
  .mt-lg-200 {
    margin-top: 20rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 20rem !important;
  }
  .my-lg-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-lg-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-lg-205 {
    margin: 20.5rem !important;
  }
  .ml-lg-205 {
    margin-left: 20.5rem !important;
  }
  .mr-lg-205 {
    margin-right: 20.5rem !important;
  }
  .mt-lg-205 {
    margin-top: 20.5rem !important;
  }
  .mb-lg-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-lg-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-lg-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-lg-210 {
    margin: 21rem !important;
  }
  .ml-lg-210 {
    margin-left: 21rem !important;
  }
  .mr-lg-210 {
    margin-right: 21rem !important;
  }
  .mt-lg-210 {
    margin-top: 21rem !important;
  }
  .mb-lg-210 {
    margin-bottom: 21rem !important;
  }
  .my-lg-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-lg-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-lg-215 {
    margin: 21.5rem !important;
  }
  .ml-lg-215 {
    margin-left: 21.5rem !important;
  }
  .mr-lg-215 {
    margin-right: 21.5rem !important;
  }
  .mt-lg-215 {
    margin-top: 21.5rem !important;
  }
  .mb-lg-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-lg-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-lg-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-lg-220 {
    margin: 22rem !important;
  }
  .ml-lg-220 {
    margin-left: 22rem !important;
  }
  .mr-lg-220 {
    margin-right: 22rem !important;
  }
  .mt-lg-220 {
    margin-top: 22rem !important;
  }
  .mb-lg-220 {
    margin-bottom: 22rem !important;
  }
  .my-lg-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-lg-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-lg-225 {
    margin: 22.5rem !important;
  }
  .ml-lg-225 {
    margin-left: 22.5rem !important;
  }
  .mr-lg-225 {
    margin-right: 22.5rem !important;
  }
  .mt-lg-225 {
    margin-top: 22.5rem !important;
  }
  .mb-lg-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-lg-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-lg-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-lg-230 {
    margin: 23rem !important;
  }
  .ml-lg-230 {
    margin-left: 23rem !important;
  }
  .mr-lg-230 {
    margin-right: 23rem !important;
  }
  .mt-lg-230 {
    margin-top: 23rem !important;
  }
  .mb-lg-230 {
    margin-bottom: 23rem !important;
  }
  .my-lg-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-lg-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-lg-235 {
    margin: 23.5rem !important;
  }
  .ml-lg-235 {
    margin-left: 23.5rem !important;
  }
  .mr-lg-235 {
    margin-right: 23.5rem !important;
  }
  .mt-lg-235 {
    margin-top: 23.5rem !important;
  }
  .mb-lg-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-lg-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-lg-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-lg-240 {
    margin: 24rem !important;
  }
  .ml-lg-240 {
    margin-left: 24rem !important;
  }
  .mr-lg-240 {
    margin-right: 24rem !important;
  }
  .mt-lg-240 {
    margin-top: 24rem !important;
  }
  .mb-lg-240 {
    margin-bottom: 24rem !important;
  }
  .my-lg-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-lg-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-lg-245 {
    margin: 24.5rem !important;
  }
  .ml-lg-245 {
    margin-left: 24.5rem !important;
  }
  .mr-lg-245 {
    margin-right: 24.5rem !important;
  }
  .mt-lg-245 {
    margin-top: 24.5rem !important;
  }
  .mb-lg-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-lg-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-lg-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-lg-250 {
    margin: 25rem !important;
  }
  .ml-lg-250 {
    margin-left: 25rem !important;
  }
  .mr-lg-250 {
    margin-right: 25rem !important;
  }
  .mt-lg-250 {
    margin-top: 25rem !important;
  }
  .mb-lg-250 {
    margin-bottom: 25rem !important;
  }
  .my-lg-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-lg-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-lg-255 {
    margin: 25.5rem !important;
  }
  .ml-lg-255 {
    margin-left: 25.5rem !important;
  }
  .mr-lg-255 {
    margin-right: 25.5rem !important;
  }
  .mt-lg-255 {
    margin-top: 25.5rem !important;
  }
  .mb-lg-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-lg-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-lg-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-lg-260 {
    margin: 26rem !important;
  }
  .ml-lg-260 {
    margin-left: 26rem !important;
  }
  .mr-lg-260 {
    margin-right: 26rem !important;
  }
  .mt-lg-260 {
    margin-top: 26rem !important;
  }
  .mb-lg-260 {
    margin-bottom: 26rem !important;
  }
  .my-lg-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-lg-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-lg-265 {
    margin: 26.5rem !important;
  }
  .ml-lg-265 {
    margin-left: 26.5rem !important;
  }
  .mr-lg-265 {
    margin-right: 26.5rem !important;
  }
  .mt-lg-265 {
    margin-top: 26.5rem !important;
  }
  .mb-lg-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-lg-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-lg-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-lg-270 {
    margin: 27rem !important;
  }
  .ml-lg-270 {
    margin-left: 27rem !important;
  }
  .mr-lg-270 {
    margin-right: 27rem !important;
  }
  .mt-lg-270 {
    margin-top: 27rem !important;
  }
  .mb-lg-270 {
    margin-bottom: 27rem !important;
  }
  .my-lg-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-lg-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-lg-275 {
    margin: 27.5rem !important;
  }
  .ml-lg-275 {
    margin-left: 27.5rem !important;
  }
  .mr-lg-275 {
    margin-right: 27.5rem !important;
  }
  .mt-lg-275 {
    margin-top: 27.5rem !important;
  }
  .mb-lg-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-lg-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-lg-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-lg-280 {
    margin: 28rem !important;
  }
  .ml-lg-280 {
    margin-left: 28rem !important;
  }
  .mr-lg-280 {
    margin-right: 28rem !important;
  }
  .mt-lg-280 {
    margin-top: 28rem !important;
  }
  .mb-lg-280 {
    margin-bottom: 28rem !important;
  }
  .my-lg-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-lg-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-lg-285 {
    margin: 28.5rem !important;
  }
  .ml-lg-285 {
    margin-left: 28.5rem !important;
  }
  .mr-lg-285 {
    margin-right: 28.5rem !important;
  }
  .mt-lg-285 {
    margin-top: 28.5rem !important;
  }
  .mb-lg-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-lg-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-lg-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-lg-290 {
    margin: 29rem !important;
  }
  .ml-lg-290 {
    margin-left: 29rem !important;
  }
  .mr-lg-290 {
    margin-right: 29rem !important;
  }
  .mt-lg-290 {
    margin-top: 29rem !important;
  }
  .mb-lg-290 {
    margin-bottom: 29rem !important;
  }
  .my-lg-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-lg-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-lg-295 {
    margin: 29.5rem !important;
  }
  .ml-lg-295 {
    margin-left: 29.5rem !important;
  }
  .mr-lg-295 {
    margin-right: 29.5rem !important;
  }
  .mt-lg-295 {
    margin-top: 29.5rem !important;
  }
  .mb-lg-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-lg-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-lg-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-lg-300 {
    margin: 30rem !important;
  }
  .ml-lg-300 {
    margin-left: 30rem !important;
  }
  .mr-lg-300 {
    margin-right: 30rem !important;
  }
  .mt-lg-300 {
    margin-top: 30rem !important;
  }
  .mb-lg-300 {
    margin-bottom: 30rem !important;
  }
  .my-lg-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-lg-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-lg-335 {
    margin: 33.5rem !important;
  }
  .ml-lg-335 {
    margin-left: 33.5rem !important;
  }
  .mr-lg-335 {
    margin-right: 33.5rem !important;
  }
  .mt-lg-335 {
    margin-top: 33.5rem !important;
  }
  .mb-lg-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-lg-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-lg-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .m-phone-auto {
    margin: auto !important;
  }
  .ml-phone-auto {
    margin-left: auto !important;
  }
  .mr-phone-auto {
    margin-right: auto !important;
  }
  .mt-phone-auto {
    margin-top: auto !important;
  }
  .mb-phone-auto {
    margin-bottom: auto !important;
  }
  .my-phone-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-phone-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-phone-header {
    margin: var(--header-height) !important;
  }
  .ml-phone-header {
    margin-left: var(--header-height) !important;
  }
  .mr-phone-header {
    margin-right: var(--header-height) !important;
  }
  .mt-phone-header {
    margin-top: var(--header-height) !important;
  }
  .mb-phone-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-phone-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-phone-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-phone-padding {
    margin: var(--padding) !important;
  }
  .ml-phone-padding {
    margin-left: var(--padding) !important;
  }
  .mr-phone-padding {
    margin-right: var(--padding) !important;
  }
  .mt-phone-padding {
    margin-top: var(--padding) !important;
  }
  .mb-phone-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-phone-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-phone-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-phone-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-phone-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-phone-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-phone-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-phone-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-phone-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-phone-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-phone-0 {
    margin: 0rem !important;
  }
  .ml-phone-0 {
    margin-left: 0rem !important;
  }
  .mr-phone-0 {
    margin-right: 0rem !important;
  }
  .mt-phone-0 {
    margin-top: 0rem !important;
  }
  .mb-phone-0 {
    margin-bottom: 0rem !important;
  }
  .my-phone-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-phone-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-phone-1 {
    margin: .1rem !important;
  }
  .ml-phone-1 {
    margin-left: .1rem !important;
  }
  .mr-phone-1 {
    margin-right: .1rem !important;
  }
  .mt-phone-1 {
    margin-top: .1rem !important;
  }
  .mb-phone-1 {
    margin-bottom: .1rem !important;
  }
  .my-phone-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-phone-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-phone-2 {
    margin: .2rem !important;
  }
  .ml-phone-2 {
    margin-left: .2rem !important;
  }
  .mr-phone-2 {
    margin-right: .2rem !important;
  }
  .mt-phone-2 {
    margin-top: .2rem !important;
  }
  .mb-phone-2 {
    margin-bottom: .2rem !important;
  }
  .my-phone-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-phone-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-phone-3 {
    margin: .3rem !important;
  }
  .ml-phone-3 {
    margin-left: .3rem !important;
  }
  .mr-phone-3 {
    margin-right: .3rem !important;
  }
  .mt-phone-3 {
    margin-top: .3rem !important;
  }
  .mb-phone-3 {
    margin-bottom: .3rem !important;
  }
  .my-phone-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-phone-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-phone-4 {
    margin: .4rem !important;
  }
  .ml-phone-4 {
    margin-left: .4rem !important;
  }
  .mr-phone-4 {
    margin-right: .4rem !important;
  }
  .mt-phone-4 {
    margin-top: .4rem !important;
  }
  .mb-phone-4 {
    margin-bottom: .4rem !important;
  }
  .my-phone-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-phone-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-phone-5 {
    margin: .5rem !important;
  }
  .ml-phone-5 {
    margin-left: .5rem !important;
  }
  .mr-phone-5 {
    margin-right: .5rem !important;
  }
  .mt-phone-5 {
    margin-top: .5rem !important;
  }
  .mb-phone-5 {
    margin-bottom: .5rem !important;
  }
  .my-phone-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-phone-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-phone-10 {
    margin: 1rem !important;
  }
  .ml-phone-10 {
    margin-left: 1rem !important;
  }
  .mr-phone-10 {
    margin-right: 1rem !important;
  }
  .mt-phone-10 {
    margin-top: 1rem !important;
  }
  .mb-phone-10 {
    margin-bottom: 1rem !important;
  }
  .my-phone-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-phone-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-phone-15 {
    margin: 1.5rem !important;
  }
  .ml-phone-15 {
    margin-left: 1.5rem !important;
  }
  .mr-phone-15 {
    margin-right: 1.5rem !important;
  }
  .mt-phone-15 {
    margin-top: 1.5rem !important;
  }
  .mb-phone-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-phone-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-phone-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-phone-20 {
    margin: 2rem !important;
  }
  .ml-phone-20 {
    margin-left: 2rem !important;
  }
  .mr-phone-20 {
    margin-right: 2rem !important;
  }
  .mt-phone-20 {
    margin-top: 2rem !important;
  }
  .mb-phone-20 {
    margin-bottom: 2rem !important;
  }
  .my-phone-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-phone-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-phone-25 {
    margin: 2.5rem !important;
  }
  .ml-phone-25 {
    margin-left: 2.5rem !important;
  }
  .mr-phone-25 {
    margin-right: 2.5rem !important;
  }
  .mt-phone-25 {
    margin-top: 2.5rem !important;
  }
  .mb-phone-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-phone-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-phone-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-phone-30 {
    margin: 3rem !important;
  }
  .ml-phone-30 {
    margin-left: 3rem !important;
  }
  .mr-phone-30 {
    margin-right: 3rem !important;
  }
  .mt-phone-30 {
    margin-top: 3rem !important;
  }
  .mb-phone-30 {
    margin-bottom: 3rem !important;
  }
  .my-phone-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-phone-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-phone-35 {
    margin: 3.5rem !important;
  }
  .ml-phone-35 {
    margin-left: 3.5rem !important;
  }
  .mr-phone-35 {
    margin-right: 3.5rem !important;
  }
  .mt-phone-35 {
    margin-top: 3.5rem !important;
  }
  .mb-phone-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-phone-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-phone-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-phone-40 {
    margin: 4rem !important;
  }
  .ml-phone-40 {
    margin-left: 4rem !important;
  }
  .mr-phone-40 {
    margin-right: 4rem !important;
  }
  .mt-phone-40 {
    margin-top: 4rem !important;
  }
  .mb-phone-40 {
    margin-bottom: 4rem !important;
  }
  .my-phone-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-phone-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-phone-45 {
    margin: 4.5rem !important;
  }
  .ml-phone-45 {
    margin-left: 4.5rem !important;
  }
  .mr-phone-45 {
    margin-right: 4.5rem !important;
  }
  .mt-phone-45 {
    margin-top: 4.5rem !important;
  }
  .mb-phone-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-phone-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-phone-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-phone-50 {
    margin: 5rem !important;
  }
  .ml-phone-50 {
    margin-left: 5rem !important;
  }
  .mr-phone-50 {
    margin-right: 5rem !important;
  }
  .mt-phone-50 {
    margin-top: 5rem !important;
  }
  .mb-phone-50 {
    margin-bottom: 5rem !important;
  }
  .my-phone-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-phone-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-phone-55 {
    margin: 5.5rem !important;
  }
  .ml-phone-55 {
    margin-left: 5.5rem !important;
  }
  .mr-phone-55 {
    margin-right: 5.5rem !important;
  }
  .mt-phone-55 {
    margin-top: 5.5rem !important;
  }
  .mb-phone-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-phone-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-phone-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-phone-60 {
    margin: 6rem !important;
  }
  .ml-phone-60 {
    margin-left: 6rem !important;
  }
  .mr-phone-60 {
    margin-right: 6rem !important;
  }
  .mt-phone-60 {
    margin-top: 6rem !important;
  }
  .mb-phone-60 {
    margin-bottom: 6rem !important;
  }
  .my-phone-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-phone-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-phone-65 {
    margin: 6.5rem !important;
  }
  .ml-phone-65 {
    margin-left: 6.5rem !important;
  }
  .mr-phone-65 {
    margin-right: 6.5rem !important;
  }
  .mt-phone-65 {
    margin-top: 6.5rem !important;
  }
  .mb-phone-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-phone-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-phone-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-phone-70 {
    margin: 7rem !important;
  }
  .ml-phone-70 {
    margin-left: 7rem !important;
  }
  .mr-phone-70 {
    margin-right: 7rem !important;
  }
  .mt-phone-70 {
    margin-top: 7rem !important;
  }
  .mb-phone-70 {
    margin-bottom: 7rem !important;
  }
  .my-phone-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-phone-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-phone-75 {
    margin: 7.5rem !important;
  }
  .ml-phone-75 {
    margin-left: 7.5rem !important;
  }
  .mr-phone-75 {
    margin-right: 7.5rem !important;
  }
  .mt-phone-75 {
    margin-top: 7.5rem !important;
  }
  .mb-phone-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-phone-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-phone-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-phone-80 {
    margin: 8rem !important;
  }
  .ml-phone-80 {
    margin-left: 8rem !important;
  }
  .mr-phone-80 {
    margin-right: 8rem !important;
  }
  .mt-phone-80 {
    margin-top: 8rem !important;
  }
  .mb-phone-80 {
    margin-bottom: 8rem !important;
  }
  .my-phone-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-phone-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-phone-85 {
    margin: 8.5rem !important;
  }
  .ml-phone-85 {
    margin-left: 8.5rem !important;
  }
  .mr-phone-85 {
    margin-right: 8.5rem !important;
  }
  .mt-phone-85 {
    margin-top: 8.5rem !important;
  }
  .mb-phone-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-phone-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-phone-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-phone-90 {
    margin: 9rem !important;
  }
  .ml-phone-90 {
    margin-left: 9rem !important;
  }
  .mr-phone-90 {
    margin-right: 9rem !important;
  }
  .mt-phone-90 {
    margin-top: 9rem !important;
  }
  .mb-phone-90 {
    margin-bottom: 9rem !important;
  }
  .my-phone-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-phone-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-phone-95 {
    margin: 9.5rem !important;
  }
  .ml-phone-95 {
    margin-left: 9.5rem !important;
  }
  .mr-phone-95 {
    margin-right: 9.5rem !important;
  }
  .mt-phone-95 {
    margin-top: 9.5rem !important;
  }
  .mb-phone-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-phone-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-phone-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-phone-100 {
    margin: 10rem !important;
  }
  .ml-phone-100 {
    margin-left: 10rem !important;
  }
  .mr-phone-100 {
    margin-right: 10rem !important;
  }
  .mt-phone-100 {
    margin-top: 10rem !important;
  }
  .mb-phone-100 {
    margin-bottom: 10rem !important;
  }
  .my-phone-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-phone-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-phone-105 {
    margin: 10.5rem !important;
  }
  .ml-phone-105 {
    margin-left: 10.5rem !important;
  }
  .mr-phone-105 {
    margin-right: 10.5rem !important;
  }
  .mt-phone-105 {
    margin-top: 10.5rem !important;
  }
  .mb-phone-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-phone-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-phone-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-phone-110 {
    margin: 11rem !important;
  }
  .ml-phone-110 {
    margin-left: 11rem !important;
  }
  .mr-phone-110 {
    margin-right: 11rem !important;
  }
  .mt-phone-110 {
    margin-top: 11rem !important;
  }
  .mb-phone-110 {
    margin-bottom: 11rem !important;
  }
  .my-phone-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-phone-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-phone-115 {
    margin: 11.5rem !important;
  }
  .ml-phone-115 {
    margin-left: 11.5rem !important;
  }
  .mr-phone-115 {
    margin-right: 11.5rem !important;
  }
  .mt-phone-115 {
    margin-top: 11.5rem !important;
  }
  .mb-phone-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-phone-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-phone-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-phone-120 {
    margin: 12rem !important;
  }
  .ml-phone-120 {
    margin-left: 12rem !important;
  }
  .mr-phone-120 {
    margin-right: 12rem !important;
  }
  .mt-phone-120 {
    margin-top: 12rem !important;
  }
  .mb-phone-120 {
    margin-bottom: 12rem !important;
  }
  .my-phone-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-phone-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-phone-125 {
    margin: 12.5rem !important;
  }
  .ml-phone-125 {
    margin-left: 12.5rem !important;
  }
  .mr-phone-125 {
    margin-right: 12.5rem !important;
  }
  .mt-phone-125 {
    margin-top: 12.5rem !important;
  }
  .mb-phone-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-phone-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-phone-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-phone-130 {
    margin: 13rem !important;
  }
  .ml-phone-130 {
    margin-left: 13rem !important;
  }
  .mr-phone-130 {
    margin-right: 13rem !important;
  }
  .mt-phone-130 {
    margin-top: 13rem !important;
  }
  .mb-phone-130 {
    margin-bottom: 13rem !important;
  }
  .my-phone-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-phone-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-phone-135 {
    margin: 13.5rem !important;
  }
  .ml-phone-135 {
    margin-left: 13.5rem !important;
  }
  .mr-phone-135 {
    margin-right: 13.5rem !important;
  }
  .mt-phone-135 {
    margin-top: 13.5rem !important;
  }
  .mb-phone-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-phone-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-phone-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-phone-140 {
    margin: 14rem !important;
  }
  .ml-phone-140 {
    margin-left: 14rem !important;
  }
  .mr-phone-140 {
    margin-right: 14rem !important;
  }
  .mt-phone-140 {
    margin-top: 14rem !important;
  }
  .mb-phone-140 {
    margin-bottom: 14rem !important;
  }
  .my-phone-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-phone-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-phone-145 {
    margin: 14.5rem !important;
  }
  .ml-phone-145 {
    margin-left: 14.5rem !important;
  }
  .mr-phone-145 {
    margin-right: 14.5rem !important;
  }
  .mt-phone-145 {
    margin-top: 14.5rem !important;
  }
  .mb-phone-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-phone-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-phone-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-phone-150 {
    margin: 15rem !important;
  }
  .ml-phone-150 {
    margin-left: 15rem !important;
  }
  .mr-phone-150 {
    margin-right: 15rem !important;
  }
  .mt-phone-150 {
    margin-top: 15rem !important;
  }
  .mb-phone-150 {
    margin-bottom: 15rem !important;
  }
  .my-phone-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-phone-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-phone-155 {
    margin: 15.5rem !important;
  }
  .ml-phone-155 {
    margin-left: 15.5rem !important;
  }
  .mr-phone-155 {
    margin-right: 15.5rem !important;
  }
  .mt-phone-155 {
    margin-top: 15.5rem !important;
  }
  .mb-phone-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-phone-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-phone-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-phone-160 {
    margin: 16rem !important;
  }
  .ml-phone-160 {
    margin-left: 16rem !important;
  }
  .mr-phone-160 {
    margin-right: 16rem !important;
  }
  .mt-phone-160 {
    margin-top: 16rem !important;
  }
  .mb-phone-160 {
    margin-bottom: 16rem !important;
  }
  .my-phone-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-phone-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-phone-165 {
    margin: 16.5rem !important;
  }
  .ml-phone-165 {
    margin-left: 16.5rem !important;
  }
  .mr-phone-165 {
    margin-right: 16.5rem !important;
  }
  .mt-phone-165 {
    margin-top: 16.5rem !important;
  }
  .mb-phone-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-phone-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-phone-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-phone-170 {
    margin: 17rem !important;
  }
  .ml-phone-170 {
    margin-left: 17rem !important;
  }
  .mr-phone-170 {
    margin-right: 17rem !important;
  }
  .mt-phone-170 {
    margin-top: 17rem !important;
  }
  .mb-phone-170 {
    margin-bottom: 17rem !important;
  }
  .my-phone-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-phone-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-phone-175 {
    margin: 17.5rem !important;
  }
  .ml-phone-175 {
    margin-left: 17.5rem !important;
  }
  .mr-phone-175 {
    margin-right: 17.5rem !important;
  }
  .mt-phone-175 {
    margin-top: 17.5rem !important;
  }
  .mb-phone-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-phone-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-phone-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-phone-180 {
    margin: 18rem !important;
  }
  .ml-phone-180 {
    margin-left: 18rem !important;
  }
  .mr-phone-180 {
    margin-right: 18rem !important;
  }
  .mt-phone-180 {
    margin-top: 18rem !important;
  }
  .mb-phone-180 {
    margin-bottom: 18rem !important;
  }
  .my-phone-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-phone-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-phone-185 {
    margin: 18.5rem !important;
  }
  .ml-phone-185 {
    margin-left: 18.5rem !important;
  }
  .mr-phone-185 {
    margin-right: 18.5rem !important;
  }
  .mt-phone-185 {
    margin-top: 18.5rem !important;
  }
  .mb-phone-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-phone-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-phone-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-phone-190 {
    margin: 19rem !important;
  }
  .ml-phone-190 {
    margin-left: 19rem !important;
  }
  .mr-phone-190 {
    margin-right: 19rem !important;
  }
  .mt-phone-190 {
    margin-top: 19rem !important;
  }
  .mb-phone-190 {
    margin-bottom: 19rem !important;
  }
  .my-phone-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-phone-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-phone-195 {
    margin: 19.5rem !important;
  }
  .ml-phone-195 {
    margin-left: 19.5rem !important;
  }
  .mr-phone-195 {
    margin-right: 19.5rem !important;
  }
  .mt-phone-195 {
    margin-top: 19.5rem !important;
  }
  .mb-phone-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-phone-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-phone-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-phone-200 {
    margin: 20rem !important;
  }
  .ml-phone-200 {
    margin-left: 20rem !important;
  }
  .mr-phone-200 {
    margin-right: 20rem !important;
  }
  .mt-phone-200 {
    margin-top: 20rem !important;
  }
  .mb-phone-200 {
    margin-bottom: 20rem !important;
  }
  .my-phone-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-phone-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-phone-205 {
    margin: 20.5rem !important;
  }
  .ml-phone-205 {
    margin-left: 20.5rem !important;
  }
  .mr-phone-205 {
    margin-right: 20.5rem !important;
  }
  .mt-phone-205 {
    margin-top: 20.5rem !important;
  }
  .mb-phone-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-phone-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-phone-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-phone-210 {
    margin: 21rem !important;
  }
  .ml-phone-210 {
    margin-left: 21rem !important;
  }
  .mr-phone-210 {
    margin-right: 21rem !important;
  }
  .mt-phone-210 {
    margin-top: 21rem !important;
  }
  .mb-phone-210 {
    margin-bottom: 21rem !important;
  }
  .my-phone-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-phone-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-phone-215 {
    margin: 21.5rem !important;
  }
  .ml-phone-215 {
    margin-left: 21.5rem !important;
  }
  .mr-phone-215 {
    margin-right: 21.5rem !important;
  }
  .mt-phone-215 {
    margin-top: 21.5rem !important;
  }
  .mb-phone-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-phone-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-phone-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-phone-220 {
    margin: 22rem !important;
  }
  .ml-phone-220 {
    margin-left: 22rem !important;
  }
  .mr-phone-220 {
    margin-right: 22rem !important;
  }
  .mt-phone-220 {
    margin-top: 22rem !important;
  }
  .mb-phone-220 {
    margin-bottom: 22rem !important;
  }
  .my-phone-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-phone-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-phone-225 {
    margin: 22.5rem !important;
  }
  .ml-phone-225 {
    margin-left: 22.5rem !important;
  }
  .mr-phone-225 {
    margin-right: 22.5rem !important;
  }
  .mt-phone-225 {
    margin-top: 22.5rem !important;
  }
  .mb-phone-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-phone-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-phone-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-phone-230 {
    margin: 23rem !important;
  }
  .ml-phone-230 {
    margin-left: 23rem !important;
  }
  .mr-phone-230 {
    margin-right: 23rem !important;
  }
  .mt-phone-230 {
    margin-top: 23rem !important;
  }
  .mb-phone-230 {
    margin-bottom: 23rem !important;
  }
  .my-phone-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-phone-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-phone-235 {
    margin: 23.5rem !important;
  }
  .ml-phone-235 {
    margin-left: 23.5rem !important;
  }
  .mr-phone-235 {
    margin-right: 23.5rem !important;
  }
  .mt-phone-235 {
    margin-top: 23.5rem !important;
  }
  .mb-phone-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-phone-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-phone-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-phone-240 {
    margin: 24rem !important;
  }
  .ml-phone-240 {
    margin-left: 24rem !important;
  }
  .mr-phone-240 {
    margin-right: 24rem !important;
  }
  .mt-phone-240 {
    margin-top: 24rem !important;
  }
  .mb-phone-240 {
    margin-bottom: 24rem !important;
  }
  .my-phone-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-phone-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-phone-245 {
    margin: 24.5rem !important;
  }
  .ml-phone-245 {
    margin-left: 24.5rem !important;
  }
  .mr-phone-245 {
    margin-right: 24.5rem !important;
  }
  .mt-phone-245 {
    margin-top: 24.5rem !important;
  }
  .mb-phone-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-phone-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-phone-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-phone-250 {
    margin: 25rem !important;
  }
  .ml-phone-250 {
    margin-left: 25rem !important;
  }
  .mr-phone-250 {
    margin-right: 25rem !important;
  }
  .mt-phone-250 {
    margin-top: 25rem !important;
  }
  .mb-phone-250 {
    margin-bottom: 25rem !important;
  }
  .my-phone-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-phone-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-phone-255 {
    margin: 25.5rem !important;
  }
  .ml-phone-255 {
    margin-left: 25.5rem !important;
  }
  .mr-phone-255 {
    margin-right: 25.5rem !important;
  }
  .mt-phone-255 {
    margin-top: 25.5rem !important;
  }
  .mb-phone-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-phone-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-phone-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-phone-260 {
    margin: 26rem !important;
  }
  .ml-phone-260 {
    margin-left: 26rem !important;
  }
  .mr-phone-260 {
    margin-right: 26rem !important;
  }
  .mt-phone-260 {
    margin-top: 26rem !important;
  }
  .mb-phone-260 {
    margin-bottom: 26rem !important;
  }
  .my-phone-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-phone-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-phone-265 {
    margin: 26.5rem !important;
  }
  .ml-phone-265 {
    margin-left: 26.5rem !important;
  }
  .mr-phone-265 {
    margin-right: 26.5rem !important;
  }
  .mt-phone-265 {
    margin-top: 26.5rem !important;
  }
  .mb-phone-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-phone-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-phone-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-phone-270 {
    margin: 27rem !important;
  }
  .ml-phone-270 {
    margin-left: 27rem !important;
  }
  .mr-phone-270 {
    margin-right: 27rem !important;
  }
  .mt-phone-270 {
    margin-top: 27rem !important;
  }
  .mb-phone-270 {
    margin-bottom: 27rem !important;
  }
  .my-phone-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-phone-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-phone-275 {
    margin: 27.5rem !important;
  }
  .ml-phone-275 {
    margin-left: 27.5rem !important;
  }
  .mr-phone-275 {
    margin-right: 27.5rem !important;
  }
  .mt-phone-275 {
    margin-top: 27.5rem !important;
  }
  .mb-phone-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-phone-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-phone-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-phone-280 {
    margin: 28rem !important;
  }
  .ml-phone-280 {
    margin-left: 28rem !important;
  }
  .mr-phone-280 {
    margin-right: 28rem !important;
  }
  .mt-phone-280 {
    margin-top: 28rem !important;
  }
  .mb-phone-280 {
    margin-bottom: 28rem !important;
  }
  .my-phone-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-phone-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-phone-285 {
    margin: 28.5rem !important;
  }
  .ml-phone-285 {
    margin-left: 28.5rem !important;
  }
  .mr-phone-285 {
    margin-right: 28.5rem !important;
  }
  .mt-phone-285 {
    margin-top: 28.5rem !important;
  }
  .mb-phone-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-phone-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-phone-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-phone-290 {
    margin: 29rem !important;
  }
  .ml-phone-290 {
    margin-left: 29rem !important;
  }
  .mr-phone-290 {
    margin-right: 29rem !important;
  }
  .mt-phone-290 {
    margin-top: 29rem !important;
  }
  .mb-phone-290 {
    margin-bottom: 29rem !important;
  }
  .my-phone-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-phone-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-phone-295 {
    margin: 29.5rem !important;
  }
  .ml-phone-295 {
    margin-left: 29.5rem !important;
  }
  .mr-phone-295 {
    margin-right: 29.5rem !important;
  }
  .mt-phone-295 {
    margin-top: 29.5rem !important;
  }
  .mb-phone-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-phone-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-phone-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-phone-300 {
    margin: 30rem !important;
  }
  .ml-phone-300 {
    margin-left: 30rem !important;
  }
  .mr-phone-300 {
    margin-right: 30rem !important;
  }
  .mt-phone-300 {
    margin-top: 30rem !important;
  }
  .mb-phone-300 {
    margin-bottom: 30rem !important;
  }
  .my-phone-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-phone-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-phone-335 {
    margin: 33.5rem !important;
  }
  .ml-phone-335 {
    margin-left: 33.5rem !important;
  }
  .mr-phone-335 {
    margin-right: 33.5rem !important;
  }
  .mt-phone-335 {
    margin-top: 33.5rem !important;
  }
  .mb-phone-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-phone-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-phone-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .m-tablet-auto {
    margin: auto !important;
  }
  .ml-tablet-auto {
    margin-left: auto !important;
  }
  .mr-tablet-auto {
    margin-right: auto !important;
  }
  .mt-tablet-auto {
    margin-top: auto !important;
  }
  .mb-tablet-auto {
    margin-bottom: auto !important;
  }
  .my-tablet-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-tablet-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-tablet-header {
    margin: var(--header-height) !important;
  }
  .ml-tablet-header {
    margin-left: var(--header-height) !important;
  }
  .mr-tablet-header {
    margin-right: var(--header-height) !important;
  }
  .mt-tablet-header {
    margin-top: var(--header-height) !important;
  }
  .mb-tablet-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-tablet-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-tablet-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-tablet-padding {
    margin: var(--padding) !important;
  }
  .ml-tablet-padding {
    margin-left: var(--padding) !important;
  }
  .mr-tablet-padding {
    margin-right: var(--padding) !important;
  }
  .mt-tablet-padding {
    margin-top: var(--padding) !important;
  }
  .mb-tablet-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-tablet-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-tablet-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-tablet-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-tablet-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-tablet-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-tablet-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-tablet-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-tablet-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-tablet-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-tablet-0 {
    margin: 0rem !important;
  }
  .ml-tablet-0 {
    margin-left: 0rem !important;
  }
  .mr-tablet-0 {
    margin-right: 0rem !important;
  }
  .mt-tablet-0 {
    margin-top: 0rem !important;
  }
  .mb-tablet-0 {
    margin-bottom: 0rem !important;
  }
  .my-tablet-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-tablet-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-tablet-1 {
    margin: .1rem !important;
  }
  .ml-tablet-1 {
    margin-left: .1rem !important;
  }
  .mr-tablet-1 {
    margin-right: .1rem !important;
  }
  .mt-tablet-1 {
    margin-top: .1rem !important;
  }
  .mb-tablet-1 {
    margin-bottom: .1rem !important;
  }
  .my-tablet-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-tablet-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-tablet-2 {
    margin: .2rem !important;
  }
  .ml-tablet-2 {
    margin-left: .2rem !important;
  }
  .mr-tablet-2 {
    margin-right: .2rem !important;
  }
  .mt-tablet-2 {
    margin-top: .2rem !important;
  }
  .mb-tablet-2 {
    margin-bottom: .2rem !important;
  }
  .my-tablet-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-tablet-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-tablet-3 {
    margin: .3rem !important;
  }
  .ml-tablet-3 {
    margin-left: .3rem !important;
  }
  .mr-tablet-3 {
    margin-right: .3rem !important;
  }
  .mt-tablet-3 {
    margin-top: .3rem !important;
  }
  .mb-tablet-3 {
    margin-bottom: .3rem !important;
  }
  .my-tablet-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-tablet-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-tablet-4 {
    margin: .4rem !important;
  }
  .ml-tablet-4 {
    margin-left: .4rem !important;
  }
  .mr-tablet-4 {
    margin-right: .4rem !important;
  }
  .mt-tablet-4 {
    margin-top: .4rem !important;
  }
  .mb-tablet-4 {
    margin-bottom: .4rem !important;
  }
  .my-tablet-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-tablet-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-tablet-5 {
    margin: .5rem !important;
  }
  .ml-tablet-5 {
    margin-left: .5rem !important;
  }
  .mr-tablet-5 {
    margin-right: .5rem !important;
  }
  .mt-tablet-5 {
    margin-top: .5rem !important;
  }
  .mb-tablet-5 {
    margin-bottom: .5rem !important;
  }
  .my-tablet-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-tablet-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-tablet-10 {
    margin: 1rem !important;
  }
  .ml-tablet-10 {
    margin-left: 1rem !important;
  }
  .mr-tablet-10 {
    margin-right: 1rem !important;
  }
  .mt-tablet-10 {
    margin-top: 1rem !important;
  }
  .mb-tablet-10 {
    margin-bottom: 1rem !important;
  }
  .my-tablet-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-tablet-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-tablet-15 {
    margin: 1.5rem !important;
  }
  .ml-tablet-15 {
    margin-left: 1.5rem !important;
  }
  .mr-tablet-15 {
    margin-right: 1.5rem !important;
  }
  .mt-tablet-15 {
    margin-top: 1.5rem !important;
  }
  .mb-tablet-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-tablet-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-tablet-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-tablet-20 {
    margin: 2rem !important;
  }
  .ml-tablet-20 {
    margin-left: 2rem !important;
  }
  .mr-tablet-20 {
    margin-right: 2rem !important;
  }
  .mt-tablet-20 {
    margin-top: 2rem !important;
  }
  .mb-tablet-20 {
    margin-bottom: 2rem !important;
  }
  .my-tablet-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-tablet-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-tablet-25 {
    margin: 2.5rem !important;
  }
  .ml-tablet-25 {
    margin-left: 2.5rem !important;
  }
  .mr-tablet-25 {
    margin-right: 2.5rem !important;
  }
  .mt-tablet-25 {
    margin-top: 2.5rem !important;
  }
  .mb-tablet-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-tablet-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-tablet-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-tablet-30 {
    margin: 3rem !important;
  }
  .ml-tablet-30 {
    margin-left: 3rem !important;
  }
  .mr-tablet-30 {
    margin-right: 3rem !important;
  }
  .mt-tablet-30 {
    margin-top: 3rem !important;
  }
  .mb-tablet-30 {
    margin-bottom: 3rem !important;
  }
  .my-tablet-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-tablet-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-tablet-35 {
    margin: 3.5rem !important;
  }
  .ml-tablet-35 {
    margin-left: 3.5rem !important;
  }
  .mr-tablet-35 {
    margin-right: 3.5rem !important;
  }
  .mt-tablet-35 {
    margin-top: 3.5rem !important;
  }
  .mb-tablet-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-tablet-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-tablet-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-tablet-40 {
    margin: 4rem !important;
  }
  .ml-tablet-40 {
    margin-left: 4rem !important;
  }
  .mr-tablet-40 {
    margin-right: 4rem !important;
  }
  .mt-tablet-40 {
    margin-top: 4rem !important;
  }
  .mb-tablet-40 {
    margin-bottom: 4rem !important;
  }
  .my-tablet-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-tablet-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-tablet-45 {
    margin: 4.5rem !important;
  }
  .ml-tablet-45 {
    margin-left: 4.5rem !important;
  }
  .mr-tablet-45 {
    margin-right: 4.5rem !important;
  }
  .mt-tablet-45 {
    margin-top: 4.5rem !important;
  }
  .mb-tablet-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-tablet-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-tablet-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-tablet-50 {
    margin: 5rem !important;
  }
  .ml-tablet-50 {
    margin-left: 5rem !important;
  }
  .mr-tablet-50 {
    margin-right: 5rem !important;
  }
  .mt-tablet-50 {
    margin-top: 5rem !important;
  }
  .mb-tablet-50 {
    margin-bottom: 5rem !important;
  }
  .my-tablet-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-tablet-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-tablet-55 {
    margin: 5.5rem !important;
  }
  .ml-tablet-55 {
    margin-left: 5.5rem !important;
  }
  .mr-tablet-55 {
    margin-right: 5.5rem !important;
  }
  .mt-tablet-55 {
    margin-top: 5.5rem !important;
  }
  .mb-tablet-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-tablet-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-tablet-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-tablet-60 {
    margin: 6rem !important;
  }
  .ml-tablet-60 {
    margin-left: 6rem !important;
  }
  .mr-tablet-60 {
    margin-right: 6rem !important;
  }
  .mt-tablet-60 {
    margin-top: 6rem !important;
  }
  .mb-tablet-60 {
    margin-bottom: 6rem !important;
  }
  .my-tablet-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-tablet-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-tablet-65 {
    margin: 6.5rem !important;
  }
  .ml-tablet-65 {
    margin-left: 6.5rem !important;
  }
  .mr-tablet-65 {
    margin-right: 6.5rem !important;
  }
  .mt-tablet-65 {
    margin-top: 6.5rem !important;
  }
  .mb-tablet-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-tablet-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-tablet-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-tablet-70 {
    margin: 7rem !important;
  }
  .ml-tablet-70 {
    margin-left: 7rem !important;
  }
  .mr-tablet-70 {
    margin-right: 7rem !important;
  }
  .mt-tablet-70 {
    margin-top: 7rem !important;
  }
  .mb-tablet-70 {
    margin-bottom: 7rem !important;
  }
  .my-tablet-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-tablet-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-tablet-75 {
    margin: 7.5rem !important;
  }
  .ml-tablet-75 {
    margin-left: 7.5rem !important;
  }
  .mr-tablet-75 {
    margin-right: 7.5rem !important;
  }
  .mt-tablet-75 {
    margin-top: 7.5rem !important;
  }
  .mb-tablet-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-tablet-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-tablet-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-tablet-80 {
    margin: 8rem !important;
  }
  .ml-tablet-80 {
    margin-left: 8rem !important;
  }
  .mr-tablet-80 {
    margin-right: 8rem !important;
  }
  .mt-tablet-80 {
    margin-top: 8rem !important;
  }
  .mb-tablet-80 {
    margin-bottom: 8rem !important;
  }
  .my-tablet-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-tablet-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-tablet-85 {
    margin: 8.5rem !important;
  }
  .ml-tablet-85 {
    margin-left: 8.5rem !important;
  }
  .mr-tablet-85 {
    margin-right: 8.5rem !important;
  }
  .mt-tablet-85 {
    margin-top: 8.5rem !important;
  }
  .mb-tablet-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-tablet-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-tablet-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-tablet-90 {
    margin: 9rem !important;
  }
  .ml-tablet-90 {
    margin-left: 9rem !important;
  }
  .mr-tablet-90 {
    margin-right: 9rem !important;
  }
  .mt-tablet-90 {
    margin-top: 9rem !important;
  }
  .mb-tablet-90 {
    margin-bottom: 9rem !important;
  }
  .my-tablet-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-tablet-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-tablet-95 {
    margin: 9.5rem !important;
  }
  .ml-tablet-95 {
    margin-left: 9.5rem !important;
  }
  .mr-tablet-95 {
    margin-right: 9.5rem !important;
  }
  .mt-tablet-95 {
    margin-top: 9.5rem !important;
  }
  .mb-tablet-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-tablet-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-tablet-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-tablet-100 {
    margin: 10rem !important;
  }
  .ml-tablet-100 {
    margin-left: 10rem !important;
  }
  .mr-tablet-100 {
    margin-right: 10rem !important;
  }
  .mt-tablet-100 {
    margin-top: 10rem !important;
  }
  .mb-tablet-100 {
    margin-bottom: 10rem !important;
  }
  .my-tablet-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-tablet-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-tablet-105 {
    margin: 10.5rem !important;
  }
  .ml-tablet-105 {
    margin-left: 10.5rem !important;
  }
  .mr-tablet-105 {
    margin-right: 10.5rem !important;
  }
  .mt-tablet-105 {
    margin-top: 10.5rem !important;
  }
  .mb-tablet-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-tablet-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-tablet-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-tablet-110 {
    margin: 11rem !important;
  }
  .ml-tablet-110 {
    margin-left: 11rem !important;
  }
  .mr-tablet-110 {
    margin-right: 11rem !important;
  }
  .mt-tablet-110 {
    margin-top: 11rem !important;
  }
  .mb-tablet-110 {
    margin-bottom: 11rem !important;
  }
  .my-tablet-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-tablet-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-tablet-115 {
    margin: 11.5rem !important;
  }
  .ml-tablet-115 {
    margin-left: 11.5rem !important;
  }
  .mr-tablet-115 {
    margin-right: 11.5rem !important;
  }
  .mt-tablet-115 {
    margin-top: 11.5rem !important;
  }
  .mb-tablet-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-tablet-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-tablet-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-tablet-120 {
    margin: 12rem !important;
  }
  .ml-tablet-120 {
    margin-left: 12rem !important;
  }
  .mr-tablet-120 {
    margin-right: 12rem !important;
  }
  .mt-tablet-120 {
    margin-top: 12rem !important;
  }
  .mb-tablet-120 {
    margin-bottom: 12rem !important;
  }
  .my-tablet-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-tablet-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-tablet-125 {
    margin: 12.5rem !important;
  }
  .ml-tablet-125 {
    margin-left: 12.5rem !important;
  }
  .mr-tablet-125 {
    margin-right: 12.5rem !important;
  }
  .mt-tablet-125 {
    margin-top: 12.5rem !important;
  }
  .mb-tablet-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-tablet-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-tablet-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-tablet-130 {
    margin: 13rem !important;
  }
  .ml-tablet-130 {
    margin-left: 13rem !important;
  }
  .mr-tablet-130 {
    margin-right: 13rem !important;
  }
  .mt-tablet-130 {
    margin-top: 13rem !important;
  }
  .mb-tablet-130 {
    margin-bottom: 13rem !important;
  }
  .my-tablet-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-tablet-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-tablet-135 {
    margin: 13.5rem !important;
  }
  .ml-tablet-135 {
    margin-left: 13.5rem !important;
  }
  .mr-tablet-135 {
    margin-right: 13.5rem !important;
  }
  .mt-tablet-135 {
    margin-top: 13.5rem !important;
  }
  .mb-tablet-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-tablet-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-tablet-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-tablet-140 {
    margin: 14rem !important;
  }
  .ml-tablet-140 {
    margin-left: 14rem !important;
  }
  .mr-tablet-140 {
    margin-right: 14rem !important;
  }
  .mt-tablet-140 {
    margin-top: 14rem !important;
  }
  .mb-tablet-140 {
    margin-bottom: 14rem !important;
  }
  .my-tablet-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-tablet-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-tablet-145 {
    margin: 14.5rem !important;
  }
  .ml-tablet-145 {
    margin-left: 14.5rem !important;
  }
  .mr-tablet-145 {
    margin-right: 14.5rem !important;
  }
  .mt-tablet-145 {
    margin-top: 14.5rem !important;
  }
  .mb-tablet-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-tablet-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-tablet-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-tablet-150 {
    margin: 15rem !important;
  }
  .ml-tablet-150 {
    margin-left: 15rem !important;
  }
  .mr-tablet-150 {
    margin-right: 15rem !important;
  }
  .mt-tablet-150 {
    margin-top: 15rem !important;
  }
  .mb-tablet-150 {
    margin-bottom: 15rem !important;
  }
  .my-tablet-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-tablet-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-tablet-155 {
    margin: 15.5rem !important;
  }
  .ml-tablet-155 {
    margin-left: 15.5rem !important;
  }
  .mr-tablet-155 {
    margin-right: 15.5rem !important;
  }
  .mt-tablet-155 {
    margin-top: 15.5rem !important;
  }
  .mb-tablet-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-tablet-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-tablet-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-tablet-160 {
    margin: 16rem !important;
  }
  .ml-tablet-160 {
    margin-left: 16rem !important;
  }
  .mr-tablet-160 {
    margin-right: 16rem !important;
  }
  .mt-tablet-160 {
    margin-top: 16rem !important;
  }
  .mb-tablet-160 {
    margin-bottom: 16rem !important;
  }
  .my-tablet-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-tablet-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-tablet-165 {
    margin: 16.5rem !important;
  }
  .ml-tablet-165 {
    margin-left: 16.5rem !important;
  }
  .mr-tablet-165 {
    margin-right: 16.5rem !important;
  }
  .mt-tablet-165 {
    margin-top: 16.5rem !important;
  }
  .mb-tablet-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-tablet-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-tablet-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-tablet-170 {
    margin: 17rem !important;
  }
  .ml-tablet-170 {
    margin-left: 17rem !important;
  }
  .mr-tablet-170 {
    margin-right: 17rem !important;
  }
  .mt-tablet-170 {
    margin-top: 17rem !important;
  }
  .mb-tablet-170 {
    margin-bottom: 17rem !important;
  }
  .my-tablet-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-tablet-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-tablet-175 {
    margin: 17.5rem !important;
  }
  .ml-tablet-175 {
    margin-left: 17.5rem !important;
  }
  .mr-tablet-175 {
    margin-right: 17.5rem !important;
  }
  .mt-tablet-175 {
    margin-top: 17.5rem !important;
  }
  .mb-tablet-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-tablet-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-tablet-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-tablet-180 {
    margin: 18rem !important;
  }
  .ml-tablet-180 {
    margin-left: 18rem !important;
  }
  .mr-tablet-180 {
    margin-right: 18rem !important;
  }
  .mt-tablet-180 {
    margin-top: 18rem !important;
  }
  .mb-tablet-180 {
    margin-bottom: 18rem !important;
  }
  .my-tablet-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-tablet-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-tablet-185 {
    margin: 18.5rem !important;
  }
  .ml-tablet-185 {
    margin-left: 18.5rem !important;
  }
  .mr-tablet-185 {
    margin-right: 18.5rem !important;
  }
  .mt-tablet-185 {
    margin-top: 18.5rem !important;
  }
  .mb-tablet-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-tablet-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-tablet-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-tablet-190 {
    margin: 19rem !important;
  }
  .ml-tablet-190 {
    margin-left: 19rem !important;
  }
  .mr-tablet-190 {
    margin-right: 19rem !important;
  }
  .mt-tablet-190 {
    margin-top: 19rem !important;
  }
  .mb-tablet-190 {
    margin-bottom: 19rem !important;
  }
  .my-tablet-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-tablet-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-tablet-195 {
    margin: 19.5rem !important;
  }
  .ml-tablet-195 {
    margin-left: 19.5rem !important;
  }
  .mr-tablet-195 {
    margin-right: 19.5rem !important;
  }
  .mt-tablet-195 {
    margin-top: 19.5rem !important;
  }
  .mb-tablet-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-tablet-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-tablet-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-tablet-200 {
    margin: 20rem !important;
  }
  .ml-tablet-200 {
    margin-left: 20rem !important;
  }
  .mr-tablet-200 {
    margin-right: 20rem !important;
  }
  .mt-tablet-200 {
    margin-top: 20rem !important;
  }
  .mb-tablet-200 {
    margin-bottom: 20rem !important;
  }
  .my-tablet-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-tablet-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-tablet-205 {
    margin: 20.5rem !important;
  }
  .ml-tablet-205 {
    margin-left: 20.5rem !important;
  }
  .mr-tablet-205 {
    margin-right: 20.5rem !important;
  }
  .mt-tablet-205 {
    margin-top: 20.5rem !important;
  }
  .mb-tablet-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-tablet-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-tablet-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-tablet-210 {
    margin: 21rem !important;
  }
  .ml-tablet-210 {
    margin-left: 21rem !important;
  }
  .mr-tablet-210 {
    margin-right: 21rem !important;
  }
  .mt-tablet-210 {
    margin-top: 21rem !important;
  }
  .mb-tablet-210 {
    margin-bottom: 21rem !important;
  }
  .my-tablet-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-tablet-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-tablet-215 {
    margin: 21.5rem !important;
  }
  .ml-tablet-215 {
    margin-left: 21.5rem !important;
  }
  .mr-tablet-215 {
    margin-right: 21.5rem !important;
  }
  .mt-tablet-215 {
    margin-top: 21.5rem !important;
  }
  .mb-tablet-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-tablet-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-tablet-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-tablet-220 {
    margin: 22rem !important;
  }
  .ml-tablet-220 {
    margin-left: 22rem !important;
  }
  .mr-tablet-220 {
    margin-right: 22rem !important;
  }
  .mt-tablet-220 {
    margin-top: 22rem !important;
  }
  .mb-tablet-220 {
    margin-bottom: 22rem !important;
  }
  .my-tablet-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-tablet-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-tablet-225 {
    margin: 22.5rem !important;
  }
  .ml-tablet-225 {
    margin-left: 22.5rem !important;
  }
  .mr-tablet-225 {
    margin-right: 22.5rem !important;
  }
  .mt-tablet-225 {
    margin-top: 22.5rem !important;
  }
  .mb-tablet-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-tablet-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-tablet-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-tablet-230 {
    margin: 23rem !important;
  }
  .ml-tablet-230 {
    margin-left: 23rem !important;
  }
  .mr-tablet-230 {
    margin-right: 23rem !important;
  }
  .mt-tablet-230 {
    margin-top: 23rem !important;
  }
  .mb-tablet-230 {
    margin-bottom: 23rem !important;
  }
  .my-tablet-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-tablet-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-tablet-235 {
    margin: 23.5rem !important;
  }
  .ml-tablet-235 {
    margin-left: 23.5rem !important;
  }
  .mr-tablet-235 {
    margin-right: 23.5rem !important;
  }
  .mt-tablet-235 {
    margin-top: 23.5rem !important;
  }
  .mb-tablet-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-tablet-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-tablet-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-tablet-240 {
    margin: 24rem !important;
  }
  .ml-tablet-240 {
    margin-left: 24rem !important;
  }
  .mr-tablet-240 {
    margin-right: 24rem !important;
  }
  .mt-tablet-240 {
    margin-top: 24rem !important;
  }
  .mb-tablet-240 {
    margin-bottom: 24rem !important;
  }
  .my-tablet-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-tablet-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-tablet-245 {
    margin: 24.5rem !important;
  }
  .ml-tablet-245 {
    margin-left: 24.5rem !important;
  }
  .mr-tablet-245 {
    margin-right: 24.5rem !important;
  }
  .mt-tablet-245 {
    margin-top: 24.5rem !important;
  }
  .mb-tablet-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-tablet-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-tablet-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-tablet-250 {
    margin: 25rem !important;
  }
  .ml-tablet-250 {
    margin-left: 25rem !important;
  }
  .mr-tablet-250 {
    margin-right: 25rem !important;
  }
  .mt-tablet-250 {
    margin-top: 25rem !important;
  }
  .mb-tablet-250 {
    margin-bottom: 25rem !important;
  }
  .my-tablet-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-tablet-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-tablet-255 {
    margin: 25.5rem !important;
  }
  .ml-tablet-255 {
    margin-left: 25.5rem !important;
  }
  .mr-tablet-255 {
    margin-right: 25.5rem !important;
  }
  .mt-tablet-255 {
    margin-top: 25.5rem !important;
  }
  .mb-tablet-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-tablet-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-tablet-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-tablet-260 {
    margin: 26rem !important;
  }
  .ml-tablet-260 {
    margin-left: 26rem !important;
  }
  .mr-tablet-260 {
    margin-right: 26rem !important;
  }
  .mt-tablet-260 {
    margin-top: 26rem !important;
  }
  .mb-tablet-260 {
    margin-bottom: 26rem !important;
  }
  .my-tablet-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-tablet-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-tablet-265 {
    margin: 26.5rem !important;
  }
  .ml-tablet-265 {
    margin-left: 26.5rem !important;
  }
  .mr-tablet-265 {
    margin-right: 26.5rem !important;
  }
  .mt-tablet-265 {
    margin-top: 26.5rem !important;
  }
  .mb-tablet-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-tablet-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-tablet-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-tablet-270 {
    margin: 27rem !important;
  }
  .ml-tablet-270 {
    margin-left: 27rem !important;
  }
  .mr-tablet-270 {
    margin-right: 27rem !important;
  }
  .mt-tablet-270 {
    margin-top: 27rem !important;
  }
  .mb-tablet-270 {
    margin-bottom: 27rem !important;
  }
  .my-tablet-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-tablet-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-tablet-275 {
    margin: 27.5rem !important;
  }
  .ml-tablet-275 {
    margin-left: 27.5rem !important;
  }
  .mr-tablet-275 {
    margin-right: 27.5rem !important;
  }
  .mt-tablet-275 {
    margin-top: 27.5rem !important;
  }
  .mb-tablet-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-tablet-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-tablet-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-tablet-280 {
    margin: 28rem !important;
  }
  .ml-tablet-280 {
    margin-left: 28rem !important;
  }
  .mr-tablet-280 {
    margin-right: 28rem !important;
  }
  .mt-tablet-280 {
    margin-top: 28rem !important;
  }
  .mb-tablet-280 {
    margin-bottom: 28rem !important;
  }
  .my-tablet-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-tablet-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-tablet-285 {
    margin: 28.5rem !important;
  }
  .ml-tablet-285 {
    margin-left: 28.5rem !important;
  }
  .mr-tablet-285 {
    margin-right: 28.5rem !important;
  }
  .mt-tablet-285 {
    margin-top: 28.5rem !important;
  }
  .mb-tablet-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-tablet-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-tablet-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-tablet-290 {
    margin: 29rem !important;
  }
  .ml-tablet-290 {
    margin-left: 29rem !important;
  }
  .mr-tablet-290 {
    margin-right: 29rem !important;
  }
  .mt-tablet-290 {
    margin-top: 29rem !important;
  }
  .mb-tablet-290 {
    margin-bottom: 29rem !important;
  }
  .my-tablet-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-tablet-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-tablet-295 {
    margin: 29.5rem !important;
  }
  .ml-tablet-295 {
    margin-left: 29.5rem !important;
  }
  .mr-tablet-295 {
    margin-right: 29.5rem !important;
  }
  .mt-tablet-295 {
    margin-top: 29.5rem !important;
  }
  .mb-tablet-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-tablet-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-tablet-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-tablet-300 {
    margin: 30rem !important;
  }
  .ml-tablet-300 {
    margin-left: 30rem !important;
  }
  .mr-tablet-300 {
    margin-right: 30rem !important;
  }
  .mt-tablet-300 {
    margin-top: 30rem !important;
  }
  .mb-tablet-300 {
    margin-bottom: 30rem !important;
  }
  .my-tablet-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-tablet-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-tablet-335 {
    margin: 33.5rem !important;
  }
  .ml-tablet-335 {
    margin-left: 33.5rem !important;
  }
  .mr-tablet-335 {
    margin-right: 33.5rem !important;
  }
  .mt-tablet-335 {
    margin-top: 33.5rem !important;
  }
  .mb-tablet-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-tablet-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-tablet-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

@media only screen and (max-width: 1025px) {
  .m-mobile-auto {
    margin: auto !important;
  }
  .ml-mobile-auto {
    margin-left: auto !important;
  }
  .mr-mobile-auto {
    margin-right: auto !important;
  }
  .mt-mobile-auto {
    margin-top: auto !important;
  }
  .mb-mobile-auto {
    margin-bottom: auto !important;
  }
  .my-mobile-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mx-mobile-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m-mobile-header {
    margin: var(--header-height) !important;
  }
  .ml-mobile-header {
    margin-left: var(--header-height) !important;
  }
  .mr-mobile-header {
    margin-right: var(--header-height) !important;
  }
  .mt-mobile-header {
    margin-top: var(--header-height) !important;
  }
  .mb-mobile-header {
    margin-bottom: var(--header-height) !important;
  }
  .my-mobile-header {
    margin-top: var(--header-height) !important;
    margin-bottom: var(--header-height) !important;
  }
  .mx-mobile-header {
    margin-left: var(--header-height) !important;
    margin-right: var(--header-height) !important;
  }
  .m-mobile-padding {
    margin: var(--padding) !important;
  }
  .ml-mobile-padding {
    margin-left: var(--padding) !important;
  }
  .mr-mobile-padding {
    margin-right: var(--padding) !important;
  }
  .mt-mobile-padding {
    margin-top: var(--padding) !important;
  }
  .mb-mobile-padding {
    margin-bottom: var(--padding) !important;
  }
  .my-mobile-padding {
    margin-top: var(--padding) !important;
    margin-bottom: var(--padding) !important;
  }
  .mx-mobile-padding {
    margin-left: var(--padding) !important;
    margin-right: var(--padding) !important;
  }
  .m-mobile-padding-fluid {
    margin: var(--padding-fluid) !important;
  }
  .ml-mobile-padding-fluid {
    margin-left: var(--padding-fluid) !important;
  }
  .mr-mobile-padding-fluid {
    margin-right: var(--padding-fluid) !important;
  }
  .mt-mobile-padding-fluid {
    margin-top: var(--padding-fluid) !important;
  }
  .mb-mobile-padding-fluid {
    margin-bottom: var(--padding-fluid) !important;
  }
  .my-mobile-padding-fluid {
    margin-top: var(--padding-fluid) !important;
    margin-bottom: var(--padding-fluid) !important;
  }
  .mx-mobile-padding-fluid {
    margin-left: var(--padding-fluid) !important;
    margin-right: var(--padding-fluid) !important;
  }
  .m-mobile-0 {
    margin: 0rem !important;
  }
  .ml-mobile-0 {
    margin-left: 0rem !important;
  }
  .mr-mobile-0 {
    margin-right: 0rem !important;
  }
  .mt-mobile-0 {
    margin-top: 0rem !important;
  }
  .mb-mobile-0 {
    margin-bottom: 0rem !important;
  }
  .my-mobile-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-mobile-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .m-mobile-1 {
    margin: .1rem !important;
  }
  .ml-mobile-1 {
    margin-left: .1rem !important;
  }
  .mr-mobile-1 {
    margin-right: .1rem !important;
  }
  .mt-mobile-1 {
    margin-top: .1rem !important;
  }
  .mb-mobile-1 {
    margin-bottom: .1rem !important;
  }
  .my-mobile-1 {
    margin-top: .1rem !important;
    margin-bottom: .1rem !important;
  }
  .mx-mobile-1 {
    margin-left: .1rem !important;
    margin-right: .1rem !important;
  }
  .m-mobile-2 {
    margin: .2rem !important;
  }
  .ml-mobile-2 {
    margin-left: .2rem !important;
  }
  .mr-mobile-2 {
    margin-right: .2rem !important;
  }
  .mt-mobile-2 {
    margin-top: .2rem !important;
  }
  .mb-mobile-2 {
    margin-bottom: .2rem !important;
  }
  .my-mobile-2 {
    margin-top: .2rem !important;
    margin-bottom: .2rem !important;
  }
  .mx-mobile-2 {
    margin-left: .2rem !important;
    margin-right: .2rem !important;
  }
  .m-mobile-3 {
    margin: .3rem !important;
  }
  .ml-mobile-3 {
    margin-left: .3rem !important;
  }
  .mr-mobile-3 {
    margin-right: .3rem !important;
  }
  .mt-mobile-3 {
    margin-top: .3rem !important;
  }
  .mb-mobile-3 {
    margin-bottom: .3rem !important;
  }
  .my-mobile-3 {
    margin-top: .3rem !important;
    margin-bottom: .3rem !important;
  }
  .mx-mobile-3 {
    margin-left: .3rem !important;
    margin-right: .3rem !important;
  }
  .m-mobile-4 {
    margin: .4rem !important;
  }
  .ml-mobile-4 {
    margin-left: .4rem !important;
  }
  .mr-mobile-4 {
    margin-right: .4rem !important;
  }
  .mt-mobile-4 {
    margin-top: .4rem !important;
  }
  .mb-mobile-4 {
    margin-bottom: .4rem !important;
  }
  .my-mobile-4 {
    margin-top: .4rem !important;
    margin-bottom: .4rem !important;
  }
  .mx-mobile-4 {
    margin-left: .4rem !important;
    margin-right: .4rem !important;
  }
  .m-mobile-5 {
    margin: .5rem !important;
  }
  .ml-mobile-5 {
    margin-left: .5rem !important;
  }
  .mr-mobile-5 {
    margin-right: .5rem !important;
  }
  .mt-mobile-5 {
    margin-top: .5rem !important;
  }
  .mb-mobile-5 {
    margin-bottom: .5rem !important;
  }
  .my-mobile-5 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .mx-mobile-5 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }
  .m-mobile-10 {
    margin: 1rem !important;
  }
  .ml-mobile-10 {
    margin-left: 1rem !important;
  }
  .mr-mobile-10 {
    margin-right: 1rem !important;
  }
  .mt-mobile-10 {
    margin-top: 1rem !important;
  }
  .mb-mobile-10 {
    margin-bottom: 1rem !important;
  }
  .my-mobile-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .mx-mobile-10 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .m-mobile-15 {
    margin: 1.5rem !important;
  }
  .ml-mobile-15 {
    margin-left: 1.5rem !important;
  }
  .mr-mobile-15 {
    margin-right: 1.5rem !important;
  }
  .mt-mobile-15 {
    margin-top: 1.5rem !important;
  }
  .mb-mobile-15 {
    margin-bottom: 1.5rem !important;
  }
  .my-mobile-15 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .mx-mobile-15 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .m-mobile-20 {
    margin: 2rem !important;
  }
  .ml-mobile-20 {
    margin-left: 2rem !important;
  }
  .mr-mobile-20 {
    margin-right: 2rem !important;
  }
  .mt-mobile-20 {
    margin-top: 2rem !important;
  }
  .mb-mobile-20 {
    margin-bottom: 2rem !important;
  }
  .my-mobile-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .mx-mobile-20 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .m-mobile-25 {
    margin: 2.5rem !important;
  }
  .ml-mobile-25 {
    margin-left: 2.5rem !important;
  }
  .mr-mobile-25 {
    margin-right: 2.5rem !important;
  }
  .mt-mobile-25 {
    margin-top: 2.5rem !important;
  }
  .mb-mobile-25 {
    margin-bottom: 2.5rem !important;
  }
  .my-mobile-25 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-mobile-25 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .m-mobile-30 {
    margin: 3rem !important;
  }
  .ml-mobile-30 {
    margin-left: 3rem !important;
  }
  .mr-mobile-30 {
    margin-right: 3rem !important;
  }
  .mt-mobile-30 {
    margin-top: 3rem !important;
  }
  .mb-mobile-30 {
    margin-bottom: 3rem !important;
  }
  .my-mobile-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .mx-mobile-30 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .m-mobile-35 {
    margin: 3.5rem !important;
  }
  .ml-mobile-35 {
    margin-left: 3.5rem !important;
  }
  .mr-mobile-35 {
    margin-right: 3.5rem !important;
  }
  .mt-mobile-35 {
    margin-top: 3.5rem !important;
  }
  .mb-mobile-35 {
    margin-bottom: 3.5rem !important;
  }
  .my-mobile-35 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .mx-mobile-35 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .m-mobile-40 {
    margin: 4rem !important;
  }
  .ml-mobile-40 {
    margin-left: 4rem !important;
  }
  .mr-mobile-40 {
    margin-right: 4rem !important;
  }
  .mt-mobile-40 {
    margin-top: 4rem !important;
  }
  .mb-mobile-40 {
    margin-bottom: 4rem !important;
  }
  .my-mobile-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .mx-mobile-40 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .m-mobile-45 {
    margin: 4.5rem !important;
  }
  .ml-mobile-45 {
    margin-left: 4.5rem !important;
  }
  .mr-mobile-45 {
    margin-right: 4.5rem !important;
  }
  .mt-mobile-45 {
    margin-top: 4.5rem !important;
  }
  .mb-mobile-45 {
    margin-bottom: 4.5rem !important;
  }
  .my-mobile-45 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .mx-mobile-45 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .m-mobile-50 {
    margin: 5rem !important;
  }
  .ml-mobile-50 {
    margin-left: 5rem !important;
  }
  .mr-mobile-50 {
    margin-right: 5rem !important;
  }
  .mt-mobile-50 {
    margin-top: 5rem !important;
  }
  .mb-mobile-50 {
    margin-bottom: 5rem !important;
  }
  .my-mobile-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .mx-mobile-50 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .m-mobile-55 {
    margin: 5.5rem !important;
  }
  .ml-mobile-55 {
    margin-left: 5.5rem !important;
  }
  .mr-mobile-55 {
    margin-right: 5.5rem !important;
  }
  .mt-mobile-55 {
    margin-top: 5.5rem !important;
  }
  .mb-mobile-55 {
    margin-bottom: 5.5rem !important;
  }
  .my-mobile-55 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .mx-mobile-55 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .m-mobile-60 {
    margin: 6rem !important;
  }
  .ml-mobile-60 {
    margin-left: 6rem !important;
  }
  .mr-mobile-60 {
    margin-right: 6rem !important;
  }
  .mt-mobile-60 {
    margin-top: 6rem !important;
  }
  .mb-mobile-60 {
    margin-bottom: 6rem !important;
  }
  .my-mobile-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .mx-mobile-60 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .m-mobile-65 {
    margin: 6.5rem !important;
  }
  .ml-mobile-65 {
    margin-left: 6.5rem !important;
  }
  .mr-mobile-65 {
    margin-right: 6.5rem !important;
  }
  .mt-mobile-65 {
    margin-top: 6.5rem !important;
  }
  .mb-mobile-65 {
    margin-bottom: 6.5rem !important;
  }
  .my-mobile-65 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .mx-mobile-65 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .m-mobile-70 {
    margin: 7rem !important;
  }
  .ml-mobile-70 {
    margin-left: 7rem !important;
  }
  .mr-mobile-70 {
    margin-right: 7rem !important;
  }
  .mt-mobile-70 {
    margin-top: 7rem !important;
  }
  .mb-mobile-70 {
    margin-bottom: 7rem !important;
  }
  .my-mobile-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .mx-mobile-70 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .m-mobile-75 {
    margin: 7.5rem !important;
  }
  .ml-mobile-75 {
    margin-left: 7.5rem !important;
  }
  .mr-mobile-75 {
    margin-right: 7.5rem !important;
  }
  .mt-mobile-75 {
    margin-top: 7.5rem !important;
  }
  .mb-mobile-75 {
    margin-bottom: 7.5rem !important;
  }
  .my-mobile-75 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .mx-mobile-75 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .m-mobile-80 {
    margin: 8rem !important;
  }
  .ml-mobile-80 {
    margin-left: 8rem !important;
  }
  .mr-mobile-80 {
    margin-right: 8rem !important;
  }
  .mt-mobile-80 {
    margin-top: 8rem !important;
  }
  .mb-mobile-80 {
    margin-bottom: 8rem !important;
  }
  .my-mobile-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .mx-mobile-80 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .m-mobile-85 {
    margin: 8.5rem !important;
  }
  .ml-mobile-85 {
    margin-left: 8.5rem !important;
  }
  .mr-mobile-85 {
    margin-right: 8.5rem !important;
  }
  .mt-mobile-85 {
    margin-top: 8.5rem !important;
  }
  .mb-mobile-85 {
    margin-bottom: 8.5rem !important;
  }
  .my-mobile-85 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .mx-mobile-85 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .m-mobile-90 {
    margin: 9rem !important;
  }
  .ml-mobile-90 {
    margin-left: 9rem !important;
  }
  .mr-mobile-90 {
    margin-right: 9rem !important;
  }
  .mt-mobile-90 {
    margin-top: 9rem !important;
  }
  .mb-mobile-90 {
    margin-bottom: 9rem !important;
  }
  .my-mobile-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .mx-mobile-90 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .m-mobile-95 {
    margin: 9.5rem !important;
  }
  .ml-mobile-95 {
    margin-left: 9.5rem !important;
  }
  .mr-mobile-95 {
    margin-right: 9.5rem !important;
  }
  .mt-mobile-95 {
    margin-top: 9.5rem !important;
  }
  .mb-mobile-95 {
    margin-bottom: 9.5rem !important;
  }
  .my-mobile-95 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .mx-mobile-95 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .m-mobile-100 {
    margin: 10rem !important;
  }
  .ml-mobile-100 {
    margin-left: 10rem !important;
  }
  .mr-mobile-100 {
    margin-right: 10rem !important;
  }
  .mt-mobile-100 {
    margin-top: 10rem !important;
  }
  .mb-mobile-100 {
    margin-bottom: 10rem !important;
  }
  .my-mobile-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .mx-mobile-100 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .m-mobile-105 {
    margin: 10.5rem !important;
  }
  .ml-mobile-105 {
    margin-left: 10.5rem !important;
  }
  .mr-mobile-105 {
    margin-right: 10.5rem !important;
  }
  .mt-mobile-105 {
    margin-top: 10.5rem !important;
  }
  .mb-mobile-105 {
    margin-bottom: 10.5rem !important;
  }
  .my-mobile-105 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .mx-mobile-105 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .m-mobile-110 {
    margin: 11rem !important;
  }
  .ml-mobile-110 {
    margin-left: 11rem !important;
  }
  .mr-mobile-110 {
    margin-right: 11rem !important;
  }
  .mt-mobile-110 {
    margin-top: 11rem !important;
  }
  .mb-mobile-110 {
    margin-bottom: 11rem !important;
  }
  .my-mobile-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .mx-mobile-110 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .m-mobile-115 {
    margin: 11.5rem !important;
  }
  .ml-mobile-115 {
    margin-left: 11.5rem !important;
  }
  .mr-mobile-115 {
    margin-right: 11.5rem !important;
  }
  .mt-mobile-115 {
    margin-top: 11.5rem !important;
  }
  .mb-mobile-115 {
    margin-bottom: 11.5rem !important;
  }
  .my-mobile-115 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .mx-mobile-115 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .m-mobile-120 {
    margin: 12rem !important;
  }
  .ml-mobile-120 {
    margin-left: 12rem !important;
  }
  .mr-mobile-120 {
    margin-right: 12rem !important;
  }
  .mt-mobile-120 {
    margin-top: 12rem !important;
  }
  .mb-mobile-120 {
    margin-bottom: 12rem !important;
  }
  .my-mobile-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .mx-mobile-120 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .m-mobile-125 {
    margin: 12.5rem !important;
  }
  .ml-mobile-125 {
    margin-left: 12.5rem !important;
  }
  .mr-mobile-125 {
    margin-right: 12.5rem !important;
  }
  .mt-mobile-125 {
    margin-top: 12.5rem !important;
  }
  .mb-mobile-125 {
    margin-bottom: 12.5rem !important;
  }
  .my-mobile-125 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .mx-mobile-125 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .m-mobile-130 {
    margin: 13rem !important;
  }
  .ml-mobile-130 {
    margin-left: 13rem !important;
  }
  .mr-mobile-130 {
    margin-right: 13rem !important;
  }
  .mt-mobile-130 {
    margin-top: 13rem !important;
  }
  .mb-mobile-130 {
    margin-bottom: 13rem !important;
  }
  .my-mobile-130 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .mx-mobile-130 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .m-mobile-135 {
    margin: 13.5rem !important;
  }
  .ml-mobile-135 {
    margin-left: 13.5rem !important;
  }
  .mr-mobile-135 {
    margin-right: 13.5rem !important;
  }
  .mt-mobile-135 {
    margin-top: 13.5rem !important;
  }
  .mb-mobile-135 {
    margin-bottom: 13.5rem !important;
  }
  .my-mobile-135 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .mx-mobile-135 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .m-mobile-140 {
    margin: 14rem !important;
  }
  .ml-mobile-140 {
    margin-left: 14rem !important;
  }
  .mr-mobile-140 {
    margin-right: 14rem !important;
  }
  .mt-mobile-140 {
    margin-top: 14rem !important;
  }
  .mb-mobile-140 {
    margin-bottom: 14rem !important;
  }
  .my-mobile-140 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .mx-mobile-140 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .m-mobile-145 {
    margin: 14.5rem !important;
  }
  .ml-mobile-145 {
    margin-left: 14.5rem !important;
  }
  .mr-mobile-145 {
    margin-right: 14.5rem !important;
  }
  .mt-mobile-145 {
    margin-top: 14.5rem !important;
  }
  .mb-mobile-145 {
    margin-bottom: 14.5rem !important;
  }
  .my-mobile-145 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .mx-mobile-145 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .m-mobile-150 {
    margin: 15rem !important;
  }
  .ml-mobile-150 {
    margin-left: 15rem !important;
  }
  .mr-mobile-150 {
    margin-right: 15rem !important;
  }
  .mt-mobile-150 {
    margin-top: 15rem !important;
  }
  .mb-mobile-150 {
    margin-bottom: 15rem !important;
  }
  .my-mobile-150 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .mx-mobile-150 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .m-mobile-155 {
    margin: 15.5rem !important;
  }
  .ml-mobile-155 {
    margin-left: 15.5rem !important;
  }
  .mr-mobile-155 {
    margin-right: 15.5rem !important;
  }
  .mt-mobile-155 {
    margin-top: 15.5rem !important;
  }
  .mb-mobile-155 {
    margin-bottom: 15.5rem !important;
  }
  .my-mobile-155 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .mx-mobile-155 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .m-mobile-160 {
    margin: 16rem !important;
  }
  .ml-mobile-160 {
    margin-left: 16rem !important;
  }
  .mr-mobile-160 {
    margin-right: 16rem !important;
  }
  .mt-mobile-160 {
    margin-top: 16rem !important;
  }
  .mb-mobile-160 {
    margin-bottom: 16rem !important;
  }
  .my-mobile-160 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .mx-mobile-160 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .m-mobile-165 {
    margin: 16.5rem !important;
  }
  .ml-mobile-165 {
    margin-left: 16.5rem !important;
  }
  .mr-mobile-165 {
    margin-right: 16.5rem !important;
  }
  .mt-mobile-165 {
    margin-top: 16.5rem !important;
  }
  .mb-mobile-165 {
    margin-bottom: 16.5rem !important;
  }
  .my-mobile-165 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .mx-mobile-165 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .m-mobile-170 {
    margin: 17rem !important;
  }
  .ml-mobile-170 {
    margin-left: 17rem !important;
  }
  .mr-mobile-170 {
    margin-right: 17rem !important;
  }
  .mt-mobile-170 {
    margin-top: 17rem !important;
  }
  .mb-mobile-170 {
    margin-bottom: 17rem !important;
  }
  .my-mobile-170 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .mx-mobile-170 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .m-mobile-175 {
    margin: 17.5rem !important;
  }
  .ml-mobile-175 {
    margin-left: 17.5rem !important;
  }
  .mr-mobile-175 {
    margin-right: 17.5rem !important;
  }
  .mt-mobile-175 {
    margin-top: 17.5rem !important;
  }
  .mb-mobile-175 {
    margin-bottom: 17.5rem !important;
  }
  .my-mobile-175 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .mx-mobile-175 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .m-mobile-180 {
    margin: 18rem !important;
  }
  .ml-mobile-180 {
    margin-left: 18rem !important;
  }
  .mr-mobile-180 {
    margin-right: 18rem !important;
  }
  .mt-mobile-180 {
    margin-top: 18rem !important;
  }
  .mb-mobile-180 {
    margin-bottom: 18rem !important;
  }
  .my-mobile-180 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .mx-mobile-180 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .m-mobile-185 {
    margin: 18.5rem !important;
  }
  .ml-mobile-185 {
    margin-left: 18.5rem !important;
  }
  .mr-mobile-185 {
    margin-right: 18.5rem !important;
  }
  .mt-mobile-185 {
    margin-top: 18.5rem !important;
  }
  .mb-mobile-185 {
    margin-bottom: 18.5rem !important;
  }
  .my-mobile-185 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .mx-mobile-185 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .m-mobile-190 {
    margin: 19rem !important;
  }
  .ml-mobile-190 {
    margin-left: 19rem !important;
  }
  .mr-mobile-190 {
    margin-right: 19rem !important;
  }
  .mt-mobile-190 {
    margin-top: 19rem !important;
  }
  .mb-mobile-190 {
    margin-bottom: 19rem !important;
  }
  .my-mobile-190 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .mx-mobile-190 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .m-mobile-195 {
    margin: 19.5rem !important;
  }
  .ml-mobile-195 {
    margin-left: 19.5rem !important;
  }
  .mr-mobile-195 {
    margin-right: 19.5rem !important;
  }
  .mt-mobile-195 {
    margin-top: 19.5rem !important;
  }
  .mb-mobile-195 {
    margin-bottom: 19.5rem !important;
  }
  .my-mobile-195 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .mx-mobile-195 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .m-mobile-200 {
    margin: 20rem !important;
  }
  .ml-mobile-200 {
    margin-left: 20rem !important;
  }
  .mr-mobile-200 {
    margin-right: 20rem !important;
  }
  .mt-mobile-200 {
    margin-top: 20rem !important;
  }
  .mb-mobile-200 {
    margin-bottom: 20rem !important;
  }
  .my-mobile-200 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .mx-mobile-200 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .m-mobile-205 {
    margin: 20.5rem !important;
  }
  .ml-mobile-205 {
    margin-left: 20.5rem !important;
  }
  .mr-mobile-205 {
    margin-right: 20.5rem !important;
  }
  .mt-mobile-205 {
    margin-top: 20.5rem !important;
  }
  .mb-mobile-205 {
    margin-bottom: 20.5rem !important;
  }
  .my-mobile-205 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .mx-mobile-205 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .m-mobile-210 {
    margin: 21rem !important;
  }
  .ml-mobile-210 {
    margin-left: 21rem !important;
  }
  .mr-mobile-210 {
    margin-right: 21rem !important;
  }
  .mt-mobile-210 {
    margin-top: 21rem !important;
  }
  .mb-mobile-210 {
    margin-bottom: 21rem !important;
  }
  .my-mobile-210 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .mx-mobile-210 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .m-mobile-215 {
    margin: 21.5rem !important;
  }
  .ml-mobile-215 {
    margin-left: 21.5rem !important;
  }
  .mr-mobile-215 {
    margin-right: 21.5rem !important;
  }
  .mt-mobile-215 {
    margin-top: 21.5rem !important;
  }
  .mb-mobile-215 {
    margin-bottom: 21.5rem !important;
  }
  .my-mobile-215 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .mx-mobile-215 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .m-mobile-220 {
    margin: 22rem !important;
  }
  .ml-mobile-220 {
    margin-left: 22rem !important;
  }
  .mr-mobile-220 {
    margin-right: 22rem !important;
  }
  .mt-mobile-220 {
    margin-top: 22rem !important;
  }
  .mb-mobile-220 {
    margin-bottom: 22rem !important;
  }
  .my-mobile-220 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .mx-mobile-220 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .m-mobile-225 {
    margin: 22.5rem !important;
  }
  .ml-mobile-225 {
    margin-left: 22.5rem !important;
  }
  .mr-mobile-225 {
    margin-right: 22.5rem !important;
  }
  .mt-mobile-225 {
    margin-top: 22.5rem !important;
  }
  .mb-mobile-225 {
    margin-bottom: 22.5rem !important;
  }
  .my-mobile-225 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .mx-mobile-225 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .m-mobile-230 {
    margin: 23rem !important;
  }
  .ml-mobile-230 {
    margin-left: 23rem !important;
  }
  .mr-mobile-230 {
    margin-right: 23rem !important;
  }
  .mt-mobile-230 {
    margin-top: 23rem !important;
  }
  .mb-mobile-230 {
    margin-bottom: 23rem !important;
  }
  .my-mobile-230 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .mx-mobile-230 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .m-mobile-235 {
    margin: 23.5rem !important;
  }
  .ml-mobile-235 {
    margin-left: 23.5rem !important;
  }
  .mr-mobile-235 {
    margin-right: 23.5rem !important;
  }
  .mt-mobile-235 {
    margin-top: 23.5rem !important;
  }
  .mb-mobile-235 {
    margin-bottom: 23.5rem !important;
  }
  .my-mobile-235 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .mx-mobile-235 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .m-mobile-240 {
    margin: 24rem !important;
  }
  .ml-mobile-240 {
    margin-left: 24rem !important;
  }
  .mr-mobile-240 {
    margin-right: 24rem !important;
  }
  .mt-mobile-240 {
    margin-top: 24rem !important;
  }
  .mb-mobile-240 {
    margin-bottom: 24rem !important;
  }
  .my-mobile-240 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .mx-mobile-240 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .m-mobile-245 {
    margin: 24.5rem !important;
  }
  .ml-mobile-245 {
    margin-left: 24.5rem !important;
  }
  .mr-mobile-245 {
    margin-right: 24.5rem !important;
  }
  .mt-mobile-245 {
    margin-top: 24.5rem !important;
  }
  .mb-mobile-245 {
    margin-bottom: 24.5rem !important;
  }
  .my-mobile-245 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .mx-mobile-245 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .m-mobile-250 {
    margin: 25rem !important;
  }
  .ml-mobile-250 {
    margin-left: 25rem !important;
  }
  .mr-mobile-250 {
    margin-right: 25rem !important;
  }
  .mt-mobile-250 {
    margin-top: 25rem !important;
  }
  .mb-mobile-250 {
    margin-bottom: 25rem !important;
  }
  .my-mobile-250 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .mx-mobile-250 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .m-mobile-255 {
    margin: 25.5rem !important;
  }
  .ml-mobile-255 {
    margin-left: 25.5rem !important;
  }
  .mr-mobile-255 {
    margin-right: 25.5rem !important;
  }
  .mt-mobile-255 {
    margin-top: 25.5rem !important;
  }
  .mb-mobile-255 {
    margin-bottom: 25.5rem !important;
  }
  .my-mobile-255 {
    margin-top: 25.5rem !important;
    margin-bottom: 25.5rem !important;
  }
  .mx-mobile-255 {
    margin-left: 25.5rem !important;
    margin-right: 25.5rem !important;
  }
  .m-mobile-260 {
    margin: 26rem !important;
  }
  .ml-mobile-260 {
    margin-left: 26rem !important;
  }
  .mr-mobile-260 {
    margin-right: 26rem !important;
  }
  .mt-mobile-260 {
    margin-top: 26rem !important;
  }
  .mb-mobile-260 {
    margin-bottom: 26rem !important;
  }
  .my-mobile-260 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }
  .mx-mobile-260 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }
  .m-mobile-265 {
    margin: 26.5rem !important;
  }
  .ml-mobile-265 {
    margin-left: 26.5rem !important;
  }
  .mr-mobile-265 {
    margin-right: 26.5rem !important;
  }
  .mt-mobile-265 {
    margin-top: 26.5rem !important;
  }
  .mb-mobile-265 {
    margin-bottom: 26.5rem !important;
  }
  .my-mobile-265 {
    margin-top: 26.5rem !important;
    margin-bottom: 26.5rem !important;
  }
  .mx-mobile-265 {
    margin-left: 26.5rem !important;
    margin-right: 26.5rem !important;
  }
  .m-mobile-270 {
    margin: 27rem !important;
  }
  .ml-mobile-270 {
    margin-left: 27rem !important;
  }
  .mr-mobile-270 {
    margin-right: 27rem !important;
  }
  .mt-mobile-270 {
    margin-top: 27rem !important;
  }
  .mb-mobile-270 {
    margin-bottom: 27rem !important;
  }
  .my-mobile-270 {
    margin-top: 27rem !important;
    margin-bottom: 27rem !important;
  }
  .mx-mobile-270 {
    margin-left: 27rem !important;
    margin-right: 27rem !important;
  }
  .m-mobile-275 {
    margin: 27.5rem !important;
  }
  .ml-mobile-275 {
    margin-left: 27.5rem !important;
  }
  .mr-mobile-275 {
    margin-right: 27.5rem !important;
  }
  .mt-mobile-275 {
    margin-top: 27.5rem !important;
  }
  .mb-mobile-275 {
    margin-bottom: 27.5rem !important;
  }
  .my-mobile-275 {
    margin-top: 27.5rem !important;
    margin-bottom: 27.5rem !important;
  }
  .mx-mobile-275 {
    margin-left: 27.5rem !important;
    margin-right: 27.5rem !important;
  }
  .m-mobile-280 {
    margin: 28rem !important;
  }
  .ml-mobile-280 {
    margin-left: 28rem !important;
  }
  .mr-mobile-280 {
    margin-right: 28rem !important;
  }
  .mt-mobile-280 {
    margin-top: 28rem !important;
  }
  .mb-mobile-280 {
    margin-bottom: 28rem !important;
  }
  .my-mobile-280 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }
  .mx-mobile-280 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }
  .m-mobile-285 {
    margin: 28.5rem !important;
  }
  .ml-mobile-285 {
    margin-left: 28.5rem !important;
  }
  .mr-mobile-285 {
    margin-right: 28.5rem !important;
  }
  .mt-mobile-285 {
    margin-top: 28.5rem !important;
  }
  .mb-mobile-285 {
    margin-bottom: 28.5rem !important;
  }
  .my-mobile-285 {
    margin-top: 28.5rem !important;
    margin-bottom: 28.5rem !important;
  }
  .mx-mobile-285 {
    margin-left: 28.5rem !important;
    margin-right: 28.5rem !important;
  }
  .m-mobile-290 {
    margin: 29rem !important;
  }
  .ml-mobile-290 {
    margin-left: 29rem !important;
  }
  .mr-mobile-290 {
    margin-right: 29rem !important;
  }
  .mt-mobile-290 {
    margin-top: 29rem !important;
  }
  .mb-mobile-290 {
    margin-bottom: 29rem !important;
  }
  .my-mobile-290 {
    margin-top: 29rem !important;
    margin-bottom: 29rem !important;
  }
  .mx-mobile-290 {
    margin-left: 29rem !important;
    margin-right: 29rem !important;
  }
  .m-mobile-295 {
    margin: 29.5rem !important;
  }
  .ml-mobile-295 {
    margin-left: 29.5rem !important;
  }
  .mr-mobile-295 {
    margin-right: 29.5rem !important;
  }
  .mt-mobile-295 {
    margin-top: 29.5rem !important;
  }
  .mb-mobile-295 {
    margin-bottom: 29.5rem !important;
  }
  .my-mobile-295 {
    margin-top: 29.5rem !important;
    margin-bottom: 29.5rem !important;
  }
  .mx-mobile-295 {
    margin-left: 29.5rem !important;
    margin-right: 29.5rem !important;
  }
  .m-mobile-300 {
    margin: 30rem !important;
  }
  .ml-mobile-300 {
    margin-left: 30rem !important;
  }
  .mr-mobile-300 {
    margin-right: 30rem !important;
  }
  .mt-mobile-300 {
    margin-top: 30rem !important;
  }
  .mb-mobile-300 {
    margin-bottom: 30rem !important;
  }
  .my-mobile-300 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }
  .mx-mobile-300 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }
  .m-mobile-335 {
    margin: 33.5rem !important;
  }
  .ml-mobile-335 {
    margin-left: 33.5rem !important;
  }
  .mr-mobile-335 {
    margin-right: 33.5rem !important;
  }
  .mt-mobile-335 {
    margin-top: 33.5rem !important;
  }
  .mb-mobile-335 {
    margin-bottom: 33.5rem !important;
  }
  .my-mobile-335 {
    margin-top: 33.5rem !important;
    margin-bottom: 33.5rem !important;
  }
  .mx-mobile-335 {
    margin-left: 33.5rem !important;
    margin-right: 33.5rem !important;
  }
}

.p-auto {
  padding: auto;
}

.pl-auto {
  padding-left: auto;
}

.pr-auto {
  padding-right: auto;
}

.pt-auto {
  padding-top: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.p-header {
  padding: var(--header-height);
}

.pl-header {
  padding-left: var(--header-height);
}

.pr-header {
  padding-right: var(--header-height);
}

.pt-header {
  padding-top: var(--header-height);
}

.pb-header {
  padding-bottom: var(--header-height);
}

.py-header {
  padding-top: var(--header-height);
  padding-bottom: var(--header-height);
}

.px-header {
  padding-left: var(--header-height);
  padding-right: var(--header-height);
}

.p-padding {
  padding: var(--padding);
}

.pl-padding {
  padding-left: var(--padding);
}

.pr-padding {
  padding-right: var(--padding);
}

.pt-padding {
  padding-top: var(--padding);
}

.pb-padding {
  padding-bottom: var(--padding);
}

.py-padding {
  padding-top: var(--padding);
  padding-bottom: var(--padding);
}

.px-padding {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.p-padding-fluid {
  padding: var(--padding-fluid);
}

.pl-padding-fluid {
  padding-left: var(--padding-fluid);
}

.pr-padding-fluid {
  padding-right: var(--padding-fluid);
}

.pt-padding-fluid {
  padding-top: var(--padding-fluid);
}

.pb-padding-fluid {
  padding-bottom: var(--padding-fluid);
}

.py-padding-fluid {
  padding-top: var(--padding-fluid);
  padding-bottom: var(--padding-fluid);
}

.px-padding-fluid {
  padding-left: var(--padding-fluid);
  padding-right: var(--padding-fluid);
}

.p-0 {
  padding: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.p-1 {
  padding: .1rem;
}

.pl-1 {
  padding-left: .1rem;
}

.pr-1 {
  padding-right: .1rem;
}

.pt-1 {
  padding-top: .1rem;
}

.pb-1 {
  padding-bottom: .1rem;
}

.py-1 {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.px-1 {
  padding-left: .1rem;
  padding-right: .1rem;
}

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

.pl-2 {
  padding-left: .2rem;
}

.pr-2 {
  padding-right: .2rem;
}

.pt-2 {
  padding-top: .2rem;
}

.pb-2 {
  padding-bottom: .2rem;
}

.py-2 {
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.px-2 {
  padding-left: .2rem;
  padding-right: .2rem;
}

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

.pl-3 {
  padding-left: .3rem;
}

.pr-3 {
  padding-right: .3rem;
}

.pt-3 {
  padding-top: .3rem;
}

.pb-3 {
  padding-bottom: .3rem;
}

.py-3 {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.px-3 {
  padding-left: .3rem;
  padding-right: .3rem;
}

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

.pl-4 {
  padding-left: .4rem;
}

.pr-4 {
  padding-right: .4rem;
}

.pt-4 {
  padding-top: .4rem;
}

.pb-4 {
  padding-bottom: .4rem;
}

.py-4 {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.px-4 {
  padding-left: .4rem;
  padding-right: .4rem;
}

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

.pl-5 {
  padding-left: .5rem;
}

.pr-5 {
  padding-right: .5rem;
}

.pt-5 {
  padding-top: .5rem;
}

.pb-5 {
  padding-bottom: .5rem;
}

.py-5 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.px-5 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.p-10 {
  padding: 1rem;
}

.pl-10 {
  padding-left: 1rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-15 {
  padding: 1.5rem;
}

.pl-15 {
  padding-left: 1.5rem;
}

.pr-15 {
  padding-right: 1.5rem;
}

.pt-15 {
  padding-top: 1.5rem;
}

.pb-15 {
  padding-bottom: 1.5rem;
}

.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-20 {
  padding: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-25 {
  padding: 2.5rem;
}

.pl-25 {
  padding-left: 2.5rem;
}

.pr-25 {
  padding-right: 2.5rem;
}

.pt-25 {
  padding-top: 2.5rem;
}

.pb-25 {
  padding-bottom: 2.5rem;
}

.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-30 {
  padding: 3rem;
}

.pl-30 {
  padding-left: 3rem;
}

.pr-30 {
  padding-right: 3rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-30 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.p-35 {
  padding: 3.5rem;
}

.pl-35 {
  padding-left: 3.5rem;
}

.pr-35 {
  padding-right: 3.5rem;
}

.pt-35 {
  padding-top: 3.5rem;
}

.pb-35 {
  padding-bottom: 3.5rem;
}

.py-35 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-35 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.p-40 {
  padding: 4rem;
}

.pl-40 {
  padding-left: 4rem;
}

.pr-40 {
  padding-right: 4rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-40 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.p-45 {
  padding: 4.5rem;
}

.pl-45 {
  padding-left: 4.5rem;
}

.pr-45 {
  padding-right: 4.5rem;
}

.pt-45 {
  padding-top: 4.5rem;
}

.pb-45 {
  padding-bottom: 4.5rem;
}

.py-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.px-45 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.p-50 {
  padding: 5rem;
}

.pl-50 {
  padding-left: 5rem;
}

.pr-50 {
  padding-right: 5rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.py-50 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-50 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.p-55 {
  padding: 5.5rem;
}

.pl-55 {
  padding-left: 5.5rem;
}

.pr-55 {
  padding-right: 5.5rem;
}

.pt-55 {
  padding-top: 5.5rem;
}

.pb-55 {
  padding-bottom: 5.5rem;
}

.py-55 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.px-55 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.p-60 {
  padding: 6rem;
}

.pl-60 {
  padding-left: 6rem;
}

.pr-60 {
  padding-right: 6rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.px-60 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.p-65 {
  padding: 6.5rem;
}

.pl-65 {
  padding-left: 6.5rem;
}

.pr-65 {
  padding-right: 6.5rem;
}

.pt-65 {
  padding-top: 6.5rem;
}

.pb-65 {
  padding-bottom: 6.5rem;
}

.py-65 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.px-65 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.p-70 {
  padding: 7rem;
}

.pl-70 {
  padding-left: 7rem;
}

.pr-70 {
  padding-right: 7rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.py-70 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.px-70 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.p-75 {
  padding: 7.5rem;
}

.pl-75 {
  padding-left: 7.5rem;
}

.pr-75 {
  padding-right: 7.5rem;
}

.pt-75 {
  padding-top: 7.5rem;
}

.pb-75 {
  padding-bottom: 7.5rem;
}

.py-75 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.px-75 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.p-80 {
  padding: 8rem;
}

.pl-80 {
  padding-left: 8rem;
}

.pr-80 {
  padding-right: 8rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.py-80 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-80 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.p-85 {
  padding: 8.5rem;
}

.pl-85 {
  padding-left: 8.5rem;
}

.pr-85 {
  padding-right: 8.5rem;
}

.pt-85 {
  padding-top: 8.5rem;
}

.pb-85 {
  padding-bottom: 8.5rem;
}

.py-85 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.px-85 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.p-90 {
  padding: 9rem;
}

.pl-90 {
  padding-left: 9rem;
}

.pr-90 {
  padding-right: 9rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.py-90 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.px-90 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.p-95 {
  padding: 9.5rem;
}

.pl-95 {
  padding-left: 9.5rem;
}

.pr-95 {
  padding-right: 9.5rem;
}

.pt-95 {
  padding-top: 9.5rem;
}

.pb-95 {
  padding-bottom: 9.5rem;
}

.py-95 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.px-95 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.p-100 {
  padding: 10rem;
}

.pl-100 {
  padding-left: 10rem;
}

.pr-100 {
  padding-right: 10rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.py-100 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.px-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.p-105 {
  padding: 10.5rem;
}

.pl-105 {
  padding-left: 10.5rem;
}

.pr-105 {
  padding-right: 10.5rem;
}

.pt-105 {
  padding-top: 10.5rem;
}

.pb-105 {
  padding-bottom: 10.5rem;
}

.py-105 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.px-105 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.p-110 {
  padding: 11rem;
}

.pl-110 {
  padding-left: 11rem;
}

.pr-110 {
  padding-right: 11rem;
}

.pt-110 {
  padding-top: 11rem;
}

.pb-110 {
  padding-bottom: 11rem;
}

.py-110 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.px-110 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.p-115 {
  padding: 11.5rem;
}

.pl-115 {
  padding-left: 11.5rem;
}

.pr-115 {
  padding-right: 11.5rem;
}

.pt-115 {
  padding-top: 11.5rem;
}

.pb-115 {
  padding-bottom: 11.5rem;
}

.py-115 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.px-115 {
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

.p-120 {
  padding: 12rem;
}

.pl-120 {
  padding-left: 12rem;
}

.pr-120 {
  padding-right: 12rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.px-120 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.p-125 {
  padding: 12.5rem;
}

.pl-125 {
  padding-left: 12.5rem;
}

.pr-125 {
  padding-right: 12.5rem;
}

.pt-125 {
  padding-top: 12.5rem;
}

.pb-125 {
  padding-bottom: 12.5rem;
}

.py-125 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.px-125 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.p-130 {
  padding: 13rem;
}

.pl-130 {
  padding-left: 13rem;
}

.pr-130 {
  padding-right: 13rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.py-130 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.px-130 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.p-135 {
  padding: 13.5rem;
}

.pl-135 {
  padding-left: 13.5rem;
}

.pr-135 {
  padding-right: 13.5rem;
}

.pt-135 {
  padding-top: 13.5rem;
}

.pb-135 {
  padding-bottom: 13.5rem;
}

.py-135 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.px-135 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.p-140 {
  padding: 14rem;
}

.pl-140 {
  padding-left: 14rem;
}

.pr-140 {
  padding-right: 14rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.py-140 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.px-140 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.p-145 {
  padding: 14.5rem;
}

.pl-145 {
  padding-left: 14.5rem;
}

.pr-145 {
  padding-right: 14.5rem;
}

.pt-145 {
  padding-top: 14.5rem;
}

.pb-145 {
  padding-bottom: 14.5rem;
}

.py-145 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

.px-145 {
  padding-left: 14.5rem;
  padding-right: 14.5rem;
}

.p-150 {
  padding: 15rem;
}

.pl-150 {
  padding-left: 15rem;
}

.pr-150 {
  padding-right: 15rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.py-150 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.px-150 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.p-155 {
  padding: 15.5rem;
}

.pl-155 {
  padding-left: 15.5rem;
}

.pr-155 {
  padding-right: 15.5rem;
}

.pt-155 {
  padding-top: 15.5rem;
}

.pb-155 {
  padding-bottom: 15.5rem;
}

.py-155 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
}

.px-155 {
  padding-left: 15.5rem;
  padding-right: 15.5rem;
}

.p-160 {
  padding: 16rem;
}

.pl-160 {
  padding-left: 16rem;
}

.pr-160 {
  padding-right: 16rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.py-160 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.px-160 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.p-165 {
  padding: 16.5rem;
}

.pl-165 {
  padding-left: 16.5rem;
}

.pr-165 {
  padding-right: 16.5rem;
}

.pt-165 {
  padding-top: 16.5rem;
}

.pb-165 {
  padding-bottom: 16.5rem;
}

.py-165 {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
}

.px-165 {
  padding-left: 16.5rem;
  padding-right: 16.5rem;
}

.p-170 {
  padding: 17rem;
}

.pl-170 {
  padding-left: 17rem;
}

.pr-170 {
  padding-right: 17rem;
}

.pt-170 {
  padding-top: 17rem;
}

.pb-170 {
  padding-bottom: 17rem;
}

.py-170 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.px-170 {
  padding-left: 17rem;
  padding-right: 17rem;
}

.p-175 {
  padding: 17.5rem;
}

.pl-175 {
  padding-left: 17.5rem;
}

.pr-175 {
  padding-right: 17.5rem;
}

.pt-175 {
  padding-top: 17.5rem;
}

.pb-175 {
  padding-bottom: 17.5rem;
}

.py-175 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.px-175 {
  padding-left: 17.5rem;
  padding-right: 17.5rem;
}

.p-180 {
  padding: 18rem;
}

.pl-180 {
  padding-left: 18rem;
}

.pr-180 {
  padding-right: 18rem;
}

.pt-180 {
  padding-top: 18rem;
}

.pb-180 {
  padding-bottom: 18rem;
}

.py-180 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.px-180 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.p-185 {
  padding: 18.5rem;
}

.pl-185 {
  padding-left: 18.5rem;
}

.pr-185 {
  padding-right: 18.5rem;
}

.pt-185 {
  padding-top: 18.5rem;
}

.pb-185 {
  padding-bottom: 18.5rem;
}

.py-185 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.px-185 {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.p-190 {
  padding: 19rem;
}

.pl-190 {
  padding-left: 19rem;
}

.pr-190 {
  padding-right: 19rem;
}

.pt-190 {
  padding-top: 19rem;
}

.pb-190 {
  padding-bottom: 19rem;
}

.py-190 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.px-190 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.p-195 {
  padding: 19.5rem;
}

.pl-195 {
  padding-left: 19.5rem;
}

.pr-195 {
  padding-right: 19.5rem;
}

.pt-195 {
  padding-top: 19.5rem;
}

.pb-195 {
  padding-bottom: 19.5rem;
}

.py-195 {
  padding-top: 19.5rem;
  padding-bottom: 19.5rem;
}

.px-195 {
  padding-left: 19.5rem;
  padding-right: 19.5rem;
}

.p-200 {
  padding: 20rem;
}

.pl-200 {
  padding-left: 20rem;
}

.pr-200 {
  padding-right: 20rem;
}

.pt-200 {
  padding-top: 20rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

.py-200 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-200 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.p-205 {
  padding: 20.5rem;
}

.pl-205 {
  padding-left: 20.5rem;
}

.pr-205 {
  padding-right: 20.5rem;
}

.pt-205 {
  padding-top: 20.5rem;
}

.pb-205 {
  padding-bottom: 20.5rem;
}

.py-205 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
}

.px-205 {
  padding-left: 20.5rem;
  padding-right: 20.5rem;
}

.p-210 {
  padding: 21rem;
}

.pl-210 {
  padding-left: 21rem;
}

.pr-210 {
  padding-right: 21rem;
}

.pt-210 {
  padding-top: 21rem;
}

.pb-210 {
  padding-bottom: 21rem;
}

.py-210 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}

.px-210 {
  padding-left: 21rem;
  padding-right: 21rem;
}

.p-215 {
  padding: 21.5rem;
}

.pl-215 {
  padding-left: 21.5rem;
}

.pr-215 {
  padding-right: 21.5rem;
}

.pt-215 {
  padding-top: 21.5rem;
}

.pb-215 {
  padding-bottom: 21.5rem;
}

.py-215 {
  padding-top: 21.5rem;
  padding-bottom: 21.5rem;
}

.px-215 {
  padding-left: 21.5rem;
  padding-right: 21.5rem;
}

.p-220 {
  padding: 22rem;
}

.pl-220 {
  padding-left: 22rem;
}

.pr-220 {
  padding-right: 22rem;
}

.pt-220 {
  padding-top: 22rem;
}

.pb-220 {
  padding-bottom: 22rem;
}

.py-220 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.px-220 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.p-225 {
  padding: 22.5rem;
}

.pl-225 {
  padding-left: 22.5rem;
}

.pr-225 {
  padding-right: 22.5rem;
}

.pt-225 {
  padding-top: 22.5rem;
}

.pb-225 {
  padding-bottom: 22.5rem;
}

.py-225 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
}

.px-225 {
  padding-left: 22.5rem;
  padding-right: 22.5rem;
}

.p-230 {
  padding: 23rem;
}

.pl-230 {
  padding-left: 23rem;
}

.pr-230 {
  padding-right: 23rem;
}

.pt-230 {
  padding-top: 23rem;
}

.pb-230 {
  padding-bottom: 23rem;
}

.py-230 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.px-230 {
  padding-left: 23rem;
  padding-right: 23rem;
}

.p-235 {
  padding: 23.5rem;
}

.pl-235 {
  padding-left: 23.5rem;
}

.pr-235 {
  padding-right: 23.5rem;
}

.pt-235 {
  padding-top: 23.5rem;
}

.pb-235 {
  padding-bottom: 23.5rem;
}

.py-235 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
}

.px-235 {
  padding-left: 23.5rem;
  padding-right: 23.5rem;
}

.p-240 {
  padding: 24rem;
}

.pl-240 {
  padding-left: 24rem;
}

.pr-240 {
  padding-right: 24rem;
}

.pt-240 {
  padding-top: 24rem;
}

.pb-240 {
  padding-bottom: 24rem;
}

.py-240 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.px-240 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.p-245 {
  padding: 24.5rem;
}

.pl-245 {
  padding-left: 24.5rem;
}

.pr-245 {
  padding-right: 24.5rem;
}

.pt-245 {
  padding-top: 24.5rem;
}

.pb-245 {
  padding-bottom: 24.5rem;
}

.py-245 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem;
}

.px-245 {
  padding-left: 24.5rem;
  padding-right: 24.5rem;
}

.p-250 {
  padding: 25rem;
}

.pl-250 {
  padding-left: 25rem;
}

.pr-250 {
  padding-right: 25rem;
}

.pt-250 {
  padding-top: 25rem;
}

.pb-250 {
  padding-bottom: 25rem;
}

.py-250 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.px-250 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.p-255 {
  padding: 25.5rem;
}

.pl-255 {
  padding-left: 25.5rem;
}

.pr-255 {
  padding-right: 25.5rem;
}

.pt-255 {
  padding-top: 25.5rem;
}

.pb-255 {
  padding-bottom: 25.5rem;
}

.py-255 {
  padding-top: 25.5rem;
  padding-bottom: 25.5rem;
}

.px-255 {
  padding-left: 25.5rem;
  padding-right: 25.5rem;
}

.p-260 {
  padding: 26rem;
}

.pl-260 {
  padding-left: 26rem;
}

.pr-260 {
  padding-right: 26rem;
}

.pt-260 {
  padding-top: 26rem;
}

.pb-260 {
  padding-bottom: 26rem;
}

.py-260 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}

.px-260 {
  padding-left: 26rem;
  padding-right: 26rem;
}

.p-265 {
  padding: 26.5rem;
}

.pl-265 {
  padding-left: 26.5rem;
}

.pr-265 {
  padding-right: 26.5rem;
}

.pt-265 {
  padding-top: 26.5rem;
}

.pb-265 {
  padding-bottom: 26.5rem;
}

.py-265 {
  padding-top: 26.5rem;
  padding-bottom: 26.5rem;
}

.px-265 {
  padding-left: 26.5rem;
  padding-right: 26.5rem;
}

.p-270 {
  padding: 27rem;
}

.pl-270 {
  padding-left: 27rem;
}

.pr-270 {
  padding-right: 27rem;
}

.pt-270 {
  padding-top: 27rem;
}

.pb-270 {
  padding-bottom: 27rem;
}

.py-270 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}

.px-270 {
  padding-left: 27rem;
  padding-right: 27rem;
}

.p-275 {
  padding: 27.5rem;
}

.pl-275 {
  padding-left: 27.5rem;
}

.pr-275 {
  padding-right: 27.5rem;
}

.pt-275 {
  padding-top: 27.5rem;
}

.pb-275 {
  padding-bottom: 27.5rem;
}

.py-275 {
  padding-top: 27.5rem;
  padding-bottom: 27.5rem;
}

.px-275 {
  padding-left: 27.5rem;
  padding-right: 27.5rem;
}

.p-280 {
  padding: 28rem;
}

.pl-280 {
  padding-left: 28rem;
}

.pr-280 {
  padding-right: 28rem;
}

.pt-280 {
  padding-top: 28rem;
}

.pb-280 {
  padding-bottom: 28rem;
}

.py-280 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}

.px-280 {
  padding-left: 28rem;
  padding-right: 28rem;
}

.p-285 {
  padding: 28.5rem;
}

.pl-285 {
  padding-left: 28.5rem;
}

.pr-285 {
  padding-right: 28.5rem;
}

.pt-285 {
  padding-top: 28.5rem;
}

.pb-285 {
  padding-bottom: 28.5rem;
}

.py-285 {
  padding-top: 28.5rem;
  padding-bottom: 28.5rem;
}

.px-285 {
  padding-left: 28.5rem;
  padding-right: 28.5rem;
}

.p-290 {
  padding: 29rem;
}

.pl-290 {
  padding-left: 29rem;
}

.pr-290 {
  padding-right: 29rem;
}

.pt-290 {
  padding-top: 29rem;
}

.pb-290 {
  padding-bottom: 29rem;
}

.py-290 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}

.px-290 {
  padding-left: 29rem;
  padding-right: 29rem;
}

.p-295 {
  padding: 29.5rem;
}

.pl-295 {
  padding-left: 29.5rem;
}

.pr-295 {
  padding-right: 29.5rem;
}

.pt-295 {
  padding-top: 29.5rem;
}

.pb-295 {
  padding-bottom: 29.5rem;
}

.py-295 {
  padding-top: 29.5rem;
  padding-bottom: 29.5rem;
}

.px-295 {
  padding-left: 29.5rem;
  padding-right: 29.5rem;
}

.p-300 {
  padding: 30rem;
}

.pl-300 {
  padding-left: 30rem;
}

.pr-300 {
  padding-right: 30rem;
}

.pt-300 {
  padding-top: 30rem;
}

.pb-300 {
  padding-bottom: 30rem;
}

.py-300 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}

.px-300 {
  padding-left: 30rem;
  padding-right: 30rem;
}

.p-335 {
  padding: 33.5rem;
}

.pl-335 {
  padding-left: 33.5rem;
}

.pr-335 {
  padding-right: 33.5rem;
}

.pt-335 {
  padding-top: 33.5rem;
}

.pb-335 {
  padding-bottom: 33.5rem;
}

.py-335 {
  padding-top: 33.5rem;
  padding-bottom: 33.5rem;
}

.px-335 {
  padding-left: 33.5rem;
  padding-right: 33.5rem;
}

@media only screen and (min-width: 576px) {
  .p-sm-auto {
    padding: auto !important;
  }
  .pl-sm-auto {
    padding-left: auto !important;
  }
  .pr-sm-auto {
    padding-right: auto !important;
  }
  .pt-sm-auto {
    padding-top: auto !important;
  }
  .pb-sm-auto {
    padding-bottom: auto !important;
  }
  .py-sm-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-sm-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-sm-header {
    padding: var(--header-height) !important;
  }
  .pl-sm-header {
    padding-left: var(--header-height) !important;
  }
  .pr-sm-header {
    padding-right: var(--header-height) !important;
  }
  .pt-sm-header {
    padding-top: var(--header-height) !important;
  }
  .pb-sm-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-sm-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-sm-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-sm-padding {
    padding: var(--padding) !important;
  }
  .pl-sm-padding {
    padding-left: var(--padding) !important;
  }
  .pr-sm-padding {
    padding-right: var(--padding) !important;
  }
  .pt-sm-padding {
    padding-top: var(--padding) !important;
  }
  .pb-sm-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-sm-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-sm-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-sm-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-sm-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-sm-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-sm-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-sm-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-sm-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-sm-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-sm-0 {
    padding: 0rem !important;
  }
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-sm-1 {
    padding: .1rem !important;
  }
  .pl-sm-1 {
    padding-left: .1rem !important;
  }
  .pr-sm-1 {
    padding-right: .1rem !important;
  }
  .pt-sm-1 {
    padding-top: .1rem !important;
  }
  .pb-sm-1 {
    padding-bottom: .1rem !important;
  }
  .py-sm-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-sm-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-sm-2 {
    padding: .2rem !important;
  }
  .pl-sm-2 {
    padding-left: .2rem !important;
  }
  .pr-sm-2 {
    padding-right: .2rem !important;
  }
  .pt-sm-2 {
    padding-top: .2rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .2rem !important;
  }
  .py-sm-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-sm-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-sm-3 {
    padding: .3rem !important;
  }
  .pl-sm-3 {
    padding-left: .3rem !important;
  }
  .pr-sm-3 {
    padding-right: .3rem !important;
  }
  .pt-sm-3 {
    padding-top: .3rem !important;
  }
  .pb-sm-3 {
    padding-bottom: .3rem !important;
  }
  .py-sm-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-sm-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-sm-4 {
    padding: .4rem !important;
  }
  .pl-sm-4 {
    padding-left: .4rem !important;
  }
  .pr-sm-4 {
    padding-right: .4rem !important;
  }
  .pt-sm-4 {
    padding-top: .4rem !important;
  }
  .pb-sm-4 {
    padding-bottom: .4rem !important;
  }
  .py-sm-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-sm-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-sm-5 {
    padding: .5rem !important;
  }
  .pl-sm-5 {
    padding-left: .5rem !important;
  }
  .pr-sm-5 {
    padding-right: .5rem !important;
  }
  .pt-sm-5 {
    padding-top: .5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: .5rem !important;
  }
  .py-sm-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-sm-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pl-sm-10 {
    padding-left: 1rem !important;
  }
  .pr-sm-10 {
    padding-right: 1rem !important;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-sm-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-sm-15 {
    padding: 1.5rem !important;
  }
  .pl-sm-15 {
    padding-left: 1.5rem !important;
  }
  .pr-sm-15 {
    padding-right: 1.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 1.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-sm-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-sm-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pl-sm-20 {
    padding-left: 2rem !important;
  }
  .pr-sm-20 {
    padding-right: 2rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-sm-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-sm-25 {
    padding: 2.5rem !important;
  }
  .pl-sm-25 {
    padding-left: 2.5rem !important;
  }
  .pr-sm-25 {
    padding-right: 2.5rem !important;
  }
  .pt-sm-25 {
    padding-top: 2.5rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-sm-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-sm-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pl-sm-30 {
    padding-left: 3rem !important;
  }
  .pr-sm-30 {
    padding-right: 3rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-sm-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-sm-35 {
    padding: 3.5rem !important;
  }
  .pl-sm-35 {
    padding-left: 3.5rem !important;
  }
  .pr-sm-35 {
    padding-right: 3.5rem !important;
  }
  .pt-sm-35 {
    padding-top: 3.5rem !important;
  }
  .pb-sm-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-sm-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-sm-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pl-sm-40 {
    padding-left: 4rem !important;
  }
  .pr-sm-40 {
    padding-right: 4rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-sm-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-sm-45 {
    padding: 4.5rem !important;
  }
  .pl-sm-45 {
    padding-left: 4.5rem !important;
  }
  .pr-sm-45 {
    padding-right: 4.5rem !important;
  }
  .pt-sm-45 {
    padding-top: 4.5rem !important;
  }
  .pb-sm-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-sm-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-sm-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pl-sm-50 {
    padding-left: 5rem !important;
  }
  .pr-sm-50 {
    padding-right: 5rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-sm-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-sm-55 {
    padding: 5.5rem !important;
  }
  .pl-sm-55 {
    padding-left: 5.5rem !important;
  }
  .pr-sm-55 {
    padding-right: 5.5rem !important;
  }
  .pt-sm-55 {
    padding-top: 5.5rem !important;
  }
  .pb-sm-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-sm-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-sm-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .pl-sm-60 {
    padding-left: 6rem !important;
  }
  .pr-sm-60 {
    padding-right: 6rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-sm-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-sm-65 {
    padding: 6.5rem !important;
  }
  .pl-sm-65 {
    padding-left: 6.5rem !important;
  }
  .pr-sm-65 {
    padding-right: 6.5rem !important;
  }
  .pt-sm-65 {
    padding-top: 6.5rem !important;
  }
  .pb-sm-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-sm-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-sm-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .pl-sm-70 {
    padding-left: 7rem !important;
  }
  .pr-sm-70 {
    padding-right: 7rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-sm-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-sm-75 {
    padding: 7.5rem !important;
  }
  .pl-sm-75 {
    padding-left: 7.5rem !important;
  }
  .pr-sm-75 {
    padding-right: 7.5rem !important;
  }
  .pt-sm-75 {
    padding-top: 7.5rem !important;
  }
  .pb-sm-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-sm-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-sm-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .pl-sm-80 {
    padding-left: 8rem !important;
  }
  .pr-sm-80 {
    padding-right: 8rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-sm-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-sm-85 {
    padding: 8.5rem !important;
  }
  .pl-sm-85 {
    padding-left: 8.5rem !important;
  }
  .pr-sm-85 {
    padding-right: 8.5rem !important;
  }
  .pt-sm-85 {
    padding-top: 8.5rem !important;
  }
  .pb-sm-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-sm-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-sm-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .pl-sm-90 {
    padding-left: 9rem !important;
  }
  .pr-sm-90 {
    padding-right: 9rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-sm-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-sm-95 {
    padding: 9.5rem !important;
  }
  .pl-sm-95 {
    padding-left: 9.5rem !important;
  }
  .pr-sm-95 {
    padding-right: 9.5rem !important;
  }
  .pt-sm-95 {
    padding-top: 9.5rem !important;
  }
  .pb-sm-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-sm-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-sm-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .pl-sm-100 {
    padding-left: 10rem !important;
  }
  .pr-sm-100 {
    padding-right: 10rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-sm-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-sm-105 {
    padding: 10.5rem !important;
  }
  .pl-sm-105 {
    padding-left: 10.5rem !important;
  }
  .pr-sm-105 {
    padding-right: 10.5rem !important;
  }
  .pt-sm-105 {
    padding-top: 10.5rem !important;
  }
  .pb-sm-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-sm-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-sm-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .pl-sm-110 {
    padding-left: 11rem !important;
  }
  .pr-sm-110 {
    padding-right: 11rem !important;
  }
  .pt-sm-110 {
    padding-top: 11rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }
  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-sm-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-sm-115 {
    padding: 11.5rem !important;
  }
  .pl-sm-115 {
    padding-left: 11.5rem !important;
  }
  .pr-sm-115 {
    padding-right: 11.5rem !important;
  }
  .pt-sm-115 {
    padding-top: 11.5rem !important;
  }
  .pb-sm-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-sm-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-sm-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .pl-sm-120 {
    padding-left: 12rem !important;
  }
  .pr-sm-120 {
    padding-right: 12rem !important;
  }
  .pt-sm-120 {
    padding-top: 12rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }
  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-sm-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-sm-125 {
    padding: 12.5rem !important;
  }
  .pl-sm-125 {
    padding-left: 12.5rem !important;
  }
  .pr-sm-125 {
    padding-right: 12.5rem !important;
  }
  .pt-sm-125 {
    padding-top: 12.5rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-sm-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-sm-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-sm-130 {
    padding: 13rem !important;
  }
  .pl-sm-130 {
    padding-left: 13rem !important;
  }
  .pr-sm-130 {
    padding-right: 13rem !important;
  }
  .pt-sm-130 {
    padding-top: 13rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 13rem !important;
  }
  .py-sm-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-sm-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-sm-135 {
    padding: 13.5rem !important;
  }
  .pl-sm-135 {
    padding-left: 13.5rem !important;
  }
  .pr-sm-135 {
    padding-right: 13.5rem !important;
  }
  .pt-sm-135 {
    padding-top: 13.5rem !important;
  }
  .pb-sm-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-sm-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-sm-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-sm-140 {
    padding: 14rem !important;
  }
  .pl-sm-140 {
    padding-left: 14rem !important;
  }
  .pr-sm-140 {
    padding-right: 14rem !important;
  }
  .pt-sm-140 {
    padding-top: 14rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 14rem !important;
  }
  .py-sm-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-sm-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-sm-145 {
    padding: 14.5rem !important;
  }
  .pl-sm-145 {
    padding-left: 14.5rem !important;
  }
  .pr-sm-145 {
    padding-right: 14.5rem !important;
  }
  .pt-sm-145 {
    padding-top: 14.5rem !important;
  }
  .pb-sm-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-sm-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-sm-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-sm-150 {
    padding: 15rem !important;
  }
  .pl-sm-150 {
    padding-left: 15rem !important;
  }
  .pr-sm-150 {
    padding-right: 15rem !important;
  }
  .pt-sm-150 {
    padding-top: 15rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 15rem !important;
  }
  .py-sm-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-sm-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-sm-155 {
    padding: 15.5rem !important;
  }
  .pl-sm-155 {
    padding-left: 15.5rem !important;
  }
  .pr-sm-155 {
    padding-right: 15.5rem !important;
  }
  .pt-sm-155 {
    padding-top: 15.5rem !important;
  }
  .pb-sm-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-sm-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-sm-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-sm-160 {
    padding: 16rem !important;
  }
  .pl-sm-160 {
    padding-left: 16rem !important;
  }
  .pr-sm-160 {
    padding-right: 16rem !important;
  }
  .pt-sm-160 {
    padding-top: 16rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 16rem !important;
  }
  .py-sm-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-sm-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-sm-165 {
    padding: 16.5rem !important;
  }
  .pl-sm-165 {
    padding-left: 16.5rem !important;
  }
  .pr-sm-165 {
    padding-right: 16.5rem !important;
  }
  .pt-sm-165 {
    padding-top: 16.5rem !important;
  }
  .pb-sm-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-sm-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-sm-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-sm-170 {
    padding: 17rem !important;
  }
  .pl-sm-170 {
    padding-left: 17rem !important;
  }
  .pr-sm-170 {
    padding-right: 17rem !important;
  }
  .pt-sm-170 {
    padding-top: 17rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 17rem !important;
  }
  .py-sm-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-sm-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-sm-175 {
    padding: 17.5rem !important;
  }
  .pl-sm-175 {
    padding-left: 17.5rem !important;
  }
  .pr-sm-175 {
    padding-right: 17.5rem !important;
  }
  .pt-sm-175 {
    padding-top: 17.5rem !important;
  }
  .pb-sm-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-sm-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-sm-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-sm-180 {
    padding: 18rem !important;
  }
  .pl-sm-180 {
    padding-left: 18rem !important;
  }
  .pr-sm-180 {
    padding-right: 18rem !important;
  }
  .pt-sm-180 {
    padding-top: 18rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 18rem !important;
  }
  .py-sm-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-sm-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-sm-185 {
    padding: 18.5rem !important;
  }
  .pl-sm-185 {
    padding-left: 18.5rem !important;
  }
  .pr-sm-185 {
    padding-right: 18.5rem !important;
  }
  .pt-sm-185 {
    padding-top: 18.5rem !important;
  }
  .pb-sm-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-sm-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-sm-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-sm-190 {
    padding: 19rem !important;
  }
  .pl-sm-190 {
    padding-left: 19rem !important;
  }
  .pr-sm-190 {
    padding-right: 19rem !important;
  }
  .pt-sm-190 {
    padding-top: 19rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 19rem !important;
  }
  .py-sm-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-sm-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-sm-195 {
    padding: 19.5rem !important;
  }
  .pl-sm-195 {
    padding-left: 19.5rem !important;
  }
  .pr-sm-195 {
    padding-right: 19.5rem !important;
  }
  .pt-sm-195 {
    padding-top: 19.5rem !important;
  }
  .pb-sm-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-sm-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-sm-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-sm-200 {
    padding: 20rem !important;
  }
  .pl-sm-200 {
    padding-left: 20rem !important;
  }
  .pr-sm-200 {
    padding-right: 20rem !important;
  }
  .pt-sm-200 {
    padding-top: 20rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 20rem !important;
  }
  .py-sm-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-sm-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-sm-205 {
    padding: 20.5rem !important;
  }
  .pl-sm-205 {
    padding-left: 20.5rem !important;
  }
  .pr-sm-205 {
    padding-right: 20.5rem !important;
  }
  .pt-sm-205 {
    padding-top: 20.5rem !important;
  }
  .pb-sm-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-sm-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-sm-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-sm-210 {
    padding: 21rem !important;
  }
  .pl-sm-210 {
    padding-left: 21rem !important;
  }
  .pr-sm-210 {
    padding-right: 21rem !important;
  }
  .pt-sm-210 {
    padding-top: 21rem !important;
  }
  .pb-sm-210 {
    padding-bottom: 21rem !important;
  }
  .py-sm-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-sm-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-sm-215 {
    padding: 21.5rem !important;
  }
  .pl-sm-215 {
    padding-left: 21.5rem !important;
  }
  .pr-sm-215 {
    padding-right: 21.5rem !important;
  }
  .pt-sm-215 {
    padding-top: 21.5rem !important;
  }
  .pb-sm-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-sm-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-sm-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-sm-220 {
    padding: 22rem !important;
  }
  .pl-sm-220 {
    padding-left: 22rem !important;
  }
  .pr-sm-220 {
    padding-right: 22rem !important;
  }
  .pt-sm-220 {
    padding-top: 22rem !important;
  }
  .pb-sm-220 {
    padding-bottom: 22rem !important;
  }
  .py-sm-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-sm-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-sm-225 {
    padding: 22.5rem !important;
  }
  .pl-sm-225 {
    padding-left: 22.5rem !important;
  }
  .pr-sm-225 {
    padding-right: 22.5rem !important;
  }
  .pt-sm-225 {
    padding-top: 22.5rem !important;
  }
  .pb-sm-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-sm-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-sm-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-sm-230 {
    padding: 23rem !important;
  }
  .pl-sm-230 {
    padding-left: 23rem !important;
  }
  .pr-sm-230 {
    padding-right: 23rem !important;
  }
  .pt-sm-230 {
    padding-top: 23rem !important;
  }
  .pb-sm-230 {
    padding-bottom: 23rem !important;
  }
  .py-sm-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-sm-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-sm-235 {
    padding: 23.5rem !important;
  }
  .pl-sm-235 {
    padding-left: 23.5rem !important;
  }
  .pr-sm-235 {
    padding-right: 23.5rem !important;
  }
  .pt-sm-235 {
    padding-top: 23.5rem !important;
  }
  .pb-sm-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-sm-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-sm-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-sm-240 {
    padding: 24rem !important;
  }
  .pl-sm-240 {
    padding-left: 24rem !important;
  }
  .pr-sm-240 {
    padding-right: 24rem !important;
  }
  .pt-sm-240 {
    padding-top: 24rem !important;
  }
  .pb-sm-240 {
    padding-bottom: 24rem !important;
  }
  .py-sm-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-sm-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-sm-245 {
    padding: 24.5rem !important;
  }
  .pl-sm-245 {
    padding-left: 24.5rem !important;
  }
  .pr-sm-245 {
    padding-right: 24.5rem !important;
  }
  .pt-sm-245 {
    padding-top: 24.5rem !important;
  }
  .pb-sm-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-sm-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-sm-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-sm-250 {
    padding: 25rem !important;
  }
  .pl-sm-250 {
    padding-left: 25rem !important;
  }
  .pr-sm-250 {
    padding-right: 25rem !important;
  }
  .pt-sm-250 {
    padding-top: 25rem !important;
  }
  .pb-sm-250 {
    padding-bottom: 25rem !important;
  }
  .py-sm-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-sm-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-sm-255 {
    padding: 25.5rem !important;
  }
  .pl-sm-255 {
    padding-left: 25.5rem !important;
  }
  .pr-sm-255 {
    padding-right: 25.5rem !important;
  }
  .pt-sm-255 {
    padding-top: 25.5rem !important;
  }
  .pb-sm-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-sm-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-sm-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-sm-260 {
    padding: 26rem !important;
  }
  .pl-sm-260 {
    padding-left: 26rem !important;
  }
  .pr-sm-260 {
    padding-right: 26rem !important;
  }
  .pt-sm-260 {
    padding-top: 26rem !important;
  }
  .pb-sm-260 {
    padding-bottom: 26rem !important;
  }
  .py-sm-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-sm-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-sm-265 {
    padding: 26.5rem !important;
  }
  .pl-sm-265 {
    padding-left: 26.5rem !important;
  }
  .pr-sm-265 {
    padding-right: 26.5rem !important;
  }
  .pt-sm-265 {
    padding-top: 26.5rem !important;
  }
  .pb-sm-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-sm-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-sm-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-sm-270 {
    padding: 27rem !important;
  }
  .pl-sm-270 {
    padding-left: 27rem !important;
  }
  .pr-sm-270 {
    padding-right: 27rem !important;
  }
  .pt-sm-270 {
    padding-top: 27rem !important;
  }
  .pb-sm-270 {
    padding-bottom: 27rem !important;
  }
  .py-sm-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-sm-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-sm-275 {
    padding: 27.5rem !important;
  }
  .pl-sm-275 {
    padding-left: 27.5rem !important;
  }
  .pr-sm-275 {
    padding-right: 27.5rem !important;
  }
  .pt-sm-275 {
    padding-top: 27.5rem !important;
  }
  .pb-sm-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-sm-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-sm-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-sm-280 {
    padding: 28rem !important;
  }
  .pl-sm-280 {
    padding-left: 28rem !important;
  }
  .pr-sm-280 {
    padding-right: 28rem !important;
  }
  .pt-sm-280 {
    padding-top: 28rem !important;
  }
  .pb-sm-280 {
    padding-bottom: 28rem !important;
  }
  .py-sm-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-sm-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-sm-285 {
    padding: 28.5rem !important;
  }
  .pl-sm-285 {
    padding-left: 28.5rem !important;
  }
  .pr-sm-285 {
    padding-right: 28.5rem !important;
  }
  .pt-sm-285 {
    padding-top: 28.5rem !important;
  }
  .pb-sm-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-sm-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-sm-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-sm-290 {
    padding: 29rem !important;
  }
  .pl-sm-290 {
    padding-left: 29rem !important;
  }
  .pr-sm-290 {
    padding-right: 29rem !important;
  }
  .pt-sm-290 {
    padding-top: 29rem !important;
  }
  .pb-sm-290 {
    padding-bottom: 29rem !important;
  }
  .py-sm-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-sm-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-sm-295 {
    padding: 29.5rem !important;
  }
  .pl-sm-295 {
    padding-left: 29.5rem !important;
  }
  .pr-sm-295 {
    padding-right: 29.5rem !important;
  }
  .pt-sm-295 {
    padding-top: 29.5rem !important;
  }
  .pb-sm-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-sm-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-sm-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-sm-300 {
    padding: 30rem !important;
  }
  .pl-sm-300 {
    padding-left: 30rem !important;
  }
  .pr-sm-300 {
    padding-right: 30rem !important;
  }
  .pt-sm-300 {
    padding-top: 30rem !important;
  }
  .pb-sm-300 {
    padding-bottom: 30rem !important;
  }
  .py-sm-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-sm-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-sm-335 {
    padding: 33.5rem !important;
  }
  .pl-sm-335 {
    padding-left: 33.5rem !important;
  }
  .pr-sm-335 {
    padding-right: 33.5rem !important;
  }
  .pt-sm-335 {
    padding-top: 33.5rem !important;
  }
  .pb-sm-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-sm-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-sm-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .p-md-auto {
    padding: auto !important;
  }
  .pl-md-auto {
    padding-left: auto !important;
  }
  .pr-md-auto {
    padding-right: auto !important;
  }
  .pt-md-auto {
    padding-top: auto !important;
  }
  .pb-md-auto {
    padding-bottom: auto !important;
  }
  .py-md-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-md-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-md-header {
    padding: var(--header-height) !important;
  }
  .pl-md-header {
    padding-left: var(--header-height) !important;
  }
  .pr-md-header {
    padding-right: var(--header-height) !important;
  }
  .pt-md-header {
    padding-top: var(--header-height) !important;
  }
  .pb-md-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-md-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-md-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-md-padding {
    padding: var(--padding) !important;
  }
  .pl-md-padding {
    padding-left: var(--padding) !important;
  }
  .pr-md-padding {
    padding-right: var(--padding) !important;
  }
  .pt-md-padding {
    padding-top: var(--padding) !important;
  }
  .pb-md-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-md-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-md-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-md-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-md-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-md-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-md-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-md-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-md-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-md-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-md-0 {
    padding: 0rem !important;
  }
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-md-1 {
    padding: .1rem !important;
  }
  .pl-md-1 {
    padding-left: .1rem !important;
  }
  .pr-md-1 {
    padding-right: .1rem !important;
  }
  .pt-md-1 {
    padding-top: .1rem !important;
  }
  .pb-md-1 {
    padding-bottom: .1rem !important;
  }
  .py-md-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-md-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-md-2 {
    padding: .2rem !important;
  }
  .pl-md-2 {
    padding-left: .2rem !important;
  }
  .pr-md-2 {
    padding-right: .2rem !important;
  }
  .pt-md-2 {
    padding-top: .2rem !important;
  }
  .pb-md-2 {
    padding-bottom: .2rem !important;
  }
  .py-md-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-md-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-md-3 {
    padding: .3rem !important;
  }
  .pl-md-3 {
    padding-left: .3rem !important;
  }
  .pr-md-3 {
    padding-right: .3rem !important;
  }
  .pt-md-3 {
    padding-top: .3rem !important;
  }
  .pb-md-3 {
    padding-bottom: .3rem !important;
  }
  .py-md-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-md-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-md-4 {
    padding: .4rem !important;
  }
  .pl-md-4 {
    padding-left: .4rem !important;
  }
  .pr-md-4 {
    padding-right: .4rem !important;
  }
  .pt-md-4 {
    padding-top: .4rem !important;
  }
  .pb-md-4 {
    padding-bottom: .4rem !important;
  }
  .py-md-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-md-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-md-5 {
    padding: .5rem !important;
  }
  .pl-md-5 {
    padding-left: .5rem !important;
  }
  .pr-md-5 {
    padding-right: .5rem !important;
  }
  .pt-md-5 {
    padding-top: .5rem !important;
  }
  .pb-md-5 {
    padding-bottom: .5rem !important;
  }
  .py-md-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-md-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pl-md-10 {
    padding-left: 1rem !important;
  }
  .pr-md-10 {
    padding-right: 1rem !important;
  }
  .pt-md-10 {
    padding-top: 1rem !important;
  }
  .pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-md-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-md-15 {
    padding: 1.5rem !important;
  }
  .pl-md-15 {
    padding-left: 1.5rem !important;
  }
  .pr-md-15 {
    padding-right: 1.5rem !important;
  }
  .pt-md-15 {
    padding-top: 1.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-md-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-md-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pl-md-20 {
    padding-left: 2rem !important;
  }
  .pr-md-20 {
    padding-right: 2rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-md-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-md-25 {
    padding: 2.5rem !important;
  }
  .pl-md-25 {
    padding-left: 2.5rem !important;
  }
  .pr-md-25 {
    padding-right: 2.5rem !important;
  }
  .pt-md-25 {
    padding-top: 2.5rem !important;
  }
  .pb-md-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-md-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-md-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pl-md-30 {
    padding-left: 3rem !important;
  }
  .pr-md-30 {
    padding-right: 3rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-md-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-md-35 {
    padding: 3.5rem !important;
  }
  .pl-md-35 {
    padding-left: 3.5rem !important;
  }
  .pr-md-35 {
    padding-right: 3.5rem !important;
  }
  .pt-md-35 {
    padding-top: 3.5rem !important;
  }
  .pb-md-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-md-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-md-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pl-md-40 {
    padding-left: 4rem !important;
  }
  .pr-md-40 {
    padding-right: 4rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-md-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-md-45 {
    padding: 4.5rem !important;
  }
  .pl-md-45 {
    padding-left: 4.5rem !important;
  }
  .pr-md-45 {
    padding-right: 4.5rem !important;
  }
  .pt-md-45 {
    padding-top: 4.5rem !important;
  }
  .pb-md-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-md-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-md-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pl-md-50 {
    padding-left: 5rem !important;
  }
  .pr-md-50 {
    padding-right: 5rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-md-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-md-55 {
    padding: 5.5rem !important;
  }
  .pl-md-55 {
    padding-left: 5.5rem !important;
  }
  .pr-md-55 {
    padding-right: 5.5rem !important;
  }
  .pt-md-55 {
    padding-top: 5.5rem !important;
  }
  .pb-md-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-md-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-md-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .pl-md-60 {
    padding-left: 6rem !important;
  }
  .pr-md-60 {
    padding-right: 6rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-md-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-md-65 {
    padding: 6.5rem !important;
  }
  .pl-md-65 {
    padding-left: 6.5rem !important;
  }
  .pr-md-65 {
    padding-right: 6.5rem !important;
  }
  .pt-md-65 {
    padding-top: 6.5rem !important;
  }
  .pb-md-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-md-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-md-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .pl-md-70 {
    padding-left: 7rem !important;
  }
  .pr-md-70 {
    padding-right: 7rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-md-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-md-75 {
    padding: 7.5rem !important;
  }
  .pl-md-75 {
    padding-left: 7.5rem !important;
  }
  .pr-md-75 {
    padding-right: 7.5rem !important;
  }
  .pt-md-75 {
    padding-top: 7.5rem !important;
  }
  .pb-md-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-md-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-md-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .pl-md-80 {
    padding-left: 8rem !important;
  }
  .pr-md-80 {
    padding-right: 8rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-md-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-md-85 {
    padding: 8.5rem !important;
  }
  .pl-md-85 {
    padding-left: 8.5rem !important;
  }
  .pr-md-85 {
    padding-right: 8.5rem !important;
  }
  .pt-md-85 {
    padding-top: 8.5rem !important;
  }
  .pb-md-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-md-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-md-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .pl-md-90 {
    padding-left: 9rem !important;
  }
  .pr-md-90 {
    padding-right: 9rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-md-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-md-95 {
    padding: 9.5rem !important;
  }
  .pl-md-95 {
    padding-left: 9.5rem !important;
  }
  .pr-md-95 {
    padding-right: 9.5rem !important;
  }
  .pt-md-95 {
    padding-top: 9.5rem !important;
  }
  .pb-md-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-md-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-md-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .pl-md-100 {
    padding-left: 10rem !important;
  }
  .pr-md-100 {
    padding-right: 10rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-md-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-md-105 {
    padding: 10.5rem !important;
  }
  .pl-md-105 {
    padding-left: 10.5rem !important;
  }
  .pr-md-105 {
    padding-right: 10.5rem !important;
  }
  .pt-md-105 {
    padding-top: 10.5rem !important;
  }
  .pb-md-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-md-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-md-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .pl-md-110 {
    padding-left: 11rem !important;
  }
  .pr-md-110 {
    padding-right: 11rem !important;
  }
  .pt-md-110 {
    padding-top: 11rem !important;
  }
  .pb-md-110 {
    padding-bottom: 11rem !important;
  }
  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-md-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-md-115 {
    padding: 11.5rem !important;
  }
  .pl-md-115 {
    padding-left: 11.5rem !important;
  }
  .pr-md-115 {
    padding-right: 11.5rem !important;
  }
  .pt-md-115 {
    padding-top: 11.5rem !important;
  }
  .pb-md-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-md-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-md-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .pl-md-120 {
    padding-left: 12rem !important;
  }
  .pr-md-120 {
    padding-right: 12rem !important;
  }
  .pt-md-120 {
    padding-top: 12rem !important;
  }
  .pb-md-120 {
    padding-bottom: 12rem !important;
  }
  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-md-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-md-125 {
    padding: 12.5rem !important;
  }
  .pl-md-125 {
    padding-left: 12.5rem !important;
  }
  .pr-md-125 {
    padding-right: 12.5rem !important;
  }
  .pt-md-125 {
    padding-top: 12.5rem !important;
  }
  .pb-md-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-md-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-md-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-md-130 {
    padding: 13rem !important;
  }
  .pl-md-130 {
    padding-left: 13rem !important;
  }
  .pr-md-130 {
    padding-right: 13rem !important;
  }
  .pt-md-130 {
    padding-top: 13rem !important;
  }
  .pb-md-130 {
    padding-bottom: 13rem !important;
  }
  .py-md-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-md-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-md-135 {
    padding: 13.5rem !important;
  }
  .pl-md-135 {
    padding-left: 13.5rem !important;
  }
  .pr-md-135 {
    padding-right: 13.5rem !important;
  }
  .pt-md-135 {
    padding-top: 13.5rem !important;
  }
  .pb-md-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-md-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-md-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-md-140 {
    padding: 14rem !important;
  }
  .pl-md-140 {
    padding-left: 14rem !important;
  }
  .pr-md-140 {
    padding-right: 14rem !important;
  }
  .pt-md-140 {
    padding-top: 14rem !important;
  }
  .pb-md-140 {
    padding-bottom: 14rem !important;
  }
  .py-md-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-md-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-md-145 {
    padding: 14.5rem !important;
  }
  .pl-md-145 {
    padding-left: 14.5rem !important;
  }
  .pr-md-145 {
    padding-right: 14.5rem !important;
  }
  .pt-md-145 {
    padding-top: 14.5rem !important;
  }
  .pb-md-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-md-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-md-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-md-150 {
    padding: 15rem !important;
  }
  .pl-md-150 {
    padding-left: 15rem !important;
  }
  .pr-md-150 {
    padding-right: 15rem !important;
  }
  .pt-md-150 {
    padding-top: 15rem !important;
  }
  .pb-md-150 {
    padding-bottom: 15rem !important;
  }
  .py-md-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-md-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-md-155 {
    padding: 15.5rem !important;
  }
  .pl-md-155 {
    padding-left: 15.5rem !important;
  }
  .pr-md-155 {
    padding-right: 15.5rem !important;
  }
  .pt-md-155 {
    padding-top: 15.5rem !important;
  }
  .pb-md-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-md-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-md-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-md-160 {
    padding: 16rem !important;
  }
  .pl-md-160 {
    padding-left: 16rem !important;
  }
  .pr-md-160 {
    padding-right: 16rem !important;
  }
  .pt-md-160 {
    padding-top: 16rem !important;
  }
  .pb-md-160 {
    padding-bottom: 16rem !important;
  }
  .py-md-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-md-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-md-165 {
    padding: 16.5rem !important;
  }
  .pl-md-165 {
    padding-left: 16.5rem !important;
  }
  .pr-md-165 {
    padding-right: 16.5rem !important;
  }
  .pt-md-165 {
    padding-top: 16.5rem !important;
  }
  .pb-md-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-md-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-md-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-md-170 {
    padding: 17rem !important;
  }
  .pl-md-170 {
    padding-left: 17rem !important;
  }
  .pr-md-170 {
    padding-right: 17rem !important;
  }
  .pt-md-170 {
    padding-top: 17rem !important;
  }
  .pb-md-170 {
    padding-bottom: 17rem !important;
  }
  .py-md-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-md-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-md-175 {
    padding: 17.5rem !important;
  }
  .pl-md-175 {
    padding-left: 17.5rem !important;
  }
  .pr-md-175 {
    padding-right: 17.5rem !important;
  }
  .pt-md-175 {
    padding-top: 17.5rem !important;
  }
  .pb-md-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-md-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-md-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-md-180 {
    padding: 18rem !important;
  }
  .pl-md-180 {
    padding-left: 18rem !important;
  }
  .pr-md-180 {
    padding-right: 18rem !important;
  }
  .pt-md-180 {
    padding-top: 18rem !important;
  }
  .pb-md-180 {
    padding-bottom: 18rem !important;
  }
  .py-md-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-md-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-md-185 {
    padding: 18.5rem !important;
  }
  .pl-md-185 {
    padding-left: 18.5rem !important;
  }
  .pr-md-185 {
    padding-right: 18.5rem !important;
  }
  .pt-md-185 {
    padding-top: 18.5rem !important;
  }
  .pb-md-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-md-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-md-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-md-190 {
    padding: 19rem !important;
  }
  .pl-md-190 {
    padding-left: 19rem !important;
  }
  .pr-md-190 {
    padding-right: 19rem !important;
  }
  .pt-md-190 {
    padding-top: 19rem !important;
  }
  .pb-md-190 {
    padding-bottom: 19rem !important;
  }
  .py-md-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-md-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-md-195 {
    padding: 19.5rem !important;
  }
  .pl-md-195 {
    padding-left: 19.5rem !important;
  }
  .pr-md-195 {
    padding-right: 19.5rem !important;
  }
  .pt-md-195 {
    padding-top: 19.5rem !important;
  }
  .pb-md-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-md-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-md-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-md-200 {
    padding: 20rem !important;
  }
  .pl-md-200 {
    padding-left: 20rem !important;
  }
  .pr-md-200 {
    padding-right: 20rem !important;
  }
  .pt-md-200 {
    padding-top: 20rem !important;
  }
  .pb-md-200 {
    padding-bottom: 20rem !important;
  }
  .py-md-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-md-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-md-205 {
    padding: 20.5rem !important;
  }
  .pl-md-205 {
    padding-left: 20.5rem !important;
  }
  .pr-md-205 {
    padding-right: 20.5rem !important;
  }
  .pt-md-205 {
    padding-top: 20.5rem !important;
  }
  .pb-md-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-md-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-md-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-md-210 {
    padding: 21rem !important;
  }
  .pl-md-210 {
    padding-left: 21rem !important;
  }
  .pr-md-210 {
    padding-right: 21rem !important;
  }
  .pt-md-210 {
    padding-top: 21rem !important;
  }
  .pb-md-210 {
    padding-bottom: 21rem !important;
  }
  .py-md-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-md-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-md-215 {
    padding: 21.5rem !important;
  }
  .pl-md-215 {
    padding-left: 21.5rem !important;
  }
  .pr-md-215 {
    padding-right: 21.5rem !important;
  }
  .pt-md-215 {
    padding-top: 21.5rem !important;
  }
  .pb-md-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-md-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-md-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-md-220 {
    padding: 22rem !important;
  }
  .pl-md-220 {
    padding-left: 22rem !important;
  }
  .pr-md-220 {
    padding-right: 22rem !important;
  }
  .pt-md-220 {
    padding-top: 22rem !important;
  }
  .pb-md-220 {
    padding-bottom: 22rem !important;
  }
  .py-md-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-md-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-md-225 {
    padding: 22.5rem !important;
  }
  .pl-md-225 {
    padding-left: 22.5rem !important;
  }
  .pr-md-225 {
    padding-right: 22.5rem !important;
  }
  .pt-md-225 {
    padding-top: 22.5rem !important;
  }
  .pb-md-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-md-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-md-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-md-230 {
    padding: 23rem !important;
  }
  .pl-md-230 {
    padding-left: 23rem !important;
  }
  .pr-md-230 {
    padding-right: 23rem !important;
  }
  .pt-md-230 {
    padding-top: 23rem !important;
  }
  .pb-md-230 {
    padding-bottom: 23rem !important;
  }
  .py-md-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-md-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-md-235 {
    padding: 23.5rem !important;
  }
  .pl-md-235 {
    padding-left: 23.5rem !important;
  }
  .pr-md-235 {
    padding-right: 23.5rem !important;
  }
  .pt-md-235 {
    padding-top: 23.5rem !important;
  }
  .pb-md-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-md-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-md-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-md-240 {
    padding: 24rem !important;
  }
  .pl-md-240 {
    padding-left: 24rem !important;
  }
  .pr-md-240 {
    padding-right: 24rem !important;
  }
  .pt-md-240 {
    padding-top: 24rem !important;
  }
  .pb-md-240 {
    padding-bottom: 24rem !important;
  }
  .py-md-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-md-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-md-245 {
    padding: 24.5rem !important;
  }
  .pl-md-245 {
    padding-left: 24.5rem !important;
  }
  .pr-md-245 {
    padding-right: 24.5rem !important;
  }
  .pt-md-245 {
    padding-top: 24.5rem !important;
  }
  .pb-md-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-md-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-md-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-md-250 {
    padding: 25rem !important;
  }
  .pl-md-250 {
    padding-left: 25rem !important;
  }
  .pr-md-250 {
    padding-right: 25rem !important;
  }
  .pt-md-250 {
    padding-top: 25rem !important;
  }
  .pb-md-250 {
    padding-bottom: 25rem !important;
  }
  .py-md-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-md-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-md-255 {
    padding: 25.5rem !important;
  }
  .pl-md-255 {
    padding-left: 25.5rem !important;
  }
  .pr-md-255 {
    padding-right: 25.5rem !important;
  }
  .pt-md-255 {
    padding-top: 25.5rem !important;
  }
  .pb-md-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-md-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-md-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-md-260 {
    padding: 26rem !important;
  }
  .pl-md-260 {
    padding-left: 26rem !important;
  }
  .pr-md-260 {
    padding-right: 26rem !important;
  }
  .pt-md-260 {
    padding-top: 26rem !important;
  }
  .pb-md-260 {
    padding-bottom: 26rem !important;
  }
  .py-md-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-md-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-md-265 {
    padding: 26.5rem !important;
  }
  .pl-md-265 {
    padding-left: 26.5rem !important;
  }
  .pr-md-265 {
    padding-right: 26.5rem !important;
  }
  .pt-md-265 {
    padding-top: 26.5rem !important;
  }
  .pb-md-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-md-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-md-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-md-270 {
    padding: 27rem !important;
  }
  .pl-md-270 {
    padding-left: 27rem !important;
  }
  .pr-md-270 {
    padding-right: 27rem !important;
  }
  .pt-md-270 {
    padding-top: 27rem !important;
  }
  .pb-md-270 {
    padding-bottom: 27rem !important;
  }
  .py-md-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-md-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-md-275 {
    padding: 27.5rem !important;
  }
  .pl-md-275 {
    padding-left: 27.5rem !important;
  }
  .pr-md-275 {
    padding-right: 27.5rem !important;
  }
  .pt-md-275 {
    padding-top: 27.5rem !important;
  }
  .pb-md-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-md-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-md-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-md-280 {
    padding: 28rem !important;
  }
  .pl-md-280 {
    padding-left: 28rem !important;
  }
  .pr-md-280 {
    padding-right: 28rem !important;
  }
  .pt-md-280 {
    padding-top: 28rem !important;
  }
  .pb-md-280 {
    padding-bottom: 28rem !important;
  }
  .py-md-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-md-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-md-285 {
    padding: 28.5rem !important;
  }
  .pl-md-285 {
    padding-left: 28.5rem !important;
  }
  .pr-md-285 {
    padding-right: 28.5rem !important;
  }
  .pt-md-285 {
    padding-top: 28.5rem !important;
  }
  .pb-md-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-md-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-md-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-md-290 {
    padding: 29rem !important;
  }
  .pl-md-290 {
    padding-left: 29rem !important;
  }
  .pr-md-290 {
    padding-right: 29rem !important;
  }
  .pt-md-290 {
    padding-top: 29rem !important;
  }
  .pb-md-290 {
    padding-bottom: 29rem !important;
  }
  .py-md-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-md-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-md-295 {
    padding: 29.5rem !important;
  }
  .pl-md-295 {
    padding-left: 29.5rem !important;
  }
  .pr-md-295 {
    padding-right: 29.5rem !important;
  }
  .pt-md-295 {
    padding-top: 29.5rem !important;
  }
  .pb-md-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-md-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-md-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-md-300 {
    padding: 30rem !important;
  }
  .pl-md-300 {
    padding-left: 30rem !important;
  }
  .pr-md-300 {
    padding-right: 30rem !important;
  }
  .pt-md-300 {
    padding-top: 30rem !important;
  }
  .pb-md-300 {
    padding-bottom: 30rem !important;
  }
  .py-md-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-md-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-md-335 {
    padding: 33.5rem !important;
  }
  .pl-md-335 {
    padding-left: 33.5rem !important;
  }
  .pr-md-335 {
    padding-right: 33.5rem !important;
  }
  .pt-md-335 {
    padding-top: 33.5rem !important;
  }
  .pb-md-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-md-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-md-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 1025.1px) {
  .p-lg-auto {
    padding: auto !important;
  }
  .pl-lg-auto {
    padding-left: auto !important;
  }
  .pr-lg-auto {
    padding-right: auto !important;
  }
  .pt-lg-auto {
    padding-top: auto !important;
  }
  .pb-lg-auto {
    padding-bottom: auto !important;
  }
  .py-lg-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-lg-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-lg-header {
    padding: var(--header-height) !important;
  }
  .pl-lg-header {
    padding-left: var(--header-height) !important;
  }
  .pr-lg-header {
    padding-right: var(--header-height) !important;
  }
  .pt-lg-header {
    padding-top: var(--header-height) !important;
  }
  .pb-lg-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-lg-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-lg-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-lg-padding {
    padding: var(--padding) !important;
  }
  .pl-lg-padding {
    padding-left: var(--padding) !important;
  }
  .pr-lg-padding {
    padding-right: var(--padding) !important;
  }
  .pt-lg-padding {
    padding-top: var(--padding) !important;
  }
  .pb-lg-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-lg-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-lg-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-lg-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-lg-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-lg-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-lg-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-lg-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-lg-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-lg-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-lg-0 {
    padding: 0rem !important;
  }
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-lg-1 {
    padding: .1rem !important;
  }
  .pl-lg-1 {
    padding-left: .1rem !important;
  }
  .pr-lg-1 {
    padding-right: .1rem !important;
  }
  .pt-lg-1 {
    padding-top: .1rem !important;
  }
  .pb-lg-1 {
    padding-bottom: .1rem !important;
  }
  .py-lg-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-lg-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-lg-2 {
    padding: .2rem !important;
  }
  .pl-lg-2 {
    padding-left: .2rem !important;
  }
  .pr-lg-2 {
    padding-right: .2rem !important;
  }
  .pt-lg-2 {
    padding-top: .2rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .2rem !important;
  }
  .py-lg-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-lg-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-lg-3 {
    padding: .3rem !important;
  }
  .pl-lg-3 {
    padding-left: .3rem !important;
  }
  .pr-lg-3 {
    padding-right: .3rem !important;
  }
  .pt-lg-3 {
    padding-top: .3rem !important;
  }
  .pb-lg-3 {
    padding-bottom: .3rem !important;
  }
  .py-lg-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-lg-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-lg-4 {
    padding: .4rem !important;
  }
  .pl-lg-4 {
    padding-left: .4rem !important;
  }
  .pr-lg-4 {
    padding-right: .4rem !important;
  }
  .pt-lg-4 {
    padding-top: .4rem !important;
  }
  .pb-lg-4 {
    padding-bottom: .4rem !important;
  }
  .py-lg-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-lg-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-lg-5 {
    padding: .5rem !important;
  }
  .pl-lg-5 {
    padding-left: .5rem !important;
  }
  .pr-lg-5 {
    padding-right: .5rem !important;
  }
  .pt-lg-5 {
    padding-top: .5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: .5rem !important;
  }
  .py-lg-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-lg-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pl-lg-10 {
    padding-left: 1rem !important;
  }
  .pr-lg-10 {
    padding-right: 1rem !important;
  }
  .pt-lg-10 {
    padding-top: 1rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-lg-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-lg-15 {
    padding: 1.5rem !important;
  }
  .pl-lg-15 {
    padding-left: 1.5rem !important;
  }
  .pr-lg-15 {
    padding-right: 1.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 1.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-lg-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-lg-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pl-lg-20 {
    padding-left: 2rem !important;
  }
  .pr-lg-20 {
    padding-right: 2rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-lg-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-lg-25 {
    padding: 2.5rem !important;
  }
  .pl-lg-25 {
    padding-left: 2.5rem !important;
  }
  .pr-lg-25 {
    padding-right: 2.5rem !important;
  }
  .pt-lg-25 {
    padding-top: 2.5rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-lg-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-lg-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pl-lg-30 {
    padding-left: 3rem !important;
  }
  .pr-lg-30 {
    padding-right: 3rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-lg-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-lg-35 {
    padding: 3.5rem !important;
  }
  .pl-lg-35 {
    padding-left: 3.5rem !important;
  }
  .pr-lg-35 {
    padding-right: 3.5rem !important;
  }
  .pt-lg-35 {
    padding-top: 3.5rem !important;
  }
  .pb-lg-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-lg-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-lg-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pl-lg-40 {
    padding-left: 4rem !important;
  }
  .pr-lg-40 {
    padding-right: 4rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-lg-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-lg-45 {
    padding: 4.5rem !important;
  }
  .pl-lg-45 {
    padding-left: 4.5rem !important;
  }
  .pr-lg-45 {
    padding-right: 4.5rem !important;
  }
  .pt-lg-45 {
    padding-top: 4.5rem !important;
  }
  .pb-lg-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-lg-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-lg-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pl-lg-50 {
    padding-left: 5rem !important;
  }
  .pr-lg-50 {
    padding-right: 5rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-lg-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-lg-55 {
    padding: 5.5rem !important;
  }
  .pl-lg-55 {
    padding-left: 5.5rem !important;
  }
  .pr-lg-55 {
    padding-right: 5.5rem !important;
  }
  .pt-lg-55 {
    padding-top: 5.5rem !important;
  }
  .pb-lg-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-lg-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-lg-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .pl-lg-60 {
    padding-left: 6rem !important;
  }
  .pr-lg-60 {
    padding-right: 6rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-lg-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-lg-65 {
    padding: 6.5rem !important;
  }
  .pl-lg-65 {
    padding-left: 6.5rem !important;
  }
  .pr-lg-65 {
    padding-right: 6.5rem !important;
  }
  .pt-lg-65 {
    padding-top: 6.5rem !important;
  }
  .pb-lg-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-lg-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-lg-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .pl-lg-70 {
    padding-left: 7rem !important;
  }
  .pr-lg-70 {
    padding-right: 7rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-lg-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-lg-75 {
    padding: 7.5rem !important;
  }
  .pl-lg-75 {
    padding-left: 7.5rem !important;
  }
  .pr-lg-75 {
    padding-right: 7.5rem !important;
  }
  .pt-lg-75 {
    padding-top: 7.5rem !important;
  }
  .pb-lg-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-lg-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .pl-lg-80 {
    padding-left: 8rem !important;
  }
  .pr-lg-80 {
    padding-right: 8rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-lg-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-lg-85 {
    padding: 8.5rem !important;
  }
  .pl-lg-85 {
    padding-left: 8.5rem !important;
  }
  .pr-lg-85 {
    padding-right: 8.5rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pb-lg-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-lg-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-lg-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .pl-lg-90 {
    padding-left: 9rem !important;
  }
  .pr-lg-90 {
    padding-right: 9rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-lg-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-lg-95 {
    padding: 9.5rem !important;
  }
  .pl-lg-95 {
    padding-left: 9.5rem !important;
  }
  .pr-lg-95 {
    padding-right: 9.5rem !important;
  }
  .pt-lg-95 {
    padding-top: 9.5rem !important;
  }
  .pb-lg-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-lg-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-lg-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .pl-lg-100 {
    padding-left: 10rem !important;
  }
  .pr-lg-100 {
    padding-right: 10rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-lg-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-lg-105 {
    padding: 10.5rem !important;
  }
  .pl-lg-105 {
    padding-left: 10.5rem !important;
  }
  .pr-lg-105 {
    padding-right: 10.5rem !important;
  }
  .pt-lg-105 {
    padding-top: 10.5rem !important;
  }
  .pb-lg-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-lg-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-lg-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .pl-lg-110 {
    padding-left: 11rem !important;
  }
  .pr-lg-110 {
    padding-right: 11rem !important;
  }
  .pt-lg-110 {
    padding-top: 11rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }
  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-lg-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-lg-115 {
    padding: 11.5rem !important;
  }
  .pl-lg-115 {
    padding-left: 11.5rem !important;
  }
  .pr-lg-115 {
    padding-right: 11.5rem !important;
  }
  .pt-lg-115 {
    padding-top: 11.5rem !important;
  }
  .pb-lg-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-lg-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-lg-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .pl-lg-120 {
    padding-left: 12rem !important;
  }
  .pr-lg-120 {
    padding-right: 12rem !important;
  }
  .pt-lg-120 {
    padding-top: 12rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }
  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-lg-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-lg-125 {
    padding: 12.5rem !important;
  }
  .pl-lg-125 {
    padding-left: 12.5rem !important;
  }
  .pr-lg-125 {
    padding-right: 12.5rem !important;
  }
  .pt-lg-125 {
    padding-top: 12.5rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-lg-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-lg-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-lg-130 {
    padding: 13rem !important;
  }
  .pl-lg-130 {
    padding-left: 13rem !important;
  }
  .pr-lg-130 {
    padding-right: 13rem !important;
  }
  .pt-lg-130 {
    padding-top: 13rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 13rem !important;
  }
  .py-lg-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-lg-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-lg-135 {
    padding: 13.5rem !important;
  }
  .pl-lg-135 {
    padding-left: 13.5rem !important;
  }
  .pr-lg-135 {
    padding-right: 13.5rem !important;
  }
  .pt-lg-135 {
    padding-top: 13.5rem !important;
  }
  .pb-lg-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-lg-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-lg-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-lg-140 {
    padding: 14rem !important;
  }
  .pl-lg-140 {
    padding-left: 14rem !important;
  }
  .pr-lg-140 {
    padding-right: 14rem !important;
  }
  .pt-lg-140 {
    padding-top: 14rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 14rem !important;
  }
  .py-lg-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-lg-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-lg-145 {
    padding: 14.5rem !important;
  }
  .pl-lg-145 {
    padding-left: 14.5rem !important;
  }
  .pr-lg-145 {
    padding-right: 14.5rem !important;
  }
  .pt-lg-145 {
    padding-top: 14.5rem !important;
  }
  .pb-lg-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-lg-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-lg-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-lg-150 {
    padding: 15rem !important;
  }
  .pl-lg-150 {
    padding-left: 15rem !important;
  }
  .pr-lg-150 {
    padding-right: 15rem !important;
  }
  .pt-lg-150 {
    padding-top: 15rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 15rem !important;
  }
  .py-lg-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-lg-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-lg-155 {
    padding: 15.5rem !important;
  }
  .pl-lg-155 {
    padding-left: 15.5rem !important;
  }
  .pr-lg-155 {
    padding-right: 15.5rem !important;
  }
  .pt-lg-155 {
    padding-top: 15.5rem !important;
  }
  .pb-lg-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-lg-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-lg-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-lg-160 {
    padding: 16rem !important;
  }
  .pl-lg-160 {
    padding-left: 16rem !important;
  }
  .pr-lg-160 {
    padding-right: 16rem !important;
  }
  .pt-lg-160 {
    padding-top: 16rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 16rem !important;
  }
  .py-lg-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-lg-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-lg-165 {
    padding: 16.5rem !important;
  }
  .pl-lg-165 {
    padding-left: 16.5rem !important;
  }
  .pr-lg-165 {
    padding-right: 16.5rem !important;
  }
  .pt-lg-165 {
    padding-top: 16.5rem !important;
  }
  .pb-lg-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-lg-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-lg-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-lg-170 {
    padding: 17rem !important;
  }
  .pl-lg-170 {
    padding-left: 17rem !important;
  }
  .pr-lg-170 {
    padding-right: 17rem !important;
  }
  .pt-lg-170 {
    padding-top: 17rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 17rem !important;
  }
  .py-lg-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-lg-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-lg-175 {
    padding: 17.5rem !important;
  }
  .pl-lg-175 {
    padding-left: 17.5rem !important;
  }
  .pr-lg-175 {
    padding-right: 17.5rem !important;
  }
  .pt-lg-175 {
    padding-top: 17.5rem !important;
  }
  .pb-lg-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-lg-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-lg-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-lg-180 {
    padding: 18rem !important;
  }
  .pl-lg-180 {
    padding-left: 18rem !important;
  }
  .pr-lg-180 {
    padding-right: 18rem !important;
  }
  .pt-lg-180 {
    padding-top: 18rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 18rem !important;
  }
  .py-lg-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-lg-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-lg-185 {
    padding: 18.5rem !important;
  }
  .pl-lg-185 {
    padding-left: 18.5rem !important;
  }
  .pr-lg-185 {
    padding-right: 18.5rem !important;
  }
  .pt-lg-185 {
    padding-top: 18.5rem !important;
  }
  .pb-lg-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-lg-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-lg-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-lg-190 {
    padding: 19rem !important;
  }
  .pl-lg-190 {
    padding-left: 19rem !important;
  }
  .pr-lg-190 {
    padding-right: 19rem !important;
  }
  .pt-lg-190 {
    padding-top: 19rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 19rem !important;
  }
  .py-lg-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-lg-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-lg-195 {
    padding: 19.5rem !important;
  }
  .pl-lg-195 {
    padding-left: 19.5rem !important;
  }
  .pr-lg-195 {
    padding-right: 19.5rem !important;
  }
  .pt-lg-195 {
    padding-top: 19.5rem !important;
  }
  .pb-lg-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-lg-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-lg-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-lg-200 {
    padding: 20rem !important;
  }
  .pl-lg-200 {
    padding-left: 20rem !important;
  }
  .pr-lg-200 {
    padding-right: 20rem !important;
  }
  .pt-lg-200 {
    padding-top: 20rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 20rem !important;
  }
  .py-lg-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-lg-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-lg-205 {
    padding: 20.5rem !important;
  }
  .pl-lg-205 {
    padding-left: 20.5rem !important;
  }
  .pr-lg-205 {
    padding-right: 20.5rem !important;
  }
  .pt-lg-205 {
    padding-top: 20.5rem !important;
  }
  .pb-lg-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-lg-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-lg-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-lg-210 {
    padding: 21rem !important;
  }
  .pl-lg-210 {
    padding-left: 21rem !important;
  }
  .pr-lg-210 {
    padding-right: 21rem !important;
  }
  .pt-lg-210 {
    padding-top: 21rem !important;
  }
  .pb-lg-210 {
    padding-bottom: 21rem !important;
  }
  .py-lg-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-lg-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-lg-215 {
    padding: 21.5rem !important;
  }
  .pl-lg-215 {
    padding-left: 21.5rem !important;
  }
  .pr-lg-215 {
    padding-right: 21.5rem !important;
  }
  .pt-lg-215 {
    padding-top: 21.5rem !important;
  }
  .pb-lg-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-lg-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-lg-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-lg-220 {
    padding: 22rem !important;
  }
  .pl-lg-220 {
    padding-left: 22rem !important;
  }
  .pr-lg-220 {
    padding-right: 22rem !important;
  }
  .pt-lg-220 {
    padding-top: 22rem !important;
  }
  .pb-lg-220 {
    padding-bottom: 22rem !important;
  }
  .py-lg-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-lg-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-lg-225 {
    padding: 22.5rem !important;
  }
  .pl-lg-225 {
    padding-left: 22.5rem !important;
  }
  .pr-lg-225 {
    padding-right: 22.5rem !important;
  }
  .pt-lg-225 {
    padding-top: 22.5rem !important;
  }
  .pb-lg-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-lg-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-lg-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-lg-230 {
    padding: 23rem !important;
  }
  .pl-lg-230 {
    padding-left: 23rem !important;
  }
  .pr-lg-230 {
    padding-right: 23rem !important;
  }
  .pt-lg-230 {
    padding-top: 23rem !important;
  }
  .pb-lg-230 {
    padding-bottom: 23rem !important;
  }
  .py-lg-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-lg-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-lg-235 {
    padding: 23.5rem !important;
  }
  .pl-lg-235 {
    padding-left: 23.5rem !important;
  }
  .pr-lg-235 {
    padding-right: 23.5rem !important;
  }
  .pt-lg-235 {
    padding-top: 23.5rem !important;
  }
  .pb-lg-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-lg-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-lg-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-lg-240 {
    padding: 24rem !important;
  }
  .pl-lg-240 {
    padding-left: 24rem !important;
  }
  .pr-lg-240 {
    padding-right: 24rem !important;
  }
  .pt-lg-240 {
    padding-top: 24rem !important;
  }
  .pb-lg-240 {
    padding-bottom: 24rem !important;
  }
  .py-lg-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-lg-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-lg-245 {
    padding: 24.5rem !important;
  }
  .pl-lg-245 {
    padding-left: 24.5rem !important;
  }
  .pr-lg-245 {
    padding-right: 24.5rem !important;
  }
  .pt-lg-245 {
    padding-top: 24.5rem !important;
  }
  .pb-lg-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-lg-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-lg-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-lg-250 {
    padding: 25rem !important;
  }
  .pl-lg-250 {
    padding-left: 25rem !important;
  }
  .pr-lg-250 {
    padding-right: 25rem !important;
  }
  .pt-lg-250 {
    padding-top: 25rem !important;
  }
  .pb-lg-250 {
    padding-bottom: 25rem !important;
  }
  .py-lg-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-lg-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-lg-255 {
    padding: 25.5rem !important;
  }
  .pl-lg-255 {
    padding-left: 25.5rem !important;
  }
  .pr-lg-255 {
    padding-right: 25.5rem !important;
  }
  .pt-lg-255 {
    padding-top: 25.5rem !important;
  }
  .pb-lg-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-lg-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-lg-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-lg-260 {
    padding: 26rem !important;
  }
  .pl-lg-260 {
    padding-left: 26rem !important;
  }
  .pr-lg-260 {
    padding-right: 26rem !important;
  }
  .pt-lg-260 {
    padding-top: 26rem !important;
  }
  .pb-lg-260 {
    padding-bottom: 26rem !important;
  }
  .py-lg-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-lg-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-lg-265 {
    padding: 26.5rem !important;
  }
  .pl-lg-265 {
    padding-left: 26.5rem !important;
  }
  .pr-lg-265 {
    padding-right: 26.5rem !important;
  }
  .pt-lg-265 {
    padding-top: 26.5rem !important;
  }
  .pb-lg-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-lg-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-lg-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-lg-270 {
    padding: 27rem !important;
  }
  .pl-lg-270 {
    padding-left: 27rem !important;
  }
  .pr-lg-270 {
    padding-right: 27rem !important;
  }
  .pt-lg-270 {
    padding-top: 27rem !important;
  }
  .pb-lg-270 {
    padding-bottom: 27rem !important;
  }
  .py-lg-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-lg-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-lg-275 {
    padding: 27.5rem !important;
  }
  .pl-lg-275 {
    padding-left: 27.5rem !important;
  }
  .pr-lg-275 {
    padding-right: 27.5rem !important;
  }
  .pt-lg-275 {
    padding-top: 27.5rem !important;
  }
  .pb-lg-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-lg-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-lg-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-lg-280 {
    padding: 28rem !important;
  }
  .pl-lg-280 {
    padding-left: 28rem !important;
  }
  .pr-lg-280 {
    padding-right: 28rem !important;
  }
  .pt-lg-280 {
    padding-top: 28rem !important;
  }
  .pb-lg-280 {
    padding-bottom: 28rem !important;
  }
  .py-lg-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-lg-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-lg-285 {
    padding: 28.5rem !important;
  }
  .pl-lg-285 {
    padding-left: 28.5rem !important;
  }
  .pr-lg-285 {
    padding-right: 28.5rem !important;
  }
  .pt-lg-285 {
    padding-top: 28.5rem !important;
  }
  .pb-lg-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-lg-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-lg-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-lg-290 {
    padding: 29rem !important;
  }
  .pl-lg-290 {
    padding-left: 29rem !important;
  }
  .pr-lg-290 {
    padding-right: 29rem !important;
  }
  .pt-lg-290 {
    padding-top: 29rem !important;
  }
  .pb-lg-290 {
    padding-bottom: 29rem !important;
  }
  .py-lg-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-lg-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-lg-295 {
    padding: 29.5rem !important;
  }
  .pl-lg-295 {
    padding-left: 29.5rem !important;
  }
  .pr-lg-295 {
    padding-right: 29.5rem !important;
  }
  .pt-lg-295 {
    padding-top: 29.5rem !important;
  }
  .pb-lg-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-lg-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-lg-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-lg-300 {
    padding: 30rem !important;
  }
  .pl-lg-300 {
    padding-left: 30rem !important;
  }
  .pr-lg-300 {
    padding-right: 30rem !important;
  }
  .pt-lg-300 {
    padding-top: 30rem !important;
  }
  .pb-lg-300 {
    padding-bottom: 30rem !important;
  }
  .py-lg-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-lg-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-lg-335 {
    padding: 33.5rem !important;
  }
  .pl-lg-335 {
    padding-left: 33.5rem !important;
  }
  .pr-lg-335 {
    padding-right: 33.5rem !important;
  }
  .pt-lg-335 {
    padding-top: 33.5rem !important;
  }
  .pb-lg-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-lg-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-lg-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .p-phone-auto {
    padding: auto !important;
  }
  .pl-phone-auto {
    padding-left: auto !important;
  }
  .pr-phone-auto {
    padding-right: auto !important;
  }
  .pt-phone-auto {
    padding-top: auto !important;
  }
  .pb-phone-auto {
    padding-bottom: auto !important;
  }
  .py-phone-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-phone-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-phone-header {
    padding: var(--header-height) !important;
  }
  .pl-phone-header {
    padding-left: var(--header-height) !important;
  }
  .pr-phone-header {
    padding-right: var(--header-height) !important;
  }
  .pt-phone-header {
    padding-top: var(--header-height) !important;
  }
  .pb-phone-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-phone-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-phone-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-phone-padding {
    padding: var(--padding) !important;
  }
  .pl-phone-padding {
    padding-left: var(--padding) !important;
  }
  .pr-phone-padding {
    padding-right: var(--padding) !important;
  }
  .pt-phone-padding {
    padding-top: var(--padding) !important;
  }
  .pb-phone-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-phone-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-phone-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-phone-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-phone-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-phone-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-phone-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-phone-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-phone-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-phone-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-phone-0 {
    padding: 0rem !important;
  }
  .pl-phone-0 {
    padding-left: 0rem !important;
  }
  .pr-phone-0 {
    padding-right: 0rem !important;
  }
  .pt-phone-0 {
    padding-top: 0rem !important;
  }
  .pb-phone-0 {
    padding-bottom: 0rem !important;
  }
  .py-phone-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-phone-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-phone-1 {
    padding: .1rem !important;
  }
  .pl-phone-1 {
    padding-left: .1rem !important;
  }
  .pr-phone-1 {
    padding-right: .1rem !important;
  }
  .pt-phone-1 {
    padding-top: .1rem !important;
  }
  .pb-phone-1 {
    padding-bottom: .1rem !important;
  }
  .py-phone-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-phone-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-phone-2 {
    padding: .2rem !important;
  }
  .pl-phone-2 {
    padding-left: .2rem !important;
  }
  .pr-phone-2 {
    padding-right: .2rem !important;
  }
  .pt-phone-2 {
    padding-top: .2rem !important;
  }
  .pb-phone-2 {
    padding-bottom: .2rem !important;
  }
  .py-phone-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-phone-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-phone-3 {
    padding: .3rem !important;
  }
  .pl-phone-3 {
    padding-left: .3rem !important;
  }
  .pr-phone-3 {
    padding-right: .3rem !important;
  }
  .pt-phone-3 {
    padding-top: .3rem !important;
  }
  .pb-phone-3 {
    padding-bottom: .3rem !important;
  }
  .py-phone-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-phone-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-phone-4 {
    padding: .4rem !important;
  }
  .pl-phone-4 {
    padding-left: .4rem !important;
  }
  .pr-phone-4 {
    padding-right: .4rem !important;
  }
  .pt-phone-4 {
    padding-top: .4rem !important;
  }
  .pb-phone-4 {
    padding-bottom: .4rem !important;
  }
  .py-phone-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-phone-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-phone-5 {
    padding: .5rem !important;
  }
  .pl-phone-5 {
    padding-left: .5rem !important;
  }
  .pr-phone-5 {
    padding-right: .5rem !important;
  }
  .pt-phone-5 {
    padding-top: .5rem !important;
  }
  .pb-phone-5 {
    padding-bottom: .5rem !important;
  }
  .py-phone-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-phone-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-phone-10 {
    padding: 1rem !important;
  }
  .pl-phone-10 {
    padding-left: 1rem !important;
  }
  .pr-phone-10 {
    padding-right: 1rem !important;
  }
  .pt-phone-10 {
    padding-top: 1rem !important;
  }
  .pb-phone-10 {
    padding-bottom: 1rem !important;
  }
  .py-phone-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-phone-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-phone-15 {
    padding: 1.5rem !important;
  }
  .pl-phone-15 {
    padding-left: 1.5rem !important;
  }
  .pr-phone-15 {
    padding-right: 1.5rem !important;
  }
  .pt-phone-15 {
    padding-top: 1.5rem !important;
  }
  .pb-phone-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-phone-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-phone-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-phone-20 {
    padding: 2rem !important;
  }
  .pl-phone-20 {
    padding-left: 2rem !important;
  }
  .pr-phone-20 {
    padding-right: 2rem !important;
  }
  .pt-phone-20 {
    padding-top: 2rem !important;
  }
  .pb-phone-20 {
    padding-bottom: 2rem !important;
  }
  .py-phone-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-phone-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-phone-25 {
    padding: 2.5rem !important;
  }
  .pl-phone-25 {
    padding-left: 2.5rem !important;
  }
  .pr-phone-25 {
    padding-right: 2.5rem !important;
  }
  .pt-phone-25 {
    padding-top: 2.5rem !important;
  }
  .pb-phone-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-phone-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-phone-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-phone-30 {
    padding: 3rem !important;
  }
  .pl-phone-30 {
    padding-left: 3rem !important;
  }
  .pr-phone-30 {
    padding-right: 3rem !important;
  }
  .pt-phone-30 {
    padding-top: 3rem !important;
  }
  .pb-phone-30 {
    padding-bottom: 3rem !important;
  }
  .py-phone-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-phone-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-phone-35 {
    padding: 3.5rem !important;
  }
  .pl-phone-35 {
    padding-left: 3.5rem !important;
  }
  .pr-phone-35 {
    padding-right: 3.5rem !important;
  }
  .pt-phone-35 {
    padding-top: 3.5rem !important;
  }
  .pb-phone-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-phone-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-phone-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-phone-40 {
    padding: 4rem !important;
  }
  .pl-phone-40 {
    padding-left: 4rem !important;
  }
  .pr-phone-40 {
    padding-right: 4rem !important;
  }
  .pt-phone-40 {
    padding-top: 4rem !important;
  }
  .pb-phone-40 {
    padding-bottom: 4rem !important;
  }
  .py-phone-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-phone-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-phone-45 {
    padding: 4.5rem !important;
  }
  .pl-phone-45 {
    padding-left: 4.5rem !important;
  }
  .pr-phone-45 {
    padding-right: 4.5rem !important;
  }
  .pt-phone-45 {
    padding-top: 4.5rem !important;
  }
  .pb-phone-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-phone-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-phone-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-phone-50 {
    padding: 5rem !important;
  }
  .pl-phone-50 {
    padding-left: 5rem !important;
  }
  .pr-phone-50 {
    padding-right: 5rem !important;
  }
  .pt-phone-50 {
    padding-top: 5rem !important;
  }
  .pb-phone-50 {
    padding-bottom: 5rem !important;
  }
  .py-phone-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-phone-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-phone-55 {
    padding: 5.5rem !important;
  }
  .pl-phone-55 {
    padding-left: 5.5rem !important;
  }
  .pr-phone-55 {
    padding-right: 5.5rem !important;
  }
  .pt-phone-55 {
    padding-top: 5.5rem !important;
  }
  .pb-phone-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-phone-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-phone-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-phone-60 {
    padding: 6rem !important;
  }
  .pl-phone-60 {
    padding-left: 6rem !important;
  }
  .pr-phone-60 {
    padding-right: 6rem !important;
  }
  .pt-phone-60 {
    padding-top: 6rem !important;
  }
  .pb-phone-60 {
    padding-bottom: 6rem !important;
  }
  .py-phone-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-phone-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-phone-65 {
    padding: 6.5rem !important;
  }
  .pl-phone-65 {
    padding-left: 6.5rem !important;
  }
  .pr-phone-65 {
    padding-right: 6.5rem !important;
  }
  .pt-phone-65 {
    padding-top: 6.5rem !important;
  }
  .pb-phone-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-phone-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-phone-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-phone-70 {
    padding: 7rem !important;
  }
  .pl-phone-70 {
    padding-left: 7rem !important;
  }
  .pr-phone-70 {
    padding-right: 7rem !important;
  }
  .pt-phone-70 {
    padding-top: 7rem !important;
  }
  .pb-phone-70 {
    padding-bottom: 7rem !important;
  }
  .py-phone-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-phone-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-phone-75 {
    padding: 7.5rem !important;
  }
  .pl-phone-75 {
    padding-left: 7.5rem !important;
  }
  .pr-phone-75 {
    padding-right: 7.5rem !important;
  }
  .pt-phone-75 {
    padding-top: 7.5rem !important;
  }
  .pb-phone-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-phone-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-phone-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-phone-80 {
    padding: 8rem !important;
  }
  .pl-phone-80 {
    padding-left: 8rem !important;
  }
  .pr-phone-80 {
    padding-right: 8rem !important;
  }
  .pt-phone-80 {
    padding-top: 8rem !important;
  }
  .pb-phone-80 {
    padding-bottom: 8rem !important;
  }
  .py-phone-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-phone-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-phone-85 {
    padding: 8.5rem !important;
  }
  .pl-phone-85 {
    padding-left: 8.5rem !important;
  }
  .pr-phone-85 {
    padding-right: 8.5rem !important;
  }
  .pt-phone-85 {
    padding-top: 8.5rem !important;
  }
  .pb-phone-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-phone-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-phone-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-phone-90 {
    padding: 9rem !important;
  }
  .pl-phone-90 {
    padding-left: 9rem !important;
  }
  .pr-phone-90 {
    padding-right: 9rem !important;
  }
  .pt-phone-90 {
    padding-top: 9rem !important;
  }
  .pb-phone-90 {
    padding-bottom: 9rem !important;
  }
  .py-phone-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-phone-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-phone-95 {
    padding: 9.5rem !important;
  }
  .pl-phone-95 {
    padding-left: 9.5rem !important;
  }
  .pr-phone-95 {
    padding-right: 9.5rem !important;
  }
  .pt-phone-95 {
    padding-top: 9.5rem !important;
  }
  .pb-phone-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-phone-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-phone-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-phone-100 {
    padding: 10rem !important;
  }
  .pl-phone-100 {
    padding-left: 10rem !important;
  }
  .pr-phone-100 {
    padding-right: 10rem !important;
  }
  .pt-phone-100 {
    padding-top: 10rem !important;
  }
  .pb-phone-100 {
    padding-bottom: 10rem !important;
  }
  .py-phone-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-phone-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-phone-105 {
    padding: 10.5rem !important;
  }
  .pl-phone-105 {
    padding-left: 10.5rem !important;
  }
  .pr-phone-105 {
    padding-right: 10.5rem !important;
  }
  .pt-phone-105 {
    padding-top: 10.5rem !important;
  }
  .pb-phone-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-phone-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-phone-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-phone-110 {
    padding: 11rem !important;
  }
  .pl-phone-110 {
    padding-left: 11rem !important;
  }
  .pr-phone-110 {
    padding-right: 11rem !important;
  }
  .pt-phone-110 {
    padding-top: 11rem !important;
  }
  .pb-phone-110 {
    padding-bottom: 11rem !important;
  }
  .py-phone-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-phone-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-phone-115 {
    padding: 11.5rem !important;
  }
  .pl-phone-115 {
    padding-left: 11.5rem !important;
  }
  .pr-phone-115 {
    padding-right: 11.5rem !important;
  }
  .pt-phone-115 {
    padding-top: 11.5rem !important;
  }
  .pb-phone-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-phone-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-phone-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-phone-120 {
    padding: 12rem !important;
  }
  .pl-phone-120 {
    padding-left: 12rem !important;
  }
  .pr-phone-120 {
    padding-right: 12rem !important;
  }
  .pt-phone-120 {
    padding-top: 12rem !important;
  }
  .pb-phone-120 {
    padding-bottom: 12rem !important;
  }
  .py-phone-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-phone-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-phone-125 {
    padding: 12.5rem !important;
  }
  .pl-phone-125 {
    padding-left: 12.5rem !important;
  }
  .pr-phone-125 {
    padding-right: 12.5rem !important;
  }
  .pt-phone-125 {
    padding-top: 12.5rem !important;
  }
  .pb-phone-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-phone-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-phone-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-phone-130 {
    padding: 13rem !important;
  }
  .pl-phone-130 {
    padding-left: 13rem !important;
  }
  .pr-phone-130 {
    padding-right: 13rem !important;
  }
  .pt-phone-130 {
    padding-top: 13rem !important;
  }
  .pb-phone-130 {
    padding-bottom: 13rem !important;
  }
  .py-phone-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-phone-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-phone-135 {
    padding: 13.5rem !important;
  }
  .pl-phone-135 {
    padding-left: 13.5rem !important;
  }
  .pr-phone-135 {
    padding-right: 13.5rem !important;
  }
  .pt-phone-135 {
    padding-top: 13.5rem !important;
  }
  .pb-phone-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-phone-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-phone-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-phone-140 {
    padding: 14rem !important;
  }
  .pl-phone-140 {
    padding-left: 14rem !important;
  }
  .pr-phone-140 {
    padding-right: 14rem !important;
  }
  .pt-phone-140 {
    padding-top: 14rem !important;
  }
  .pb-phone-140 {
    padding-bottom: 14rem !important;
  }
  .py-phone-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-phone-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-phone-145 {
    padding: 14.5rem !important;
  }
  .pl-phone-145 {
    padding-left: 14.5rem !important;
  }
  .pr-phone-145 {
    padding-right: 14.5rem !important;
  }
  .pt-phone-145 {
    padding-top: 14.5rem !important;
  }
  .pb-phone-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-phone-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-phone-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-phone-150 {
    padding: 15rem !important;
  }
  .pl-phone-150 {
    padding-left: 15rem !important;
  }
  .pr-phone-150 {
    padding-right: 15rem !important;
  }
  .pt-phone-150 {
    padding-top: 15rem !important;
  }
  .pb-phone-150 {
    padding-bottom: 15rem !important;
  }
  .py-phone-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-phone-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-phone-155 {
    padding: 15.5rem !important;
  }
  .pl-phone-155 {
    padding-left: 15.5rem !important;
  }
  .pr-phone-155 {
    padding-right: 15.5rem !important;
  }
  .pt-phone-155 {
    padding-top: 15.5rem !important;
  }
  .pb-phone-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-phone-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-phone-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-phone-160 {
    padding: 16rem !important;
  }
  .pl-phone-160 {
    padding-left: 16rem !important;
  }
  .pr-phone-160 {
    padding-right: 16rem !important;
  }
  .pt-phone-160 {
    padding-top: 16rem !important;
  }
  .pb-phone-160 {
    padding-bottom: 16rem !important;
  }
  .py-phone-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-phone-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-phone-165 {
    padding: 16.5rem !important;
  }
  .pl-phone-165 {
    padding-left: 16.5rem !important;
  }
  .pr-phone-165 {
    padding-right: 16.5rem !important;
  }
  .pt-phone-165 {
    padding-top: 16.5rem !important;
  }
  .pb-phone-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-phone-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-phone-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-phone-170 {
    padding: 17rem !important;
  }
  .pl-phone-170 {
    padding-left: 17rem !important;
  }
  .pr-phone-170 {
    padding-right: 17rem !important;
  }
  .pt-phone-170 {
    padding-top: 17rem !important;
  }
  .pb-phone-170 {
    padding-bottom: 17rem !important;
  }
  .py-phone-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-phone-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-phone-175 {
    padding: 17.5rem !important;
  }
  .pl-phone-175 {
    padding-left: 17.5rem !important;
  }
  .pr-phone-175 {
    padding-right: 17.5rem !important;
  }
  .pt-phone-175 {
    padding-top: 17.5rem !important;
  }
  .pb-phone-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-phone-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-phone-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-phone-180 {
    padding: 18rem !important;
  }
  .pl-phone-180 {
    padding-left: 18rem !important;
  }
  .pr-phone-180 {
    padding-right: 18rem !important;
  }
  .pt-phone-180 {
    padding-top: 18rem !important;
  }
  .pb-phone-180 {
    padding-bottom: 18rem !important;
  }
  .py-phone-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-phone-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-phone-185 {
    padding: 18.5rem !important;
  }
  .pl-phone-185 {
    padding-left: 18.5rem !important;
  }
  .pr-phone-185 {
    padding-right: 18.5rem !important;
  }
  .pt-phone-185 {
    padding-top: 18.5rem !important;
  }
  .pb-phone-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-phone-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-phone-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-phone-190 {
    padding: 19rem !important;
  }
  .pl-phone-190 {
    padding-left: 19rem !important;
  }
  .pr-phone-190 {
    padding-right: 19rem !important;
  }
  .pt-phone-190 {
    padding-top: 19rem !important;
  }
  .pb-phone-190 {
    padding-bottom: 19rem !important;
  }
  .py-phone-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-phone-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-phone-195 {
    padding: 19.5rem !important;
  }
  .pl-phone-195 {
    padding-left: 19.5rem !important;
  }
  .pr-phone-195 {
    padding-right: 19.5rem !important;
  }
  .pt-phone-195 {
    padding-top: 19.5rem !important;
  }
  .pb-phone-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-phone-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-phone-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-phone-200 {
    padding: 20rem !important;
  }
  .pl-phone-200 {
    padding-left: 20rem !important;
  }
  .pr-phone-200 {
    padding-right: 20rem !important;
  }
  .pt-phone-200 {
    padding-top: 20rem !important;
  }
  .pb-phone-200 {
    padding-bottom: 20rem !important;
  }
  .py-phone-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-phone-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-phone-205 {
    padding: 20.5rem !important;
  }
  .pl-phone-205 {
    padding-left: 20.5rem !important;
  }
  .pr-phone-205 {
    padding-right: 20.5rem !important;
  }
  .pt-phone-205 {
    padding-top: 20.5rem !important;
  }
  .pb-phone-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-phone-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-phone-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-phone-210 {
    padding: 21rem !important;
  }
  .pl-phone-210 {
    padding-left: 21rem !important;
  }
  .pr-phone-210 {
    padding-right: 21rem !important;
  }
  .pt-phone-210 {
    padding-top: 21rem !important;
  }
  .pb-phone-210 {
    padding-bottom: 21rem !important;
  }
  .py-phone-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-phone-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-phone-215 {
    padding: 21.5rem !important;
  }
  .pl-phone-215 {
    padding-left: 21.5rem !important;
  }
  .pr-phone-215 {
    padding-right: 21.5rem !important;
  }
  .pt-phone-215 {
    padding-top: 21.5rem !important;
  }
  .pb-phone-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-phone-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-phone-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-phone-220 {
    padding: 22rem !important;
  }
  .pl-phone-220 {
    padding-left: 22rem !important;
  }
  .pr-phone-220 {
    padding-right: 22rem !important;
  }
  .pt-phone-220 {
    padding-top: 22rem !important;
  }
  .pb-phone-220 {
    padding-bottom: 22rem !important;
  }
  .py-phone-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-phone-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-phone-225 {
    padding: 22.5rem !important;
  }
  .pl-phone-225 {
    padding-left: 22.5rem !important;
  }
  .pr-phone-225 {
    padding-right: 22.5rem !important;
  }
  .pt-phone-225 {
    padding-top: 22.5rem !important;
  }
  .pb-phone-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-phone-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-phone-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-phone-230 {
    padding: 23rem !important;
  }
  .pl-phone-230 {
    padding-left: 23rem !important;
  }
  .pr-phone-230 {
    padding-right: 23rem !important;
  }
  .pt-phone-230 {
    padding-top: 23rem !important;
  }
  .pb-phone-230 {
    padding-bottom: 23rem !important;
  }
  .py-phone-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-phone-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-phone-235 {
    padding: 23.5rem !important;
  }
  .pl-phone-235 {
    padding-left: 23.5rem !important;
  }
  .pr-phone-235 {
    padding-right: 23.5rem !important;
  }
  .pt-phone-235 {
    padding-top: 23.5rem !important;
  }
  .pb-phone-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-phone-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-phone-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-phone-240 {
    padding: 24rem !important;
  }
  .pl-phone-240 {
    padding-left: 24rem !important;
  }
  .pr-phone-240 {
    padding-right: 24rem !important;
  }
  .pt-phone-240 {
    padding-top: 24rem !important;
  }
  .pb-phone-240 {
    padding-bottom: 24rem !important;
  }
  .py-phone-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-phone-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-phone-245 {
    padding: 24.5rem !important;
  }
  .pl-phone-245 {
    padding-left: 24.5rem !important;
  }
  .pr-phone-245 {
    padding-right: 24.5rem !important;
  }
  .pt-phone-245 {
    padding-top: 24.5rem !important;
  }
  .pb-phone-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-phone-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-phone-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-phone-250 {
    padding: 25rem !important;
  }
  .pl-phone-250 {
    padding-left: 25rem !important;
  }
  .pr-phone-250 {
    padding-right: 25rem !important;
  }
  .pt-phone-250 {
    padding-top: 25rem !important;
  }
  .pb-phone-250 {
    padding-bottom: 25rem !important;
  }
  .py-phone-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-phone-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-phone-255 {
    padding: 25.5rem !important;
  }
  .pl-phone-255 {
    padding-left: 25.5rem !important;
  }
  .pr-phone-255 {
    padding-right: 25.5rem !important;
  }
  .pt-phone-255 {
    padding-top: 25.5rem !important;
  }
  .pb-phone-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-phone-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-phone-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-phone-260 {
    padding: 26rem !important;
  }
  .pl-phone-260 {
    padding-left: 26rem !important;
  }
  .pr-phone-260 {
    padding-right: 26rem !important;
  }
  .pt-phone-260 {
    padding-top: 26rem !important;
  }
  .pb-phone-260 {
    padding-bottom: 26rem !important;
  }
  .py-phone-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-phone-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-phone-265 {
    padding: 26.5rem !important;
  }
  .pl-phone-265 {
    padding-left: 26.5rem !important;
  }
  .pr-phone-265 {
    padding-right: 26.5rem !important;
  }
  .pt-phone-265 {
    padding-top: 26.5rem !important;
  }
  .pb-phone-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-phone-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-phone-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-phone-270 {
    padding: 27rem !important;
  }
  .pl-phone-270 {
    padding-left: 27rem !important;
  }
  .pr-phone-270 {
    padding-right: 27rem !important;
  }
  .pt-phone-270 {
    padding-top: 27rem !important;
  }
  .pb-phone-270 {
    padding-bottom: 27rem !important;
  }
  .py-phone-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-phone-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-phone-275 {
    padding: 27.5rem !important;
  }
  .pl-phone-275 {
    padding-left: 27.5rem !important;
  }
  .pr-phone-275 {
    padding-right: 27.5rem !important;
  }
  .pt-phone-275 {
    padding-top: 27.5rem !important;
  }
  .pb-phone-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-phone-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-phone-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-phone-280 {
    padding: 28rem !important;
  }
  .pl-phone-280 {
    padding-left: 28rem !important;
  }
  .pr-phone-280 {
    padding-right: 28rem !important;
  }
  .pt-phone-280 {
    padding-top: 28rem !important;
  }
  .pb-phone-280 {
    padding-bottom: 28rem !important;
  }
  .py-phone-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-phone-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-phone-285 {
    padding: 28.5rem !important;
  }
  .pl-phone-285 {
    padding-left: 28.5rem !important;
  }
  .pr-phone-285 {
    padding-right: 28.5rem !important;
  }
  .pt-phone-285 {
    padding-top: 28.5rem !important;
  }
  .pb-phone-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-phone-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-phone-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-phone-290 {
    padding: 29rem !important;
  }
  .pl-phone-290 {
    padding-left: 29rem !important;
  }
  .pr-phone-290 {
    padding-right: 29rem !important;
  }
  .pt-phone-290 {
    padding-top: 29rem !important;
  }
  .pb-phone-290 {
    padding-bottom: 29rem !important;
  }
  .py-phone-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-phone-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-phone-295 {
    padding: 29.5rem !important;
  }
  .pl-phone-295 {
    padding-left: 29.5rem !important;
  }
  .pr-phone-295 {
    padding-right: 29.5rem !important;
  }
  .pt-phone-295 {
    padding-top: 29.5rem !important;
  }
  .pb-phone-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-phone-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-phone-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-phone-300 {
    padding: 30rem !important;
  }
  .pl-phone-300 {
    padding-left: 30rem !important;
  }
  .pr-phone-300 {
    padding-right: 30rem !important;
  }
  .pt-phone-300 {
    padding-top: 30rem !important;
  }
  .pb-phone-300 {
    padding-bottom: 30rem !important;
  }
  .py-phone-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-phone-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-phone-335 {
    padding: 33.5rem !important;
  }
  .pl-phone-335 {
    padding-left: 33.5rem !important;
  }
  .pr-phone-335 {
    padding-right: 33.5rem !important;
  }
  .pt-phone-335 {
    padding-top: 33.5rem !important;
  }
  .pb-phone-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-phone-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-phone-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .p-tablet-auto {
    padding: auto !important;
  }
  .pl-tablet-auto {
    padding-left: auto !important;
  }
  .pr-tablet-auto {
    padding-right: auto !important;
  }
  .pt-tablet-auto {
    padding-top: auto !important;
  }
  .pb-tablet-auto {
    padding-bottom: auto !important;
  }
  .py-tablet-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-tablet-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-tablet-header {
    padding: var(--header-height) !important;
  }
  .pl-tablet-header {
    padding-left: var(--header-height) !important;
  }
  .pr-tablet-header {
    padding-right: var(--header-height) !important;
  }
  .pt-tablet-header {
    padding-top: var(--header-height) !important;
  }
  .pb-tablet-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-tablet-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-tablet-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-tablet-padding {
    padding: var(--padding) !important;
  }
  .pl-tablet-padding {
    padding-left: var(--padding) !important;
  }
  .pr-tablet-padding {
    padding-right: var(--padding) !important;
  }
  .pt-tablet-padding {
    padding-top: var(--padding) !important;
  }
  .pb-tablet-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-tablet-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-tablet-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-tablet-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-tablet-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-tablet-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-tablet-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-tablet-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-tablet-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-tablet-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-tablet-0 {
    padding: 0rem !important;
  }
  .pl-tablet-0 {
    padding-left: 0rem !important;
  }
  .pr-tablet-0 {
    padding-right: 0rem !important;
  }
  .pt-tablet-0 {
    padding-top: 0rem !important;
  }
  .pb-tablet-0 {
    padding-bottom: 0rem !important;
  }
  .py-tablet-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-tablet-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-tablet-1 {
    padding: .1rem !important;
  }
  .pl-tablet-1 {
    padding-left: .1rem !important;
  }
  .pr-tablet-1 {
    padding-right: .1rem !important;
  }
  .pt-tablet-1 {
    padding-top: .1rem !important;
  }
  .pb-tablet-1 {
    padding-bottom: .1rem !important;
  }
  .py-tablet-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-tablet-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-tablet-2 {
    padding: .2rem !important;
  }
  .pl-tablet-2 {
    padding-left: .2rem !important;
  }
  .pr-tablet-2 {
    padding-right: .2rem !important;
  }
  .pt-tablet-2 {
    padding-top: .2rem !important;
  }
  .pb-tablet-2 {
    padding-bottom: .2rem !important;
  }
  .py-tablet-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-tablet-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-tablet-3 {
    padding: .3rem !important;
  }
  .pl-tablet-3 {
    padding-left: .3rem !important;
  }
  .pr-tablet-3 {
    padding-right: .3rem !important;
  }
  .pt-tablet-3 {
    padding-top: .3rem !important;
  }
  .pb-tablet-3 {
    padding-bottom: .3rem !important;
  }
  .py-tablet-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-tablet-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-tablet-4 {
    padding: .4rem !important;
  }
  .pl-tablet-4 {
    padding-left: .4rem !important;
  }
  .pr-tablet-4 {
    padding-right: .4rem !important;
  }
  .pt-tablet-4 {
    padding-top: .4rem !important;
  }
  .pb-tablet-4 {
    padding-bottom: .4rem !important;
  }
  .py-tablet-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-tablet-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-tablet-5 {
    padding: .5rem !important;
  }
  .pl-tablet-5 {
    padding-left: .5rem !important;
  }
  .pr-tablet-5 {
    padding-right: .5rem !important;
  }
  .pt-tablet-5 {
    padding-top: .5rem !important;
  }
  .pb-tablet-5 {
    padding-bottom: .5rem !important;
  }
  .py-tablet-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-tablet-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-tablet-10 {
    padding: 1rem !important;
  }
  .pl-tablet-10 {
    padding-left: 1rem !important;
  }
  .pr-tablet-10 {
    padding-right: 1rem !important;
  }
  .pt-tablet-10 {
    padding-top: 1rem !important;
  }
  .pb-tablet-10 {
    padding-bottom: 1rem !important;
  }
  .py-tablet-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-tablet-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-tablet-15 {
    padding: 1.5rem !important;
  }
  .pl-tablet-15 {
    padding-left: 1.5rem !important;
  }
  .pr-tablet-15 {
    padding-right: 1.5rem !important;
  }
  .pt-tablet-15 {
    padding-top: 1.5rem !important;
  }
  .pb-tablet-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-tablet-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-tablet-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-tablet-20 {
    padding: 2rem !important;
  }
  .pl-tablet-20 {
    padding-left: 2rem !important;
  }
  .pr-tablet-20 {
    padding-right: 2rem !important;
  }
  .pt-tablet-20 {
    padding-top: 2rem !important;
  }
  .pb-tablet-20 {
    padding-bottom: 2rem !important;
  }
  .py-tablet-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-tablet-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-tablet-25 {
    padding: 2.5rem !important;
  }
  .pl-tablet-25 {
    padding-left: 2.5rem !important;
  }
  .pr-tablet-25 {
    padding-right: 2.5rem !important;
  }
  .pt-tablet-25 {
    padding-top: 2.5rem !important;
  }
  .pb-tablet-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-tablet-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-tablet-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-tablet-30 {
    padding: 3rem !important;
  }
  .pl-tablet-30 {
    padding-left: 3rem !important;
  }
  .pr-tablet-30 {
    padding-right: 3rem !important;
  }
  .pt-tablet-30 {
    padding-top: 3rem !important;
  }
  .pb-tablet-30 {
    padding-bottom: 3rem !important;
  }
  .py-tablet-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-tablet-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-tablet-35 {
    padding: 3.5rem !important;
  }
  .pl-tablet-35 {
    padding-left: 3.5rem !important;
  }
  .pr-tablet-35 {
    padding-right: 3.5rem !important;
  }
  .pt-tablet-35 {
    padding-top: 3.5rem !important;
  }
  .pb-tablet-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-tablet-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-tablet-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-tablet-40 {
    padding: 4rem !important;
  }
  .pl-tablet-40 {
    padding-left: 4rem !important;
  }
  .pr-tablet-40 {
    padding-right: 4rem !important;
  }
  .pt-tablet-40 {
    padding-top: 4rem !important;
  }
  .pb-tablet-40 {
    padding-bottom: 4rem !important;
  }
  .py-tablet-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-tablet-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-tablet-45 {
    padding: 4.5rem !important;
  }
  .pl-tablet-45 {
    padding-left: 4.5rem !important;
  }
  .pr-tablet-45 {
    padding-right: 4.5rem !important;
  }
  .pt-tablet-45 {
    padding-top: 4.5rem !important;
  }
  .pb-tablet-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-tablet-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-tablet-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-tablet-50 {
    padding: 5rem !important;
  }
  .pl-tablet-50 {
    padding-left: 5rem !important;
  }
  .pr-tablet-50 {
    padding-right: 5rem !important;
  }
  .pt-tablet-50 {
    padding-top: 5rem !important;
  }
  .pb-tablet-50 {
    padding-bottom: 5rem !important;
  }
  .py-tablet-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-tablet-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-tablet-55 {
    padding: 5.5rem !important;
  }
  .pl-tablet-55 {
    padding-left: 5.5rem !important;
  }
  .pr-tablet-55 {
    padding-right: 5.5rem !important;
  }
  .pt-tablet-55 {
    padding-top: 5.5rem !important;
  }
  .pb-tablet-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-tablet-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-tablet-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-tablet-60 {
    padding: 6rem !important;
  }
  .pl-tablet-60 {
    padding-left: 6rem !important;
  }
  .pr-tablet-60 {
    padding-right: 6rem !important;
  }
  .pt-tablet-60 {
    padding-top: 6rem !important;
  }
  .pb-tablet-60 {
    padding-bottom: 6rem !important;
  }
  .py-tablet-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-tablet-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-tablet-65 {
    padding: 6.5rem !important;
  }
  .pl-tablet-65 {
    padding-left: 6.5rem !important;
  }
  .pr-tablet-65 {
    padding-right: 6.5rem !important;
  }
  .pt-tablet-65 {
    padding-top: 6.5rem !important;
  }
  .pb-tablet-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-tablet-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-tablet-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-tablet-70 {
    padding: 7rem !important;
  }
  .pl-tablet-70 {
    padding-left: 7rem !important;
  }
  .pr-tablet-70 {
    padding-right: 7rem !important;
  }
  .pt-tablet-70 {
    padding-top: 7rem !important;
  }
  .pb-tablet-70 {
    padding-bottom: 7rem !important;
  }
  .py-tablet-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-tablet-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-tablet-75 {
    padding: 7.5rem !important;
  }
  .pl-tablet-75 {
    padding-left: 7.5rem !important;
  }
  .pr-tablet-75 {
    padding-right: 7.5rem !important;
  }
  .pt-tablet-75 {
    padding-top: 7.5rem !important;
  }
  .pb-tablet-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-tablet-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-tablet-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-tablet-80 {
    padding: 8rem !important;
  }
  .pl-tablet-80 {
    padding-left: 8rem !important;
  }
  .pr-tablet-80 {
    padding-right: 8rem !important;
  }
  .pt-tablet-80 {
    padding-top: 8rem !important;
  }
  .pb-tablet-80 {
    padding-bottom: 8rem !important;
  }
  .py-tablet-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-tablet-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-tablet-85 {
    padding: 8.5rem !important;
  }
  .pl-tablet-85 {
    padding-left: 8.5rem !important;
  }
  .pr-tablet-85 {
    padding-right: 8.5rem !important;
  }
  .pt-tablet-85 {
    padding-top: 8.5rem !important;
  }
  .pb-tablet-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-tablet-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-tablet-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-tablet-90 {
    padding: 9rem !important;
  }
  .pl-tablet-90 {
    padding-left: 9rem !important;
  }
  .pr-tablet-90 {
    padding-right: 9rem !important;
  }
  .pt-tablet-90 {
    padding-top: 9rem !important;
  }
  .pb-tablet-90 {
    padding-bottom: 9rem !important;
  }
  .py-tablet-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-tablet-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-tablet-95 {
    padding: 9.5rem !important;
  }
  .pl-tablet-95 {
    padding-left: 9.5rem !important;
  }
  .pr-tablet-95 {
    padding-right: 9.5rem !important;
  }
  .pt-tablet-95 {
    padding-top: 9.5rem !important;
  }
  .pb-tablet-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-tablet-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-tablet-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-tablet-100 {
    padding: 10rem !important;
  }
  .pl-tablet-100 {
    padding-left: 10rem !important;
  }
  .pr-tablet-100 {
    padding-right: 10rem !important;
  }
  .pt-tablet-100 {
    padding-top: 10rem !important;
  }
  .pb-tablet-100 {
    padding-bottom: 10rem !important;
  }
  .py-tablet-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-tablet-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-tablet-105 {
    padding: 10.5rem !important;
  }
  .pl-tablet-105 {
    padding-left: 10.5rem !important;
  }
  .pr-tablet-105 {
    padding-right: 10.5rem !important;
  }
  .pt-tablet-105 {
    padding-top: 10.5rem !important;
  }
  .pb-tablet-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-tablet-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-tablet-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-tablet-110 {
    padding: 11rem !important;
  }
  .pl-tablet-110 {
    padding-left: 11rem !important;
  }
  .pr-tablet-110 {
    padding-right: 11rem !important;
  }
  .pt-tablet-110 {
    padding-top: 11rem !important;
  }
  .pb-tablet-110 {
    padding-bottom: 11rem !important;
  }
  .py-tablet-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-tablet-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-tablet-115 {
    padding: 11.5rem !important;
  }
  .pl-tablet-115 {
    padding-left: 11.5rem !important;
  }
  .pr-tablet-115 {
    padding-right: 11.5rem !important;
  }
  .pt-tablet-115 {
    padding-top: 11.5rem !important;
  }
  .pb-tablet-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-tablet-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-tablet-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-tablet-120 {
    padding: 12rem !important;
  }
  .pl-tablet-120 {
    padding-left: 12rem !important;
  }
  .pr-tablet-120 {
    padding-right: 12rem !important;
  }
  .pt-tablet-120 {
    padding-top: 12rem !important;
  }
  .pb-tablet-120 {
    padding-bottom: 12rem !important;
  }
  .py-tablet-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-tablet-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-tablet-125 {
    padding: 12.5rem !important;
  }
  .pl-tablet-125 {
    padding-left: 12.5rem !important;
  }
  .pr-tablet-125 {
    padding-right: 12.5rem !important;
  }
  .pt-tablet-125 {
    padding-top: 12.5rem !important;
  }
  .pb-tablet-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-tablet-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-tablet-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-tablet-130 {
    padding: 13rem !important;
  }
  .pl-tablet-130 {
    padding-left: 13rem !important;
  }
  .pr-tablet-130 {
    padding-right: 13rem !important;
  }
  .pt-tablet-130 {
    padding-top: 13rem !important;
  }
  .pb-tablet-130 {
    padding-bottom: 13rem !important;
  }
  .py-tablet-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-tablet-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-tablet-135 {
    padding: 13.5rem !important;
  }
  .pl-tablet-135 {
    padding-left: 13.5rem !important;
  }
  .pr-tablet-135 {
    padding-right: 13.5rem !important;
  }
  .pt-tablet-135 {
    padding-top: 13.5rem !important;
  }
  .pb-tablet-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-tablet-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-tablet-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-tablet-140 {
    padding: 14rem !important;
  }
  .pl-tablet-140 {
    padding-left: 14rem !important;
  }
  .pr-tablet-140 {
    padding-right: 14rem !important;
  }
  .pt-tablet-140 {
    padding-top: 14rem !important;
  }
  .pb-tablet-140 {
    padding-bottom: 14rem !important;
  }
  .py-tablet-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-tablet-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-tablet-145 {
    padding: 14.5rem !important;
  }
  .pl-tablet-145 {
    padding-left: 14.5rem !important;
  }
  .pr-tablet-145 {
    padding-right: 14.5rem !important;
  }
  .pt-tablet-145 {
    padding-top: 14.5rem !important;
  }
  .pb-tablet-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-tablet-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-tablet-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-tablet-150 {
    padding: 15rem !important;
  }
  .pl-tablet-150 {
    padding-left: 15rem !important;
  }
  .pr-tablet-150 {
    padding-right: 15rem !important;
  }
  .pt-tablet-150 {
    padding-top: 15rem !important;
  }
  .pb-tablet-150 {
    padding-bottom: 15rem !important;
  }
  .py-tablet-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-tablet-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-tablet-155 {
    padding: 15.5rem !important;
  }
  .pl-tablet-155 {
    padding-left: 15.5rem !important;
  }
  .pr-tablet-155 {
    padding-right: 15.5rem !important;
  }
  .pt-tablet-155 {
    padding-top: 15.5rem !important;
  }
  .pb-tablet-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-tablet-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-tablet-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-tablet-160 {
    padding: 16rem !important;
  }
  .pl-tablet-160 {
    padding-left: 16rem !important;
  }
  .pr-tablet-160 {
    padding-right: 16rem !important;
  }
  .pt-tablet-160 {
    padding-top: 16rem !important;
  }
  .pb-tablet-160 {
    padding-bottom: 16rem !important;
  }
  .py-tablet-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-tablet-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-tablet-165 {
    padding: 16.5rem !important;
  }
  .pl-tablet-165 {
    padding-left: 16.5rem !important;
  }
  .pr-tablet-165 {
    padding-right: 16.5rem !important;
  }
  .pt-tablet-165 {
    padding-top: 16.5rem !important;
  }
  .pb-tablet-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-tablet-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-tablet-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-tablet-170 {
    padding: 17rem !important;
  }
  .pl-tablet-170 {
    padding-left: 17rem !important;
  }
  .pr-tablet-170 {
    padding-right: 17rem !important;
  }
  .pt-tablet-170 {
    padding-top: 17rem !important;
  }
  .pb-tablet-170 {
    padding-bottom: 17rem !important;
  }
  .py-tablet-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-tablet-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-tablet-175 {
    padding: 17.5rem !important;
  }
  .pl-tablet-175 {
    padding-left: 17.5rem !important;
  }
  .pr-tablet-175 {
    padding-right: 17.5rem !important;
  }
  .pt-tablet-175 {
    padding-top: 17.5rem !important;
  }
  .pb-tablet-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-tablet-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-tablet-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-tablet-180 {
    padding: 18rem !important;
  }
  .pl-tablet-180 {
    padding-left: 18rem !important;
  }
  .pr-tablet-180 {
    padding-right: 18rem !important;
  }
  .pt-tablet-180 {
    padding-top: 18rem !important;
  }
  .pb-tablet-180 {
    padding-bottom: 18rem !important;
  }
  .py-tablet-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-tablet-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-tablet-185 {
    padding: 18.5rem !important;
  }
  .pl-tablet-185 {
    padding-left: 18.5rem !important;
  }
  .pr-tablet-185 {
    padding-right: 18.5rem !important;
  }
  .pt-tablet-185 {
    padding-top: 18.5rem !important;
  }
  .pb-tablet-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-tablet-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-tablet-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-tablet-190 {
    padding: 19rem !important;
  }
  .pl-tablet-190 {
    padding-left: 19rem !important;
  }
  .pr-tablet-190 {
    padding-right: 19rem !important;
  }
  .pt-tablet-190 {
    padding-top: 19rem !important;
  }
  .pb-tablet-190 {
    padding-bottom: 19rem !important;
  }
  .py-tablet-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-tablet-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-tablet-195 {
    padding: 19.5rem !important;
  }
  .pl-tablet-195 {
    padding-left: 19.5rem !important;
  }
  .pr-tablet-195 {
    padding-right: 19.5rem !important;
  }
  .pt-tablet-195 {
    padding-top: 19.5rem !important;
  }
  .pb-tablet-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-tablet-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-tablet-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-tablet-200 {
    padding: 20rem !important;
  }
  .pl-tablet-200 {
    padding-left: 20rem !important;
  }
  .pr-tablet-200 {
    padding-right: 20rem !important;
  }
  .pt-tablet-200 {
    padding-top: 20rem !important;
  }
  .pb-tablet-200 {
    padding-bottom: 20rem !important;
  }
  .py-tablet-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-tablet-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-tablet-205 {
    padding: 20.5rem !important;
  }
  .pl-tablet-205 {
    padding-left: 20.5rem !important;
  }
  .pr-tablet-205 {
    padding-right: 20.5rem !important;
  }
  .pt-tablet-205 {
    padding-top: 20.5rem !important;
  }
  .pb-tablet-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-tablet-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-tablet-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-tablet-210 {
    padding: 21rem !important;
  }
  .pl-tablet-210 {
    padding-left: 21rem !important;
  }
  .pr-tablet-210 {
    padding-right: 21rem !important;
  }
  .pt-tablet-210 {
    padding-top: 21rem !important;
  }
  .pb-tablet-210 {
    padding-bottom: 21rem !important;
  }
  .py-tablet-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-tablet-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-tablet-215 {
    padding: 21.5rem !important;
  }
  .pl-tablet-215 {
    padding-left: 21.5rem !important;
  }
  .pr-tablet-215 {
    padding-right: 21.5rem !important;
  }
  .pt-tablet-215 {
    padding-top: 21.5rem !important;
  }
  .pb-tablet-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-tablet-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-tablet-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-tablet-220 {
    padding: 22rem !important;
  }
  .pl-tablet-220 {
    padding-left: 22rem !important;
  }
  .pr-tablet-220 {
    padding-right: 22rem !important;
  }
  .pt-tablet-220 {
    padding-top: 22rem !important;
  }
  .pb-tablet-220 {
    padding-bottom: 22rem !important;
  }
  .py-tablet-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-tablet-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-tablet-225 {
    padding: 22.5rem !important;
  }
  .pl-tablet-225 {
    padding-left: 22.5rem !important;
  }
  .pr-tablet-225 {
    padding-right: 22.5rem !important;
  }
  .pt-tablet-225 {
    padding-top: 22.5rem !important;
  }
  .pb-tablet-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-tablet-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-tablet-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-tablet-230 {
    padding: 23rem !important;
  }
  .pl-tablet-230 {
    padding-left: 23rem !important;
  }
  .pr-tablet-230 {
    padding-right: 23rem !important;
  }
  .pt-tablet-230 {
    padding-top: 23rem !important;
  }
  .pb-tablet-230 {
    padding-bottom: 23rem !important;
  }
  .py-tablet-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-tablet-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-tablet-235 {
    padding: 23.5rem !important;
  }
  .pl-tablet-235 {
    padding-left: 23.5rem !important;
  }
  .pr-tablet-235 {
    padding-right: 23.5rem !important;
  }
  .pt-tablet-235 {
    padding-top: 23.5rem !important;
  }
  .pb-tablet-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-tablet-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-tablet-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-tablet-240 {
    padding: 24rem !important;
  }
  .pl-tablet-240 {
    padding-left: 24rem !important;
  }
  .pr-tablet-240 {
    padding-right: 24rem !important;
  }
  .pt-tablet-240 {
    padding-top: 24rem !important;
  }
  .pb-tablet-240 {
    padding-bottom: 24rem !important;
  }
  .py-tablet-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-tablet-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-tablet-245 {
    padding: 24.5rem !important;
  }
  .pl-tablet-245 {
    padding-left: 24.5rem !important;
  }
  .pr-tablet-245 {
    padding-right: 24.5rem !important;
  }
  .pt-tablet-245 {
    padding-top: 24.5rem !important;
  }
  .pb-tablet-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-tablet-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-tablet-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-tablet-250 {
    padding: 25rem !important;
  }
  .pl-tablet-250 {
    padding-left: 25rem !important;
  }
  .pr-tablet-250 {
    padding-right: 25rem !important;
  }
  .pt-tablet-250 {
    padding-top: 25rem !important;
  }
  .pb-tablet-250 {
    padding-bottom: 25rem !important;
  }
  .py-tablet-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-tablet-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-tablet-255 {
    padding: 25.5rem !important;
  }
  .pl-tablet-255 {
    padding-left: 25.5rem !important;
  }
  .pr-tablet-255 {
    padding-right: 25.5rem !important;
  }
  .pt-tablet-255 {
    padding-top: 25.5rem !important;
  }
  .pb-tablet-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-tablet-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-tablet-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-tablet-260 {
    padding: 26rem !important;
  }
  .pl-tablet-260 {
    padding-left: 26rem !important;
  }
  .pr-tablet-260 {
    padding-right: 26rem !important;
  }
  .pt-tablet-260 {
    padding-top: 26rem !important;
  }
  .pb-tablet-260 {
    padding-bottom: 26rem !important;
  }
  .py-tablet-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-tablet-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-tablet-265 {
    padding: 26.5rem !important;
  }
  .pl-tablet-265 {
    padding-left: 26.5rem !important;
  }
  .pr-tablet-265 {
    padding-right: 26.5rem !important;
  }
  .pt-tablet-265 {
    padding-top: 26.5rem !important;
  }
  .pb-tablet-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-tablet-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-tablet-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-tablet-270 {
    padding: 27rem !important;
  }
  .pl-tablet-270 {
    padding-left: 27rem !important;
  }
  .pr-tablet-270 {
    padding-right: 27rem !important;
  }
  .pt-tablet-270 {
    padding-top: 27rem !important;
  }
  .pb-tablet-270 {
    padding-bottom: 27rem !important;
  }
  .py-tablet-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-tablet-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-tablet-275 {
    padding: 27.5rem !important;
  }
  .pl-tablet-275 {
    padding-left: 27.5rem !important;
  }
  .pr-tablet-275 {
    padding-right: 27.5rem !important;
  }
  .pt-tablet-275 {
    padding-top: 27.5rem !important;
  }
  .pb-tablet-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-tablet-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-tablet-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-tablet-280 {
    padding: 28rem !important;
  }
  .pl-tablet-280 {
    padding-left: 28rem !important;
  }
  .pr-tablet-280 {
    padding-right: 28rem !important;
  }
  .pt-tablet-280 {
    padding-top: 28rem !important;
  }
  .pb-tablet-280 {
    padding-bottom: 28rem !important;
  }
  .py-tablet-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-tablet-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-tablet-285 {
    padding: 28.5rem !important;
  }
  .pl-tablet-285 {
    padding-left: 28.5rem !important;
  }
  .pr-tablet-285 {
    padding-right: 28.5rem !important;
  }
  .pt-tablet-285 {
    padding-top: 28.5rem !important;
  }
  .pb-tablet-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-tablet-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-tablet-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-tablet-290 {
    padding: 29rem !important;
  }
  .pl-tablet-290 {
    padding-left: 29rem !important;
  }
  .pr-tablet-290 {
    padding-right: 29rem !important;
  }
  .pt-tablet-290 {
    padding-top: 29rem !important;
  }
  .pb-tablet-290 {
    padding-bottom: 29rem !important;
  }
  .py-tablet-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-tablet-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-tablet-295 {
    padding: 29.5rem !important;
  }
  .pl-tablet-295 {
    padding-left: 29.5rem !important;
  }
  .pr-tablet-295 {
    padding-right: 29.5rem !important;
  }
  .pt-tablet-295 {
    padding-top: 29.5rem !important;
  }
  .pb-tablet-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-tablet-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-tablet-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-tablet-300 {
    padding: 30rem !important;
  }
  .pl-tablet-300 {
    padding-left: 30rem !important;
  }
  .pr-tablet-300 {
    padding-right: 30rem !important;
  }
  .pt-tablet-300 {
    padding-top: 30rem !important;
  }
  .pb-tablet-300 {
    padding-bottom: 30rem !important;
  }
  .py-tablet-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-tablet-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-tablet-335 {
    padding: 33.5rem !important;
  }
  .pl-tablet-335 {
    padding-left: 33.5rem !important;
  }
  .pr-tablet-335 {
    padding-right: 33.5rem !important;
  }
  .pt-tablet-335 {
    padding-top: 33.5rem !important;
  }
  .pb-tablet-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-tablet-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-tablet-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

@media only screen and (max-width: 1025px) {
  .p-mobile-auto {
    padding: auto !important;
  }
  .pl-mobile-auto {
    padding-left: auto !important;
  }
  .pr-mobile-auto {
    padding-right: auto !important;
  }
  .pt-mobile-auto {
    padding-top: auto !important;
  }
  .pb-mobile-auto {
    padding-bottom: auto !important;
  }
  .py-mobile-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
  }
  .px-mobile-auto {
    padding-left: auto !important;
    padding-right: auto !important;
  }
  .p-mobile-header {
    padding: var(--header-height) !important;
  }
  .pl-mobile-header {
    padding-left: var(--header-height) !important;
  }
  .pr-mobile-header {
    padding-right: var(--header-height) !important;
  }
  .pt-mobile-header {
    padding-top: var(--header-height) !important;
  }
  .pb-mobile-header {
    padding-bottom: var(--header-height) !important;
  }
  .py-mobile-header {
    padding-top: var(--header-height) !important;
    padding-bottom: var(--header-height) !important;
  }
  .px-mobile-header {
    padding-left: var(--header-height) !important;
    padding-right: var(--header-height) !important;
  }
  .p-mobile-padding {
    padding: var(--padding) !important;
  }
  .pl-mobile-padding {
    padding-left: var(--padding) !important;
  }
  .pr-mobile-padding {
    padding-right: var(--padding) !important;
  }
  .pt-mobile-padding {
    padding-top: var(--padding) !important;
  }
  .pb-mobile-padding {
    padding-bottom: var(--padding) !important;
  }
  .py-mobile-padding {
    padding-top: var(--padding) !important;
    padding-bottom: var(--padding) !important;
  }
  .px-mobile-padding {
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
  }
  .p-mobile-padding-fluid {
    padding: var(--padding-fluid) !important;
  }
  .pl-mobile-padding-fluid {
    padding-left: var(--padding-fluid) !important;
  }
  .pr-mobile-padding-fluid {
    padding-right: var(--padding-fluid) !important;
  }
  .pt-mobile-padding-fluid {
    padding-top: var(--padding-fluid) !important;
  }
  .pb-mobile-padding-fluid {
    padding-bottom: var(--padding-fluid) !important;
  }
  .py-mobile-padding-fluid {
    padding-top: var(--padding-fluid) !important;
    padding-bottom: var(--padding-fluid) !important;
  }
  .px-mobile-padding-fluid {
    padding-left: var(--padding-fluid) !important;
    padding-right: var(--padding-fluid) !important;
  }
  .p-mobile-0 {
    padding: 0rem !important;
  }
  .pl-mobile-0 {
    padding-left: 0rem !important;
  }
  .pr-mobile-0 {
    padding-right: 0rem !important;
  }
  .pt-mobile-0 {
    padding-top: 0rem !important;
  }
  .pb-mobile-0 {
    padding-bottom: 0rem !important;
  }
  .py-mobile-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-mobile-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .p-mobile-1 {
    padding: .1rem !important;
  }
  .pl-mobile-1 {
    padding-left: .1rem !important;
  }
  .pr-mobile-1 {
    padding-right: .1rem !important;
  }
  .pt-mobile-1 {
    padding-top: .1rem !important;
  }
  .pb-mobile-1 {
    padding-bottom: .1rem !important;
  }
  .py-mobile-1 {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
  }
  .px-mobile-1 {
    padding-left: .1rem !important;
    padding-right: .1rem !important;
  }
  .p-mobile-2 {
    padding: .2rem !important;
  }
  .pl-mobile-2 {
    padding-left: .2rem !important;
  }
  .pr-mobile-2 {
    padding-right: .2rem !important;
  }
  .pt-mobile-2 {
    padding-top: .2rem !important;
  }
  .pb-mobile-2 {
    padding-bottom: .2rem !important;
  }
  .py-mobile-2 {
    padding-top: .2rem !important;
    padding-bottom: .2rem !important;
  }
  .px-mobile-2 {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
  .p-mobile-3 {
    padding: .3rem !important;
  }
  .pl-mobile-3 {
    padding-left: .3rem !important;
  }
  .pr-mobile-3 {
    padding-right: .3rem !important;
  }
  .pt-mobile-3 {
    padding-top: .3rem !important;
  }
  .pb-mobile-3 {
    padding-bottom: .3rem !important;
  }
  .py-mobile-3 {
    padding-top: .3rem !important;
    padding-bottom: .3rem !important;
  }
  .px-mobile-3 {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  .p-mobile-4 {
    padding: .4rem !important;
  }
  .pl-mobile-4 {
    padding-left: .4rem !important;
  }
  .pr-mobile-4 {
    padding-right: .4rem !important;
  }
  .pt-mobile-4 {
    padding-top: .4rem !important;
  }
  .pb-mobile-4 {
    padding-bottom: .4rem !important;
  }
  .py-mobile-4 {
    padding-top: .4rem !important;
    padding-bottom: .4rem !important;
  }
  .px-mobile-4 {
    padding-left: .4rem !important;
    padding-right: .4rem !important;
  }
  .p-mobile-5 {
    padding: .5rem !important;
  }
  .pl-mobile-5 {
    padding-left: .5rem !important;
  }
  .pr-mobile-5 {
    padding-right: .5rem !important;
  }
  .pt-mobile-5 {
    padding-top: .5rem !important;
  }
  .pb-mobile-5 {
    padding-bottom: .5rem !important;
  }
  .py-mobile-5 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .px-mobile-5 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
  .p-mobile-10 {
    padding: 1rem !important;
  }
  .pl-mobile-10 {
    padding-left: 1rem !important;
  }
  .pr-mobile-10 {
    padding-right: 1rem !important;
  }
  .pt-mobile-10 {
    padding-top: 1rem !important;
  }
  .pb-mobile-10 {
    padding-bottom: 1rem !important;
  }
  .py-mobile-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .px-mobile-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-mobile-15 {
    padding: 1.5rem !important;
  }
  .pl-mobile-15 {
    padding-left: 1.5rem !important;
  }
  .pr-mobile-15 {
    padding-right: 1.5rem !important;
  }
  .pt-mobile-15 {
    padding-top: 1.5rem !important;
  }
  .pb-mobile-15 {
    padding-bottom: 1.5rem !important;
  }
  .py-mobile-15 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .px-mobile-15 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-mobile-20 {
    padding: 2rem !important;
  }
  .pl-mobile-20 {
    padding-left: 2rem !important;
  }
  .pr-mobile-20 {
    padding-right: 2rem !important;
  }
  .pt-mobile-20 {
    padding-top: 2rem !important;
  }
  .pb-mobile-20 {
    padding-bottom: 2rem !important;
  }
  .py-mobile-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .px-mobile-20 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-mobile-25 {
    padding: 2.5rem !important;
  }
  .pl-mobile-25 {
    padding-left: 2.5rem !important;
  }
  .pr-mobile-25 {
    padding-right: 2.5rem !important;
  }
  .pt-mobile-25 {
    padding-top: 2.5rem !important;
  }
  .pb-mobile-25 {
    padding-bottom: 2.5rem !important;
  }
  .py-mobile-25 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-mobile-25 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .p-mobile-30 {
    padding: 3rem !important;
  }
  .pl-mobile-30 {
    padding-left: 3rem !important;
  }
  .pr-mobile-30 {
    padding-right: 3rem !important;
  }
  .pt-mobile-30 {
    padding-top: 3rem !important;
  }
  .pb-mobile-30 {
    padding-bottom: 3rem !important;
  }
  .py-mobile-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .px-mobile-30 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-mobile-35 {
    padding: 3.5rem !important;
  }
  .pl-mobile-35 {
    padding-left: 3.5rem !important;
  }
  .pr-mobile-35 {
    padding-right: 3.5rem !important;
  }
  .pt-mobile-35 {
    padding-top: 3.5rem !important;
  }
  .pb-mobile-35 {
    padding-bottom: 3.5rem !important;
  }
  .py-mobile-35 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .px-mobile-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .p-mobile-40 {
    padding: 4rem !important;
  }
  .pl-mobile-40 {
    padding-left: 4rem !important;
  }
  .pr-mobile-40 {
    padding-right: 4rem !important;
  }
  .pt-mobile-40 {
    padding-top: 4rem !important;
  }
  .pb-mobile-40 {
    padding-bottom: 4rem !important;
  }
  .py-mobile-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .px-mobile-40 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .p-mobile-45 {
    padding: 4.5rem !important;
  }
  .pl-mobile-45 {
    padding-left: 4.5rem !important;
  }
  .pr-mobile-45 {
    padding-right: 4.5rem !important;
  }
  .pt-mobile-45 {
    padding-top: 4.5rem !important;
  }
  .pb-mobile-45 {
    padding-bottom: 4.5rem !important;
  }
  .py-mobile-45 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .px-mobile-45 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .p-mobile-50 {
    padding: 5rem !important;
  }
  .pl-mobile-50 {
    padding-left: 5rem !important;
  }
  .pr-mobile-50 {
    padding-right: 5rem !important;
  }
  .pt-mobile-50 {
    padding-top: 5rem !important;
  }
  .pb-mobile-50 {
    padding-bottom: 5rem !important;
  }
  .py-mobile-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .px-mobile-50 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .p-mobile-55 {
    padding: 5.5rem !important;
  }
  .pl-mobile-55 {
    padding-left: 5.5rem !important;
  }
  .pr-mobile-55 {
    padding-right: 5.5rem !important;
  }
  .pt-mobile-55 {
    padding-top: 5.5rem !important;
  }
  .pb-mobile-55 {
    padding-bottom: 5.5rem !important;
  }
  .py-mobile-55 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .px-mobile-55 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .p-mobile-60 {
    padding: 6rem !important;
  }
  .pl-mobile-60 {
    padding-left: 6rem !important;
  }
  .pr-mobile-60 {
    padding-right: 6rem !important;
  }
  .pt-mobile-60 {
    padding-top: 6rem !important;
  }
  .pb-mobile-60 {
    padding-bottom: 6rem !important;
  }
  .py-mobile-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .px-mobile-60 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .p-mobile-65 {
    padding: 6.5rem !important;
  }
  .pl-mobile-65 {
    padding-left: 6.5rem !important;
  }
  .pr-mobile-65 {
    padding-right: 6.5rem !important;
  }
  .pt-mobile-65 {
    padding-top: 6.5rem !important;
  }
  .pb-mobile-65 {
    padding-bottom: 6.5rem !important;
  }
  .py-mobile-65 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .px-mobile-65 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .p-mobile-70 {
    padding: 7rem !important;
  }
  .pl-mobile-70 {
    padding-left: 7rem !important;
  }
  .pr-mobile-70 {
    padding-right: 7rem !important;
  }
  .pt-mobile-70 {
    padding-top: 7rem !important;
  }
  .pb-mobile-70 {
    padding-bottom: 7rem !important;
  }
  .py-mobile-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .px-mobile-70 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .p-mobile-75 {
    padding: 7.5rem !important;
  }
  .pl-mobile-75 {
    padding-left: 7.5rem !important;
  }
  .pr-mobile-75 {
    padding-right: 7.5rem !important;
  }
  .pt-mobile-75 {
    padding-top: 7.5rem !important;
  }
  .pb-mobile-75 {
    padding-bottom: 7.5rem !important;
  }
  .py-mobile-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .px-mobile-75 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .p-mobile-80 {
    padding: 8rem !important;
  }
  .pl-mobile-80 {
    padding-left: 8rem !important;
  }
  .pr-mobile-80 {
    padding-right: 8rem !important;
  }
  .pt-mobile-80 {
    padding-top: 8rem !important;
  }
  .pb-mobile-80 {
    padding-bottom: 8rem !important;
  }
  .py-mobile-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .px-mobile-80 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .p-mobile-85 {
    padding: 8.5rem !important;
  }
  .pl-mobile-85 {
    padding-left: 8.5rem !important;
  }
  .pr-mobile-85 {
    padding-right: 8.5rem !important;
  }
  .pt-mobile-85 {
    padding-top: 8.5rem !important;
  }
  .pb-mobile-85 {
    padding-bottom: 8.5rem !important;
  }
  .py-mobile-85 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .px-mobile-85 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .p-mobile-90 {
    padding: 9rem !important;
  }
  .pl-mobile-90 {
    padding-left: 9rem !important;
  }
  .pr-mobile-90 {
    padding-right: 9rem !important;
  }
  .pt-mobile-90 {
    padding-top: 9rem !important;
  }
  .pb-mobile-90 {
    padding-bottom: 9rem !important;
  }
  .py-mobile-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .px-mobile-90 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .p-mobile-95 {
    padding: 9.5rem !important;
  }
  .pl-mobile-95 {
    padding-left: 9.5rem !important;
  }
  .pr-mobile-95 {
    padding-right: 9.5rem !important;
  }
  .pt-mobile-95 {
    padding-top: 9.5rem !important;
  }
  .pb-mobile-95 {
    padding-bottom: 9.5rem !important;
  }
  .py-mobile-95 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .px-mobile-95 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .p-mobile-100 {
    padding: 10rem !important;
  }
  .pl-mobile-100 {
    padding-left: 10rem !important;
  }
  .pr-mobile-100 {
    padding-right: 10rem !important;
  }
  .pt-mobile-100 {
    padding-top: 10rem !important;
  }
  .pb-mobile-100 {
    padding-bottom: 10rem !important;
  }
  .py-mobile-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .px-mobile-100 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .p-mobile-105 {
    padding: 10.5rem !important;
  }
  .pl-mobile-105 {
    padding-left: 10.5rem !important;
  }
  .pr-mobile-105 {
    padding-right: 10.5rem !important;
  }
  .pt-mobile-105 {
    padding-top: 10.5rem !important;
  }
  .pb-mobile-105 {
    padding-bottom: 10.5rem !important;
  }
  .py-mobile-105 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .px-mobile-105 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .p-mobile-110 {
    padding: 11rem !important;
  }
  .pl-mobile-110 {
    padding-left: 11rem !important;
  }
  .pr-mobile-110 {
    padding-right: 11rem !important;
  }
  .pt-mobile-110 {
    padding-top: 11rem !important;
  }
  .pb-mobile-110 {
    padding-bottom: 11rem !important;
  }
  .py-mobile-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .px-mobile-110 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .p-mobile-115 {
    padding: 11.5rem !important;
  }
  .pl-mobile-115 {
    padding-left: 11.5rem !important;
  }
  .pr-mobile-115 {
    padding-right: 11.5rem !important;
  }
  .pt-mobile-115 {
    padding-top: 11.5rem !important;
  }
  .pb-mobile-115 {
    padding-bottom: 11.5rem !important;
  }
  .py-mobile-115 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .px-mobile-115 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .p-mobile-120 {
    padding: 12rem !important;
  }
  .pl-mobile-120 {
    padding-left: 12rem !important;
  }
  .pr-mobile-120 {
    padding-right: 12rem !important;
  }
  .pt-mobile-120 {
    padding-top: 12rem !important;
  }
  .pb-mobile-120 {
    padding-bottom: 12rem !important;
  }
  .py-mobile-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .px-mobile-120 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .p-mobile-125 {
    padding: 12.5rem !important;
  }
  .pl-mobile-125 {
    padding-left: 12.5rem !important;
  }
  .pr-mobile-125 {
    padding-right: 12.5rem !important;
  }
  .pt-mobile-125 {
    padding-top: 12.5rem !important;
  }
  .pb-mobile-125 {
    padding-bottom: 12.5rem !important;
  }
  .py-mobile-125 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .px-mobile-125 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .p-mobile-130 {
    padding: 13rem !important;
  }
  .pl-mobile-130 {
    padding-left: 13rem !important;
  }
  .pr-mobile-130 {
    padding-right: 13rem !important;
  }
  .pt-mobile-130 {
    padding-top: 13rem !important;
  }
  .pb-mobile-130 {
    padding-bottom: 13rem !important;
  }
  .py-mobile-130 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .px-mobile-130 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .p-mobile-135 {
    padding: 13.5rem !important;
  }
  .pl-mobile-135 {
    padding-left: 13.5rem !important;
  }
  .pr-mobile-135 {
    padding-right: 13.5rem !important;
  }
  .pt-mobile-135 {
    padding-top: 13.5rem !important;
  }
  .pb-mobile-135 {
    padding-bottom: 13.5rem !important;
  }
  .py-mobile-135 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .px-mobile-135 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .p-mobile-140 {
    padding: 14rem !important;
  }
  .pl-mobile-140 {
    padding-left: 14rem !important;
  }
  .pr-mobile-140 {
    padding-right: 14rem !important;
  }
  .pt-mobile-140 {
    padding-top: 14rem !important;
  }
  .pb-mobile-140 {
    padding-bottom: 14rem !important;
  }
  .py-mobile-140 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .px-mobile-140 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .p-mobile-145 {
    padding: 14.5rem !important;
  }
  .pl-mobile-145 {
    padding-left: 14.5rem !important;
  }
  .pr-mobile-145 {
    padding-right: 14.5rem !important;
  }
  .pt-mobile-145 {
    padding-top: 14.5rem !important;
  }
  .pb-mobile-145 {
    padding-bottom: 14.5rem !important;
  }
  .py-mobile-145 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .px-mobile-145 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .p-mobile-150 {
    padding: 15rem !important;
  }
  .pl-mobile-150 {
    padding-left: 15rem !important;
  }
  .pr-mobile-150 {
    padding-right: 15rem !important;
  }
  .pt-mobile-150 {
    padding-top: 15rem !important;
  }
  .pb-mobile-150 {
    padding-bottom: 15rem !important;
  }
  .py-mobile-150 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .px-mobile-150 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .p-mobile-155 {
    padding: 15.5rem !important;
  }
  .pl-mobile-155 {
    padding-left: 15.5rem !important;
  }
  .pr-mobile-155 {
    padding-right: 15.5rem !important;
  }
  .pt-mobile-155 {
    padding-top: 15.5rem !important;
  }
  .pb-mobile-155 {
    padding-bottom: 15.5rem !important;
  }
  .py-mobile-155 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .px-mobile-155 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .p-mobile-160 {
    padding: 16rem !important;
  }
  .pl-mobile-160 {
    padding-left: 16rem !important;
  }
  .pr-mobile-160 {
    padding-right: 16rem !important;
  }
  .pt-mobile-160 {
    padding-top: 16rem !important;
  }
  .pb-mobile-160 {
    padding-bottom: 16rem !important;
  }
  .py-mobile-160 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .px-mobile-160 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .p-mobile-165 {
    padding: 16.5rem !important;
  }
  .pl-mobile-165 {
    padding-left: 16.5rem !important;
  }
  .pr-mobile-165 {
    padding-right: 16.5rem !important;
  }
  .pt-mobile-165 {
    padding-top: 16.5rem !important;
  }
  .pb-mobile-165 {
    padding-bottom: 16.5rem !important;
  }
  .py-mobile-165 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .px-mobile-165 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .p-mobile-170 {
    padding: 17rem !important;
  }
  .pl-mobile-170 {
    padding-left: 17rem !important;
  }
  .pr-mobile-170 {
    padding-right: 17rem !important;
  }
  .pt-mobile-170 {
    padding-top: 17rem !important;
  }
  .pb-mobile-170 {
    padding-bottom: 17rem !important;
  }
  .py-mobile-170 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .px-mobile-170 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .p-mobile-175 {
    padding: 17.5rem !important;
  }
  .pl-mobile-175 {
    padding-left: 17.5rem !important;
  }
  .pr-mobile-175 {
    padding-right: 17.5rem !important;
  }
  .pt-mobile-175 {
    padding-top: 17.5rem !important;
  }
  .pb-mobile-175 {
    padding-bottom: 17.5rem !important;
  }
  .py-mobile-175 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .px-mobile-175 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .p-mobile-180 {
    padding: 18rem !important;
  }
  .pl-mobile-180 {
    padding-left: 18rem !important;
  }
  .pr-mobile-180 {
    padding-right: 18rem !important;
  }
  .pt-mobile-180 {
    padding-top: 18rem !important;
  }
  .pb-mobile-180 {
    padding-bottom: 18rem !important;
  }
  .py-mobile-180 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .px-mobile-180 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .p-mobile-185 {
    padding: 18.5rem !important;
  }
  .pl-mobile-185 {
    padding-left: 18.5rem !important;
  }
  .pr-mobile-185 {
    padding-right: 18.5rem !important;
  }
  .pt-mobile-185 {
    padding-top: 18.5rem !important;
  }
  .pb-mobile-185 {
    padding-bottom: 18.5rem !important;
  }
  .py-mobile-185 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .px-mobile-185 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .p-mobile-190 {
    padding: 19rem !important;
  }
  .pl-mobile-190 {
    padding-left: 19rem !important;
  }
  .pr-mobile-190 {
    padding-right: 19rem !important;
  }
  .pt-mobile-190 {
    padding-top: 19rem !important;
  }
  .pb-mobile-190 {
    padding-bottom: 19rem !important;
  }
  .py-mobile-190 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .px-mobile-190 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .p-mobile-195 {
    padding: 19.5rem !important;
  }
  .pl-mobile-195 {
    padding-left: 19.5rem !important;
  }
  .pr-mobile-195 {
    padding-right: 19.5rem !important;
  }
  .pt-mobile-195 {
    padding-top: 19.5rem !important;
  }
  .pb-mobile-195 {
    padding-bottom: 19.5rem !important;
  }
  .py-mobile-195 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .px-mobile-195 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .p-mobile-200 {
    padding: 20rem !important;
  }
  .pl-mobile-200 {
    padding-left: 20rem !important;
  }
  .pr-mobile-200 {
    padding-right: 20rem !important;
  }
  .pt-mobile-200 {
    padding-top: 20rem !important;
  }
  .pb-mobile-200 {
    padding-bottom: 20rem !important;
  }
  .py-mobile-200 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .px-mobile-200 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .p-mobile-205 {
    padding: 20.5rem !important;
  }
  .pl-mobile-205 {
    padding-left: 20.5rem !important;
  }
  .pr-mobile-205 {
    padding-right: 20.5rem !important;
  }
  .pt-mobile-205 {
    padding-top: 20.5rem !important;
  }
  .pb-mobile-205 {
    padding-bottom: 20.5rem !important;
  }
  .py-mobile-205 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .px-mobile-205 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .p-mobile-210 {
    padding: 21rem !important;
  }
  .pl-mobile-210 {
    padding-left: 21rem !important;
  }
  .pr-mobile-210 {
    padding-right: 21rem !important;
  }
  .pt-mobile-210 {
    padding-top: 21rem !important;
  }
  .pb-mobile-210 {
    padding-bottom: 21rem !important;
  }
  .py-mobile-210 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .px-mobile-210 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .p-mobile-215 {
    padding: 21.5rem !important;
  }
  .pl-mobile-215 {
    padding-left: 21.5rem !important;
  }
  .pr-mobile-215 {
    padding-right: 21.5rem !important;
  }
  .pt-mobile-215 {
    padding-top: 21.5rem !important;
  }
  .pb-mobile-215 {
    padding-bottom: 21.5rem !important;
  }
  .py-mobile-215 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .px-mobile-215 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .p-mobile-220 {
    padding: 22rem !important;
  }
  .pl-mobile-220 {
    padding-left: 22rem !important;
  }
  .pr-mobile-220 {
    padding-right: 22rem !important;
  }
  .pt-mobile-220 {
    padding-top: 22rem !important;
  }
  .pb-mobile-220 {
    padding-bottom: 22rem !important;
  }
  .py-mobile-220 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .px-mobile-220 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .p-mobile-225 {
    padding: 22.5rem !important;
  }
  .pl-mobile-225 {
    padding-left: 22.5rem !important;
  }
  .pr-mobile-225 {
    padding-right: 22.5rem !important;
  }
  .pt-mobile-225 {
    padding-top: 22.5rem !important;
  }
  .pb-mobile-225 {
    padding-bottom: 22.5rem !important;
  }
  .py-mobile-225 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .px-mobile-225 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .p-mobile-230 {
    padding: 23rem !important;
  }
  .pl-mobile-230 {
    padding-left: 23rem !important;
  }
  .pr-mobile-230 {
    padding-right: 23rem !important;
  }
  .pt-mobile-230 {
    padding-top: 23rem !important;
  }
  .pb-mobile-230 {
    padding-bottom: 23rem !important;
  }
  .py-mobile-230 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .px-mobile-230 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .p-mobile-235 {
    padding: 23.5rem !important;
  }
  .pl-mobile-235 {
    padding-left: 23.5rem !important;
  }
  .pr-mobile-235 {
    padding-right: 23.5rem !important;
  }
  .pt-mobile-235 {
    padding-top: 23.5rem !important;
  }
  .pb-mobile-235 {
    padding-bottom: 23.5rem !important;
  }
  .py-mobile-235 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .px-mobile-235 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .p-mobile-240 {
    padding: 24rem !important;
  }
  .pl-mobile-240 {
    padding-left: 24rem !important;
  }
  .pr-mobile-240 {
    padding-right: 24rem !important;
  }
  .pt-mobile-240 {
    padding-top: 24rem !important;
  }
  .pb-mobile-240 {
    padding-bottom: 24rem !important;
  }
  .py-mobile-240 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .px-mobile-240 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .p-mobile-245 {
    padding: 24.5rem !important;
  }
  .pl-mobile-245 {
    padding-left: 24.5rem !important;
  }
  .pr-mobile-245 {
    padding-right: 24.5rem !important;
  }
  .pt-mobile-245 {
    padding-top: 24.5rem !important;
  }
  .pb-mobile-245 {
    padding-bottom: 24.5rem !important;
  }
  .py-mobile-245 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .px-mobile-245 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .p-mobile-250 {
    padding: 25rem !important;
  }
  .pl-mobile-250 {
    padding-left: 25rem !important;
  }
  .pr-mobile-250 {
    padding-right: 25rem !important;
  }
  .pt-mobile-250 {
    padding-top: 25rem !important;
  }
  .pb-mobile-250 {
    padding-bottom: 25rem !important;
  }
  .py-mobile-250 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .px-mobile-250 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .p-mobile-255 {
    padding: 25.5rem !important;
  }
  .pl-mobile-255 {
    padding-left: 25.5rem !important;
  }
  .pr-mobile-255 {
    padding-right: 25.5rem !important;
  }
  .pt-mobile-255 {
    padding-top: 25.5rem !important;
  }
  .pb-mobile-255 {
    padding-bottom: 25.5rem !important;
  }
  .py-mobile-255 {
    padding-top: 25.5rem !important;
    padding-bottom: 25.5rem !important;
  }
  .px-mobile-255 {
    padding-left: 25.5rem !important;
    padding-right: 25.5rem !important;
  }
  .p-mobile-260 {
    padding: 26rem !important;
  }
  .pl-mobile-260 {
    padding-left: 26rem !important;
  }
  .pr-mobile-260 {
    padding-right: 26rem !important;
  }
  .pt-mobile-260 {
    padding-top: 26rem !important;
  }
  .pb-mobile-260 {
    padding-bottom: 26rem !important;
  }
  .py-mobile-260 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }
  .px-mobile-260 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }
  .p-mobile-265 {
    padding: 26.5rem !important;
  }
  .pl-mobile-265 {
    padding-left: 26.5rem !important;
  }
  .pr-mobile-265 {
    padding-right: 26.5rem !important;
  }
  .pt-mobile-265 {
    padding-top: 26.5rem !important;
  }
  .pb-mobile-265 {
    padding-bottom: 26.5rem !important;
  }
  .py-mobile-265 {
    padding-top: 26.5rem !important;
    padding-bottom: 26.5rem !important;
  }
  .px-mobile-265 {
    padding-left: 26.5rem !important;
    padding-right: 26.5rem !important;
  }
  .p-mobile-270 {
    padding: 27rem !important;
  }
  .pl-mobile-270 {
    padding-left: 27rem !important;
  }
  .pr-mobile-270 {
    padding-right: 27rem !important;
  }
  .pt-mobile-270 {
    padding-top: 27rem !important;
  }
  .pb-mobile-270 {
    padding-bottom: 27rem !important;
  }
  .py-mobile-270 {
    padding-top: 27rem !important;
    padding-bottom: 27rem !important;
  }
  .px-mobile-270 {
    padding-left: 27rem !important;
    padding-right: 27rem !important;
  }
  .p-mobile-275 {
    padding: 27.5rem !important;
  }
  .pl-mobile-275 {
    padding-left: 27.5rem !important;
  }
  .pr-mobile-275 {
    padding-right: 27.5rem !important;
  }
  .pt-mobile-275 {
    padding-top: 27.5rem !important;
  }
  .pb-mobile-275 {
    padding-bottom: 27.5rem !important;
  }
  .py-mobile-275 {
    padding-top: 27.5rem !important;
    padding-bottom: 27.5rem !important;
  }
  .px-mobile-275 {
    padding-left: 27.5rem !important;
    padding-right: 27.5rem !important;
  }
  .p-mobile-280 {
    padding: 28rem !important;
  }
  .pl-mobile-280 {
    padding-left: 28rem !important;
  }
  .pr-mobile-280 {
    padding-right: 28rem !important;
  }
  .pt-mobile-280 {
    padding-top: 28rem !important;
  }
  .pb-mobile-280 {
    padding-bottom: 28rem !important;
  }
  .py-mobile-280 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }
  .px-mobile-280 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }
  .p-mobile-285 {
    padding: 28.5rem !important;
  }
  .pl-mobile-285 {
    padding-left: 28.5rem !important;
  }
  .pr-mobile-285 {
    padding-right: 28.5rem !important;
  }
  .pt-mobile-285 {
    padding-top: 28.5rem !important;
  }
  .pb-mobile-285 {
    padding-bottom: 28.5rem !important;
  }
  .py-mobile-285 {
    padding-top: 28.5rem !important;
    padding-bottom: 28.5rem !important;
  }
  .px-mobile-285 {
    padding-left: 28.5rem !important;
    padding-right: 28.5rem !important;
  }
  .p-mobile-290 {
    padding: 29rem !important;
  }
  .pl-mobile-290 {
    padding-left: 29rem !important;
  }
  .pr-mobile-290 {
    padding-right: 29rem !important;
  }
  .pt-mobile-290 {
    padding-top: 29rem !important;
  }
  .pb-mobile-290 {
    padding-bottom: 29rem !important;
  }
  .py-mobile-290 {
    padding-top: 29rem !important;
    padding-bottom: 29rem !important;
  }
  .px-mobile-290 {
    padding-left: 29rem !important;
    padding-right: 29rem !important;
  }
  .p-mobile-295 {
    padding: 29.5rem !important;
  }
  .pl-mobile-295 {
    padding-left: 29.5rem !important;
  }
  .pr-mobile-295 {
    padding-right: 29.5rem !important;
  }
  .pt-mobile-295 {
    padding-top: 29.5rem !important;
  }
  .pb-mobile-295 {
    padding-bottom: 29.5rem !important;
  }
  .py-mobile-295 {
    padding-top: 29.5rem !important;
    padding-bottom: 29.5rem !important;
  }
  .px-mobile-295 {
    padding-left: 29.5rem !important;
    padding-right: 29.5rem !important;
  }
  .p-mobile-300 {
    padding: 30rem !important;
  }
  .pl-mobile-300 {
    padding-left: 30rem !important;
  }
  .pr-mobile-300 {
    padding-right: 30rem !important;
  }
  .pt-mobile-300 {
    padding-top: 30rem !important;
  }
  .pb-mobile-300 {
    padding-bottom: 30rem !important;
  }
  .py-mobile-300 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }
  .px-mobile-300 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }
  .p-mobile-335 {
    padding: 33.5rem !important;
  }
  .pl-mobile-335 {
    padding-left: 33.5rem !important;
  }
  .pr-mobile-335 {
    padding-right: 33.5rem !important;
  }
  .pt-mobile-335 {
    padding-top: 33.5rem !important;
  }
  .pb-mobile-335 {
    padding-bottom: 33.5rem !important;
  }
  .py-mobile-335 {
    padding-top: 33.5rem !important;
    padding-bottom: 33.5rem !important;
  }
  .px-mobile-335 {
    padding-left: 33.5rem !important;
    padding-right: 33.5rem !important;
  }
}

/* --------------------------------- orders --------------------------------- */
.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;
}

@media only screen and (min-width: 576px) {
  .order-sm-0 {
    order: 0;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-0 {
    order: 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-0 {
    order: 0;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-0 {
    order: 0;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-0 {
    order: 0;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-1 {
    order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-1 {
    order: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-1 {
    order: 1;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-1 {
    order: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-1 {
    order: 1;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-2 {
    order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-2 {
    order: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-2 {
    order: 2;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-2 {
    order: 2;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-2 {
    order: 2;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-3 {
    order: 3;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-3 {
    order: 3;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-3 {
    order: 3;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-3 {
    order: 3;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-3 {
    order: 3;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-3 {
    order: 3;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-4 {
    order: 4;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-4 {
    order: 4;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-4 {
    order: 4;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-4 {
    order: 4;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-4 {
    order: 4;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-4 {
    order: 4;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-5 {
    order: 5;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-5 {
    order: 5;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-5 {
    order: 5;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-5 {
    order: 5;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-5 {
    order: 5;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-5 {
    order: 5;
  }
}

@media only screen and (min-width: 576px) {
  .order-sm-6 {
    order: 6;
  }
}

@media only screen and (min-width: 768px) {
  .order-md-6 {
    order: 6;
  }
}

@media only screen and (min-width: 1025.1px) {
  .order-lg-6 {
    order: 6;
  }
}

@media only screen and (max-width: 767.98px) {
  .order-phone-6 {
    order: 6;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .order-tablet-6 {
    order: 6;
  }
}

@media only screen and (max-width: 1025px) {
  .order-mobile-6 {
    order: 6;
  }
}

/* -------------------------------- overflows -------------------------------- */
.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

/* ------------------------------- responsivo ------------------------------- */
@media only screen and (min-width: 576px) {
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .overflow-sm-x-hidden {
    overflow-x: hidden;
  }
  .overflow-sm-y-hidden {
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .overflow-md-hidden {
    overflow: hidden;
  }
  .overflow-md-x-hidden {
    overflow-x: hidden;
  }
  .overflow-md-y-hidden {
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 1025.1px) {
  .overflow-lg-hidden {
    overflow: hidden;
  }
  .overflow-lg-x-hidden {
    overflow-x: hidden;
  }
  .overflow-lg-y-hidden {
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 767.98px) {
  .overflow-phone-hidden {
    overflow: hidden;
  }
  .overflow-phone-x-hidden {
    overflow-x: hidden;
  }
  .overflow-phone-y-hidden {
    overflow-y: hidden;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .overflow-tablet-hidden {
    overflow: hidden;
  }
  .overflow-tablet-x-hidden {
    overflow-x: hidden;
  }
  .overflow-tablet-y-hidden {
    overflow-y: hidden;
  }
}

@media only screen and (max-width: 1025px) {
  .overflow-mobile-hidden {
    overflow: hidden;
  }
  .overflow-mobile-x-hidden {
    overflow-x: hidden;
  }
  .overflow-mobile-y-hidden {
    overflow-y: hidden;
  }
}

/* ----------------------------- fim responsivo ----------------------------- */
.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.obj-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  height: 100%;
  width: 100%;
}

.obj-pos-center {
  -o-object-position: center;
     object-position: center;
}

.obj-pos-left {
  -o-object-position: left;
     object-position: left;
}

.obj-pos-right {
  -o-object-position: right;
     object-position: right;
}

.obj-pos-top {
  -o-object-position: top;
     object-position: top;
}

.obj-pos-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

/* -------------------------------- pointer-events -------------------------------- */
.pointer-events-none {
  pointer-events: none;
}

/* ------------------------------- responsivo ------------------------------- */
/* ----------------------------- fim responsivo ----------------------------- */
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

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

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

.pos-absolute-center {
  position: absolute;
  top: 50%;
  top: 50%;
  transform: translateY(-50%, -50%);
}

.pos-static {
  position: static;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

@media only screen and (min-width: 1025.1px) {
  .text-lg-center {
    text-align: center;
  }
}

/* --------------------------------- clear -------------------------------- */
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

/* --------------------------------- z-index -------------------------------- */
.z-1 {
  z-index: 1;
}

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

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

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

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

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

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

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

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

@media only screen and (min-width: 576px) {
  .z-sm-1 {
    z-index: 1;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-1 {
    z-index: 1;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-1 {
    z-index: 1;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-1 {
    z-index: 1;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-1 {
    z-index: 1;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-1 {
    z-index: 1;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-2 {
    z-index: 2;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-2 {
    z-index: 2;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-2 {
    z-index: 2;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-2 {
    z-index: 2;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-2 {
    z-index: 2;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-3 {
    z-index: 3;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-3 {
    z-index: 3;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-3 {
    z-index: 3;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-3 {
    z-index: 3;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-3 {
    z-index: 3;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-3 {
    z-index: 3;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-4 {
    z-index: 4;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-4 {
    z-index: 4;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-4 {
    z-index: 4;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-4 {
    z-index: 4;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-4 {
    z-index: 4;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-4 {
    z-index: 4;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-5 {
    z-index: 5;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-5 {
    z-index: 5;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-5 {
    z-index: 5;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-5 {
    z-index: 5;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-5 {
    z-index: 5;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-5 {
    z-index: 5;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-6 {
    z-index: 6;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-6 {
    z-index: 6;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-6 {
    z-index: 6;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-6 {
    z-index: 6;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-6 {
    z-index: 6;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-6 {
    z-index: 6;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-7 {
    z-index: 7;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-7 {
    z-index: 7;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-7 {
    z-index: 7;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-7 {
    z-index: 7;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-7 {
    z-index: 7;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-7 {
    z-index: 7;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-8 {
    z-index: 8;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-8 {
    z-index: 8;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-8 {
    z-index: 8;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-8 {
    z-index: 8;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-8 {
    z-index: 8;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-8 {
    z-index: 8;
  }
}

@media only screen and (min-width: 576px) {
  .z-sm-9 {
    z-index: 9;
  }
}

@media only screen and (min-width: 768px) {
  .z-md-9 {
    z-index: 9;
  }
}

@media only screen and (min-width: 1025.1px) {
  .z-lg-9 {
    z-index: 9;
  }
}

@media only screen and (max-width: 767.98px) {
  .z-phone-9 {
    z-index: 9;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .z-tablet-9 {
    z-index: 9;
  }
}

@media only screen and (max-width: 1025px) {
  .z-mobile-9 {
    z-index: 9;
  }
}

