@charset "UTF-8";
:root {
  --maevx-blue: #0d6efd;
  --maevx-indigo: #6610f2;
  --maevx-purple: #6f42c1;
  --maevx-pink: #d63384;
  --maevx-red: #dc3545;
  --maevx-orange: #fd7e14;
  --maevx-yellow: #ffc107;
  --maevx-green: #198754;
  --maevx-teal: #20c997;
  --maevx-cyan: #0dcaf0;
  --maevx-black: #000;
  --maevx-white: #fff;
  --maevx-gray: #6c757d;
  --maevx-gray-dark: #343a40;
  --maevx-gray-100: #f8f9fa;
  --maevx-gray-200: #e9ecef;
  --maevx-gray-300: #dee2e6;
  --maevx-gray-400: #ced4da;
  --maevx-gray-500: #adb5bd;
  --maevx-gray-600: #6c757d;
  --maevx-gray-700: #495057;
  --maevx-gray-800: #343a40;
  --maevx-gray-900: #212529;
  --maevx-primary: #0d6efd;
  --maevx-secondary: #6c757d;
  --maevx-success: #198754;
  --maevx-info: #0dcaf0;
  --maevx-warning: #ffc107;
  --maevx-danger: #dc3545;
  --maevx-light: #f8f9fa;
  --maevx-dark: #212529;
  --maevx-primary-rgb: 13, 110, 253;
  --maevx-secondary-rgb: 108, 117, 125;
  --maevx-success-rgb: 25, 135, 84;
  --maevx-info-rgb: 13, 202, 240;
  --maevx-warning-rgb: 255, 193, 7;
  --maevx-danger-rgb: 220, 53, 69;
  --maevx-light-rgb: 248, 249, 250;
  --maevx-dark-rgb: 33, 37, 41;
  --maevx-white-rgb: 255, 255, 255;
  --maevx-black-rgb: 0, 0, 0;
  --maevx-body-color-rgb: 33, 37, 41;
  --maevx-body-bg-rgb: 255, 255, 255;
  --maevx-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --maevx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --maevx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --maevx-body-font-family: var(--maevx-font-sans-serif);
  --maevx-body-font-size: 1rem;
  --maevx-body-font-weight: 400;
  --maevx-body-line-height: 1.5;
  --maevx-body-color: #212529;
  --maevx-body-bg: #fff;
  --maevx-border-width: 1px;
  --maevx-border-style: solid;
  --maevx-border-color: #dee2e6;
  --maevx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --maevx-border-radius: 0.375rem;
  --maevx-border-radius-sm: 0.25rem;
  --maevx-border-radius-lg: 0.5rem;
  --maevx-border-radius-xl: 1rem;
  --maevx-border-radius-2xl: 2rem;
  --maevx-border-radius-pill: 50rem;
  --maevx-link-color: #0d6efd;
  --maevx-link-hover-color: shift-color(#0d6efd, 20%);
  --maevx-code-color: #d63384;
  --maevx-highlight-bg: tint-color(#ffc107, 80%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  color: var(--maevx-body-color);
  text-align: var(--maevx-body-text-align);
  background-color: var(--maevx-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  background-color: var(--maevx-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--maevx-link-color);
  text-decoration: none;
}
a:hover {
  color: var(--maevx-link-hover-color);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--maevx-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--maevx-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--maevx-body-bg);
  background-color: var(--maevx-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

.maevx-lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.maevx-display-1 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .maevx-display-1 {
    font-size: 5rem;
  }
}

.maevx-display-2 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .maevx-display-2 {
    font-size: 4.5rem;
  }
}

.maevx-display-3 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .maevx-display-3 {
    font-size: 4rem;
  }
}

.maevx-display-4 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .maevx-display-4 {
    font-size: 3.5rem;
  }
}

.maevx-display-5 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .maevx-display-5 {
    font-size: 3rem;
  }
}

.maevx-display-6 {
  font-weight: 300;
  line-height: 1.2;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .maevx-display-6 {
    font-size: 2.5rem;
  }
}

.maevx-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.maevx-list-inline {
  padding-left: 0;
  list-style: none;
}

.maevx-list-inline-item {
  display: inline-block;
}
.maevx-list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.maevx-initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.maevx-blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.maevx-blockquote > :last-child {
  margin-bottom: 0;
}

.maevx-blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.maevx-blockquote-footer::before {
  content: "— ";
}

.maevx-btn {
  --maevx-btn-padding-x: 0.75rem;
  --maevx-btn-padding-y: 0.375rem;
  --maevx-btn-font-family: ;
  --maevx-btn-font-size: 1rem;
  --maevx-btn-font-weight: 400;
  --maevx-btn-line-height: 1.5;
  --maevx-btn-color: #212529;
  --maevx-btn-bg: transparent;
  --maevx-btn-border-width: 1px;
  --maevx-btn-border-color: transparent;
  --maevx-btn-border-radius: 0.375rem;
  --maevx-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --maevx-btn-disabled-opacity: 0.65;
  --maevx-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--maevx-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--maevx-btn-padding-y) var(--maevx-btn-padding-x);
  font-family: var(--maevx-btn-font-family);
  font-size: var(--maevx-btn-font-size);
  font-weight: var(--maevx-btn-font-weight);
  line-height: var(--maevx-btn-line-height);
  color: var(--maevx-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--maevx-btn-border-width) solid var(--maevx-btn-border-color);
  border-radius: var(--maevx-btn-border-radius);
  background-color: var(--maevx-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .maevx-btn {
    transition: none;
  }
}
.maevx-btn:hover {
  color: var(--maevx-btn-hover-color);
  background-color: var(--maevx-btn-hover-bg);
  border-color: var(--maevx-btn-hover-border-color);
}
.maevx-btn-check:focus + .maevx-btn, .maevx-btn:focus {
  color: var(--maevx-btn-hover-color);
  background-color: var(--maevx-btn-hover-bg);
  border-color: var(--maevx-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--maevx-btn-focus-box-shadow);
}
.maevx-btn-check:checked + .maevx-btn, .maevx-btn-check:active + .maevx-btn, .maevx-btn:active, .maevx-btn.active, .maevx-btn.show {
  color: var(--maevx-btn-active-color);
  background-color: var(--maevx-btn-active-bg);
  border-color: var(--maevx-btn-active-border-color);
}
.maevx-btn-check:checked + .maevx-btn:focus, .maevx-btn-check:active + .maevx-btn:focus, .maevx-btn:active:focus, .maevx-btn.active:focus, .maevx-btn.show:focus {
  box-shadow: var(--maevx-btn-focus-box-shadow);
}
.maevx-btn:disabled, .maevx-btn.disabled, fieldset:disabled .maevx-btn {
  color: var(--maevx-btn-disabled-color);
  pointer-events: none;
  background-color: var(--maevx-btn-disabled-bg);
  border-color: var(--maevx-btn-disabled-border-color);
  opacity: var(--maevx-btn-disabled-opacity);
}

.maevx-btn-primary {
  --maevx-btn-color: #fff;
  --maevx-btn-bg: #0d6efd;
  --maevx-btn-border-color: #0d6efd;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --maevx-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --maevx-btn-focus-shadow-rgb: 49.3, 131.75, 253.3;
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: rgb(10.4, 88, 202.4);
  --maevx-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #fff;
  --maevx-btn-disabled-bg: #0d6efd;
  --maevx-btn-disabled-border-color: #0d6efd;
}

.maevx-btn-secondary {
  --maevx-btn-color: #fff;
  --maevx-btn-bg: #6c757d;
  --maevx-btn-border-color: #6c757d;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --maevx-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --maevx-btn-focus-shadow-rgb: 130.05, 137.7, 144.5;
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: rgb(86.4, 93.6, 100);
  --maevx-btn-active-border-color: rgb(81, 87.75, 93.75);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #fff;
  --maevx-btn-disabled-bg: #6c757d;
  --maevx-btn-disabled-border-color: #6c757d;
}

.maevx-btn-success {
  --maevx-btn-color: #fff;
  --maevx-btn-bg: #198754;
  --maevx-btn-border-color: #198754;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --maevx-btn-hover-border-color: rgb(20, 108, 67.2);
  --maevx-btn-focus-shadow-rgb: 59.5, 153, 109.65;
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: rgb(20, 108, 67.2);
  --maevx-btn-active-border-color: rgb(18.75, 101.25, 63);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #fff;
  --maevx-btn-disabled-bg: #198754;
  --maevx-btn-disabled-border-color: #198754;
}

.maevx-btn-info {
  --maevx-btn-color: #000;
  --maevx-btn-bg: #0dcaf0;
  --maevx-btn-border-color: #0dcaf0;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --maevx-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --maevx-btn-focus-shadow-rgb: 11.05, 171.7, 204;
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: rgb(61.4, 212.6, 243);
  --maevx-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #000;
  --maevx-btn-disabled-bg: #0dcaf0;
  --maevx-btn-disabled-border-color: #0dcaf0;
}

.maevx-btn-warning {
  --maevx-btn-color: #000;
  --maevx-btn-bg: #ffc107;
  --maevx-btn-border-color: #ffc107;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: rgb(255, 202.3, 44.2);
  --maevx-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --maevx-btn-focus-shadow-rgb: 216.75, 164.05, 5.95;
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: rgb(255, 205.4, 56.6);
  --maevx-btn-active-border-color: rgb(255, 199.2, 31.8);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #000;
  --maevx-btn-disabled-bg: #ffc107;
  --maevx-btn-disabled-border-color: #ffc107;
}

.maevx-btn-danger {
  --maevx-btn-color: #fff;
  --maevx-btn-bg: #dc3545;
  --maevx-btn-border-color: #dc3545;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: rgb(187, 45.05, 58.65);
  --maevx-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --maevx-btn-focus-shadow-rgb: 225.25, 83.3, 96.9;
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: rgb(176, 42.4, 55.2);
  --maevx-btn-active-border-color: rgb(165, 39.75, 51.75);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #fff;
  --maevx-btn-disabled-bg: #dc3545;
  --maevx-btn-disabled-border-color: #dc3545;
}

.maevx-btn-light {
  --maevx-btn-color: #000;
  --maevx-btn-bg: #f8f9fa;
  --maevx-btn-border-color: #f8f9fa;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --maevx-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --maevx-btn-focus-shadow-rgb: 210.8, 211.65, 212.5;
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: rgb(198.4, 199.2, 200);
  --maevx-btn-active-border-color: rgb(186, 186.75, 187.5);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #000;
  --maevx-btn-disabled-bg: #f8f9fa;
  --maevx-btn-disabled-border-color: #f8f9fa;
}

.maevx-btn-dark {
  --maevx-btn-color: #fff;
  --maevx-btn-bg: #212529;
  --maevx-btn-border-color: #212529;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --maevx-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --maevx-btn-focus-shadow-rgb: 66.3, 69.7, 73.1;
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --maevx-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #fff;
  --maevx-btn-disabled-bg: #212529;
  --maevx-btn-disabled-border-color: #212529;
}

.maevx-btn-outline-primary {
  --maevx-btn-color: #0d6efd;
  --maevx-btn-border-color: #0d6efd;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: #0d6efd;
  --maevx-btn-hover-border-color: #0d6efd;
  --maevx-btn-focus-shadow-rgb: to-rgb(#0d6efd);
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: #0d6efd;
  --maevx-btn-active-border-color: #0d6efd;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #0d6efd;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #0d6efd;
  --maevx-gradient: none;
}

.maevx-btn-outline-secondary {
  --maevx-btn-color: #6c757d;
  --maevx-btn-border-color: #6c757d;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: #6c757d;
  --maevx-btn-hover-border-color: #6c757d;
  --maevx-btn-focus-shadow-rgb: to-rgb(#6c757d);
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: #6c757d;
  --maevx-btn-active-border-color: #6c757d;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #6c757d;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #6c757d;
  --maevx-gradient: none;
}

.maevx-btn-outline-success {
  --maevx-btn-color: #198754;
  --maevx-btn-border-color: #198754;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: #198754;
  --maevx-btn-hover-border-color: #198754;
  --maevx-btn-focus-shadow-rgb: to-rgb(#198754);
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: #198754;
  --maevx-btn-active-border-color: #198754;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #198754;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #198754;
  --maevx-gradient: none;
}

.maevx-btn-outline-info {
  --maevx-btn-color: #0dcaf0;
  --maevx-btn-border-color: #0dcaf0;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: #0dcaf0;
  --maevx-btn-hover-border-color: #0dcaf0;
  --maevx-btn-focus-shadow-rgb: to-rgb(#0dcaf0);
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: #0dcaf0;
  --maevx-btn-active-border-color: #0dcaf0;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #0dcaf0;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #0dcaf0;
  --maevx-gradient: none;
}

.maevx-btn-outline-warning {
  --maevx-btn-color: #ffc107;
  --maevx-btn-border-color: #ffc107;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: #ffc107;
  --maevx-btn-hover-border-color: #ffc107;
  --maevx-btn-focus-shadow-rgb: to-rgb(#ffc107);
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: #ffc107;
  --maevx-btn-active-border-color: #ffc107;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #ffc107;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #ffc107;
  --maevx-gradient: none;
}

.maevx-btn-outline-danger {
  --maevx-btn-color: #dc3545;
  --maevx-btn-border-color: #dc3545;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: #dc3545;
  --maevx-btn-hover-border-color: #dc3545;
  --maevx-btn-focus-shadow-rgb: to-rgb(#dc3545);
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: #dc3545;
  --maevx-btn-active-border-color: #dc3545;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #dc3545;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #dc3545;
  --maevx-gradient: none;
}

.maevx-btn-outline-light {
  --maevx-btn-color: #f8f9fa;
  --maevx-btn-border-color: #f8f9fa;
  --maevx-btn-hover-color: #000;
  --maevx-btn-hover-bg: #f8f9fa;
  --maevx-btn-hover-border-color: #f8f9fa;
  --maevx-btn-focus-shadow-rgb: to-rgb(#f8f9fa);
  --maevx-btn-active-color: #000;
  --maevx-btn-active-bg: #f8f9fa;
  --maevx-btn-active-border-color: #f8f9fa;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #f8f9fa;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #f8f9fa;
  --maevx-gradient: none;
}

.maevx-btn-outline-dark {
  --maevx-btn-color: #212529;
  --maevx-btn-border-color: #212529;
  --maevx-btn-hover-color: #fff;
  --maevx-btn-hover-bg: #212529;
  --maevx-btn-hover-border-color: #212529;
  --maevx-btn-focus-shadow-rgb: to-rgb(#212529);
  --maevx-btn-active-color: #fff;
  --maevx-btn-active-bg: #212529;
  --maevx-btn-active-border-color: #212529;
  --maevx-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --maevx-btn-disabled-color: #212529;
  --maevx-btn-disabled-bg: transparent;
  --maevx-btn-disabled-border-color: #212529;
  --maevx-gradient: none;
}

.maevx-btn-link {
  --maevx-btn-font-weight: 400;
  --maevx-btn-color: var(--maevx-link-color);
  --maevx-btn-bg: transparent;
  --maevx-btn-border-color: transparent;
  --maevx-btn-hover-color: var(--maevx-link-hover-color);
  --maevx-btn-hover-border-color: transparent;
  --maevx-btn-active-color: var(--maevx-link-hover-color);
  --maevx-btn-active-border-color: transparent;
  --maevx-btn-disabled-color: #6c757d;
  --maevx-btn-disabled-border-color: transparent;
  --maevx-btn-box-shadow: none;
  --maevx-btn-focus-shadow-rgb: 49.3, 131.75, 253.3;
  text-decoration: underline;
}
.maevx-btn-link:focus {
  color: var(--maevx-btn-color);
}
.maevx-btn-link:hover {
  color: var(--maevx-btn-hover-color);
}

.maevx-btn-lg {
  --maevx-btn-padding-y: 0.5rem;
  --maevx-btn-padding-x: 1rem;
  --maevx-btn-font-size: 1.25rem;
  --maevx-btn-border-radius: 0.5rem;
}

.maevx-btn-sm {
  --maevx-btn-padding-y: 0.25rem;
  --maevx-btn-padding-x: 0.5rem;
  --maevx-btn-font-size: 0.875rem;
  --maevx-btn-border-radius: 0.25rem;
}

.maevx-row {
  --maevx-gutter-x: 1.5rem;
  --maevx-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--maevx-gutter-y));
  margin-right: calc(-0.5 * var(--maevx-gutter-x));
  margin-left: calc(-0.5 * var(--maevx-gutter-x));
}
.maevx-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--maevx-gutter-x) * 0.5);
  padding-left: calc(var(--maevx-gutter-x) * 0.5);
  margin-top: var(--maevx-gutter-y);
}

.maevx-col {
  flex: 1 0 0%;
}

.maevx-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.maevx-row-cols-1 > * {
  flex: 0 0 auto;
  width: divide(100%, 1);
}

.maevx-row-cols-2 > * {
  flex: 0 0 auto;
  width: divide(100%, 2);
}

.maevx-row-cols-3 > * {
  flex: 0 0 auto;
  width: divide(100%, 3);
}

.maevx-row-cols-4 > * {
  flex: 0 0 auto;
  width: divide(100%, 4);
}

.maevx-row-cols-5 > * {
  flex: 0 0 auto;
  width: divide(100%, 5);
}

.maevx-row-cols-6 > * {
  flex: 0 0 auto;
  width: divide(100%, 6);
}

.maevx-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.maevx-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.maevx-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.maevx-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.maevx-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.maevx-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.maevx-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.maevx-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.maevx-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.maevx-g-0,
.maevx-gx-0 {
  --maevx-gutter-x: 0;
}

.maevx-g-0,
.maevx-gy-0 {
  --maevx-gutter-y: 0;
}

.maevx-g-1,
.maevx-gx-1 {
  --maevx-gutter-x: 0.25rem;
}

.maevx-g-1,
.maevx-gy-1 {
  --maevx-gutter-y: 0.25rem;
}

.maevx-g-2,
.maevx-gx-2 {
  --maevx-gutter-x: 0.5rem;
}

.maevx-g-2,
.maevx-gy-2 {
  --maevx-gutter-y: 0.5rem;
}

.maevx-g-3,
.maevx-gx-3 {
  --maevx-gutter-x: 1rem;
}

.maevx-g-3,
.maevx-gy-3 {
  --maevx-gutter-y: 1rem;
}

.maevx-g-4,
.maevx-gx-4 {
  --maevx-gutter-x: 1.5rem;
}

.maevx-g-4,
.maevx-gy-4 {
  --maevx-gutter-y: 1.5rem;
}

.maevx-g-5,
.maevx-gx-5 {
  --maevx-gutter-x: 3rem;
}

.maevx-g-5,
.maevx-gy-5 {
  --maevx-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .maevx-col-sm {
    flex: 1 0 0%;
  }
  .maevx-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: divide(100%, 1);
  }
  .maevx-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: divide(100%, 2);
  }
  .maevx-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: divide(100%, 3);
  }
  .maevx-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: divide(100%, 4);
  }
  .maevx-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: divide(100%, 5);
  }
  .maevx-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: divide(100%, 6);
  }
  .maevx-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .maevx-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .maevx-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .maevx-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .maevx-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .maevx-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .maevx-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .maevx-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .maevx-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .maevx-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .maevx-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .maevx-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .maevx-offset-sm-0 {
    margin-left: 0;
  }
  .maevx-offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .maevx-offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .maevx-offset-sm-3 {
    margin-left: 25%;
  }
  .maevx-offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .maevx-offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .maevx-offset-sm-6 {
    margin-left: 50%;
  }
  .maevx-offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .maevx-offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .maevx-offset-sm-9 {
    margin-left: 75%;
  }
  .maevx-offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .maevx-offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .maevx-g-sm-0,
  .maevx-gx-sm-0 {
    --maevx-gutter-x: 0;
  }
  .maevx-g-sm-0,
  .maevx-gy-sm-0 {
    --maevx-gutter-y: 0;
  }
  .maevx-g-sm-1,
  .maevx-gx-sm-1 {
    --maevx-gutter-x: 0.25rem;
  }
  .maevx-g-sm-1,
  .maevx-gy-sm-1 {
    --maevx-gutter-y: 0.25rem;
  }
  .maevx-g-sm-2,
  .maevx-gx-sm-2 {
    --maevx-gutter-x: 0.5rem;
  }
  .maevx-g-sm-2,
  .maevx-gy-sm-2 {
    --maevx-gutter-y: 0.5rem;
  }
  .maevx-g-sm-3,
  .maevx-gx-sm-3 {
    --maevx-gutter-x: 1rem;
  }
  .maevx-g-sm-3,
  .maevx-gy-sm-3 {
    --maevx-gutter-y: 1rem;
  }
  .maevx-g-sm-4,
  .maevx-gx-sm-4 {
    --maevx-gutter-x: 1.5rem;
  }
  .maevx-g-sm-4,
  .maevx-gy-sm-4 {
    --maevx-gutter-y: 1.5rem;
  }
  .maevx-g-sm-5,
  .maevx-gx-sm-5 {
    --maevx-gutter-x: 3rem;
  }
  .maevx-g-sm-5,
  .maevx-gy-sm-5 {
    --maevx-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .maevx-col-md {
    flex: 1 0 0%;
  }
  .maevx-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: divide(100%, 1);
  }
  .maevx-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: divide(100%, 2);
  }
  .maevx-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: divide(100%, 3);
  }
  .maevx-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: divide(100%, 4);
  }
  .maevx-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: divide(100%, 5);
  }
  .maevx-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: divide(100%, 6);
  }
  .maevx-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .maevx-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .maevx-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .maevx-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .maevx-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .maevx-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .maevx-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .maevx-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .maevx-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .maevx-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .maevx-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .maevx-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .maevx-offset-md-0 {
    margin-left: 0;
  }
  .maevx-offset-md-1 {
    margin-left: 8.33333333%;
  }
  .maevx-offset-md-2 {
    margin-left: 16.66666667%;
  }
  .maevx-offset-md-3 {
    margin-left: 25%;
  }
  .maevx-offset-md-4 {
    margin-left: 33.33333333%;
  }
  .maevx-offset-md-5 {
    margin-left: 41.66666667%;
  }
  .maevx-offset-md-6 {
    margin-left: 50%;
  }
  .maevx-offset-md-7 {
    margin-left: 58.33333333%;
  }
  .maevx-offset-md-8 {
    margin-left: 66.66666667%;
  }
  .maevx-offset-md-9 {
    margin-left: 75%;
  }
  .maevx-offset-md-10 {
    margin-left: 83.33333333%;
  }
  .maevx-offset-md-11 {
    margin-left: 91.66666667%;
  }
  .maevx-g-md-0,
  .maevx-gx-md-0 {
    --maevx-gutter-x: 0;
  }
  .maevx-g-md-0,
  .maevx-gy-md-0 {
    --maevx-gutter-y: 0;
  }
  .maevx-g-md-1,
  .maevx-gx-md-1 {
    --maevx-gutter-x: 0.25rem;
  }
  .maevx-g-md-1,
  .maevx-gy-md-1 {
    --maevx-gutter-y: 0.25rem;
  }
  .maevx-g-md-2,
  .maevx-gx-md-2 {
    --maevx-gutter-x: 0.5rem;
  }
  .maevx-g-md-2,
  .maevx-gy-md-2 {
    --maevx-gutter-y: 0.5rem;
  }
  .maevx-g-md-3,
  .maevx-gx-md-3 {
    --maevx-gutter-x: 1rem;
  }
  .maevx-g-md-3,
  .maevx-gy-md-3 {
    --maevx-gutter-y: 1rem;
  }
  .maevx-g-md-4,
  .maevx-gx-md-4 {
    --maevx-gutter-x: 1.5rem;
  }
  .maevx-g-md-4,
  .maevx-gy-md-4 {
    --maevx-gutter-y: 1.5rem;
  }
  .maevx-g-md-5,
  .maevx-gx-md-5 {
    --maevx-gutter-x: 3rem;
  }
  .maevx-g-md-5,
  .maevx-gy-md-5 {
    --maevx-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .maevx-col-lg {
    flex: 1 0 0%;
  }
  .maevx-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: divide(100%, 1);
  }
  .maevx-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: divide(100%, 2);
  }
  .maevx-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: divide(100%, 3);
  }
  .maevx-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: divide(100%, 4);
  }
  .maevx-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: divide(100%, 5);
  }
  .maevx-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: divide(100%, 6);
  }
  .maevx-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .maevx-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .maevx-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .maevx-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .maevx-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .maevx-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .maevx-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .maevx-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .maevx-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .maevx-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .maevx-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .maevx-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .maevx-offset-lg-0 {
    margin-left: 0;
  }
  .maevx-offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .maevx-offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .maevx-offset-lg-3 {
    margin-left: 25%;
  }
  .maevx-offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .maevx-offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .maevx-offset-lg-6 {
    margin-left: 50%;
  }
  .maevx-offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .maevx-offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .maevx-offset-lg-9 {
    margin-left: 75%;
  }
  .maevx-offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .maevx-offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .maevx-g-lg-0,
  .maevx-gx-lg-0 {
    --maevx-gutter-x: 0;
  }
  .maevx-g-lg-0,
  .maevx-gy-lg-0 {
    --maevx-gutter-y: 0;
  }
  .maevx-g-lg-1,
  .maevx-gx-lg-1 {
    --maevx-gutter-x: 0.25rem;
  }
  .maevx-g-lg-1,
  .maevx-gy-lg-1 {
    --maevx-gutter-y: 0.25rem;
  }
  .maevx-g-lg-2,
  .maevx-gx-lg-2 {
    --maevx-gutter-x: 0.5rem;
  }
  .maevx-g-lg-2,
  .maevx-gy-lg-2 {
    --maevx-gutter-y: 0.5rem;
  }
  .maevx-g-lg-3,
  .maevx-gx-lg-3 {
    --maevx-gutter-x: 1rem;
  }
  .maevx-g-lg-3,
  .maevx-gy-lg-3 {
    --maevx-gutter-y: 1rem;
  }
  .maevx-g-lg-4,
  .maevx-gx-lg-4 {
    --maevx-gutter-x: 1.5rem;
  }
  .maevx-g-lg-4,
  .maevx-gy-lg-4 {
    --maevx-gutter-y: 1.5rem;
  }
  .maevx-g-lg-5,
  .maevx-gx-lg-5 {
    --maevx-gutter-x: 3rem;
  }
  .maevx-g-lg-5,
  .maevx-gy-lg-5 {
    --maevx-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .maevx-col-xl {
    flex: 1 0 0%;
  }
  .maevx-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: divide(100%, 1);
  }
  .maevx-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: divide(100%, 2);
  }
  .maevx-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: divide(100%, 3);
  }
  .maevx-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: divide(100%, 4);
  }
  .maevx-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: divide(100%, 5);
  }
  .maevx-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: divide(100%, 6);
  }
  .maevx-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .maevx-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .maevx-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .maevx-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .maevx-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .maevx-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .maevx-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .maevx-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .maevx-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .maevx-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .maevx-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .maevx-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .maevx-offset-xl-0 {
    margin-left: 0;
  }
  .maevx-offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .maevx-offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .maevx-offset-xl-3 {
    margin-left: 25%;
  }
  .maevx-offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .maevx-offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .maevx-offset-xl-6 {
    margin-left: 50%;
  }
  .maevx-offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .maevx-offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .maevx-offset-xl-9 {
    margin-left: 75%;
  }
  .maevx-offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .maevx-offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .maevx-g-xl-0,
  .maevx-gx-xl-0 {
    --maevx-gutter-x: 0;
  }
  .maevx-g-xl-0,
  .maevx-gy-xl-0 {
    --maevx-gutter-y: 0;
  }
  .maevx-g-xl-1,
  .maevx-gx-xl-1 {
    --maevx-gutter-x: 0.25rem;
  }
  .maevx-g-xl-1,
  .maevx-gy-xl-1 {
    --maevx-gutter-y: 0.25rem;
  }
  .maevx-g-xl-2,
  .maevx-gx-xl-2 {
    --maevx-gutter-x: 0.5rem;
  }
  .maevx-g-xl-2,
  .maevx-gy-xl-2 {
    --maevx-gutter-y: 0.5rem;
  }
  .maevx-g-xl-3,
  .maevx-gx-xl-3 {
    --maevx-gutter-x: 1rem;
  }
  .maevx-g-xl-3,
  .maevx-gy-xl-3 {
    --maevx-gutter-y: 1rem;
  }
  .maevx-g-xl-4,
  .maevx-gx-xl-4 {
    --maevx-gutter-x: 1.5rem;
  }
  .maevx-g-xl-4,
  .maevx-gy-xl-4 {
    --maevx-gutter-y: 1.5rem;
  }
  .maevx-g-xl-5,
  .maevx-gx-xl-5 {
    --maevx-gutter-x: 3rem;
  }
  .maevx-g-xl-5,
  .maevx-gy-xl-5 {
    --maevx-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .maevx-col-xxl {
    flex: 1 0 0%;
  }
  .maevx-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: divide(100%, 1);
  }
  .maevx-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: divide(100%, 2);
  }
  .maevx-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: divide(100%, 3);
  }
  .maevx-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: divide(100%, 4);
  }
  .maevx-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: divide(100%, 5);
  }
  .maevx-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: divide(100%, 6);
  }
  .maevx-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .maevx-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .maevx-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .maevx-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .maevx-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .maevx-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .maevx-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .maevx-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .maevx-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .maevx-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .maevx-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .maevx-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .maevx-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .maevx-offset-xxl-0 {
    margin-left: 0;
  }
  .maevx-offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .maevx-offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .maevx-offset-xxl-3 {
    margin-left: 25%;
  }
  .maevx-offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .maevx-offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .maevx-offset-xxl-6 {
    margin-left: 50%;
  }
  .maevx-offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .maevx-offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .maevx-offset-xxl-9 {
    margin-left: 75%;
  }
  .maevx-offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .maevx-offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .maevx-g-xxl-0,
  .maevx-gx-xxl-0 {
    --maevx-gutter-x: 0;
  }
  .maevx-g-xxl-0,
  .maevx-gy-xxl-0 {
    --maevx-gutter-y: 0;
  }
  .maevx-g-xxl-1,
  .maevx-gx-xxl-1 {
    --maevx-gutter-x: 0.25rem;
  }
  .maevx-g-xxl-1,
  .maevx-gy-xxl-1 {
    --maevx-gutter-y: 0.25rem;
  }
  .maevx-g-xxl-2,
  .maevx-gx-xxl-2 {
    --maevx-gutter-x: 0.5rem;
  }
  .maevx-g-xxl-2,
  .maevx-gy-xxl-2 {
    --maevx-gutter-y: 0.5rem;
  }
  .maevx-g-xxl-3,
  .maevx-gx-xxl-3 {
    --maevx-gutter-x: 1rem;
  }
  .maevx-g-xxl-3,
  .maevx-gy-xxl-3 {
    --maevx-gutter-y: 1rem;
  }
  .maevx-g-xxl-4,
  .maevx-gx-xxl-4 {
    --maevx-gutter-x: 1.5rem;
  }
  .maevx-g-xxl-4,
  .maevx-gy-xxl-4 {
    --maevx-gutter-y: 1.5rem;
  }
  .maevx-g-xxl-5,
  .maevx-gx-xxl-5 {
    --maevx-gutter-x: 3rem;
  }
  .maevx-g-xxl-5,
  .maevx-gy-xxl-5 {
    --maevx-gutter-y: 3rem;
  }
}
.maevx-alert {
  --maevx-alert-bg: transparent;
  --maevx-alert-padding-x: 1rem;
  --maevx-alert-padding-y: 1rem;
  --maevx-alert-margin-bottom: 1rem;
  --maevx-alert-color: inherit;
  --maevx-alert-border-color: transparent;
  --maevx-alert-border: 1px solid var(--maevx-alert-border-color);
  --maevx-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--maevx-alert-padding-y) var(--maevx-alert-padding-x);
  margin-bottom: var(--maevx-alert-margin-bottom);
  color: var(--maevx-alert-color);
  background-color: var(--maevx-alert-bg);
  border: var(--maevx-alert-border);
  border-radius: var(--maevx-alert-border-radius);
}

.maevx-alert-heading {
  color: inherit;
}

.maevx-alert-link {
  font-weight: 700;
}

.maevx-alert-dismissible {
  padding-right: 3rem;
}
.maevx-alert-dismissible .maevx-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.maevx-alert-primary {
  --maevx-alert-color: rgb(7.8, 66, 151.8);
  --maevx-alert-bg: rgb(206.6, 226, 254.6);
  --maevx-alert-border-color: rgb(182.4, 211.5, 254.4);
}
.maevx-alert-primary .maevx-alert-link {
  color: rgb(6.24, 52.8, 121.44);
}

.maevx-alert-secondary {
  --maevx-alert-color: rgb(64.8, 70.2, 75);
  --maevx-alert-bg: rgb(225.6, 227.4, 229);
  --maevx-alert-border-color: rgb(210.9, 213.6, 216);
}
.maevx-alert-secondary .maevx-alert-link {
  color: rgb(51.84, 56.16, 60);
}

.maevx-alert-success {
  --maevx-alert-color: rgb(15, 81, 50.4);
  --maevx-alert-bg: rgb(209, 231, 220.8);
  --maevx-alert-border-color: rgb(186, 219, 203.7);
}
.maevx-alert-success .maevx-alert-link {
  color: rgb(12, 64.8, 40.32);
}

.maevx-alert-info {
  --maevx-alert-color: rgb(5.2, 80.8, 96);
  --maevx-alert-bg: rgb(206.6, 244.4, 252);
  --maevx-alert-border-color: rgb(182.4, 239.1, 250.5);
}
.maevx-alert-info .maevx-alert-link {
  color: rgb(4.16, 64.64, 76.8);
}

.maevx-alert-warning {
  --maevx-alert-color: rgb(102, 77.2, 2.8);
  --maevx-alert-bg: rgb(255, 242.6, 205.4);
  --maevx-alert-border-color: rgb(255, 236.4, 180.6);
}
.maevx-alert-warning .maevx-alert-link {
  color: rgb(81.6, 61.76, 2.24);
}

.maevx-alert-danger {
  --maevx-alert-color: rgb(132, 31.8, 41.4);
  --maevx-alert-bg: rgb(248, 214.6, 217.8);
  --maevx-alert-border-color: rgb(244.5, 194.4, 199.2);
}
.maevx-alert-danger .maevx-alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.maevx-alert-light {
  --maevx-alert-color: rgb(99.2, 99.6, 100);
  --maevx-alert-bg: rgb(253.6, 253.8, 254);
  --maevx-alert-border-color: rgb(252.9, 253.2, 253.5);
}
.maevx-alert-light .maevx-alert-link {
  color: rgb(79.36, 79.68, 80);
}

.maevx-alert-dark {
  --maevx-alert-color: rgb(19.8, 22.2, 24.6);
  --maevx-alert-bg: rgb(210.6, 211.4, 212.2);
  --maevx-alert-border-color: rgb(188.4, 189.6, 190.8);
}
.maevx-alert-dark .maevx-alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

.maevx-align-baseline {
  vertical-align: baseline !important;
}

.maevx-align-top {
  vertical-align: top !important;
}

.maevx-align-middle {
  vertical-align: middle !important;
}

.maevx-align-bottom {
  vertical-align: bottom !important;
}

.maevx-align-text-bottom {
  vertical-align: text-bottom !important;
}

.maevx-align-text-top {
  vertical-align: text-top !important;
}

.maevx-float-start {
  float: left !important;
}

.maevx-float-end {
  float: right !important;
}

.maevx-float-none {
  float: none !important;
}

.maevx-opacity-0 {
  opacity: 0 !important;
}

.maevx-opacity-25 {
  opacity: 0.25 !important;
}

.maevx-opacity-50 {
  opacity: 0.5 !important;
}

.maevx-opacity-75 {
  opacity: 0.75 !important;
}

.maevx-opacity-100 {
  opacity: 1 !important;
}

.maevx-overflow-auto {
  overflow: auto !important;
}

.maevx-overflow-hidden {
  overflow: hidden !important;
}

.maevx-overflow-visible {
  overflow: visible !important;
}

.maevx-overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.maevx-d-grid {
  display: grid !important;
}

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

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

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

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

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

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

.maevx-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.maevx-shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.maevx-shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.maevx-shadow-none {
  box-shadow: none !important;
}

.maevx-position-static {
  position: static !important;
}

.maevx-position-relative {
  position: relative !important;
}

.maevx-position-absolute {
  position: absolute !important;
}

.maevx-position-fixed {
  position: fixed !important;
}

.maevx-position-sticky {
  position: sticky !important;
}

.maevx-top-0 {
  top: 0 !important;
}

.maevx-top-50 {
  top: 50% !important;
}

.maevx-top-100 {
  top: 100% !important;
}

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

.maevx-bottom-50 {
  bottom: 50% !important;
}

.maevx-bottom-100 {
  bottom: 100% !important;
}

.maevx-start-0 {
  left: 0 !important;
}

.maevx-start-50 {
  left: 50% !important;
}

.maevx-start-100 {
  left: 100% !important;
}

.maevx-end-0 {
  right: 0 !important;
}

.maevx-end-50 {
  right: 50% !important;
}

.maevx-end-100 {
  right: 100% !important;
}

.maevx-translate-middle {
  transform: translate(-50%, -50%) !important;
}

.maevx-translate-middle-x {
  transform: translateX(-50%) !important;
}

.maevx-translate-middle-y {
  transform: translateY(-50%) !important;
}

.maevx-border {
  border: var(--maevx-border-width) var(--maevx-border-style) var(--maevx-border-color) !important;
}

.maevx-border-0 {
  border: 0 !important;
}

.maevx-border-top {
  border-top: var(--maevx-border-width) var(--maevx-border-style) var(--maevx-border-color) !important;
}

.maevx-border-top-0 {
  border-top: 0 !important;
}

.maevx-border-end {
  border-right: var(--maevx-border-width) var(--maevx-border-style) var(--maevx-border-color) !important;
}

.maevx-border-end-0 {
  border-right: 0 !important;
}

.maevx-border-bottom {
  border-bottom: var(--maevx-border-width) var(--maevx-border-style) var(--maevx-border-color) !important;
}

.maevx-border-bottom-0 {
  border-bottom: 0 !important;
}

.maevx-border-start {
  border-left: var(--maevx-border-width) var(--maevx-border-style) var(--maevx-border-color) !important;
}

.maevx-border-start-0 {
  border-left: 0 !important;
}

.maevx-border-primary {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-primary-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-secondary {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-secondary-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-success {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-success-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-info {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-info-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-warning {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-warning-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-danger {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-danger-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-light {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-light-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-dark {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-dark-rgb), var(--maevx-border-opacity)) !important;
}

.maevx-border-white {
  --maevx-border-opacity: 1;
  border-color: rgba(var(--maevx-white-rgb), var(--maevx-border-opacity)) !important;
}

.border-1 {
  --maevx-border-width: 1px;
}

.border-2 {
  --maevx-border-width: 2px;
}

.border-3 {
  --maevx-border-width: 3px;
}

.border-4 {
  --maevx-border-width: 4px;
}

.border-5 {
  --maevx-border-width: 5px;
}

.border-opacity-10 {
  --maevx-border-opacity: 0.1;
}

.border-opacity-25 {
  --maevx-border-opacity: 0.25;
}

.border-opacity-50 {
  --maevx-border-opacity: 0.5;
}

.border-opacity-75 {
  --maevx-border-opacity: 0.75;
}

.border-opacity-100 {
  --maevx-border-opacity: 1;
}

.maevx-w-25 {
  width: 25% !important;
}

.maevx-w-50 {
  width: 50% !important;
}

.maevx-w-75 {
  width: 75% !important;
}

.maevx-w-100 {
  width: 100% !important;
}

.maevx-w-auto {
  width: auto !important;
}

.maevx-mw-100 {
  max-width: 100% !important;
}

.maevx-vw-100 {
  width: 100vw !important;
}

.maevx-min-vw-100 {
  min-width: 100vw !important;
}

.maevx-h-25 {
  height: 25% !important;
}

.maevx-h-50 {
  height: 50% !important;
}

.maevx-h-75 {
  height: 75% !important;
}

.maevx-h-100 {
  height: 100% !important;
}

.maevx-h-auto {
  height: auto !important;
}

.maevx-mh-100 {
  max-height: 100% !important;
}

.maevx-vh-100 {
  height: 100vh !important;
}

.maevx-min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maevx-justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maevx-order-first {
  order: -1 !important;
}

.maevx-order-0 {
  order: 0 !important;
}

.maevx-order-1 {
  order: 1 !important;
}

.maevx-order-2 {
  order: 2 !important;
}

.maevx-order-3 {
  order: 3 !important;
}

.maevx-order-4 {
  order: 4 !important;
}

.maevx-order-5 {
  order: 5 !important;
}

.maevx-order-last {
  order: 6 !important;
}

.maevx-m-0 {
  margin: 0 !important;
}

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

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

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

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

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

.maevx-m-auto {
  margin: auto !important;
}

.maevx-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.maevx-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.maevx-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.maevx-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.maevx-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.maevx-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.maevx-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.maevx-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.maevx-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.maevx-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.maevx-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.maevx-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.maevx-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.maevx-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.maevx-mt-auto {
  margin-top: auto !important;
}

.maevx-me-0 {
  margin-right: 0 !important;
}

.maevx-me-1 {
  margin-right: 0.25rem !important;
}

.maevx-me-2 {
  margin-right: 0.5rem !important;
}

.maevx-me-3 {
  margin-right: 1rem !important;
}

.maevx-me-4 {
  margin-right: 1.5rem !important;
}

.maevx-me-5 {
  margin-right: 3rem !important;
}

.maevx-me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.maevx-mb-auto {
  margin-bottom: auto !important;
}

.maevx-ms-0 {
  margin-left: 0 !important;
}

.maevx-ms-1 {
  margin-left: 0.25rem !important;
}

.maevx-ms-2 {
  margin-left: 0.5rem !important;
}

.maevx-ms-3 {
  margin-left: 1rem !important;
}

.maevx-ms-4 {
  margin-left: 1.5rem !important;
}

.maevx-ms-5 {
  margin-left: 3rem !important;
}

.maevx-ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

.maevx-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.maevx-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.maevx-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.maevx-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.maevx-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.maevx-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.maevx-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.maevx-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.maevx-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.maevx-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.maevx-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.maevx-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

.maevx-pe-0 {
  padding-right: 0 !important;
}

.maevx-pe-1 {
  padding-right: 0.25rem !important;
}

.maevx-pe-2 {
  padding-right: 0.5rem !important;
}

.maevx-pe-3 {
  padding-right: 1rem !important;
}

.maevx-pe-4 {
  padding-right: 1.5rem !important;
}

.maevx-pe-5 {
  padding-right: 3rem !important;
}

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

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

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

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

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

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

.maevx-ps-0 {
  padding-left: 0 !important;
}

.maevx-ps-1 {
  padding-left: 0.25rem !important;
}

.maevx-ps-2 {
  padding-left: 0.5rem !important;
}

.maevx-ps-3 {
  padding-left: 1rem !important;
}

.maevx-ps-4 {
  padding-left: 1.5rem !important;
}

.maevx-ps-5 {
  padding-left: 3rem !important;
}

.maevx-gap-0 {
  gap: 0 !important;
}

.maevx-gap-1 {
  gap: 0.25rem !important;
}

.maevx-gap-2 {
  gap: 0.5rem !important;
}

.maevx-gap-3 {
  gap: 1rem !important;
}

.maevx-gap-4 {
  gap: 1.5rem !important;
}

.maevx-gap-5 {
  gap: 3rem !important;
}

.maevx-font-monospace {
  font-family: var(--maevx-font-monospace) !important;
}

.maevx-fs-1 {
  font-size: rfs-fluid-value(2.5rem) !important;
}

.maevx-fs-2 {
  font-size: rfs-fluid-value(2rem) !important;
}

.maevx-fs-3 {
  font-size: rfs-fluid-value(1.75rem) !important;
}

.maevx-fs-4 {
  font-size: rfs-fluid-value(1.5rem) !important;
}

.maevx-fs-5 {
  font-size: rfs-fluid-value(1.25rem) !important;
}

.maevx-fs-6 {
  font-size: rfs-fluid-value(1rem) !important;
}

.maevx-fst-italic {
  font-style: italic !important;
}

.maevx-fst-normal {
  font-style: normal !important;
}

.maevx-fw-light {
  font-weight: 300 !important;
}

.maevx-fw-lighter {
  font-weight: lighter !important;
}

.maevx-fw-normal {
  font-weight: 400 !important;
}

.maevx-fw-bold {
  font-weight: 700 !important;
}

.maevx-fw-semibold {
  font-weight: 600 !important;
}

.maevx-fw-bolder {
  font-weight: bolder !important;
}

.maevx-lh-1 {
  line-height: 1 !important;
}

.maevx-lh-sm {
  line-height: 1.25 !important;
}

.maevx-lh-base {
  line-height: 1.5 !important;
}

.maevx-lh-lg {
  line-height: 2 !important;
}

.maevx-text-start {
  text-align: left !important;
}

.maevx-text-end {
  text-align: right !important;
}

.maevx-text-center {
  text-align: center !important;
}

.maevx-text-decoration-none {
  text-decoration: none !important;
}

.maevx-text-decoration-underline {
  text-decoration: underline !important;
}

.maevx-text-decoration-line-through {
  text-decoration: line-through !important;
}

.maevx-text-lowercase {
  text-transform: lowercase !important;
}

.maevx-text-uppercase {
  text-transform: uppercase !important;
}

.maevx-text-capitalize {
  text-transform: capitalize !important;
}

.maevx-text-wrap {
  white-space: normal !important;
}

.maevx-text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.maevx-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.maevx-text-primary {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-primary-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-secondary {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-secondary-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-success {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-success-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-info {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-info-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-warning {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-warning-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-danger {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-danger-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-light {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-light-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-dark {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-dark-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-black {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-black-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-white {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-white-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-body {
  --maevx-text-opacity: 1;
  color: rgba(var(--maevx-body-color-rgb), var(--maevx-text-opacity)) !important;
}

.maevx-text-muted {
  --maevx-text-opacity: 1;
  color: #6c757d !important;
}

.maevx-text-black-50 {
  --maevx-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.maevx-text-white-50 {
  --maevx-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.maevx-text-reset {
  --maevx-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --maevx-text-opacity: 0.25;
}

.text-opacity-50 {
  --maevx-text-opacity: 0.5;
}

.text-opacity-75 {
  --maevx-text-opacity: 0.75;
}

.text-opacity-100 {
  --maevx-text-opacity: 1;
}

.maevx-bg-primary {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-primary-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-secondary {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-secondary-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-success {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-success-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-info {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-info-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-warning {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-warning-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-danger {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-danger-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-light {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-light-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-dark {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-dark-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-black {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-black-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-white {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-white-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-body {
  --maevx-bg-opacity: 1;
  background-color: rgba(var(--maevx-body-bg-rgb), var(--maevx-bg-opacity)) !important;
}

.maevx-bg-transparent {
  --maevx-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --maevx-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --maevx-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --maevx-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --maevx-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --maevx-bg-opacity: 1;
}

.maevx-bg-gradient {
  background-image: var(--maevx-gradient) !important;
}

.maevx-user-select-all {
  user-select: all !important;
}

.maevx-user-select-auto {
  user-select: auto !important;
}

.maevx-user-select-none {
  user-select: none !important;
}

.maevx-pe-none {
  pointer-events: none !important;
}

.maevx-pe-auto {
  pointer-events: auto !important;
}

.maevx-rounded {
  border-radius: var(--maevx-border-radius) !important;
}

.maevx-rounded-0 {
  border-radius: 0 !important;
}

.maevx-rounded-1 {
  border-radius: var(--maevx-border-radius-sm) !important;
}

.maevx-rounded-2 {
  border-radius: var(--maevx-border-radius) !important;
}

.maevx-rounded-3 {
  border-radius: var(--maevx-border-radius-lg) !important;
}

.maevx-rounded-4 {
  border-radius: var(--maevx-border-radius-xl) !important;
}

.maevx-rounded-5 {
  border-radius: var(--maevx-border-radius-2xl) !important;
}

.maevx-rounded-circle {
  border-radius: 50% !important;
}

.maevx-rounded-pill {
  border-radius: var(--maevx-border-radius-pill) !important;
}

.maevx-rounded-top {
  border-top-left-radius: var(--maevx-border-radius) !important;
  border-top-right-radius: var(--maevx-border-radius) !important;
}

.maevx-rounded-end {
  border-top-right-radius: var(--maevx-border-radius) !important;
  border-bottom-right-radius: var(--maevx-border-radius) !important;
}

.maevx-rounded-bottom {
  border-bottom-right-radius: var(--maevx-border-radius) !important;
  border-bottom-left-radius: var(--maevx-border-radius) !important;
}

.maevx-rounded-start {
  border-bottom-left-radius: var(--maevx-border-radius) !important;
  border-top-left-radius: var(--maevx-border-radius) !important;
}

.maevx-visible {
  visibility: visible !important;
}

.maevx-invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .maevx-float-sm-start {
    float: left !important;
  }
  .maevx-float-sm-end {
    float: right !important;
  }
  .maevx-float-sm-none {
    float: none !important;
  }
  .maevx-d-sm-inline {
    display: inline !important;
  }
  .maevx-d-sm-inline-block {
    display: inline-block !important;
  }
  .maevx-d-sm-block {
    display: block !important;
  }
  .maevx-d-sm-grid {
    display: grid !important;
  }
  .maevx-d-sm-table {
    display: table !important;
  }
  .maevx-d-sm-table-row {
    display: table-row !important;
  }
  .maevx-d-sm-table-cell {
    display: table-cell !important;
  }
  .maevx-d-sm-flex {
    display: flex !important;
  }
  .maevx-d-sm-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-sm-none {
    display: none !important;
  }
  .maevx-flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .maevx-flex-sm-row {
    flex-direction: row !important;
  }
  .maevx-flex-sm-column {
    flex-direction: column !important;
  }
  .maevx-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .maevx-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .maevx-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .maevx-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .maevx-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .maevx-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .maevx-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .maevx-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .maevx-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .maevx-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .maevx-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .maevx-justify-content-sm-center {
    justify-content: center !important;
  }
  .maevx-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .maevx-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .maevx-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .maevx-align-items-sm-start {
    align-items: flex-start !important;
  }
  .maevx-align-items-sm-end {
    align-items: flex-end !important;
  }
  .maevx-align-items-sm-center {
    align-items: center !important;
  }
  .maevx-align-items-sm-baseline {
    align-items: baseline !important;
  }
  .maevx-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .maevx-align-content-sm-start {
    align-content: flex-start !important;
  }
  .maevx-align-content-sm-end {
    align-content: flex-end !important;
  }
  .maevx-align-content-sm-center {
    align-content: center !important;
  }
  .maevx-align-content-sm-between {
    align-content: space-between !important;
  }
  .maevx-align-content-sm-around {
    align-content: space-around !important;
  }
  .maevx-align-content-sm-stretch {
    align-content: stretch !important;
  }
  .maevx-align-self-sm-auto {
    align-self: auto !important;
  }
  .maevx-align-self-sm-start {
    align-self: flex-start !important;
  }
  .maevx-align-self-sm-end {
    align-self: flex-end !important;
  }
  .maevx-align-self-sm-center {
    align-self: center !important;
  }
  .maevx-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .maevx-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .maevx-order-sm-first {
    order: -1 !important;
  }
  .maevx-order-sm-0 {
    order: 0 !important;
  }
  .maevx-order-sm-1 {
    order: 1 !important;
  }
  .maevx-order-sm-2 {
    order: 2 !important;
  }
  .maevx-order-sm-3 {
    order: 3 !important;
  }
  .maevx-order-sm-4 {
    order: 4 !important;
  }
  .maevx-order-sm-5 {
    order: 5 !important;
  }
  .maevx-order-sm-last {
    order: 6 !important;
  }
  .maevx-m-sm-0 {
    margin: 0 !important;
  }
  .maevx-m-sm-1 {
    margin: 0.25rem !important;
  }
  .maevx-m-sm-2 {
    margin: 0.5rem !important;
  }
  .maevx-m-sm-3 {
    margin: 1rem !important;
  }
  .maevx-m-sm-4 {
    margin: 1.5rem !important;
  }
  .maevx-m-sm-5 {
    margin: 3rem !important;
  }
  .maevx-m-sm-auto {
    margin: auto !important;
  }
  .maevx-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .maevx-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .maevx-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .maevx-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .maevx-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .maevx-mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .maevx-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .maevx-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .maevx-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .maevx-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .maevx-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .maevx-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .maevx-my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .maevx-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .maevx-mt-sm-0 {
    margin-top: 0 !important;
  }
  .maevx-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .maevx-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .maevx-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .maevx-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .maevx-mt-sm-5 {
    margin-top: 3rem !important;
  }
  .maevx-mt-sm-auto {
    margin-top: auto !important;
  }
  .maevx-me-sm-0 {
    margin-right: 0 !important;
  }
  .maevx-me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .maevx-me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .maevx-me-sm-3 {
    margin-right: 1rem !important;
  }
  .maevx-me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .maevx-me-sm-5 {
    margin-right: 3rem !important;
  }
  .maevx-me-sm-auto {
    margin-right: auto !important;
  }
  .maevx-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .maevx-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .maevx-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .maevx-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .maevx-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .maevx-mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .maevx-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .maevx-ms-sm-0 {
    margin-left: 0 !important;
  }
  .maevx-ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .maevx-ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .maevx-ms-sm-3 {
    margin-left: 1rem !important;
  }
  .maevx-ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .maevx-ms-sm-5 {
    margin-left: 3rem !important;
  }
  .maevx-ms-sm-auto {
    margin-left: auto !important;
  }
  .maevx-p-sm-0 {
    padding: 0 !important;
  }
  .maevx-p-sm-1 {
    padding: 0.25rem !important;
  }
  .maevx-p-sm-2 {
    padding: 0.5rem !important;
  }
  .maevx-p-sm-3 {
    padding: 1rem !important;
  }
  .maevx-p-sm-4 {
    padding: 1.5rem !important;
  }
  .maevx-p-sm-5 {
    padding: 3rem !important;
  }
  .maevx-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .maevx-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .maevx-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .maevx-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .maevx-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .maevx-px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .maevx-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .maevx-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .maevx-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .maevx-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .maevx-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .maevx-py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .maevx-pt-sm-0 {
    padding-top: 0 !important;
  }
  .maevx-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .maevx-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .maevx-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .maevx-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .maevx-pt-sm-5 {
    padding-top: 3rem !important;
  }
  .maevx-pe-sm-0 {
    padding-right: 0 !important;
  }
  .maevx-pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .maevx-pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .maevx-pe-sm-3 {
    padding-right: 1rem !important;
  }
  .maevx-pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .maevx-pe-sm-5 {
    padding-right: 3rem !important;
  }
  .maevx-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .maevx-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .maevx-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .maevx-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .maevx-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .maevx-pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .maevx-ps-sm-0 {
    padding-left: 0 !important;
  }
  .maevx-ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .maevx-ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .maevx-ps-sm-3 {
    padding-left: 1rem !important;
  }
  .maevx-ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .maevx-ps-sm-5 {
    padding-left: 3rem !important;
  }
  .maevx-gap-sm-0 {
    gap: 0 !important;
  }
  .maevx-gap-sm-1 {
    gap: 0.25rem !important;
  }
  .maevx-gap-sm-2 {
    gap: 0.5rem !important;
  }
  .maevx-gap-sm-3 {
    gap: 1rem !important;
  }
  .maevx-gap-sm-4 {
    gap: 1.5rem !important;
  }
  .maevx-gap-sm-5 {
    gap: 3rem !important;
  }
  .maevx-text-sm-start {
    text-align: left !important;
  }
  .maevx-text-sm-end {
    text-align: right !important;
  }
  .maevx-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .maevx-float-md-start {
    float: left !important;
  }
  .maevx-float-md-end {
    float: right !important;
  }
  .maevx-float-md-none {
    float: none !important;
  }
  .maevx-d-md-inline {
    display: inline !important;
  }
  .maevx-d-md-inline-block {
    display: inline-block !important;
  }
  .maevx-d-md-block {
    display: block !important;
  }
  .maevx-d-md-grid {
    display: grid !important;
  }
  .maevx-d-md-table {
    display: table !important;
  }
  .maevx-d-md-table-row {
    display: table-row !important;
  }
  .maevx-d-md-table-cell {
    display: table-cell !important;
  }
  .maevx-d-md-flex {
    display: flex !important;
  }
  .maevx-d-md-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-md-none {
    display: none !important;
  }
  .maevx-flex-md-fill {
    flex: 1 1 auto !important;
  }
  .maevx-flex-md-row {
    flex-direction: row !important;
  }
  .maevx-flex-md-column {
    flex-direction: column !important;
  }
  .maevx-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .maevx-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .maevx-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .maevx-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .maevx-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .maevx-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .maevx-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .maevx-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .maevx-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .maevx-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .maevx-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .maevx-justify-content-md-center {
    justify-content: center !important;
  }
  .maevx-justify-content-md-between {
    justify-content: space-between !important;
  }
  .maevx-justify-content-md-around {
    justify-content: space-around !important;
  }
  .maevx-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .maevx-align-items-md-start {
    align-items: flex-start !important;
  }
  .maevx-align-items-md-end {
    align-items: flex-end !important;
  }
  .maevx-align-items-md-center {
    align-items: center !important;
  }
  .maevx-align-items-md-baseline {
    align-items: baseline !important;
  }
  .maevx-align-items-md-stretch {
    align-items: stretch !important;
  }
  .maevx-align-content-md-start {
    align-content: flex-start !important;
  }
  .maevx-align-content-md-end {
    align-content: flex-end !important;
  }
  .maevx-align-content-md-center {
    align-content: center !important;
  }
  .maevx-align-content-md-between {
    align-content: space-between !important;
  }
  .maevx-align-content-md-around {
    align-content: space-around !important;
  }
  .maevx-align-content-md-stretch {
    align-content: stretch !important;
  }
  .maevx-align-self-md-auto {
    align-self: auto !important;
  }
  .maevx-align-self-md-start {
    align-self: flex-start !important;
  }
  .maevx-align-self-md-end {
    align-self: flex-end !important;
  }
  .maevx-align-self-md-center {
    align-self: center !important;
  }
  .maevx-align-self-md-baseline {
    align-self: baseline !important;
  }
  .maevx-align-self-md-stretch {
    align-self: stretch !important;
  }
  .maevx-order-md-first {
    order: -1 !important;
  }
  .maevx-order-md-0 {
    order: 0 !important;
  }
  .maevx-order-md-1 {
    order: 1 !important;
  }
  .maevx-order-md-2 {
    order: 2 !important;
  }
  .maevx-order-md-3 {
    order: 3 !important;
  }
  .maevx-order-md-4 {
    order: 4 !important;
  }
  .maevx-order-md-5 {
    order: 5 !important;
  }
  .maevx-order-md-last {
    order: 6 !important;
  }
  .maevx-m-md-0 {
    margin: 0 !important;
  }
  .maevx-m-md-1 {
    margin: 0.25rem !important;
  }
  .maevx-m-md-2 {
    margin: 0.5rem !important;
  }
  .maevx-m-md-3 {
    margin: 1rem !important;
  }
  .maevx-m-md-4 {
    margin: 1.5rem !important;
  }
  .maevx-m-md-5 {
    margin: 3rem !important;
  }
  .maevx-m-md-auto {
    margin: auto !important;
  }
  .maevx-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .maevx-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .maevx-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .maevx-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .maevx-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .maevx-mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .maevx-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .maevx-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .maevx-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .maevx-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .maevx-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .maevx-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .maevx-my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .maevx-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .maevx-mt-md-0 {
    margin-top: 0 !important;
  }
  .maevx-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .maevx-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .maevx-mt-md-3 {
    margin-top: 1rem !important;
  }
  .maevx-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .maevx-mt-md-5 {
    margin-top: 3rem !important;
  }
  .maevx-mt-md-auto {
    margin-top: auto !important;
  }
  .maevx-me-md-0 {
    margin-right: 0 !important;
  }
  .maevx-me-md-1 {
    margin-right: 0.25rem !important;
  }
  .maevx-me-md-2 {
    margin-right: 0.5rem !important;
  }
  .maevx-me-md-3 {
    margin-right: 1rem !important;
  }
  .maevx-me-md-4 {
    margin-right: 1.5rem !important;
  }
  .maevx-me-md-5 {
    margin-right: 3rem !important;
  }
  .maevx-me-md-auto {
    margin-right: auto !important;
  }
  .maevx-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .maevx-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .maevx-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .maevx-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .maevx-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .maevx-mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .maevx-mb-md-auto {
    margin-bottom: auto !important;
  }
  .maevx-ms-md-0 {
    margin-left: 0 !important;
  }
  .maevx-ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .maevx-ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .maevx-ms-md-3 {
    margin-left: 1rem !important;
  }
  .maevx-ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .maevx-ms-md-5 {
    margin-left: 3rem !important;
  }
  .maevx-ms-md-auto {
    margin-left: auto !important;
  }
  .maevx-p-md-0 {
    padding: 0 !important;
  }
  .maevx-p-md-1 {
    padding: 0.25rem !important;
  }
  .maevx-p-md-2 {
    padding: 0.5rem !important;
  }
  .maevx-p-md-3 {
    padding: 1rem !important;
  }
  .maevx-p-md-4 {
    padding: 1.5rem !important;
  }
  .maevx-p-md-5 {
    padding: 3rem !important;
  }
  .maevx-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .maevx-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .maevx-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .maevx-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .maevx-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .maevx-px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .maevx-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .maevx-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .maevx-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .maevx-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .maevx-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .maevx-py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .maevx-pt-md-0 {
    padding-top: 0 !important;
  }
  .maevx-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .maevx-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .maevx-pt-md-3 {
    padding-top: 1rem !important;
  }
  .maevx-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .maevx-pt-md-5 {
    padding-top: 3rem !important;
  }
  .maevx-pe-md-0 {
    padding-right: 0 !important;
  }
  .maevx-pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .maevx-pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .maevx-pe-md-3 {
    padding-right: 1rem !important;
  }
  .maevx-pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .maevx-pe-md-5 {
    padding-right: 3rem !important;
  }
  .maevx-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .maevx-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .maevx-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .maevx-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .maevx-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .maevx-pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .maevx-ps-md-0 {
    padding-left: 0 !important;
  }
  .maevx-ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .maevx-ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .maevx-ps-md-3 {
    padding-left: 1rem !important;
  }
  .maevx-ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .maevx-ps-md-5 {
    padding-left: 3rem !important;
  }
  .maevx-gap-md-0 {
    gap: 0 !important;
  }
  .maevx-gap-md-1 {
    gap: 0.25rem !important;
  }
  .maevx-gap-md-2 {
    gap: 0.5rem !important;
  }
  .maevx-gap-md-3 {
    gap: 1rem !important;
  }
  .maevx-gap-md-4 {
    gap: 1.5rem !important;
  }
  .maevx-gap-md-5 {
    gap: 3rem !important;
  }
  .maevx-text-md-start {
    text-align: left !important;
  }
  .maevx-text-md-end {
    text-align: right !important;
  }
  .maevx-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .maevx-float-lg-start {
    float: left !important;
  }
  .maevx-float-lg-end {
    float: right !important;
  }
  .maevx-float-lg-none {
    float: none !important;
  }
  .maevx-d-lg-inline {
    display: inline !important;
  }
  .maevx-d-lg-inline-block {
    display: inline-block !important;
  }
  .maevx-d-lg-block {
    display: block !important;
  }
  .maevx-d-lg-grid {
    display: grid !important;
  }
  .maevx-d-lg-table {
    display: table !important;
  }
  .maevx-d-lg-table-row {
    display: table-row !important;
  }
  .maevx-d-lg-table-cell {
    display: table-cell !important;
  }
  .maevx-d-lg-flex {
    display: flex !important;
  }
  .maevx-d-lg-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-lg-none {
    display: none !important;
  }
  .maevx-flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .maevx-flex-lg-row {
    flex-direction: row !important;
  }
  .maevx-flex-lg-column {
    flex-direction: column !important;
  }
  .maevx-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .maevx-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .maevx-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .maevx-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .maevx-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .maevx-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .maevx-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .maevx-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .maevx-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .maevx-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .maevx-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .maevx-justify-content-lg-center {
    justify-content: center !important;
  }
  .maevx-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .maevx-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .maevx-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .maevx-align-items-lg-start {
    align-items: flex-start !important;
  }
  .maevx-align-items-lg-end {
    align-items: flex-end !important;
  }
  .maevx-align-items-lg-center {
    align-items: center !important;
  }
  .maevx-align-items-lg-baseline {
    align-items: baseline !important;
  }
  .maevx-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .maevx-align-content-lg-start {
    align-content: flex-start !important;
  }
  .maevx-align-content-lg-end {
    align-content: flex-end !important;
  }
  .maevx-align-content-lg-center {
    align-content: center !important;
  }
  .maevx-align-content-lg-between {
    align-content: space-between !important;
  }
  .maevx-align-content-lg-around {
    align-content: space-around !important;
  }
  .maevx-align-content-lg-stretch {
    align-content: stretch !important;
  }
  .maevx-align-self-lg-auto {
    align-self: auto !important;
  }
  .maevx-align-self-lg-start {
    align-self: flex-start !important;
  }
  .maevx-align-self-lg-end {
    align-self: flex-end !important;
  }
  .maevx-align-self-lg-center {
    align-self: center !important;
  }
  .maevx-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .maevx-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .maevx-order-lg-first {
    order: -1 !important;
  }
  .maevx-order-lg-0 {
    order: 0 !important;
  }
  .maevx-order-lg-1 {
    order: 1 !important;
  }
  .maevx-order-lg-2 {
    order: 2 !important;
  }
  .maevx-order-lg-3 {
    order: 3 !important;
  }
  .maevx-order-lg-4 {
    order: 4 !important;
  }
  .maevx-order-lg-5 {
    order: 5 !important;
  }
  .maevx-order-lg-last {
    order: 6 !important;
  }
  .maevx-m-lg-0 {
    margin: 0 !important;
  }
  .maevx-m-lg-1 {
    margin: 0.25rem !important;
  }
  .maevx-m-lg-2 {
    margin: 0.5rem !important;
  }
  .maevx-m-lg-3 {
    margin: 1rem !important;
  }
  .maevx-m-lg-4 {
    margin: 1.5rem !important;
  }
  .maevx-m-lg-5 {
    margin: 3rem !important;
  }
  .maevx-m-lg-auto {
    margin: auto !important;
  }
  .maevx-mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .maevx-mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .maevx-mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .maevx-mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .maevx-mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .maevx-mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .maevx-mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .maevx-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .maevx-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .maevx-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .maevx-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .maevx-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .maevx-my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .maevx-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .maevx-mt-lg-0 {
    margin-top: 0 !important;
  }
  .maevx-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .maevx-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .maevx-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .maevx-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .maevx-mt-lg-5 {
    margin-top: 3rem !important;
  }
  .maevx-mt-lg-auto {
    margin-top: auto !important;
  }
  .maevx-me-lg-0 {
    margin-right: 0 !important;
  }
  .maevx-me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .maevx-me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .maevx-me-lg-3 {
    margin-right: 1rem !important;
  }
  .maevx-me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .maevx-me-lg-5 {
    margin-right: 3rem !important;
  }
  .maevx-me-lg-auto {
    margin-right: auto !important;
  }
  .maevx-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .maevx-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .maevx-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .maevx-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .maevx-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .maevx-mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .maevx-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .maevx-ms-lg-0 {
    margin-left: 0 !important;
  }
  .maevx-ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .maevx-ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .maevx-ms-lg-3 {
    margin-left: 1rem !important;
  }
  .maevx-ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .maevx-ms-lg-5 {
    margin-left: 3rem !important;
  }
  .maevx-ms-lg-auto {
    margin-left: auto !important;
  }
  .maevx-p-lg-0 {
    padding: 0 !important;
  }
  .maevx-p-lg-1 {
    padding: 0.25rem !important;
  }
  .maevx-p-lg-2 {
    padding: 0.5rem !important;
  }
  .maevx-p-lg-3 {
    padding: 1rem !important;
  }
  .maevx-p-lg-4 {
    padding: 1.5rem !important;
  }
  .maevx-p-lg-5 {
    padding: 3rem !important;
  }
  .maevx-px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .maevx-px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .maevx-px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .maevx-px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .maevx-px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .maevx-px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .maevx-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .maevx-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .maevx-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .maevx-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .maevx-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .maevx-py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .maevx-pt-lg-0 {
    padding-top: 0 !important;
  }
  .maevx-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .maevx-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .maevx-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .maevx-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .maevx-pt-lg-5 {
    padding-top: 3rem !important;
  }
  .maevx-pe-lg-0 {
    padding-right: 0 !important;
  }
  .maevx-pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .maevx-pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .maevx-pe-lg-3 {
    padding-right: 1rem !important;
  }
  .maevx-pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .maevx-pe-lg-5 {
    padding-right: 3rem !important;
  }
  .maevx-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .maevx-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .maevx-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .maevx-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .maevx-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .maevx-pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .maevx-ps-lg-0 {
    padding-left: 0 !important;
  }
  .maevx-ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .maevx-ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .maevx-ps-lg-3 {
    padding-left: 1rem !important;
  }
  .maevx-ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .maevx-ps-lg-5 {
    padding-left: 3rem !important;
  }
  .maevx-gap-lg-0 {
    gap: 0 !important;
  }
  .maevx-gap-lg-1 {
    gap: 0.25rem !important;
  }
  .maevx-gap-lg-2 {
    gap: 0.5rem !important;
  }
  .maevx-gap-lg-3 {
    gap: 1rem !important;
  }
  .maevx-gap-lg-4 {
    gap: 1.5rem !important;
  }
  .maevx-gap-lg-5 {
    gap: 3rem !important;
  }
  .maevx-text-lg-start {
    text-align: left !important;
  }
  .maevx-text-lg-end {
    text-align: right !important;
  }
  .maevx-text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .maevx-float-xl-start {
    float: left !important;
  }
  .maevx-float-xl-end {
    float: right !important;
  }
  .maevx-float-xl-none {
    float: none !important;
  }
  .maevx-d-xl-inline {
    display: inline !important;
  }
  .maevx-d-xl-inline-block {
    display: inline-block !important;
  }
  .maevx-d-xl-block {
    display: block !important;
  }
  .maevx-d-xl-grid {
    display: grid !important;
  }
  .maevx-d-xl-table {
    display: table !important;
  }
  .maevx-d-xl-table-row {
    display: table-row !important;
  }
  .maevx-d-xl-table-cell {
    display: table-cell !important;
  }
  .maevx-d-xl-flex {
    display: flex !important;
  }
  .maevx-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-xl-none {
    display: none !important;
  }
  .maevx-flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .maevx-flex-xl-row {
    flex-direction: row !important;
  }
  .maevx-flex-xl-column {
    flex-direction: column !important;
  }
  .maevx-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .maevx-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .maevx-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .maevx-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .maevx-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .maevx-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .maevx-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .maevx-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .maevx-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .maevx-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .maevx-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .maevx-justify-content-xl-center {
    justify-content: center !important;
  }
  .maevx-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .maevx-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .maevx-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .maevx-align-items-xl-start {
    align-items: flex-start !important;
  }
  .maevx-align-items-xl-end {
    align-items: flex-end !important;
  }
  .maevx-align-items-xl-center {
    align-items: center !important;
  }
  .maevx-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .maevx-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .maevx-align-content-xl-start {
    align-content: flex-start !important;
  }
  .maevx-align-content-xl-end {
    align-content: flex-end !important;
  }
  .maevx-align-content-xl-center {
    align-content: center !important;
  }
  .maevx-align-content-xl-between {
    align-content: space-between !important;
  }
  .maevx-align-content-xl-around {
    align-content: space-around !important;
  }
  .maevx-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .maevx-align-self-xl-auto {
    align-self: auto !important;
  }
  .maevx-align-self-xl-start {
    align-self: flex-start !important;
  }
  .maevx-align-self-xl-end {
    align-self: flex-end !important;
  }
  .maevx-align-self-xl-center {
    align-self: center !important;
  }
  .maevx-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .maevx-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .maevx-order-xl-first {
    order: -1 !important;
  }
  .maevx-order-xl-0 {
    order: 0 !important;
  }
  .maevx-order-xl-1 {
    order: 1 !important;
  }
  .maevx-order-xl-2 {
    order: 2 !important;
  }
  .maevx-order-xl-3 {
    order: 3 !important;
  }
  .maevx-order-xl-4 {
    order: 4 !important;
  }
  .maevx-order-xl-5 {
    order: 5 !important;
  }
  .maevx-order-xl-last {
    order: 6 !important;
  }
  .maevx-m-xl-0 {
    margin: 0 !important;
  }
  .maevx-m-xl-1 {
    margin: 0.25rem !important;
  }
  .maevx-m-xl-2 {
    margin: 0.5rem !important;
  }
  .maevx-m-xl-3 {
    margin: 1rem !important;
  }
  .maevx-m-xl-4 {
    margin: 1.5rem !important;
  }
  .maevx-m-xl-5 {
    margin: 3rem !important;
  }
  .maevx-m-xl-auto {
    margin: auto !important;
  }
  .maevx-mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .maevx-mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .maevx-mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .maevx-mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .maevx-mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .maevx-mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .maevx-mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .maevx-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .maevx-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .maevx-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .maevx-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .maevx-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .maevx-my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .maevx-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .maevx-mt-xl-0 {
    margin-top: 0 !important;
  }
  .maevx-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .maevx-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .maevx-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .maevx-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .maevx-mt-xl-5 {
    margin-top: 3rem !important;
  }
  .maevx-mt-xl-auto {
    margin-top: auto !important;
  }
  .maevx-me-xl-0 {
    margin-right: 0 !important;
  }
  .maevx-me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .maevx-me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .maevx-me-xl-3 {
    margin-right: 1rem !important;
  }
  .maevx-me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .maevx-me-xl-5 {
    margin-right: 3rem !important;
  }
  .maevx-me-xl-auto {
    margin-right: auto !important;
  }
  .maevx-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .maevx-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .maevx-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .maevx-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .maevx-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .maevx-mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .maevx-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .maevx-ms-xl-0 {
    margin-left: 0 !important;
  }
  .maevx-ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .maevx-ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .maevx-ms-xl-3 {
    margin-left: 1rem !important;
  }
  .maevx-ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .maevx-ms-xl-5 {
    margin-left: 3rem !important;
  }
  .maevx-ms-xl-auto {
    margin-left: auto !important;
  }
  .maevx-p-xl-0 {
    padding: 0 !important;
  }
  .maevx-p-xl-1 {
    padding: 0.25rem !important;
  }
  .maevx-p-xl-2 {
    padding: 0.5rem !important;
  }
  .maevx-p-xl-3 {
    padding: 1rem !important;
  }
  .maevx-p-xl-4 {
    padding: 1.5rem !important;
  }
  .maevx-p-xl-5 {
    padding: 3rem !important;
  }
  .maevx-px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .maevx-px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .maevx-px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .maevx-px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .maevx-px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .maevx-px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .maevx-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .maevx-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .maevx-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .maevx-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .maevx-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .maevx-py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .maevx-pt-xl-0 {
    padding-top: 0 !important;
  }
  .maevx-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .maevx-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .maevx-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .maevx-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .maevx-pt-xl-5 {
    padding-top: 3rem !important;
  }
  .maevx-pe-xl-0 {
    padding-right: 0 !important;
  }
  .maevx-pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .maevx-pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .maevx-pe-xl-3 {
    padding-right: 1rem !important;
  }
  .maevx-pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .maevx-pe-xl-5 {
    padding-right: 3rem !important;
  }
  .maevx-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .maevx-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .maevx-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .maevx-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .maevx-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .maevx-pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .maevx-ps-xl-0 {
    padding-left: 0 !important;
  }
  .maevx-ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .maevx-ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .maevx-ps-xl-3 {
    padding-left: 1rem !important;
  }
  .maevx-ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .maevx-ps-xl-5 {
    padding-left: 3rem !important;
  }
  .maevx-gap-xl-0 {
    gap: 0 !important;
  }
  .maevx-gap-xl-1 {
    gap: 0.25rem !important;
  }
  .maevx-gap-xl-2 {
    gap: 0.5rem !important;
  }
  .maevx-gap-xl-3 {
    gap: 1rem !important;
  }
  .maevx-gap-xl-4 {
    gap: 1.5rem !important;
  }
  .maevx-gap-xl-5 {
    gap: 3rem !important;
  }
  .maevx-text-xl-start {
    text-align: left !important;
  }
  .maevx-text-xl-end {
    text-align: right !important;
  }
  .maevx-text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .maevx-float-xxl-start {
    float: left !important;
  }
  .maevx-float-xxl-end {
    float: right !important;
  }
  .maevx-float-xxl-none {
    float: none !important;
  }
  .maevx-d-xxl-inline {
    display: inline !important;
  }
  .maevx-d-xxl-inline-block {
    display: inline-block !important;
  }
  .maevx-d-xxl-block {
    display: block !important;
  }
  .maevx-d-xxl-grid {
    display: grid !important;
  }
  .maevx-d-xxl-table {
    display: table !important;
  }
  .maevx-d-xxl-table-row {
    display: table-row !important;
  }
  .maevx-d-xxl-table-cell {
    display: table-cell !important;
  }
  .maevx-d-xxl-flex {
    display: flex !important;
  }
  .maevx-d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-xxl-none {
    display: none !important;
  }
  .maevx-flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .maevx-flex-xxl-row {
    flex-direction: row !important;
  }
  .maevx-flex-xxl-column {
    flex-direction: column !important;
  }
  .maevx-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .maevx-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .maevx-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .maevx-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .maevx-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .maevx-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .maevx-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .maevx-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .maevx-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .maevx-justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .maevx-justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .maevx-justify-content-xxl-center {
    justify-content: center !important;
  }
  .maevx-justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .maevx-justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .maevx-justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .maevx-align-items-xxl-start {
    align-items: flex-start !important;
  }
  .maevx-align-items-xxl-end {
    align-items: flex-end !important;
  }
  .maevx-align-items-xxl-center {
    align-items: center !important;
  }
  .maevx-align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .maevx-align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .maevx-align-content-xxl-start {
    align-content: flex-start !important;
  }
  .maevx-align-content-xxl-end {
    align-content: flex-end !important;
  }
  .maevx-align-content-xxl-center {
    align-content: center !important;
  }
  .maevx-align-content-xxl-between {
    align-content: space-between !important;
  }
  .maevx-align-content-xxl-around {
    align-content: space-around !important;
  }
  .maevx-align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .maevx-align-self-xxl-auto {
    align-self: auto !important;
  }
  .maevx-align-self-xxl-start {
    align-self: flex-start !important;
  }
  .maevx-align-self-xxl-end {
    align-self: flex-end !important;
  }
  .maevx-align-self-xxl-center {
    align-self: center !important;
  }
  .maevx-align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .maevx-align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .maevx-order-xxl-first {
    order: -1 !important;
  }
  .maevx-order-xxl-0 {
    order: 0 !important;
  }
  .maevx-order-xxl-1 {
    order: 1 !important;
  }
  .maevx-order-xxl-2 {
    order: 2 !important;
  }
  .maevx-order-xxl-3 {
    order: 3 !important;
  }
  .maevx-order-xxl-4 {
    order: 4 !important;
  }
  .maevx-order-xxl-5 {
    order: 5 !important;
  }
  .maevx-order-xxl-last {
    order: 6 !important;
  }
  .maevx-m-xxl-0 {
    margin: 0 !important;
  }
  .maevx-m-xxl-1 {
    margin: 0.25rem !important;
  }
  .maevx-m-xxl-2 {
    margin: 0.5rem !important;
  }
  .maevx-m-xxl-3 {
    margin: 1rem !important;
  }
  .maevx-m-xxl-4 {
    margin: 1.5rem !important;
  }
  .maevx-m-xxl-5 {
    margin: 3rem !important;
  }
  .maevx-m-xxl-auto {
    margin: auto !important;
  }
  .maevx-mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .maevx-mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .maevx-mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .maevx-mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .maevx-mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .maevx-mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .maevx-mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .maevx-my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .maevx-my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .maevx-my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .maevx-my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .maevx-my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .maevx-my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .maevx-my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .maevx-mt-xxl-0 {
    margin-top: 0 !important;
  }
  .maevx-mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .maevx-mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .maevx-mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .maevx-mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .maevx-mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .maevx-mt-xxl-auto {
    margin-top: auto !important;
  }
  .maevx-me-xxl-0 {
    margin-right: 0 !important;
  }
  .maevx-me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .maevx-me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .maevx-me-xxl-3 {
    margin-right: 1rem !important;
  }
  .maevx-me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .maevx-me-xxl-5 {
    margin-right: 3rem !important;
  }
  .maevx-me-xxl-auto {
    margin-right: auto !important;
  }
  .maevx-mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .maevx-mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .maevx-mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .maevx-mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .maevx-mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .maevx-mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .maevx-mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .maevx-ms-xxl-0 {
    margin-left: 0 !important;
  }
  .maevx-ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .maevx-ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .maevx-ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .maevx-ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .maevx-ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .maevx-ms-xxl-auto {
    margin-left: auto !important;
  }
  .maevx-p-xxl-0 {
    padding: 0 !important;
  }
  .maevx-p-xxl-1 {
    padding: 0.25rem !important;
  }
  .maevx-p-xxl-2 {
    padding: 0.5rem !important;
  }
  .maevx-p-xxl-3 {
    padding: 1rem !important;
  }
  .maevx-p-xxl-4 {
    padding: 1.5rem !important;
  }
  .maevx-p-xxl-5 {
    padding: 3rem !important;
  }
  .maevx-px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .maevx-px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .maevx-px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .maevx-px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .maevx-px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .maevx-px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .maevx-py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .maevx-py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .maevx-py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .maevx-py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .maevx-py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .maevx-py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .maevx-pt-xxl-0 {
    padding-top: 0 !important;
  }
  .maevx-pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .maevx-pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .maevx-pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .maevx-pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .maevx-pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .maevx-pe-xxl-0 {
    padding-right: 0 !important;
  }
  .maevx-pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .maevx-pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .maevx-pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .maevx-pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .maevx-pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .maevx-pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .maevx-pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .maevx-pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .maevx-pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .maevx-pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .maevx-pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .maevx-ps-xxl-0 {
    padding-left: 0 !important;
  }
  .maevx-ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .maevx-ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .maevx-ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .maevx-ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .maevx-ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .maevx-gap-xxl-0 {
    gap: 0 !important;
  }
  .maevx-gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .maevx-gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .maevx-gap-xxl-3 {
    gap: 1rem !important;
  }
  .maevx-gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .maevx-gap-xxl-5 {
    gap: 3rem !important;
  }
  .maevx-text-xxl-start {
    text-align: left !important;
  }
  .maevx-text-xxl-end {
    text-align: right !important;
  }
  .maevx-text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .maevx-fs-1 {
    font-size: rfs-value(2.5rem) !important;
  }
  .maevx-fs-2 {
    font-size: rfs-value(2rem) !important;
  }
  .maevx-fs-3 {
    font-size: rfs-value(1.75rem) !important;
  }
  .maevx-fs-4 {
    font-size: rfs-value(1.5rem) !important;
  }
  .maevx-fs-5 {
    font-size: rfs-value(1.25rem) !important;
  }
  .maevx-fs-6 {
    font-size: rfs-value(1rem) !important;
  }
}
@media print {
  .maevx-d-print-inline {
    display: inline !important;
  }
  .maevx-d-print-inline-block {
    display: inline-block !important;
  }
  .maevx-d-print-block {
    display: block !important;
  }
  .maevx-d-print-grid {
    display: grid !important;
  }
  .maevx-d-print-table {
    display: table !important;
  }
  .maevx-d-print-table-row {
    display: table-row !important;
  }
  .maevx-d-print-table-cell {
    display: table-cell !important;
  }
  .maevx-d-print-flex {
    display: flex !important;
  }
  .maevx-d-print-inline-flex {
    display: inline-flex !important;
  }
  .maevx-d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=maevstyle_vd.css.map */
