/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.77.8_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js!./scss/compatibility.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
body {
  margin: 0;
  font-family: "Poppins", serif;
  font-size: 1rem;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  Typographic tweaks!
  3. Add accessible line-height
  4. Improve text rendering
*/
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/*
  5. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/*
  6. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  7. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  8. Create a root stacking context
*/
#root,
#__next {
  isolation: isolate;
}

ul,
ol {
  padding: 0 !important;
  list-style: none !important;
}

a {
  text-decoration: none;
}

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

strong {
  font-weight: 500;
}

:root :where(body) {
  background-color: var(--white);
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-italic {
  font-style: italic;
}

.font-normal {
  font-style: normal;
}

.font-space-07 {
  letter-spacing: 0.07rem;
}

.font-space-15 {
  letter-spacing: 0.15rem;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-normal {
  text-transform: normal;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

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

.text-initial {
  text-align: initial !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-initial {
  list-style-type: initial !important;
}

.list-position-inside {
  list-style-position: inside !important;
}

.list-position-outside {
  list-style-position: outside !important;
}

.list-position-initial {
  list-style-position: initial !important;
}

.leading-100 {
  line-height: 100% !important;
}

.leading-120 {
  line-height: 120% !important;
}

.leading-140 {
  line-height: 140% !important;
}

.leading-150 {
  line-height: 150% !important;
}

.leading-200 {
  line-height: 200% !important;
}

.text-blue {
  color: #2b3c66 !important;
}

.bg-blue {
  background-color: #2b3c66 !important;
}

.border-blue {
  border-color: #2b3c66 !important;
}

.text-blue_2 {
  color: #6086e6 !important;
}

.bg-blue_2 {
  background-color: #6086e6 !important;
}

.border-blue_2 {
  border-color: #6086e6 !important;
}

.text-blue_3 {
  color: #89a6ef !important;
}

.bg-blue_3 {
  background-color: #89a6ef !important;
}

.border-blue_3 {
  border-color: #89a6ef !important;
}

.text-blue_4 {
  color: #4665b5 !important;
}

.bg-blue_4 {
  background-color: #4665b5 !important;
}

.border-blue_4 {
  border-color: #4665b5 !important;
}

.text-blue_5 {
  color: #f2f5ff !important;
}

.bg-blue_5 {
  background-color: #f2f5ff !important;
}

.border-blue_5 {
  border-color: #f2f5ff !important;
}

.text-blue_60 {
  color: #7c869f !important;
}

.bg-blue_60 {
  background-color: #7c869f !important;
}

.border-blue_60 {
  border-color: #7c869f !important;
}

.text-red {
  color: #e2071b !important;
}

.bg-red {
  background-color: #e2071b !important;
}

.border-red {
  border-color: #e2071b !important;
}

.text-white {
  color: #fff !important;
}

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

.border-white {
  border-color: #fff !important;
}

:root {
  --blue: #2b3c66 !important;
  --blue_2: #6086e6 !important;
  --blue_3: #89a6ef !important;
  --blue_4: #4665b5 !important;
  --blue_5: #f2f5ff !important;
  --blue_60: #7c869f !important;
  --red: #e2071b !important;
  --white: #fff !important;
  --line-height-100: 100%;
  --line-height-120: 120%;
  --line-height-140: 140%;
  --line-height-150: 150%;
  --line-height-200: 200%;
}
@media (min-width: 10rem) {
  :root {
    --h1: 2.8rem !important;
    --h2: 1.6rem !important;
    --h3: 1.4rem !important;
    --h4: 1.3rem !important;
    --h5: 1.2rem !important;
    --h6: 0.9rem !important;
    --h7: 1.125rem !important;
    --label: 0.9rem !important;
    --body: 1rem !important;
    --intro: 1.125rem !important;
    --quote: 1.125rem !important;
  }
}
@media (min-width: 48rem) {
  :root {
    --quote: 2rem !important;
  }
}
@media (min-width: 64rem) {
  :root {
    --h1: 3.75rem !important;
    --h2: 3rem !important;
    --h3: 2rem !important;
    --h4: 1.6rem !important;
    --h5: 1.2rem !important;
    --h6: 1rem !important;
    --body: 1rem !important;
  }
}

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

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

.mr-auto {
  margin-right: auto !important;
}

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

.ml-auto {
  margin-left: auto !important;
}

.my-auto {
  margin-block: auto !important;
}

.mx-auto {
  margin-inline: auto !important;
}

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

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

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

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

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

.my-0 {
  margin-block: 0 !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.m-062 {
  margin: 0.62rem !important;
}

.mt-062 {
  margin-top: 0.62rem !important;
}

.mr-062 {
  margin-right: 0.62rem !important;
}

.mb-062 {
  margin-bottom: 0.62rem !important;
}

.ml-062 {
  margin-left: 0.62rem !important;
}

.my-062 {
  margin-block: 0.62rem !important;
}

.mx-062 {
  margin-inline: 0.62rem !important;
}

.m-088 {
  margin: 0.88rem !important;
}

.mt-088 {
  margin-top: 0.88rem !important;
}

.mr-088 {
  margin-right: 0.88rem !important;
}

.mb-088 {
  margin-bottom: 0.88rem !important;
}

.ml-088 {
  margin-left: 0.88rem !important;
}

.my-088 {
  margin-block: 0.88rem !important;
}

.mx-088 {
  margin-inline: 0.88rem !important;
}

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

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

.mr-05 {
  margin-right: 0.5rem !important;
}

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

.ml-05 {
  margin-left: 0.5rem !important;
}

.my-05 {
  margin-block: 0.5rem !important;
}

.mx-05 {
  margin-inline: 0.5rem !important;
}

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

.mt-075 {
  margin-top: 0.75rem !important;
}

.mr-075 {
  margin-right: 0.75rem !important;
}

.mb-075 {
  margin-bottom: 0.75rem !important;
}

.ml-075 {
  margin-left: 0.75rem !important;
}

.my-075 {
  margin-block: 0.75rem !important;
}

.mx-075 {
  margin-inline: 0.75rem !important;
}

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

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

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

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

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

.my-1 {
  margin-block: 1rem !important;
}

.mx-1 {
  margin-inline: 1rem !important;
}

.m-1012 {
  margin: 1.12rem !important;
}

.mt-1012 {
  margin-top: 1.12rem !important;
}

.mr-1012 {
  margin-right: 1.12rem !important;
}

.mb-1012 {
  margin-bottom: 1.12rem !important;
}

.ml-1012 {
  margin-left: 1.12rem !important;
}

.my-1012 {
  margin-block: 1.12rem !important;
}

.mx-1012 {
  margin-inline: 1.12rem !important;
}

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

.mt-1025 {
  margin-top: 1.25rem !important;
}

.mr-1025 {
  margin-right: 1.25rem !important;
}

.mb-1025 {
  margin-bottom: 1.25rem !important;
}

.ml-1025 {
  margin-left: 1.25rem !important;
}

.my-1025 {
  margin-block: 1.25rem !important;
}

.mx-1025 {
  margin-inline: 1.25rem !important;
}

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

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

.mr-105 {
  margin-right: 1.5rem !important;
}

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

.ml-105 {
  margin-left: 1.5rem !important;
}

.my-105 {
  margin-block: 1.5rem !important;
}

.mx-105 {
  margin-inline: 1.5rem !important;
}

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

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

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

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

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

.my-2 {
  margin-block: 2rem !important;
}

.mx-2 {
  margin-inline: 2rem !important;
}

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

.mt-205 {
  margin-top: 2.5rem !important;
}

.mr-205 {
  margin-right: 2.5rem !important;
}

.mb-205 {
  margin-bottom: 2.5rem !important;
}

.ml-205 {
  margin-left: 2.5rem !important;
}

.my-205 {
  margin-block: 2.5rem !important;
}

.mx-205 {
  margin-inline: 2.5rem !important;
}

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

.mt-2075 {
  margin-top: 2.75rem !important;
}

.mr-2075 {
  margin-right: 2.75rem !important;
}

.mb-2075 {
  margin-bottom: 2.75rem !important;
}

.ml-2075 {
  margin-left: 2.75rem !important;
}

.my-2075 {
  margin-block: 2.75rem !important;
}

.mx-2075 {
  margin-inline: 2.75rem !important;
}

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

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

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

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

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

.my-3 {
  margin-block: 3rem !important;
}

.mx-3 {
  margin-inline: 3rem !important;
}

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

.mt-305 {
  margin-top: 3.5rem !important;
}

.mr-305 {
  margin-right: 3.5rem !important;
}

.mb-305 {
  margin-bottom: 3.5rem !important;
}

.ml-305 {
  margin-left: 3.5rem !important;
}

.my-305 {
  margin-block: 3.5rem !important;
}

.mx-305 {
  margin-inline: 3.5rem !important;
}

.m-3075 {
  margin: 3.75rem !important;
}

.mt-3075 {
  margin-top: 3.75rem !important;
}

.mr-3075 {
  margin-right: 3.75rem !important;
}

.mb-3075 {
  margin-bottom: 3.75rem !important;
}

.ml-3075 {
  margin-left: 3.75rem !important;
}

.my-3075 {
  margin-block: 3.75rem !important;
}

.mx-3075 {
  margin-inline: 3.75rem !important;
}

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

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

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

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

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

.my-4 {
  margin-block: 4rem !important;
}

.mx-4 {
  margin-inline: 4rem !important;
}

.m-405 {
  margin: 4.5rem !important;
}

.mt-405 {
  margin-top: 4.5rem !important;
}

.mr-405 {
  margin-right: 4.5rem !important;
}

.mb-405 {
  margin-bottom: 4.5rem !important;
}

.ml-405 {
  margin-left: 4.5rem !important;
}

.my-405 {
  margin-block: 4.5rem !important;
}

.mx-405 {
  margin-inline: 4.5rem !important;
}

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

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

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

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

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

.my-5 {
  margin-block: 5rem !important;
}

.mx-5 {
  margin-inline: 5rem !important;
}

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

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

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

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

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

.my-6 {
  margin-block: 6rem !important;
}

.mx-6 {
  margin-inline: 6rem !important;
}

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

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

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

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

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

.my-10 {
  margin-block: 10rem !important;
}

.mx-10 {
  margin-inline: 10rem !important;
}

.gap-auto {
  gap: auto !important;
}

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

.gap-062 {
  gap: 0.62rem !important;
}

.gap-088 {
  gap: 0.88rem !important;
}

.gap-05 {
  gap: 0.5rem !important;
}

.gap-075 {
  gap: 0.75rem !important;
}

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

.gap-1012 {
  gap: 1.12rem !important;
}

.gap-1025 {
  gap: 1.25rem !important;
}

.gap-105 {
  gap: 1.5rem !important;
}

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

.gap-205 {
  gap: 2.5rem !important;
}

.gap-2075 {
  gap: 2.75rem !important;
}

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

.gap-305 {
  gap: 3.5rem !important;
}

.gap-3075 {
  gap: 3.75rem !important;
}

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

.gap-405 {
  gap: 4.5rem !important;
}

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

.gap-6 {
  gap: 6rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

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

.pt-auto {
  padding-top: auto !important;
}

.border-t-auto {
  border-top-width: calc(auto / 16) !important;
}

.pr-auto {
  padding-right: auto !important;
}

.border-r-auto {
  border-right-width: calc(auto / 16) !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.border-b-auto {
  border-bottom-width: calc(auto / 16) !important;
}

.pl-auto {
  padding-left: auto !important;
}

.border-l-auto {
  border-left-width: calc(auto / 16) !important;
}

.py-auto {
  padding-block: auto !important;
}

.border-y-auto {
  border-block-width: calc(auto / 16) !important;
}

.px-auto {
  padding-inline: auto !important;
}

.border-x-auto {
  border-inline-width: calc(auto / 16) !important;
}

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

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

.border-t-0 {
  border-top-width: 0 !important;
}

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

.border-r-0 {
  border-right-width: 0 !important;
}

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

.border-b-0 {
  border-bottom-width: 0 !important;
}

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

.border-l-0 {
  border-left-width: 0 !important;
}

.py-0 {
  padding-block: 0 !important;
}

.border-y-0 {
  border-block-width: 0 !important;
}

.px-0 {
  padding-inline: 0 !important;
}

.border-x-0 {
  border-inline-width: 0 !important;
}

.p-062 {
  padding: 0.62rem !important;
}

.pt-062 {
  padding-top: 0.62rem !important;
}

.border-t-062 {
  border-top-width: 0.03875rem !important;
}

.pr-062 {
  padding-right: 0.62rem !important;
}

.border-r-062 {
  border-right-width: 0.03875rem !important;
}

.pb-062 {
  padding-bottom: 0.62rem !important;
}

.border-b-062 {
  border-bottom-width: 0.03875rem !important;
}

.pl-062 {
  padding-left: 0.62rem !important;
}

.border-l-062 {
  border-left-width: 0.03875rem !important;
}

.py-062 {
  padding-block: 0.62rem !important;
}

.border-y-062 {
  border-block-width: 0.03875rem !important;
}

.px-062 {
  padding-inline: 0.62rem !important;
}

.border-x-062 {
  border-inline-width: 0.03875rem !important;
}

.p-088 {
  padding: 0.88rem !important;
}

.pt-088 {
  padding-top: 0.88rem !important;
}

.border-t-088 {
  border-top-width: 0.055rem !important;
}

.pr-088 {
  padding-right: 0.88rem !important;
}

.border-r-088 {
  border-right-width: 0.055rem !important;
}

.pb-088 {
  padding-bottom: 0.88rem !important;
}

.border-b-088 {
  border-bottom-width: 0.055rem !important;
}

.pl-088 {
  padding-left: 0.88rem !important;
}

.border-l-088 {
  border-left-width: 0.055rem !important;
}

.py-088 {
  padding-block: 0.88rem !important;
}

.border-y-088 {
  border-block-width: 0.055rem !important;
}

.px-088 {
  padding-inline: 0.88rem !important;
}

.border-x-088 {
  border-inline-width: 0.055rem !important;
}

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

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

.border-t-05 {
  border-top-width: 0.03125rem !important;
}

.pr-05 {
  padding-right: 0.5rem !important;
}

.border-r-05 {
  border-right-width: 0.03125rem !important;
}

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

.border-b-05 {
  border-bottom-width: 0.03125rem !important;
}

.pl-05 {
  padding-left: 0.5rem !important;
}

.border-l-05 {
  border-left-width: 0.03125rem !important;
}

.py-05 {
  padding-block: 0.5rem !important;
}

.border-y-05 {
  border-block-width: 0.03125rem !important;
}

.px-05 {
  padding-inline: 0.5rem !important;
}

.border-x-05 {
  border-inline-width: 0.03125rem !important;
}

.p-075 {
  padding: 0.75rem !important;
}

.pt-075 {
  padding-top: 0.75rem !important;
}

.border-t-075 {
  border-top-width: 0.046875rem !important;
}

.pr-075 {
  padding-right: 0.75rem !important;
}

.border-r-075 {
  border-right-width: 0.046875rem !important;
}

.pb-075 {
  padding-bottom: 0.75rem !important;
}

.border-b-075 {
  border-bottom-width: 0.046875rem !important;
}

.pl-075 {
  padding-left: 0.75rem !important;
}

.border-l-075 {
  border-left-width: 0.046875rem !important;
}

.py-075 {
  padding-block: 0.75rem !important;
}

.border-y-075 {
  border-block-width: 0.046875rem !important;
}

.px-075 {
  padding-inline: 0.75rem !important;
}

.border-x-075 {
  border-inline-width: 0.046875rem !important;
}

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

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

.border-t-1 {
  border-top-width: 0.0625rem !important;
}

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

.border-r-1 {
  border-right-width: 0.0625rem !important;
}

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

.border-b-1 {
  border-bottom-width: 0.0625rem !important;
}

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

.border-l-1 {
  border-left-width: 0.0625rem !important;
}

.py-1 {
  padding-block: 1rem !important;
}

.border-y-1 {
  border-block-width: 0.0625rem !important;
}

.px-1 {
  padding-inline: 1rem !important;
}

.border-x-1 {
  border-inline-width: 0.0625rem !important;
}

.p-1012 {
  padding: 1.12rem !important;
}

.pt-1012 {
  padding-top: 1.12rem !important;
}

.border-t-1012 {
  border-top-width: 0.07rem !important;
}

.pr-1012 {
  padding-right: 1.12rem !important;
}

.border-r-1012 {
  border-right-width: 0.07rem !important;
}

.pb-1012 {
  padding-bottom: 1.12rem !important;
}

.border-b-1012 {
  border-bottom-width: 0.07rem !important;
}

.pl-1012 {
  padding-left: 1.12rem !important;
}

.border-l-1012 {
  border-left-width: 0.07rem !important;
}

.py-1012 {
  padding-block: 1.12rem !important;
}

.border-y-1012 {
  border-block-width: 0.07rem !important;
}

.px-1012 {
  padding-inline: 1.12rem !important;
}

.border-x-1012 {
  border-inline-width: 0.07rem !important;
}

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

.pt-1025 {
  padding-top: 1.25rem !important;
}

.border-t-1025 {
  border-top-width: 0.078125rem !important;
}

.pr-1025 {
  padding-right: 1.25rem !important;
}

.border-r-1025 {
  border-right-width: 0.078125rem !important;
}

.pb-1025 {
  padding-bottom: 1.25rem !important;
}

.border-b-1025 {
  border-bottom-width: 0.078125rem !important;
}

.pl-1025 {
  padding-left: 1.25rem !important;
}

.border-l-1025 {
  border-left-width: 0.078125rem !important;
}

.py-1025 {
  padding-block: 1.25rem !important;
}

.border-y-1025 {
  border-block-width: 0.078125rem !important;
}

.px-1025 {
  padding-inline: 1.25rem !important;
}

.border-x-1025 {
  border-inline-width: 0.078125rem !important;
}

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

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

.border-t-105 {
  border-top-width: 0.09375rem !important;
}

.pr-105 {
  padding-right: 1.5rem !important;
}

.border-r-105 {
  border-right-width: 0.09375rem !important;
}

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

.border-b-105 {
  border-bottom-width: 0.09375rem !important;
}

.pl-105 {
  padding-left: 1.5rem !important;
}

.border-l-105 {
  border-left-width: 0.09375rem !important;
}

.py-105 {
  padding-block: 1.5rem !important;
}

.border-y-105 {
  border-block-width: 0.09375rem !important;
}

.px-105 {
  padding-inline: 1.5rem !important;
}

.border-x-105 {
  border-inline-width: 0.09375rem !important;
}

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

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

.border-t-2 {
  border-top-width: 0.125rem !important;
}

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

.border-r-2 {
  border-right-width: 0.125rem !important;
}

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

.border-b-2 {
  border-bottom-width: 0.125rem !important;
}

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

.border-l-2 {
  border-left-width: 0.125rem !important;
}

.py-2 {
  padding-block: 2rem !important;
}

.border-y-2 {
  border-block-width: 0.125rem !important;
}

.px-2 {
  padding-inline: 2rem !important;
}

.border-x-2 {
  border-inline-width: 0.125rem !important;
}

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

.pt-205 {
  padding-top: 2.5rem !important;
}

.border-t-205 {
  border-top-width: 0.15625rem !important;
}

.pr-205 {
  padding-right: 2.5rem !important;
}

.border-r-205 {
  border-right-width: 0.15625rem !important;
}

.pb-205 {
  padding-bottom: 2.5rem !important;
}

.border-b-205 {
  border-bottom-width: 0.15625rem !important;
}

.pl-205 {
  padding-left: 2.5rem !important;
}

.border-l-205 {
  border-left-width: 0.15625rem !important;
}

.py-205 {
  padding-block: 2.5rem !important;
}

.border-y-205 {
  border-block-width: 0.15625rem !important;
}

.px-205 {
  padding-inline: 2.5rem !important;
}

.border-x-205 {
  border-inline-width: 0.15625rem !important;
}

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

.pt-2075 {
  padding-top: 2.75rem !important;
}

.border-t-2075 {
  border-top-width: 0.171875rem !important;
}

.pr-2075 {
  padding-right: 2.75rem !important;
}

.border-r-2075 {
  border-right-width: 0.171875rem !important;
}

.pb-2075 {
  padding-bottom: 2.75rem !important;
}

.border-b-2075 {
  border-bottom-width: 0.171875rem !important;
}

.pl-2075 {
  padding-left: 2.75rem !important;
}

.border-l-2075 {
  border-left-width: 0.171875rem !important;
}

.py-2075 {
  padding-block: 2.75rem !important;
}

.border-y-2075 {
  border-block-width: 0.171875rem !important;
}

.px-2075 {
  padding-inline: 2.75rem !important;
}

.border-x-2075 {
  border-inline-width: 0.171875rem !important;
}

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

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

.border-t-3 {
  border-top-width: 0.1875rem !important;
}

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

.border-r-3 {
  border-right-width: 0.1875rem !important;
}

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

.border-b-3 {
  border-bottom-width: 0.1875rem !important;
}

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

.border-l-3 {
  border-left-width: 0.1875rem !important;
}

.py-3 {
  padding-block: 3rem !important;
}

.border-y-3 {
  border-block-width: 0.1875rem !important;
}

.px-3 {
  padding-inline: 3rem !important;
}

.border-x-3 {
  border-inline-width: 0.1875rem !important;
}

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

.pt-305 {
  padding-top: 3.5rem !important;
}

.border-t-305 {
  border-top-width: 0.21875rem !important;
}

.pr-305 {
  padding-right: 3.5rem !important;
}

.border-r-305 {
  border-right-width: 0.21875rem !important;
}

.pb-305 {
  padding-bottom: 3.5rem !important;
}

.border-b-305 {
  border-bottom-width: 0.21875rem !important;
}

.pl-305 {
  padding-left: 3.5rem !important;
}

.border-l-305 {
  border-left-width: 0.21875rem !important;
}

.py-305 {
  padding-block: 3.5rem !important;
}

.border-y-305 {
  border-block-width: 0.21875rem !important;
}

.px-305 {
  padding-inline: 3.5rem !important;
}

.border-x-305 {
  border-inline-width: 0.21875rem !important;
}

.p-3075 {
  padding: 3.75rem !important;
}

.pt-3075 {
  padding-top: 3.75rem !important;
}

.border-t-3075 {
  border-top-width: 0.234375rem !important;
}

.pr-3075 {
  padding-right: 3.75rem !important;
}

.border-r-3075 {
  border-right-width: 0.234375rem !important;
}

.pb-3075 {
  padding-bottom: 3.75rem !important;
}

.border-b-3075 {
  border-bottom-width: 0.234375rem !important;
}

.pl-3075 {
  padding-left: 3.75rem !important;
}

.border-l-3075 {
  border-left-width: 0.234375rem !important;
}

.py-3075 {
  padding-block: 3.75rem !important;
}

.border-y-3075 {
  border-block-width: 0.234375rem !important;
}

.px-3075 {
  padding-inline: 3.75rem !important;
}

.border-x-3075 {
  border-inline-width: 0.234375rem !important;
}

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

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

.border-t-4 {
  border-top-width: 0.25rem !important;
}

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

.border-r-4 {
  border-right-width: 0.25rem !important;
}

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

.border-b-4 {
  border-bottom-width: 0.25rem !important;
}

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

.border-l-4 {
  border-left-width: 0.25rem !important;
}

.py-4 {
  padding-block: 4rem !important;
}

.border-y-4 {
  border-block-width: 0.25rem !important;
}

.px-4 {
  padding-inline: 4rem !important;
}

.border-x-4 {
  border-inline-width: 0.25rem !important;
}

.p-405 {
  padding: 4.5rem !important;
}

.pt-405 {
  padding-top: 4.5rem !important;
}

.border-t-405 {
  border-top-width: 0.28125rem !important;
}

.pr-405 {
  padding-right: 4.5rem !important;
}

.border-r-405 {
  border-right-width: 0.28125rem !important;
}

.pb-405 {
  padding-bottom: 4.5rem !important;
}

.border-b-405 {
  border-bottom-width: 0.28125rem !important;
}

.pl-405 {
  padding-left: 4.5rem !important;
}

.border-l-405 {
  border-left-width: 0.28125rem !important;
}

.py-405 {
  padding-block: 4.5rem !important;
}

.border-y-405 {
  border-block-width: 0.28125rem !important;
}

.px-405 {
  padding-inline: 4.5rem !important;
}

.border-x-405 {
  border-inline-width: 0.28125rem !important;
}

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

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

.border-t-5 {
  border-top-width: 0.3125rem !important;
}

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

.border-r-5 {
  border-right-width: 0.3125rem !important;
}

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

.border-b-5 {
  border-bottom-width: 0.3125rem !important;
}

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

.border-l-5 {
  border-left-width: 0.3125rem !important;
}

.py-5 {
  padding-block: 5rem !important;
}

.border-y-5 {
  border-block-width: 0.3125rem !important;
}

.px-5 {
  padding-inline: 5rem !important;
}

.border-x-5 {
  border-inline-width: 0.3125rem !important;
}

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

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

.border-t-6 {
  border-top-width: 0.375rem !important;
}

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

.border-r-6 {
  border-right-width: 0.375rem !important;
}

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

.border-b-6 {
  border-bottom-width: 0.375rem !important;
}

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

.border-l-6 {
  border-left-width: 0.375rem !important;
}

.py-6 {
  padding-block: 6rem !important;
}

.border-y-6 {
  border-block-width: 0.375rem !important;
}

.px-6 {
  padding-inline: 6rem !important;
}

.border-x-6 {
  border-inline-width: 0.375rem !important;
}

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

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

.border-t-10 {
  border-top-width: 0.625rem !important;
}

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

.border-r-10 {
  border-right-width: 0.625rem !important;
}

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

.border-b-10 {
  border-bottom-width: 0.625rem !important;
}

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

.border-l-10 {
  border-left-width: 0.625rem !important;
}

.py-10 {
  padding-block: 10rem !important;
}

.border-y-10 {
  border-block-width: 0.625rem !important;
}

.px-10 {
  padding-inline: 10rem !important;
}

.border-x-10 {
  border-inline-width: 0.625rem !important;
}

.round-inherit {
  border-radius: inherit !important;
}

.round-top-left-inherit {
  border-top-left-radius: inherit !important;
}

.round-top-right-inherit {
  border-top-right-radius: inherit !important;
}

.round-bottom-right-inherit {
  border-bottom-right-radius: inherit !important;
}

.round-bottom-left-inherit {
  border-bottom-left-radius: inherit !important;
}

.round-0625 {
  border-radius: 0.625rem !important;
}

.round-top-left-0625 {
  border-top-left-radius: 0.625rem !important;
}

.round-top-right-0625 {
  border-top-right-radius: 0.625rem !important;
}

.round-bottom-right-0625 {
  border-bottom-right-radius: 0.625rem !important;
}

.round-bottom-left-0625 {
  border-bottom-left-radius: 0.625rem !important;
}

.round-075 {
  border-radius: 0.75rem !important;
}

.round-top-left-075 {
  border-top-left-radius: 0.75rem !important;
}

.round-top-right-075 {
  border-top-right-radius: 0.75rem !important;
}

.round-bottom-right-075 {
  border-bottom-right-radius: 0.75rem !important;
}

.round-bottom-left-075 {
  border-bottom-left-radius: 0.75rem !important;
}

.round-1025 {
  border-radius: 1.25rem !important;
}

.round-top-left-1025 {
  border-top-left-radius: 1.25rem !important;
}

.round-top-right-1025 {
  border-top-right-radius: 1.25rem !important;
}

.round-bottom-right-1025 {
  border-bottom-right-radius: 1.25rem !important;
}

.round-bottom-left-1025 {
  border-bottom-left-radius: 1.25rem !important;
}

.round-0875 {
  border-radius: 0.875rem !important;
}

.round-top-left-0875 {
  border-top-left-radius: 0.875rem !important;
}

.round-top-right-0875 {
  border-top-right-radius: 0.875rem !important;
}

.round-bottom-right-0875 {
  border-bottom-right-radius: 0.875rem !important;
}

.round-bottom-left-0875 {
  border-bottom-left-radius: 0.875rem !important;
}

.round-205 {
  border-radius: 2.5rem !important;
}

.round-top-left-205 {
  border-top-left-radius: 2.5rem !important;
}

.round-top-right-205 {
  border-top-right-radius: 2.5rem !important;
}

.round-bottom-right-205 {
  border-bottom-right-radius: 2.5rem !important;
}

.round-bottom-left-205 {
  border-bottom-left-radius: 2.5rem !important;
}

.round-3075 {
  border-radius: 3.75rem !important;
}

.round-top-left-3075 {
  border-top-left-radius: 3.75rem !important;
}

.round-top-right-3075 {
  border-top-right-radius: 3.75rem !important;
}

.round-bottom-right-3075 {
  border-bottom-right-radius: 3.75rem !important;
}

.round-bottom-left-3075 {
  border-bottom-left-radius: 3.75rem !important;
}

.round-705 {
  border-radius: 7.5rem !important;
}

.round-top-left-705 {
  border-top-left-radius: 7.5rem !important;
}

.round-top-right-705 {
  border-top-right-radius: 7.5rem !important;
}

.round-bottom-right-705 {
  border-bottom-right-radius: 7.5rem !important;
}

.round-bottom-left-705 {
  border-bottom-left-radius: 7.5rem !important;
}

.round-99 {
  border-radius: 99em !important;
}

.round-top-left-99 {
  border-top-left-radius: 99em !important;
}

.round-top-right-99 {
  border-top-right-radius: 99em !important;
}

.round-bottom-right-99 {
  border-bottom-right-radius: 99em !important;
}

.round-bottom-left-99 {
  border-bottom-left-radius: 99em !important;
}

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

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

.w-1 {
  width: 1rem !important;
}

.h-1 {
  height: 1rem !important;
}

.w-2 {
  width: 2rem !important;
}

.h-2 {
  height: 2rem !important;
}

.w-3 {
  width: 3rem !important;
}

.h-3 {
  height: 3rem !important;
}

.w-4 {
  width: 4rem !important;
}

.h-4 {
  height: 4rem !important;
}

.w-5 {
  width: 5rem !important;
}

.h-5 {
  height: 5rem !important;
}

.w-6 {
  width: 6rem !important;
}

.h-6 {
  height: 6rem !important;
}

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

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

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

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

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

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

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

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

.text-h1 {
  font-size: var(--h1) !important;
}

.text-h2 {
  font-size: var(--h2) !important;
}

.text-h3 {
  font-size: var(--h3) !important;
}

.text-h4 {
  font-size: var(--h4) !important;
}

.text-h5 {
  font-size: var(--h5) !important;
}

.text-h6 {
  font-size: var(--h6) !important;
}

.text-h7 {
  font-size: var(--h7) !important;
}

.text-label {
  font-size: var(--label) !important;
}

.text-body {
  font-size: var(--body) !important;
}

.text-intro {
  font-size: var(--intro) !important;
}

.text-quote {
  font-size: var(--quote) !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.self-align {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.self-end {
  -webkit-align-self: end;
  -moz-align-self: end;
  -ms-flex-item-align: end;
  align-self: end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: end;
  -moz-align-items: end;
  align-items: end;
}

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

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

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

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.sticky {
  position: sticky !important;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.inline {
  display: inline !important;
}

.grid {
  display: grid !important;
}

.cover {
  object-fit: cover !important;
}

.contain {
  object-fit: contain !important;
}

.none {
  object-fit: none !important;
}

.pointer {
  cursor: pointer !important;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.flex-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width: 10rem) {
  .sm-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .sm-flex-row-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sm-flex-col-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .sm-m-auto {
    margin: auto !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-auto {
    margin-top: auto !important;
  }
  .sm-mr-auto {
    margin-right: auto !important;
  }
  .sm-mb-auto {
    margin-bottom: auto !important;
  }
  .sm-ml-auto {
    margin-left: auto !important;
  }
  .sm-my-auto {
    margin-block: auto !important;
  }
  .sm-mx-auto {
    margin-inline: auto !important;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-0 {
    margin-top: 0 !important;
  }
  .sm-mr-0 {
    margin-right: 0 !important;
  }
  .sm-mb-0 {
    margin-bottom: 0 !important;
  }
  .sm-ml-0 {
    margin-left: 0 !important;
  }
  .sm-my-0 {
    margin-block: 0 !important;
  }
  .sm-mx-0 {
    margin-inline: 0 !important;
  }
  .sm-m-062 {
    margin: 0.62rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-062 {
    margin-top: 0.62rem !important;
  }
  .sm-mr-062 {
    margin-right: 0.62rem !important;
  }
  .sm-mb-062 {
    margin-bottom: 0.62rem !important;
  }
  .sm-ml-062 {
    margin-left: 0.62rem !important;
  }
  .sm-my-062 {
    margin-block: 0.62rem !important;
  }
  .sm-mx-062 {
    margin-inline: 0.62rem !important;
  }
  .sm-m-088 {
    margin: 0.88rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-088 {
    margin-top: 0.88rem !important;
  }
  .sm-mr-088 {
    margin-right: 0.88rem !important;
  }
  .sm-mb-088 {
    margin-bottom: 0.88rem !important;
  }
  .sm-ml-088 {
    margin-left: 0.88rem !important;
  }
  .sm-my-088 {
    margin-block: 0.88rem !important;
  }
  .sm-mx-088 {
    margin-inline: 0.88rem !important;
  }
  .sm-m-05 {
    margin: 0.5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-05 {
    margin-top: 0.5rem !important;
  }
  .sm-mr-05 {
    margin-right: 0.5rem !important;
  }
  .sm-mb-05 {
    margin-bottom: 0.5rem !important;
  }
  .sm-ml-05 {
    margin-left: 0.5rem !important;
  }
  .sm-my-05 {
    margin-block: 0.5rem !important;
  }
  .sm-mx-05 {
    margin-inline: 0.5rem !important;
  }
  .sm-m-075 {
    margin: 0.75rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-075 {
    margin-top: 0.75rem !important;
  }
  .sm-mr-075 {
    margin-right: 0.75rem !important;
  }
  .sm-mb-075 {
    margin-bottom: 0.75rem !important;
  }
  .sm-ml-075 {
    margin-left: 0.75rem !important;
  }
  .sm-my-075 {
    margin-block: 0.75rem !important;
  }
  .sm-mx-075 {
    margin-inline: 0.75rem !important;
  }
  .sm-m-1 {
    margin: 1rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-1 {
    margin-top: 1rem !important;
  }
  .sm-mr-1 {
    margin-right: 1rem !important;
  }
  .sm-mb-1 {
    margin-bottom: 1rem !important;
  }
  .sm-ml-1 {
    margin-left: 1rem !important;
  }
  .sm-my-1 {
    margin-block: 1rem !important;
  }
  .sm-mx-1 {
    margin-inline: 1rem !important;
  }
  .sm-m-1012 {
    margin: 1.12rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-1012 {
    margin-top: 1.12rem !important;
  }
  .sm-mr-1012 {
    margin-right: 1.12rem !important;
  }
  .sm-mb-1012 {
    margin-bottom: 1.12rem !important;
  }
  .sm-ml-1012 {
    margin-left: 1.12rem !important;
  }
  .sm-my-1012 {
    margin-block: 1.12rem !important;
  }
  .sm-mx-1012 {
    margin-inline: 1.12rem !important;
  }
  .sm-m-1025 {
    margin: 1.25rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-1025 {
    margin-top: 1.25rem !important;
  }
  .sm-mr-1025 {
    margin-right: 1.25rem !important;
  }
  .sm-mb-1025 {
    margin-bottom: 1.25rem !important;
  }
  .sm-ml-1025 {
    margin-left: 1.25rem !important;
  }
  .sm-my-1025 {
    margin-block: 1.25rem !important;
  }
  .sm-mx-1025 {
    margin-inline: 1.25rem !important;
  }
  .sm-m-105 {
    margin: 1.5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-105 {
    margin-top: 1.5rem !important;
  }
  .sm-mr-105 {
    margin-right: 1.5rem !important;
  }
  .sm-mb-105 {
    margin-bottom: 1.5rem !important;
  }
  .sm-ml-105 {
    margin-left: 1.5rem !important;
  }
  .sm-my-105 {
    margin-block: 1.5rem !important;
  }
  .sm-mx-105 {
    margin-inline: 1.5rem !important;
  }
  .sm-m-2 {
    margin: 2rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-2 {
    margin-top: 2rem !important;
  }
  .sm-mr-2 {
    margin-right: 2rem !important;
  }
  .sm-mb-2 {
    margin-bottom: 2rem !important;
  }
  .sm-ml-2 {
    margin-left: 2rem !important;
  }
  .sm-my-2 {
    margin-block: 2rem !important;
  }
  .sm-mx-2 {
    margin-inline: 2rem !important;
  }
  .sm-m-205 {
    margin: 2.5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-205 {
    margin-top: 2.5rem !important;
  }
  .sm-mr-205 {
    margin-right: 2.5rem !important;
  }
  .sm-mb-205 {
    margin-bottom: 2.5rem !important;
  }
  .sm-ml-205 {
    margin-left: 2.5rem !important;
  }
  .sm-my-205 {
    margin-block: 2.5rem !important;
  }
  .sm-mx-205 {
    margin-inline: 2.5rem !important;
  }
  .sm-m-2075 {
    margin: 2.75rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-2075 {
    margin-top: 2.75rem !important;
  }
  .sm-mr-2075 {
    margin-right: 2.75rem !important;
  }
  .sm-mb-2075 {
    margin-bottom: 2.75rem !important;
  }
  .sm-ml-2075 {
    margin-left: 2.75rem !important;
  }
  .sm-my-2075 {
    margin-block: 2.75rem !important;
  }
  .sm-mx-2075 {
    margin-inline: 2.75rem !important;
  }
  .sm-m-3 {
    margin: 3rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-3 {
    margin-top: 3rem !important;
  }
  .sm-mr-3 {
    margin-right: 3rem !important;
  }
  .sm-mb-3 {
    margin-bottom: 3rem !important;
  }
  .sm-ml-3 {
    margin-left: 3rem !important;
  }
  .sm-my-3 {
    margin-block: 3rem !important;
  }
  .sm-mx-3 {
    margin-inline: 3rem !important;
  }
  .sm-m-305 {
    margin: 3.5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-305 {
    margin-top: 3.5rem !important;
  }
  .sm-mr-305 {
    margin-right: 3.5rem !important;
  }
  .sm-mb-305 {
    margin-bottom: 3.5rem !important;
  }
  .sm-ml-305 {
    margin-left: 3.5rem !important;
  }
  .sm-my-305 {
    margin-block: 3.5rem !important;
  }
  .sm-mx-305 {
    margin-inline: 3.5rem !important;
  }
  .sm-m-3075 {
    margin: 3.75rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-3075 {
    margin-top: 3.75rem !important;
  }
  .sm-mr-3075 {
    margin-right: 3.75rem !important;
  }
  .sm-mb-3075 {
    margin-bottom: 3.75rem !important;
  }
  .sm-ml-3075 {
    margin-left: 3.75rem !important;
  }
  .sm-my-3075 {
    margin-block: 3.75rem !important;
  }
  .sm-mx-3075 {
    margin-inline: 3.75rem !important;
  }
  .sm-m-4 {
    margin: 4rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-4 {
    margin-top: 4rem !important;
  }
  .sm-mr-4 {
    margin-right: 4rem !important;
  }
  .sm-mb-4 {
    margin-bottom: 4rem !important;
  }
  .sm-ml-4 {
    margin-left: 4rem !important;
  }
  .sm-my-4 {
    margin-block: 4rem !important;
  }
  .sm-mx-4 {
    margin-inline: 4rem !important;
  }
  .sm-m-405 {
    margin: 4.5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-405 {
    margin-top: 4.5rem !important;
  }
  .sm-mr-405 {
    margin-right: 4.5rem !important;
  }
  .sm-mb-405 {
    margin-bottom: 4.5rem !important;
  }
  .sm-ml-405 {
    margin-left: 4.5rem !important;
  }
  .sm-my-405 {
    margin-block: 4.5rem !important;
  }
  .sm-mx-405 {
    margin-inline: 4.5rem !important;
  }
  .sm-m-5 {
    margin: 5rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-5 {
    margin-top: 5rem !important;
  }
  .sm-mr-5 {
    margin-right: 5rem !important;
  }
  .sm-mb-5 {
    margin-bottom: 5rem !important;
  }
  .sm-ml-5 {
    margin-left: 5rem !important;
  }
  .sm-my-5 {
    margin-block: 5rem !important;
  }
  .sm-mx-5 {
    margin-inline: 5rem !important;
  }
  .sm-m-6 {
    margin: 6rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-6 {
    margin-top: 6rem !important;
  }
  .sm-mr-6 {
    margin-right: 6rem !important;
  }
  .sm-mb-6 {
    margin-bottom: 6rem !important;
  }
  .sm-ml-6 {
    margin-left: 6rem !important;
  }
  .sm-my-6 {
    margin-block: 6rem !important;
  }
  .sm-mx-6 {
    margin-inline: 6rem !important;
  }
  .sm-m-10 {
    margin: 10rem !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-w-2 {
    width: 2rem !important;
  }
  .sm-h-2 {
    height: 2rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-w-4 {
    width: 4rem !important;
  }
  .sm-h-4 {
    height: 4rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-w-6 {
    width: 6rem !important;
  }
  .sm-h-6 {
    height: 6rem !important;
  }
  .sm-w-25 {
    width: 25% !important;
  }
  .sm-h-25 {
    height: 25% !important;
  }
  .sm-w-50 {
    width: 50% !important;
  }
  .sm-h-50 {
    height: 50% !important;
  }
  .sm-w-75 {
    width: 75% !important;
  }
  .sm-h-75 {
    height: 75% !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-mt-10 {
    margin-top: 10rem !important;
  }
  .sm-mr-10 {
    margin-right: 10rem !important;
  }
  .sm-mb-10 {
    margin-bottom: 10rem !important;
  }
  .sm-ml-10 {
    margin-left: 10rem !important;
  }
  .sm-my-10 {
    margin-block: 10rem !important;
  }
  .sm-mx-10 {
    margin-inline: 10rem !important;
  }
  .sm-gap-auto {
    gap: auto !important;
  }
  .sm-gap-0 {
    gap: 0 !important;
  }
  .sm-gap-062 {
    gap: 0.62rem !important;
  }
  .sm-gap-088 {
    gap: 0.88rem !important;
  }
  .sm-gap-05 {
    gap: 0.5rem !important;
  }
  .sm-gap-075 {
    gap: 0.75rem !important;
  }
  .sm-gap-1 {
    gap: 1rem !important;
  }
  .sm-gap-1012 {
    gap: 1.12rem !important;
  }
  .sm-gap-1025 {
    gap: 1.25rem !important;
  }
  .sm-gap-105 {
    gap: 1.5rem !important;
  }
  .sm-gap-2 {
    gap: 2rem !important;
  }
  .sm-gap-205 {
    gap: 2.5rem !important;
  }
  .sm-gap-2075 {
    gap: 2.75rem !important;
  }
  .sm-gap-3 {
    gap: 3rem !important;
  }
  .sm-gap-305 {
    gap: 3.5rem !important;
  }
  .sm-gap-3075 {
    gap: 3.75rem !important;
  }
  .sm-gap-4 {
    gap: 4rem !important;
  }
  .sm-gap-405 {
    gap: 4.5rem !important;
  }
  .sm-gap-5 {
    gap: 5rem !important;
  }
  .sm-gap-6 {
    gap: 6rem !important;
  }
  .sm-gap-10 {
    gap: 10rem !important;
  }
  .sm-p-auto {
    padding: auto !important;
  }
  .sm-pt-auto {
    padding-top: auto !important;
  }
  .sm-border-t-auto {
    border-top-width: calc(auto / 16) !important;
  }
  .sm-pr-auto {
    padding-right: auto !important;
  }
  .sm-border-r-auto {
    border-right-width: calc(auto / 16) !important;
  }
  .sm-pb-auto {
    padding-bottom: auto !important;
  }
  .sm-border-b-auto {
    border-bottom-width: calc(auto / 16) !important;
  }
  .sm-pl-auto {
    padding-left: auto !important;
  }
  .sm-border-l-auto {
    border-left-width: calc(auto / 16) !important;
  }
  .sm-py-auto {
    padding-block: auto !important;
  }
  .sm-border-y-auto {
    border-block-width: calc(auto / 16) !important;
  }
  .sm-px-auto {
    padding-inline: auto !important;
  }
  .sm-border-x-auto {
    border-inline-width: calc(auto / 16) !important;
  }
  .sm-p-0 {
    padding: 0 !important;
  }
  .sm-pt-0 {
    padding-top: 0 !important;
  }
  .sm-border-t-0 {
    border-top-width: 0 !important;
  }
  .sm-pr-0 {
    padding-right: 0 !important;
  }
  .sm-border-r-0 {
    border-right-width: 0 !important;
  }
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }
  .sm-border-b-0 {
    border-bottom-width: 0 !important;
  }
  .sm-pl-0 {
    padding-left: 0 !important;
  }
  .sm-border-l-0 {
    border-left-width: 0 !important;
  }
  .sm-py-0 {
    padding-block: 0 !important;
  }
  .sm-border-y-0 {
    border-block-width: 0 !important;
  }
  .sm-px-0 {
    padding-inline: 0 !important;
  }
  .sm-border-x-0 {
    border-inline-width: 0 !important;
  }
  .sm-p-062 {
    padding: 0.62rem !important;
  }
  .sm-pt-062 {
    padding-top: 0.62rem !important;
  }
  .sm-border-t-062 {
    border-top-width: 0.03875rem !important;
  }
  .sm-pr-062 {
    padding-right: 0.62rem !important;
  }
  .sm-border-r-062 {
    border-right-width: 0.03875rem !important;
  }
  .sm-pb-062 {
    padding-bottom: 0.62rem !important;
  }
  .sm-border-b-062 {
    border-bottom-width: 0.03875rem !important;
  }
  .sm-pl-062 {
    padding-left: 0.62rem !important;
  }
  .sm-border-l-062 {
    border-left-width: 0.03875rem !important;
  }
  .sm-py-062 {
    padding-block: 0.62rem !important;
  }
  .sm-border-y-062 {
    border-block-width: 0.03875rem !important;
  }
  .sm-px-062 {
    padding-inline: 0.62rem !important;
  }
  .sm-border-x-062 {
    border-inline-width: 0.03875rem !important;
  }
  .sm-p-088 {
    padding: 0.88rem !important;
  }
  .sm-pt-088 {
    padding-top: 0.88rem !important;
  }
  .sm-border-t-088 {
    border-top-width: 0.055rem !important;
  }
  .sm-pr-088 {
    padding-right: 0.88rem !important;
  }
  .sm-border-r-088 {
    border-right-width: 0.055rem !important;
  }
  .sm-pb-088 {
    padding-bottom: 0.88rem !important;
  }
  .sm-border-b-088 {
    border-bottom-width: 0.055rem !important;
  }
  .sm-pl-088 {
    padding-left: 0.88rem !important;
  }
  .sm-border-l-088 {
    border-left-width: 0.055rem !important;
  }
  .sm-py-088 {
    padding-block: 0.88rem !important;
  }
  .sm-border-y-088 {
    border-block-width: 0.055rem !important;
  }
  .sm-px-088 {
    padding-inline: 0.88rem !important;
  }
  .sm-border-x-088 {
    border-inline-width: 0.055rem !important;
  }
  .sm-p-05 {
    padding: 0.5rem !important;
  }
  .sm-pt-05 {
    padding-top: 0.5rem !important;
  }
  .sm-border-t-05 {
    border-top-width: 0.03125rem !important;
  }
  .sm-pr-05 {
    padding-right: 0.5rem !important;
  }
  .sm-border-r-05 {
    border-right-width: 0.03125rem !important;
  }
  .sm-pb-05 {
    padding-bottom: 0.5rem !important;
  }
  .sm-border-b-05 {
    border-bottom-width: 0.03125rem !important;
  }
  .sm-pl-05 {
    padding-left: 0.5rem !important;
  }
  .sm-border-l-05 {
    border-left-width: 0.03125rem !important;
  }
  .sm-py-05 {
    padding-block: 0.5rem !important;
  }
  .sm-border-y-05 {
    border-block-width: 0.03125rem !important;
  }
  .sm-px-05 {
    padding-inline: 0.5rem !important;
  }
  .sm-border-x-05 {
    border-inline-width: 0.03125rem !important;
  }
  .sm-p-075 {
    padding: 0.75rem !important;
  }
  .sm-pt-075 {
    padding-top: 0.75rem !important;
  }
  .sm-border-t-075 {
    border-top-width: 0.046875rem !important;
  }
  .sm-pr-075 {
    padding-right: 0.75rem !important;
  }
  .sm-border-r-075 {
    border-right-width: 0.046875rem !important;
  }
  .sm-pb-075 {
    padding-bottom: 0.75rem !important;
  }
  .sm-border-b-075 {
    border-bottom-width: 0.046875rem !important;
  }
  .sm-pl-075 {
    padding-left: 0.75rem !important;
  }
  .sm-border-l-075 {
    border-left-width: 0.046875rem !important;
  }
  .sm-py-075 {
    padding-block: 0.75rem !important;
  }
  .sm-border-y-075 {
    border-block-width: 0.046875rem !important;
  }
  .sm-px-075 {
    padding-inline: 0.75rem !important;
  }
  .sm-border-x-075 {
    border-inline-width: 0.046875rem !important;
  }
  .sm-p-1 {
    padding: 1rem !important;
  }
  .sm-pt-1 {
    padding-top: 1rem !important;
  }
  .sm-border-t-1 {
    border-top-width: 0.0625rem !important;
  }
  .sm-pr-1 {
    padding-right: 1rem !important;
  }
  .sm-border-r-1 {
    border-right-width: 0.0625rem !important;
  }
  .sm-pb-1 {
    padding-bottom: 1rem !important;
  }
  .sm-border-b-1 {
    border-bottom-width: 0.0625rem !important;
  }
  .sm-pl-1 {
    padding-left: 1rem !important;
  }
  .sm-border-l-1 {
    border-left-width: 0.0625rem !important;
  }
  .sm-py-1 {
    padding-block: 1rem !important;
  }
  .sm-border-y-1 {
    border-block-width: 0.0625rem !important;
  }
  .sm-px-1 {
    padding-inline: 1rem !important;
  }
  .sm-border-x-1 {
    border-inline-width: 0.0625rem !important;
  }
  .sm-p-1012 {
    padding: 1.12rem !important;
  }
  .sm-pt-1012 {
    padding-top: 1.12rem !important;
  }
  .sm-border-t-1012 {
    border-top-width: 0.07rem !important;
  }
  .sm-pr-1012 {
    padding-right: 1.12rem !important;
  }
  .sm-border-r-1012 {
    border-right-width: 0.07rem !important;
  }
  .sm-pb-1012 {
    padding-bottom: 1.12rem !important;
  }
  .sm-border-b-1012 {
    border-bottom-width: 0.07rem !important;
  }
  .sm-pl-1012 {
    padding-left: 1.12rem !important;
  }
  .sm-border-l-1012 {
    border-left-width: 0.07rem !important;
  }
  .sm-py-1012 {
    padding-block: 1.12rem !important;
  }
  .sm-border-y-1012 {
    border-block-width: 0.07rem !important;
  }
  .sm-px-1012 {
    padding-inline: 1.12rem !important;
  }
  .sm-border-x-1012 {
    border-inline-width: 0.07rem !important;
  }
  .sm-p-1025 {
    padding: 1.25rem !important;
  }
  .sm-pt-1025 {
    padding-top: 1.25rem !important;
  }
  .sm-border-t-1025 {
    border-top-width: 0.078125rem !important;
  }
  .sm-pr-1025 {
    padding-right: 1.25rem !important;
  }
  .sm-border-r-1025 {
    border-right-width: 0.078125rem !important;
  }
  .sm-pb-1025 {
    padding-bottom: 1.25rem !important;
  }
  .sm-border-b-1025 {
    border-bottom-width: 0.078125rem !important;
  }
  .sm-pl-1025 {
    padding-left: 1.25rem !important;
  }
  .sm-border-l-1025 {
    border-left-width: 0.078125rem !important;
  }
  .sm-py-1025 {
    padding-block: 1.25rem !important;
  }
  .sm-border-y-1025 {
    border-block-width: 0.078125rem !important;
  }
  .sm-px-1025 {
    padding-inline: 1.25rem !important;
  }
  .sm-border-x-1025 {
    border-inline-width: 0.078125rem !important;
  }
  .sm-p-105 {
    padding: 1.5rem !important;
  }
  .sm-pt-105 {
    padding-top: 1.5rem !important;
  }
  .sm-border-t-105 {
    border-top-width: 0.09375rem !important;
  }
  .sm-pr-105 {
    padding-right: 1.5rem !important;
  }
  .sm-border-r-105 {
    border-right-width: 0.09375rem !important;
  }
  .sm-pb-105 {
    padding-bottom: 1.5rem !important;
  }
  .sm-border-b-105 {
    border-bottom-width: 0.09375rem !important;
  }
  .sm-pl-105 {
    padding-left: 1.5rem !important;
  }
  .sm-border-l-105 {
    border-left-width: 0.09375rem !important;
  }
  .sm-py-105 {
    padding-block: 1.5rem !important;
  }
  .sm-border-y-105 {
    border-block-width: 0.09375rem !important;
  }
  .sm-px-105 {
    padding-inline: 1.5rem !important;
  }
  .sm-border-x-105 {
    border-inline-width: 0.09375rem !important;
  }
  .sm-p-2 {
    padding: 2rem !important;
  }
  .sm-pt-2 {
    padding-top: 2rem !important;
  }
  .sm-border-t-2 {
    border-top-width: 0.125rem !important;
  }
  .sm-pr-2 {
    padding-right: 2rem !important;
  }
  .sm-border-r-2 {
    border-right-width: 0.125rem !important;
  }
  .sm-pb-2 {
    padding-bottom: 2rem !important;
  }
  .sm-border-b-2 {
    border-bottom-width: 0.125rem !important;
  }
  .sm-pl-2 {
    padding-left: 2rem !important;
  }
  .sm-border-l-2 {
    border-left-width: 0.125rem !important;
  }
  .sm-py-2 {
    padding-block: 2rem !important;
  }
  .sm-border-y-2 {
    border-block-width: 0.125rem !important;
  }
  .sm-px-2 {
    padding-inline: 2rem !important;
  }
  .sm-border-x-2 {
    border-inline-width: 0.125rem !important;
  }
  .sm-p-205 {
    padding: 2.5rem !important;
  }
  .sm-pt-205 {
    padding-top: 2.5rem !important;
  }
  .sm-border-t-205 {
    border-top-width: 0.15625rem !important;
  }
  .sm-pr-205 {
    padding-right: 2.5rem !important;
  }
  .sm-border-r-205 {
    border-right-width: 0.15625rem !important;
  }
  .sm-pb-205 {
    padding-bottom: 2.5rem !important;
  }
  .sm-border-b-205 {
    border-bottom-width: 0.15625rem !important;
  }
  .sm-pl-205 {
    padding-left: 2.5rem !important;
  }
  .sm-border-l-205 {
    border-left-width: 0.15625rem !important;
  }
  .sm-py-205 {
    padding-block: 2.5rem !important;
  }
  .sm-border-y-205 {
    border-block-width: 0.15625rem !important;
  }
  .sm-px-205 {
    padding-inline: 2.5rem !important;
  }
  .sm-border-x-205 {
    border-inline-width: 0.15625rem !important;
  }
  .sm-p-2075 {
    padding: 2.75rem !important;
  }
  .sm-pt-2075 {
    padding-top: 2.75rem !important;
  }
  .sm-border-t-2075 {
    border-top-width: 0.171875rem !important;
  }
  .sm-pr-2075 {
    padding-right: 2.75rem !important;
  }
  .sm-border-r-2075 {
    border-right-width: 0.171875rem !important;
  }
  .sm-pb-2075 {
    padding-bottom: 2.75rem !important;
  }
  .sm-border-b-2075 {
    border-bottom-width: 0.171875rem !important;
  }
  .sm-pl-2075 {
    padding-left: 2.75rem !important;
  }
  .sm-border-l-2075 {
    border-left-width: 0.171875rem !important;
  }
  .sm-py-2075 {
    padding-block: 2.75rem !important;
  }
  .sm-border-y-2075 {
    border-block-width: 0.171875rem !important;
  }
  .sm-px-2075 {
    padding-inline: 2.75rem !important;
  }
  .sm-border-x-2075 {
    border-inline-width: 0.171875rem !important;
  }
  .sm-p-3 {
    padding: 3rem !important;
  }
  .sm-pt-3 {
    padding-top: 3rem !important;
  }
  .sm-border-t-3 {
    border-top-width: 0.1875rem !important;
  }
  .sm-pr-3 {
    padding-right: 3rem !important;
  }
  .sm-border-r-3 {
    border-right-width: 0.1875rem !important;
  }
  .sm-pb-3 {
    padding-bottom: 3rem !important;
  }
  .sm-border-b-3 {
    border-bottom-width: 0.1875rem !important;
  }
  .sm-pl-3 {
    padding-left: 3rem !important;
  }
  .sm-border-l-3 {
    border-left-width: 0.1875rem !important;
  }
  .sm-py-3 {
    padding-block: 3rem !important;
  }
  .sm-border-y-3 {
    border-block-width: 0.1875rem !important;
  }
  .sm-px-3 {
    padding-inline: 3rem !important;
  }
  .sm-border-x-3 {
    border-inline-width: 0.1875rem !important;
  }
  .sm-p-305 {
    padding: 3.5rem !important;
  }
  .sm-pt-305 {
    padding-top: 3.5rem !important;
  }
  .sm-border-t-305 {
    border-top-width: 0.21875rem !important;
  }
  .sm-pr-305 {
    padding-right: 3.5rem !important;
  }
  .sm-border-r-305 {
    border-right-width: 0.21875rem !important;
  }
  .sm-pb-305 {
    padding-bottom: 3.5rem !important;
  }
  .sm-border-b-305 {
    border-bottom-width: 0.21875rem !important;
  }
  .sm-pl-305 {
    padding-left: 3.5rem !important;
  }
  .sm-border-l-305 {
    border-left-width: 0.21875rem !important;
  }
  .sm-py-305 {
    padding-block: 3.5rem !important;
  }
  .sm-border-y-305 {
    border-block-width: 0.21875rem !important;
  }
  .sm-px-305 {
    padding-inline: 3.5rem !important;
  }
  .sm-border-x-305 {
    border-inline-width: 0.21875rem !important;
  }
  .sm-p-3075 {
    padding: 3.75rem !important;
  }
  .sm-pt-3075 {
    padding-top: 3.75rem !important;
  }
  .sm-border-t-3075 {
    border-top-width: 0.234375rem !important;
  }
  .sm-pr-3075 {
    padding-right: 3.75rem !important;
  }
  .sm-border-r-3075 {
    border-right-width: 0.234375rem !important;
  }
  .sm-pb-3075 {
    padding-bottom: 3.75rem !important;
  }
  .sm-border-b-3075 {
    border-bottom-width: 0.234375rem !important;
  }
  .sm-pl-3075 {
    padding-left: 3.75rem !important;
  }
  .sm-border-l-3075 {
    border-left-width: 0.234375rem !important;
  }
  .sm-py-3075 {
    padding-block: 3.75rem !important;
  }
  .sm-border-y-3075 {
    border-block-width: 0.234375rem !important;
  }
  .sm-px-3075 {
    padding-inline: 3.75rem !important;
  }
  .sm-border-x-3075 {
    border-inline-width: 0.234375rem !important;
  }
  .sm-p-4 {
    padding: 4rem !important;
  }
  .sm-pt-4 {
    padding-top: 4rem !important;
  }
  .sm-border-t-4 {
    border-top-width: 0.25rem !important;
  }
  .sm-pr-4 {
    padding-right: 4rem !important;
  }
  .sm-border-r-4 {
    border-right-width: 0.25rem !important;
  }
  .sm-pb-4 {
    padding-bottom: 4rem !important;
  }
  .sm-border-b-4 {
    border-bottom-width: 0.25rem !important;
  }
  .sm-pl-4 {
    padding-left: 4rem !important;
  }
  .sm-border-l-4 {
    border-left-width: 0.25rem !important;
  }
  .sm-py-4 {
    padding-block: 4rem !important;
  }
  .sm-border-y-4 {
    border-block-width: 0.25rem !important;
  }
  .sm-px-4 {
    padding-inline: 4rem !important;
  }
  .sm-border-x-4 {
    border-inline-width: 0.25rem !important;
  }
  .sm-p-405 {
    padding: 4.5rem !important;
  }
  .sm-pt-405 {
    padding-top: 4.5rem !important;
  }
  .sm-border-t-405 {
    border-top-width: 0.28125rem !important;
  }
  .sm-pr-405 {
    padding-right: 4.5rem !important;
  }
  .sm-border-r-405 {
    border-right-width: 0.28125rem !important;
  }
  .sm-pb-405 {
    padding-bottom: 4.5rem !important;
  }
  .sm-border-b-405 {
    border-bottom-width: 0.28125rem !important;
  }
  .sm-pl-405 {
    padding-left: 4.5rem !important;
  }
  .sm-border-l-405 {
    border-left-width: 0.28125rem !important;
  }
  .sm-py-405 {
    padding-block: 4.5rem !important;
  }
  .sm-border-y-405 {
    border-block-width: 0.28125rem !important;
  }
  .sm-px-405 {
    padding-inline: 4.5rem !important;
  }
  .sm-border-x-405 {
    border-inline-width: 0.28125rem !important;
  }
  .sm-p-5 {
    padding: 5rem !important;
  }
  .sm-pt-5 {
    padding-top: 5rem !important;
  }
  .sm-border-t-5 {
    border-top-width: 0.3125rem !important;
  }
  .sm-pr-5 {
    padding-right: 5rem !important;
  }
  .sm-border-r-5 {
    border-right-width: 0.3125rem !important;
  }
  .sm-pb-5 {
    padding-bottom: 5rem !important;
  }
  .sm-border-b-5 {
    border-bottom-width: 0.3125rem !important;
  }
  .sm-pl-5 {
    padding-left: 5rem !important;
  }
  .sm-border-l-5 {
    border-left-width: 0.3125rem !important;
  }
  .sm-py-5 {
    padding-block: 5rem !important;
  }
  .sm-border-y-5 {
    border-block-width: 0.3125rem !important;
  }
  .sm-px-5 {
    padding-inline: 5rem !important;
  }
  .sm-border-x-5 {
    border-inline-width: 0.3125rem !important;
  }
  .sm-p-6 {
    padding: 6rem !important;
  }
  .sm-pt-6 {
    padding-top: 6rem !important;
  }
  .sm-border-t-6 {
    border-top-width: 0.375rem !important;
  }
  .sm-pr-6 {
    padding-right: 6rem !important;
  }
  .sm-border-r-6 {
    border-right-width: 0.375rem !important;
  }
  .sm-pb-6 {
    padding-bottom: 6rem !important;
  }
  .sm-border-b-6 {
    border-bottom-width: 0.375rem !important;
  }
  .sm-pl-6 {
    padding-left: 6rem !important;
  }
  .sm-border-l-6 {
    border-left-width: 0.375rem !important;
  }
  .sm-py-6 {
    padding-block: 6rem !important;
  }
  .sm-border-y-6 {
    border-block-width: 0.375rem !important;
  }
  .sm-px-6 {
    padding-inline: 6rem !important;
  }
  .sm-border-x-6 {
    border-inline-width: 0.375rem !important;
  }
  .sm-p-10 {
    padding: 10rem !important;
  }
  .sm-pt-10 {
    padding-top: 10rem !important;
  }
  .sm-border-t-10 {
    border-top-width: 0.625rem !important;
  }
  .sm-pr-10 {
    padding-right: 10rem !important;
  }
  .sm-border-r-10 {
    border-right-width: 0.625rem !important;
  }
  .sm-pb-10 {
    padding-bottom: 10rem !important;
  }
  .sm-border-b-10 {
    border-bottom-width: 0.625rem !important;
  }
  .sm-pl-10 {
    padding-left: 10rem !important;
  }
  .sm-border-l-10 {
    border-left-width: 0.625rem !important;
  }
  .sm-py-10 {
    padding-block: 10rem !important;
  }
  .sm-border-y-10 {
    border-block-width: 0.625rem !important;
  }
  .sm-px-10 {
    padding-inline: 10rem !important;
  }
  .sm-border-x-10 {
    border-inline-width: 0.625rem !important;
  }
  .sm-self-align {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .sm-self-end {
    -webkit-align-self: end;
    -moz-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .sm-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .sm-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
  .sm-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    align-items: end;
  }
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center !important;
  }
  .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between !important;
  }
  .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end !important;
  }
  .sm-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sm-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sm-round-inherit {
    border-radius: inherit !important;
  }
  .sm-round-top-left-inherit {
    border-top-left-radius: inherit !important;
  }
  .sm-round-top-right-inherit {
    border-top-right-radius: inherit !important;
  }
  .sm-round-bottom-right-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .sm-round-bottom-left-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .sm-round-0625 {
    border-radius: 0.625rem !important;
  }
  .sm-round-top-left-0625 {
    border-top-left-radius: 0.625rem !important;
  }
  .sm-round-top-right-0625 {
    border-top-right-radius: 0.625rem !important;
  }
  .sm-round-bottom-right-0625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  .sm-round-bottom-left-0625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  .sm-round-075 {
    border-radius: 0.75rem !important;
  }
  .sm-round-top-left-075 {
    border-top-left-radius: 0.75rem !important;
  }
  .sm-round-top-right-075 {
    border-top-right-radius: 0.75rem !important;
  }
  .sm-round-bottom-right-075 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .sm-round-bottom-left-075 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .sm-round-1025 {
    border-radius: 1.25rem !important;
  }
  .sm-round-top-left-1025 {
    border-top-left-radius: 1.25rem !important;
  }
  .sm-round-top-right-1025 {
    border-top-right-radius: 1.25rem !important;
  }
  .sm-round-bottom-right-1025 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .sm-round-bottom-left-1025 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .sm-round-0875 {
    border-radius: 0.875rem !important;
  }
  .sm-round-top-left-0875 {
    border-top-left-radius: 0.875rem !important;
  }
  .sm-round-top-right-0875 {
    border-top-right-radius: 0.875rem !important;
  }
  .sm-round-bottom-right-0875 {
    border-bottom-right-radius: 0.875rem !important;
  }
  .sm-round-bottom-left-0875 {
    border-bottom-left-radius: 0.875rem !important;
  }
  .sm-round-205 {
    border-radius: 2.5rem !important;
  }
  .sm-round-top-left-205 {
    border-top-left-radius: 2.5rem !important;
  }
  .sm-round-top-right-205 {
    border-top-right-radius: 2.5rem !important;
  }
  .sm-round-bottom-right-205 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .sm-round-bottom-left-205 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .sm-round-3075 {
    border-radius: 3.75rem !important;
  }
  .sm-round-top-left-3075 {
    border-top-left-radius: 3.75rem !important;
  }
  .sm-round-top-right-3075 {
    border-top-right-radius: 3.75rem !important;
  }
  .sm-round-bottom-right-3075 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .sm-round-bottom-left-3075 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .sm-round-705 {
    border-radius: 7.5rem !important;
  }
  .sm-round-top-left-705 {
    border-top-left-radius: 7.5rem !important;
  }
  .sm-round-top-right-705 {
    border-top-right-radius: 7.5rem !important;
  }
  .sm-round-bottom-right-705 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .sm-round-bottom-left-705 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .sm-round-99 {
    border-radius: 99em !important;
  }
  .sm-round-top-left-99 {
    border-top-left-radius: 99em !important;
  }
  .sm-round-top-right-99 {
    border-top-right-radius: 99em !important;
  }
  .sm-round-bottom-right-99 {
    border-bottom-right-radius: 99em !important;
  }
  .sm-round-bottom-left-99 {
    border-bottom-left-radius: 99em !important;
  }
}
@media (min-width: 48rem) {
  .md-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .md-flex-row-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .md-flex-col-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .md-m-auto {
    margin: auto !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-auto {
    margin-top: auto !important;
  }
  .md-mr-auto {
    margin-right: auto !important;
  }
  .md-mb-auto {
    margin-bottom: auto !important;
  }
  .md-ml-auto {
    margin-left: auto !important;
  }
  .md-my-auto {
    margin-block: auto !important;
  }
  .md-mx-auto {
    margin-inline: auto !important;
  }
  .md-m-0 {
    margin: 0 !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .md-mr-0 {
    margin-right: 0 !important;
  }
  .md-mb-0 {
    margin-bottom: 0 !important;
  }
  .md-ml-0 {
    margin-left: 0 !important;
  }
  .md-my-0 {
    margin-block: 0 !important;
  }
  .md-mx-0 {
    margin-inline: 0 !important;
  }
  .md-m-062 {
    margin: 0.62rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-062 {
    margin-top: 0.62rem !important;
  }
  .md-mr-062 {
    margin-right: 0.62rem !important;
  }
  .md-mb-062 {
    margin-bottom: 0.62rem !important;
  }
  .md-ml-062 {
    margin-left: 0.62rem !important;
  }
  .md-my-062 {
    margin-block: 0.62rem !important;
  }
  .md-mx-062 {
    margin-inline: 0.62rem !important;
  }
  .md-m-088 {
    margin: 0.88rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-088 {
    margin-top: 0.88rem !important;
  }
  .md-mr-088 {
    margin-right: 0.88rem !important;
  }
  .md-mb-088 {
    margin-bottom: 0.88rem !important;
  }
  .md-ml-088 {
    margin-left: 0.88rem !important;
  }
  .md-my-088 {
    margin-block: 0.88rem !important;
  }
  .md-mx-088 {
    margin-inline: 0.88rem !important;
  }
  .md-m-05 {
    margin: 0.5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-05 {
    margin-top: 0.5rem !important;
  }
  .md-mr-05 {
    margin-right: 0.5rem !important;
  }
  .md-mb-05 {
    margin-bottom: 0.5rem !important;
  }
  .md-ml-05 {
    margin-left: 0.5rem !important;
  }
  .md-my-05 {
    margin-block: 0.5rem !important;
  }
  .md-mx-05 {
    margin-inline: 0.5rem !important;
  }
  .md-m-075 {
    margin: 0.75rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-075 {
    margin-top: 0.75rem !important;
  }
  .md-mr-075 {
    margin-right: 0.75rem !important;
  }
  .md-mb-075 {
    margin-bottom: 0.75rem !important;
  }
  .md-ml-075 {
    margin-left: 0.75rem !important;
  }
  .md-my-075 {
    margin-block: 0.75rem !important;
  }
  .md-mx-075 {
    margin-inline: 0.75rem !important;
  }
  .md-m-1 {
    margin: 1rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-1 {
    margin-top: 1rem !important;
  }
  .md-mr-1 {
    margin-right: 1rem !important;
  }
  .md-mb-1 {
    margin-bottom: 1rem !important;
  }
  .md-ml-1 {
    margin-left: 1rem !important;
  }
  .md-my-1 {
    margin-block: 1rem !important;
  }
  .md-mx-1 {
    margin-inline: 1rem !important;
  }
  .md-m-1012 {
    margin: 1.12rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-1012 {
    margin-top: 1.12rem !important;
  }
  .md-mr-1012 {
    margin-right: 1.12rem !important;
  }
  .md-mb-1012 {
    margin-bottom: 1.12rem !important;
  }
  .md-ml-1012 {
    margin-left: 1.12rem !important;
  }
  .md-my-1012 {
    margin-block: 1.12rem !important;
  }
  .md-mx-1012 {
    margin-inline: 1.12rem !important;
  }
  .md-m-1025 {
    margin: 1.25rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-1025 {
    margin-top: 1.25rem !important;
  }
  .md-mr-1025 {
    margin-right: 1.25rem !important;
  }
  .md-mb-1025 {
    margin-bottom: 1.25rem !important;
  }
  .md-ml-1025 {
    margin-left: 1.25rem !important;
  }
  .md-my-1025 {
    margin-block: 1.25rem !important;
  }
  .md-mx-1025 {
    margin-inline: 1.25rem !important;
  }
  .md-m-105 {
    margin: 1.5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-105 {
    margin-top: 1.5rem !important;
  }
  .md-mr-105 {
    margin-right: 1.5rem !important;
  }
  .md-mb-105 {
    margin-bottom: 1.5rem !important;
  }
  .md-ml-105 {
    margin-left: 1.5rem !important;
  }
  .md-my-105 {
    margin-block: 1.5rem !important;
  }
  .md-mx-105 {
    margin-inline: 1.5rem !important;
  }
  .md-m-2 {
    margin: 2rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-2 {
    margin-top: 2rem !important;
  }
  .md-mr-2 {
    margin-right: 2rem !important;
  }
  .md-mb-2 {
    margin-bottom: 2rem !important;
  }
  .md-ml-2 {
    margin-left: 2rem !important;
  }
  .md-my-2 {
    margin-block: 2rem !important;
  }
  .md-mx-2 {
    margin-inline: 2rem !important;
  }
  .md-m-205 {
    margin: 2.5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-205 {
    margin-top: 2.5rem !important;
  }
  .md-mr-205 {
    margin-right: 2.5rem !important;
  }
  .md-mb-205 {
    margin-bottom: 2.5rem !important;
  }
  .md-ml-205 {
    margin-left: 2.5rem !important;
  }
  .md-my-205 {
    margin-block: 2.5rem !important;
  }
  .md-mx-205 {
    margin-inline: 2.5rem !important;
  }
  .md-m-2075 {
    margin: 2.75rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-2075 {
    margin-top: 2.75rem !important;
  }
  .md-mr-2075 {
    margin-right: 2.75rem !important;
  }
  .md-mb-2075 {
    margin-bottom: 2.75rem !important;
  }
  .md-ml-2075 {
    margin-left: 2.75rem !important;
  }
  .md-my-2075 {
    margin-block: 2.75rem !important;
  }
  .md-mx-2075 {
    margin-inline: 2.75rem !important;
  }
  .md-m-3 {
    margin: 3rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-3 {
    margin-top: 3rem !important;
  }
  .md-mr-3 {
    margin-right: 3rem !important;
  }
  .md-mb-3 {
    margin-bottom: 3rem !important;
  }
  .md-ml-3 {
    margin-left: 3rem !important;
  }
  .md-my-3 {
    margin-block: 3rem !important;
  }
  .md-mx-3 {
    margin-inline: 3rem !important;
  }
  .md-m-305 {
    margin: 3.5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-305 {
    margin-top: 3.5rem !important;
  }
  .md-mr-305 {
    margin-right: 3.5rem !important;
  }
  .md-mb-305 {
    margin-bottom: 3.5rem !important;
  }
  .md-ml-305 {
    margin-left: 3.5rem !important;
  }
  .md-my-305 {
    margin-block: 3.5rem !important;
  }
  .md-mx-305 {
    margin-inline: 3.5rem !important;
  }
  .md-m-3075 {
    margin: 3.75rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-3075 {
    margin-top: 3.75rem !important;
  }
  .md-mr-3075 {
    margin-right: 3.75rem !important;
  }
  .md-mb-3075 {
    margin-bottom: 3.75rem !important;
  }
  .md-ml-3075 {
    margin-left: 3.75rem !important;
  }
  .md-my-3075 {
    margin-block: 3.75rem !important;
  }
  .md-mx-3075 {
    margin-inline: 3.75rem !important;
  }
  .md-m-4 {
    margin: 4rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-4 {
    margin-top: 4rem !important;
  }
  .md-mr-4 {
    margin-right: 4rem !important;
  }
  .md-mb-4 {
    margin-bottom: 4rem !important;
  }
  .md-ml-4 {
    margin-left: 4rem !important;
  }
  .md-my-4 {
    margin-block: 4rem !important;
  }
  .md-mx-4 {
    margin-inline: 4rem !important;
  }
  .md-m-405 {
    margin: 4.5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-405 {
    margin-top: 4.5rem !important;
  }
  .md-mr-405 {
    margin-right: 4.5rem !important;
  }
  .md-mb-405 {
    margin-bottom: 4.5rem !important;
  }
  .md-ml-405 {
    margin-left: 4.5rem !important;
  }
  .md-my-405 {
    margin-block: 4.5rem !important;
  }
  .md-mx-405 {
    margin-inline: 4.5rem !important;
  }
  .md-m-5 {
    margin: 5rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-5 {
    margin-top: 5rem !important;
  }
  .md-mr-5 {
    margin-right: 5rem !important;
  }
  .md-mb-5 {
    margin-bottom: 5rem !important;
  }
  .md-ml-5 {
    margin-left: 5rem !important;
  }
  .md-my-5 {
    margin-block: 5rem !important;
  }
  .md-mx-5 {
    margin-inline: 5rem !important;
  }
  .md-m-6 {
    margin: 6rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-6 {
    margin-top: 6rem !important;
  }
  .md-mr-6 {
    margin-right: 6rem !important;
  }
  .md-mb-6 {
    margin-bottom: 6rem !important;
  }
  .md-ml-6 {
    margin-left: 6rem !important;
  }
  .md-my-6 {
    margin-block: 6rem !important;
  }
  .md-mx-6 {
    margin-inline: 6rem !important;
  }
  .md-m-10 {
    margin: 10rem !important;
  }
  .md-w-auto {
    width: auto !important;
  }
  .md-h-auto {
    height: auto !important;
  }
  .md-w-1 {
    width: 1rem !important;
  }
  .md-h-1 {
    height: 1rem !important;
  }
  .md-w-2 {
    width: 2rem !important;
  }
  .md-h-2 {
    height: 2rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-w-4 {
    width: 4rem !important;
  }
  .md-h-4 {
    height: 4rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-w-6 {
    width: 6rem !important;
  }
  .md-h-6 {
    height: 6rem !important;
  }
  .md-w-25 {
    width: 25% !important;
  }
  .md-h-25 {
    height: 25% !important;
  }
  .md-w-50 {
    width: 50% !important;
  }
  .md-h-50 {
    height: 50% !important;
  }
  .md-w-75 {
    width: 75% !important;
  }
  .md-h-75 {
    height: 75% !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-mt-10 {
    margin-top: 10rem !important;
  }
  .md-mr-10 {
    margin-right: 10rem !important;
  }
  .md-mb-10 {
    margin-bottom: 10rem !important;
  }
  .md-ml-10 {
    margin-left: 10rem !important;
  }
  .md-my-10 {
    margin-block: 10rem !important;
  }
  .md-mx-10 {
    margin-inline: 10rem !important;
  }
  .md-gap-auto {
    gap: auto !important;
  }
  .md-gap-0 {
    gap: 0 !important;
  }
  .md-gap-062 {
    gap: 0.62rem !important;
  }
  .md-gap-088 {
    gap: 0.88rem !important;
  }
  .md-gap-05 {
    gap: 0.5rem !important;
  }
  .md-gap-075 {
    gap: 0.75rem !important;
  }
  .md-gap-1 {
    gap: 1rem !important;
  }
  .md-gap-1012 {
    gap: 1.12rem !important;
  }
  .md-gap-1025 {
    gap: 1.25rem !important;
  }
  .md-gap-105 {
    gap: 1.5rem !important;
  }
  .md-gap-2 {
    gap: 2rem !important;
  }
  .md-gap-205 {
    gap: 2.5rem !important;
  }
  .md-gap-2075 {
    gap: 2.75rem !important;
  }
  .md-gap-3 {
    gap: 3rem !important;
  }
  .md-gap-305 {
    gap: 3.5rem !important;
  }
  .md-gap-3075 {
    gap: 3.75rem !important;
  }
  .md-gap-4 {
    gap: 4rem !important;
  }
  .md-gap-405 {
    gap: 4.5rem !important;
  }
  .md-gap-5 {
    gap: 5rem !important;
  }
  .md-gap-6 {
    gap: 6rem !important;
  }
  .md-gap-10 {
    gap: 10rem !important;
  }
  .md-p-auto {
    padding: auto !important;
  }
  .md-pt-auto {
    padding-top: auto !important;
  }
  .md-border-t-auto {
    border-top-width: calc(auto / 16) !important;
  }
  .md-pr-auto {
    padding-right: auto !important;
  }
  .md-border-r-auto {
    border-right-width: calc(auto / 16) !important;
  }
  .md-pb-auto {
    padding-bottom: auto !important;
  }
  .md-border-b-auto {
    border-bottom-width: calc(auto / 16) !important;
  }
  .md-pl-auto {
    padding-left: auto !important;
  }
  .md-border-l-auto {
    border-left-width: calc(auto / 16) !important;
  }
  .md-py-auto {
    padding-block: auto !important;
  }
  .md-border-y-auto {
    border-block-width: calc(auto / 16) !important;
  }
  .md-px-auto {
    padding-inline: auto !important;
  }
  .md-border-x-auto {
    border-inline-width: calc(auto / 16) !important;
  }
  .md-p-0 {
    padding: 0 !important;
  }
  .md-pt-0 {
    padding-top: 0 !important;
  }
  .md-border-t-0 {
    border-top-width: 0 !important;
  }
  .md-pr-0 {
    padding-right: 0 !important;
  }
  .md-border-r-0 {
    border-right-width: 0 !important;
  }
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .md-border-b-0 {
    border-bottom-width: 0 !important;
  }
  .md-pl-0 {
    padding-left: 0 !important;
  }
  .md-border-l-0 {
    border-left-width: 0 !important;
  }
  .md-py-0 {
    padding-block: 0 !important;
  }
  .md-border-y-0 {
    border-block-width: 0 !important;
  }
  .md-px-0 {
    padding-inline: 0 !important;
  }
  .md-border-x-0 {
    border-inline-width: 0 !important;
  }
  .md-p-062 {
    padding: 0.62rem !important;
  }
  .md-pt-062 {
    padding-top: 0.62rem !important;
  }
  .md-border-t-062 {
    border-top-width: 0.03875rem !important;
  }
  .md-pr-062 {
    padding-right: 0.62rem !important;
  }
  .md-border-r-062 {
    border-right-width: 0.03875rem !important;
  }
  .md-pb-062 {
    padding-bottom: 0.62rem !important;
  }
  .md-border-b-062 {
    border-bottom-width: 0.03875rem !important;
  }
  .md-pl-062 {
    padding-left: 0.62rem !important;
  }
  .md-border-l-062 {
    border-left-width: 0.03875rem !important;
  }
  .md-py-062 {
    padding-block: 0.62rem !important;
  }
  .md-border-y-062 {
    border-block-width: 0.03875rem !important;
  }
  .md-px-062 {
    padding-inline: 0.62rem !important;
  }
  .md-border-x-062 {
    border-inline-width: 0.03875rem !important;
  }
  .md-p-088 {
    padding: 0.88rem !important;
  }
  .md-pt-088 {
    padding-top: 0.88rem !important;
  }
  .md-border-t-088 {
    border-top-width: 0.055rem !important;
  }
  .md-pr-088 {
    padding-right: 0.88rem !important;
  }
  .md-border-r-088 {
    border-right-width: 0.055rem !important;
  }
  .md-pb-088 {
    padding-bottom: 0.88rem !important;
  }
  .md-border-b-088 {
    border-bottom-width: 0.055rem !important;
  }
  .md-pl-088 {
    padding-left: 0.88rem !important;
  }
  .md-border-l-088 {
    border-left-width: 0.055rem !important;
  }
  .md-py-088 {
    padding-block: 0.88rem !important;
  }
  .md-border-y-088 {
    border-block-width: 0.055rem !important;
  }
  .md-px-088 {
    padding-inline: 0.88rem !important;
  }
  .md-border-x-088 {
    border-inline-width: 0.055rem !important;
  }
  .md-p-05 {
    padding: 0.5rem !important;
  }
  .md-pt-05 {
    padding-top: 0.5rem !important;
  }
  .md-border-t-05 {
    border-top-width: 0.03125rem !important;
  }
  .md-pr-05 {
    padding-right: 0.5rem !important;
  }
  .md-border-r-05 {
    border-right-width: 0.03125rem !important;
  }
  .md-pb-05 {
    padding-bottom: 0.5rem !important;
  }
  .md-border-b-05 {
    border-bottom-width: 0.03125rem !important;
  }
  .md-pl-05 {
    padding-left: 0.5rem !important;
  }
  .md-border-l-05 {
    border-left-width: 0.03125rem !important;
  }
  .md-py-05 {
    padding-block: 0.5rem !important;
  }
  .md-border-y-05 {
    border-block-width: 0.03125rem !important;
  }
  .md-px-05 {
    padding-inline: 0.5rem !important;
  }
  .md-border-x-05 {
    border-inline-width: 0.03125rem !important;
  }
  .md-p-075 {
    padding: 0.75rem !important;
  }
  .md-pt-075 {
    padding-top: 0.75rem !important;
  }
  .md-border-t-075 {
    border-top-width: 0.046875rem !important;
  }
  .md-pr-075 {
    padding-right: 0.75rem !important;
  }
  .md-border-r-075 {
    border-right-width: 0.046875rem !important;
  }
  .md-pb-075 {
    padding-bottom: 0.75rem !important;
  }
  .md-border-b-075 {
    border-bottom-width: 0.046875rem !important;
  }
  .md-pl-075 {
    padding-left: 0.75rem !important;
  }
  .md-border-l-075 {
    border-left-width: 0.046875rem !important;
  }
  .md-py-075 {
    padding-block: 0.75rem !important;
  }
  .md-border-y-075 {
    border-block-width: 0.046875rem !important;
  }
  .md-px-075 {
    padding-inline: 0.75rem !important;
  }
  .md-border-x-075 {
    border-inline-width: 0.046875rem !important;
  }
  .md-p-1 {
    padding: 1rem !important;
  }
  .md-pt-1 {
    padding-top: 1rem !important;
  }
  .md-border-t-1 {
    border-top-width: 0.0625rem !important;
  }
  .md-pr-1 {
    padding-right: 1rem !important;
  }
  .md-border-r-1 {
    border-right-width: 0.0625rem !important;
  }
  .md-pb-1 {
    padding-bottom: 1rem !important;
  }
  .md-border-b-1 {
    border-bottom-width: 0.0625rem !important;
  }
  .md-pl-1 {
    padding-left: 1rem !important;
  }
  .md-border-l-1 {
    border-left-width: 0.0625rem !important;
  }
  .md-py-1 {
    padding-block: 1rem !important;
  }
  .md-border-y-1 {
    border-block-width: 0.0625rem !important;
  }
  .md-px-1 {
    padding-inline: 1rem !important;
  }
  .md-border-x-1 {
    border-inline-width: 0.0625rem !important;
  }
  .md-p-1012 {
    padding: 1.12rem !important;
  }
  .md-pt-1012 {
    padding-top: 1.12rem !important;
  }
  .md-border-t-1012 {
    border-top-width: 0.07rem !important;
  }
  .md-pr-1012 {
    padding-right: 1.12rem !important;
  }
  .md-border-r-1012 {
    border-right-width: 0.07rem !important;
  }
  .md-pb-1012 {
    padding-bottom: 1.12rem !important;
  }
  .md-border-b-1012 {
    border-bottom-width: 0.07rem !important;
  }
  .md-pl-1012 {
    padding-left: 1.12rem !important;
  }
  .md-border-l-1012 {
    border-left-width: 0.07rem !important;
  }
  .md-py-1012 {
    padding-block: 1.12rem !important;
  }
  .md-border-y-1012 {
    border-block-width: 0.07rem !important;
  }
  .md-px-1012 {
    padding-inline: 1.12rem !important;
  }
  .md-border-x-1012 {
    border-inline-width: 0.07rem !important;
  }
  .md-p-1025 {
    padding: 1.25rem !important;
  }
  .md-pt-1025 {
    padding-top: 1.25rem !important;
  }
  .md-border-t-1025 {
    border-top-width: 0.078125rem !important;
  }
  .md-pr-1025 {
    padding-right: 1.25rem !important;
  }
  .md-border-r-1025 {
    border-right-width: 0.078125rem !important;
  }
  .md-pb-1025 {
    padding-bottom: 1.25rem !important;
  }
  .md-border-b-1025 {
    border-bottom-width: 0.078125rem !important;
  }
  .md-pl-1025 {
    padding-left: 1.25rem !important;
  }
  .md-border-l-1025 {
    border-left-width: 0.078125rem !important;
  }
  .md-py-1025 {
    padding-block: 1.25rem !important;
  }
  .md-border-y-1025 {
    border-block-width: 0.078125rem !important;
  }
  .md-px-1025 {
    padding-inline: 1.25rem !important;
  }
  .md-border-x-1025 {
    border-inline-width: 0.078125rem !important;
  }
  .md-p-105 {
    padding: 1.5rem !important;
  }
  .md-pt-105 {
    padding-top: 1.5rem !important;
  }
  .md-border-t-105 {
    border-top-width: 0.09375rem !important;
  }
  .md-pr-105 {
    padding-right: 1.5rem !important;
  }
  .md-border-r-105 {
    border-right-width: 0.09375rem !important;
  }
  .md-pb-105 {
    padding-bottom: 1.5rem !important;
  }
  .md-border-b-105 {
    border-bottom-width: 0.09375rem !important;
  }
  .md-pl-105 {
    padding-left: 1.5rem !important;
  }
  .md-border-l-105 {
    border-left-width: 0.09375rem !important;
  }
  .md-py-105 {
    padding-block: 1.5rem !important;
  }
  .md-border-y-105 {
    border-block-width: 0.09375rem !important;
  }
  .md-px-105 {
    padding-inline: 1.5rem !important;
  }
  .md-border-x-105 {
    border-inline-width: 0.09375rem !important;
  }
  .md-p-2 {
    padding: 2rem !important;
  }
  .md-pt-2 {
    padding-top: 2rem !important;
  }
  .md-border-t-2 {
    border-top-width: 0.125rem !important;
  }
  .md-pr-2 {
    padding-right: 2rem !important;
  }
  .md-border-r-2 {
    border-right-width: 0.125rem !important;
  }
  .md-pb-2 {
    padding-bottom: 2rem !important;
  }
  .md-border-b-2 {
    border-bottom-width: 0.125rem !important;
  }
  .md-pl-2 {
    padding-left: 2rem !important;
  }
  .md-border-l-2 {
    border-left-width: 0.125rem !important;
  }
  .md-py-2 {
    padding-block: 2rem !important;
  }
  .md-border-y-2 {
    border-block-width: 0.125rem !important;
  }
  .md-px-2 {
    padding-inline: 2rem !important;
  }
  .md-border-x-2 {
    border-inline-width: 0.125rem !important;
  }
  .md-p-205 {
    padding: 2.5rem !important;
  }
  .md-pt-205 {
    padding-top: 2.5rem !important;
  }
  .md-border-t-205 {
    border-top-width: 0.15625rem !important;
  }
  .md-pr-205 {
    padding-right: 2.5rem !important;
  }
  .md-border-r-205 {
    border-right-width: 0.15625rem !important;
  }
  .md-pb-205 {
    padding-bottom: 2.5rem !important;
  }
  .md-border-b-205 {
    border-bottom-width: 0.15625rem !important;
  }
  .md-pl-205 {
    padding-left: 2.5rem !important;
  }
  .md-border-l-205 {
    border-left-width: 0.15625rem !important;
  }
  .md-py-205 {
    padding-block: 2.5rem !important;
  }
  .md-border-y-205 {
    border-block-width: 0.15625rem !important;
  }
  .md-px-205 {
    padding-inline: 2.5rem !important;
  }
  .md-border-x-205 {
    border-inline-width: 0.15625rem !important;
  }
  .md-p-2075 {
    padding: 2.75rem !important;
  }
  .md-pt-2075 {
    padding-top: 2.75rem !important;
  }
  .md-border-t-2075 {
    border-top-width: 0.171875rem !important;
  }
  .md-pr-2075 {
    padding-right: 2.75rem !important;
  }
  .md-border-r-2075 {
    border-right-width: 0.171875rem !important;
  }
  .md-pb-2075 {
    padding-bottom: 2.75rem !important;
  }
  .md-border-b-2075 {
    border-bottom-width: 0.171875rem !important;
  }
  .md-pl-2075 {
    padding-left: 2.75rem !important;
  }
  .md-border-l-2075 {
    border-left-width: 0.171875rem !important;
  }
  .md-py-2075 {
    padding-block: 2.75rem !important;
  }
  .md-border-y-2075 {
    border-block-width: 0.171875rem !important;
  }
  .md-px-2075 {
    padding-inline: 2.75rem !important;
  }
  .md-border-x-2075 {
    border-inline-width: 0.171875rem !important;
  }
  .md-p-3 {
    padding: 3rem !important;
  }
  .md-pt-3 {
    padding-top: 3rem !important;
  }
  .md-border-t-3 {
    border-top-width: 0.1875rem !important;
  }
  .md-pr-3 {
    padding-right: 3rem !important;
  }
  .md-border-r-3 {
    border-right-width: 0.1875rem !important;
  }
  .md-pb-3 {
    padding-bottom: 3rem !important;
  }
  .md-border-b-3 {
    border-bottom-width: 0.1875rem !important;
  }
  .md-pl-3 {
    padding-left: 3rem !important;
  }
  .md-border-l-3 {
    border-left-width: 0.1875rem !important;
  }
  .md-py-3 {
    padding-block: 3rem !important;
  }
  .md-border-y-3 {
    border-block-width: 0.1875rem !important;
  }
  .md-px-3 {
    padding-inline: 3rem !important;
  }
  .md-border-x-3 {
    border-inline-width: 0.1875rem !important;
  }
  .md-p-305 {
    padding: 3.5rem !important;
  }
  .md-pt-305 {
    padding-top: 3.5rem !important;
  }
  .md-border-t-305 {
    border-top-width: 0.21875rem !important;
  }
  .md-pr-305 {
    padding-right: 3.5rem !important;
  }
  .md-border-r-305 {
    border-right-width: 0.21875rem !important;
  }
  .md-pb-305 {
    padding-bottom: 3.5rem !important;
  }
  .md-border-b-305 {
    border-bottom-width: 0.21875rem !important;
  }
  .md-pl-305 {
    padding-left: 3.5rem !important;
  }
  .md-border-l-305 {
    border-left-width: 0.21875rem !important;
  }
  .md-py-305 {
    padding-block: 3.5rem !important;
  }
  .md-border-y-305 {
    border-block-width: 0.21875rem !important;
  }
  .md-px-305 {
    padding-inline: 3.5rem !important;
  }
  .md-border-x-305 {
    border-inline-width: 0.21875rem !important;
  }
  .md-p-3075 {
    padding: 3.75rem !important;
  }
  .md-pt-3075 {
    padding-top: 3.75rem !important;
  }
  .md-border-t-3075 {
    border-top-width: 0.234375rem !important;
  }
  .md-pr-3075 {
    padding-right: 3.75rem !important;
  }
  .md-border-r-3075 {
    border-right-width: 0.234375rem !important;
  }
  .md-pb-3075 {
    padding-bottom: 3.75rem !important;
  }
  .md-border-b-3075 {
    border-bottom-width: 0.234375rem !important;
  }
  .md-pl-3075 {
    padding-left: 3.75rem !important;
  }
  .md-border-l-3075 {
    border-left-width: 0.234375rem !important;
  }
  .md-py-3075 {
    padding-block: 3.75rem !important;
  }
  .md-border-y-3075 {
    border-block-width: 0.234375rem !important;
  }
  .md-px-3075 {
    padding-inline: 3.75rem !important;
  }
  .md-border-x-3075 {
    border-inline-width: 0.234375rem !important;
  }
  .md-p-4 {
    padding: 4rem !important;
  }
  .md-pt-4 {
    padding-top: 4rem !important;
  }
  .md-border-t-4 {
    border-top-width: 0.25rem !important;
  }
  .md-pr-4 {
    padding-right: 4rem !important;
  }
  .md-border-r-4 {
    border-right-width: 0.25rem !important;
  }
  .md-pb-4 {
    padding-bottom: 4rem !important;
  }
  .md-border-b-4 {
    border-bottom-width: 0.25rem !important;
  }
  .md-pl-4 {
    padding-left: 4rem !important;
  }
  .md-border-l-4 {
    border-left-width: 0.25rem !important;
  }
  .md-py-4 {
    padding-block: 4rem !important;
  }
  .md-border-y-4 {
    border-block-width: 0.25rem !important;
  }
  .md-px-4 {
    padding-inline: 4rem !important;
  }
  .md-border-x-4 {
    border-inline-width: 0.25rem !important;
  }
  .md-p-405 {
    padding: 4.5rem !important;
  }
  .md-pt-405 {
    padding-top: 4.5rem !important;
  }
  .md-border-t-405 {
    border-top-width: 0.28125rem !important;
  }
  .md-pr-405 {
    padding-right: 4.5rem !important;
  }
  .md-border-r-405 {
    border-right-width: 0.28125rem !important;
  }
  .md-pb-405 {
    padding-bottom: 4.5rem !important;
  }
  .md-border-b-405 {
    border-bottom-width: 0.28125rem !important;
  }
  .md-pl-405 {
    padding-left: 4.5rem !important;
  }
  .md-border-l-405 {
    border-left-width: 0.28125rem !important;
  }
  .md-py-405 {
    padding-block: 4.5rem !important;
  }
  .md-border-y-405 {
    border-block-width: 0.28125rem !important;
  }
  .md-px-405 {
    padding-inline: 4.5rem !important;
  }
  .md-border-x-405 {
    border-inline-width: 0.28125rem !important;
  }
  .md-p-5 {
    padding: 5rem !important;
  }
  .md-pt-5 {
    padding-top: 5rem !important;
  }
  .md-border-t-5 {
    border-top-width: 0.3125rem !important;
  }
  .md-pr-5 {
    padding-right: 5rem !important;
  }
  .md-border-r-5 {
    border-right-width: 0.3125rem !important;
  }
  .md-pb-5 {
    padding-bottom: 5rem !important;
  }
  .md-border-b-5 {
    border-bottom-width: 0.3125rem !important;
  }
  .md-pl-5 {
    padding-left: 5rem !important;
  }
  .md-border-l-5 {
    border-left-width: 0.3125rem !important;
  }
  .md-py-5 {
    padding-block: 5rem !important;
  }
  .md-border-y-5 {
    border-block-width: 0.3125rem !important;
  }
  .md-px-5 {
    padding-inline: 5rem !important;
  }
  .md-border-x-5 {
    border-inline-width: 0.3125rem !important;
  }
  .md-p-6 {
    padding: 6rem !important;
  }
  .md-pt-6 {
    padding-top: 6rem !important;
  }
  .md-border-t-6 {
    border-top-width: 0.375rem !important;
  }
  .md-pr-6 {
    padding-right: 6rem !important;
  }
  .md-border-r-6 {
    border-right-width: 0.375rem !important;
  }
  .md-pb-6 {
    padding-bottom: 6rem !important;
  }
  .md-border-b-6 {
    border-bottom-width: 0.375rem !important;
  }
  .md-pl-6 {
    padding-left: 6rem !important;
  }
  .md-border-l-6 {
    border-left-width: 0.375rem !important;
  }
  .md-py-6 {
    padding-block: 6rem !important;
  }
  .md-border-y-6 {
    border-block-width: 0.375rem !important;
  }
  .md-px-6 {
    padding-inline: 6rem !important;
  }
  .md-border-x-6 {
    border-inline-width: 0.375rem !important;
  }
  .md-p-10 {
    padding: 10rem !important;
  }
  .md-pt-10 {
    padding-top: 10rem !important;
  }
  .md-border-t-10 {
    border-top-width: 0.625rem !important;
  }
  .md-pr-10 {
    padding-right: 10rem !important;
  }
  .md-border-r-10 {
    border-right-width: 0.625rem !important;
  }
  .md-pb-10 {
    padding-bottom: 10rem !important;
  }
  .md-border-b-10 {
    border-bottom-width: 0.625rem !important;
  }
  .md-pl-10 {
    padding-left: 10rem !important;
  }
  .md-border-l-10 {
    border-left-width: 0.625rem !important;
  }
  .md-py-10 {
    padding-block: 10rem !important;
  }
  .md-border-y-10 {
    border-block-width: 0.625rem !important;
  }
  .md-px-10 {
    padding-inline: 10rem !important;
  }
  .md-border-x-10 {
    border-inline-width: 0.625rem !important;
  }
  .md-self-align {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .md-self-end {
    -webkit-align-self: end;
    -moz-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .md-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .md-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
  .md-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    align-items: end;
  }
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center !important;
  }
  .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between !important;
  }
  .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end !important;
  }
  .md-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .md-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .md-round-inherit {
    border-radius: inherit !important;
  }
  .md-round-top-left-inherit {
    border-top-left-radius: inherit !important;
  }
  .md-round-top-right-inherit {
    border-top-right-radius: inherit !important;
  }
  .md-round-bottom-right-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .md-round-bottom-left-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .md-round-0625 {
    border-radius: 0.625rem !important;
  }
  .md-round-top-left-0625 {
    border-top-left-radius: 0.625rem !important;
  }
  .md-round-top-right-0625 {
    border-top-right-radius: 0.625rem !important;
  }
  .md-round-bottom-right-0625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  .md-round-bottom-left-0625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  .md-round-075 {
    border-radius: 0.75rem !important;
  }
  .md-round-top-left-075 {
    border-top-left-radius: 0.75rem !important;
  }
  .md-round-top-right-075 {
    border-top-right-radius: 0.75rem !important;
  }
  .md-round-bottom-right-075 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .md-round-bottom-left-075 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .md-round-1025 {
    border-radius: 1.25rem !important;
  }
  .md-round-top-left-1025 {
    border-top-left-radius: 1.25rem !important;
  }
  .md-round-top-right-1025 {
    border-top-right-radius: 1.25rem !important;
  }
  .md-round-bottom-right-1025 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .md-round-bottom-left-1025 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .md-round-0875 {
    border-radius: 0.875rem !important;
  }
  .md-round-top-left-0875 {
    border-top-left-radius: 0.875rem !important;
  }
  .md-round-top-right-0875 {
    border-top-right-radius: 0.875rem !important;
  }
  .md-round-bottom-right-0875 {
    border-bottom-right-radius: 0.875rem !important;
  }
  .md-round-bottom-left-0875 {
    border-bottom-left-radius: 0.875rem !important;
  }
  .md-round-205 {
    border-radius: 2.5rem !important;
  }
  .md-round-top-left-205 {
    border-top-left-radius: 2.5rem !important;
  }
  .md-round-top-right-205 {
    border-top-right-radius: 2.5rem !important;
  }
  .md-round-bottom-right-205 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .md-round-bottom-left-205 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .md-round-3075 {
    border-radius: 3.75rem !important;
  }
  .md-round-top-left-3075 {
    border-top-left-radius: 3.75rem !important;
  }
  .md-round-top-right-3075 {
    border-top-right-radius: 3.75rem !important;
  }
  .md-round-bottom-right-3075 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .md-round-bottom-left-3075 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .md-round-705 {
    border-radius: 7.5rem !important;
  }
  .md-round-top-left-705 {
    border-top-left-radius: 7.5rem !important;
  }
  .md-round-top-right-705 {
    border-top-right-radius: 7.5rem !important;
  }
  .md-round-bottom-right-705 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .md-round-bottom-left-705 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .md-round-99 {
    border-radius: 99em !important;
  }
  .md-round-top-left-99 {
    border-top-left-radius: 99em !important;
  }
  .md-round-top-right-99 {
    border-top-right-radius: 99em !important;
  }
  .md-round-bottom-right-99 {
    border-bottom-right-radius: 99em !important;
  }
  .md-round-bottom-left-99 {
    border-bottom-left-radius: 99em !important;
  }
}
@media (min-width: 64rem) {
  .lg-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg-flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .lg-flex-row-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .lg-flex-col-reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .lg-m-auto {
    margin: auto !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-auto {
    margin-top: auto !important;
  }
  .lg-mr-auto {
    margin-right: auto !important;
  }
  .lg-mb-auto {
    margin-bottom: auto !important;
  }
  .lg-ml-auto {
    margin-left: auto !important;
  }
  .lg-my-auto {
    margin-block: auto !important;
  }
  .lg-mx-auto {
    margin-inline: auto !important;
  }
  .lg-m-0 {
    margin: 0 !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-0 {
    margin-top: 0 !important;
  }
  .lg-mr-0 {
    margin-right: 0 !important;
  }
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .lg-ml-0 {
    margin-left: 0 !important;
  }
  .lg-my-0 {
    margin-block: 0 !important;
  }
  .lg-mx-0 {
    margin-inline: 0 !important;
  }
  .lg-m-062 {
    margin: 0.62rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-062 {
    margin-top: 0.62rem !important;
  }
  .lg-mr-062 {
    margin-right: 0.62rem !important;
  }
  .lg-mb-062 {
    margin-bottom: 0.62rem !important;
  }
  .lg-ml-062 {
    margin-left: 0.62rem !important;
  }
  .lg-my-062 {
    margin-block: 0.62rem !important;
  }
  .lg-mx-062 {
    margin-inline: 0.62rem !important;
  }
  .lg-m-088 {
    margin: 0.88rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-088 {
    margin-top: 0.88rem !important;
  }
  .lg-mr-088 {
    margin-right: 0.88rem !important;
  }
  .lg-mb-088 {
    margin-bottom: 0.88rem !important;
  }
  .lg-ml-088 {
    margin-left: 0.88rem !important;
  }
  .lg-my-088 {
    margin-block: 0.88rem !important;
  }
  .lg-mx-088 {
    margin-inline: 0.88rem !important;
  }
  .lg-m-05 {
    margin: 0.5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-05 {
    margin-top: 0.5rem !important;
  }
  .lg-mr-05 {
    margin-right: 0.5rem !important;
  }
  .lg-mb-05 {
    margin-bottom: 0.5rem !important;
  }
  .lg-ml-05 {
    margin-left: 0.5rem !important;
  }
  .lg-my-05 {
    margin-block: 0.5rem !important;
  }
  .lg-mx-05 {
    margin-inline: 0.5rem !important;
  }
  .lg-m-075 {
    margin: 0.75rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-075 {
    margin-top: 0.75rem !important;
  }
  .lg-mr-075 {
    margin-right: 0.75rem !important;
  }
  .lg-mb-075 {
    margin-bottom: 0.75rem !important;
  }
  .lg-ml-075 {
    margin-left: 0.75rem !important;
  }
  .lg-my-075 {
    margin-block: 0.75rem !important;
  }
  .lg-mx-075 {
    margin-inline: 0.75rem !important;
  }
  .lg-m-1 {
    margin: 1rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-1 {
    margin-top: 1rem !important;
  }
  .lg-mr-1 {
    margin-right: 1rem !important;
  }
  .lg-mb-1 {
    margin-bottom: 1rem !important;
  }
  .lg-ml-1 {
    margin-left: 1rem !important;
  }
  .lg-my-1 {
    margin-block: 1rem !important;
  }
  .lg-mx-1 {
    margin-inline: 1rem !important;
  }
  .lg-m-1012 {
    margin: 1.12rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-1012 {
    margin-top: 1.12rem !important;
  }
  .lg-mr-1012 {
    margin-right: 1.12rem !important;
  }
  .lg-mb-1012 {
    margin-bottom: 1.12rem !important;
  }
  .lg-ml-1012 {
    margin-left: 1.12rem !important;
  }
  .lg-my-1012 {
    margin-block: 1.12rem !important;
  }
  .lg-mx-1012 {
    margin-inline: 1.12rem !important;
  }
  .lg-m-1025 {
    margin: 1.25rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-1025 {
    margin-top: 1.25rem !important;
  }
  .lg-mr-1025 {
    margin-right: 1.25rem !important;
  }
  .lg-mb-1025 {
    margin-bottom: 1.25rem !important;
  }
  .lg-ml-1025 {
    margin-left: 1.25rem !important;
  }
  .lg-my-1025 {
    margin-block: 1.25rem !important;
  }
  .lg-mx-1025 {
    margin-inline: 1.25rem !important;
  }
  .lg-m-105 {
    margin: 1.5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-105 {
    margin-top: 1.5rem !important;
  }
  .lg-mr-105 {
    margin-right: 1.5rem !important;
  }
  .lg-mb-105 {
    margin-bottom: 1.5rem !important;
  }
  .lg-ml-105 {
    margin-left: 1.5rem !important;
  }
  .lg-my-105 {
    margin-block: 1.5rem !important;
  }
  .lg-mx-105 {
    margin-inline: 1.5rem !important;
  }
  .lg-m-2 {
    margin: 2rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-2 {
    margin-top: 2rem !important;
  }
  .lg-mr-2 {
    margin-right: 2rem !important;
  }
  .lg-mb-2 {
    margin-bottom: 2rem !important;
  }
  .lg-ml-2 {
    margin-left: 2rem !important;
  }
  .lg-my-2 {
    margin-block: 2rem !important;
  }
  .lg-mx-2 {
    margin-inline: 2rem !important;
  }
  .lg-m-205 {
    margin: 2.5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-205 {
    margin-top: 2.5rem !important;
  }
  .lg-mr-205 {
    margin-right: 2.5rem !important;
  }
  .lg-mb-205 {
    margin-bottom: 2.5rem !important;
  }
  .lg-ml-205 {
    margin-left: 2.5rem !important;
  }
  .lg-my-205 {
    margin-block: 2.5rem !important;
  }
  .lg-mx-205 {
    margin-inline: 2.5rem !important;
  }
  .lg-m-2075 {
    margin: 2.75rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-2075 {
    margin-top: 2.75rem !important;
  }
  .lg-mr-2075 {
    margin-right: 2.75rem !important;
  }
  .lg-mb-2075 {
    margin-bottom: 2.75rem !important;
  }
  .lg-ml-2075 {
    margin-left: 2.75rem !important;
  }
  .lg-my-2075 {
    margin-block: 2.75rem !important;
  }
  .lg-mx-2075 {
    margin-inline: 2.75rem !important;
  }
  .lg-m-3 {
    margin: 3rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-3 {
    margin-top: 3rem !important;
  }
  .lg-mr-3 {
    margin-right: 3rem !important;
  }
  .lg-mb-3 {
    margin-bottom: 3rem !important;
  }
  .lg-ml-3 {
    margin-left: 3rem !important;
  }
  .lg-my-3 {
    margin-block: 3rem !important;
  }
  .lg-mx-3 {
    margin-inline: 3rem !important;
  }
  .lg-m-305 {
    margin: 3.5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-305 {
    margin-top: 3.5rem !important;
  }
  .lg-mr-305 {
    margin-right: 3.5rem !important;
  }
  .lg-mb-305 {
    margin-bottom: 3.5rem !important;
  }
  .lg-ml-305 {
    margin-left: 3.5rem !important;
  }
  .lg-my-305 {
    margin-block: 3.5rem !important;
  }
  .lg-mx-305 {
    margin-inline: 3.5rem !important;
  }
  .lg-m-3075 {
    margin: 3.75rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-3075 {
    margin-top: 3.75rem !important;
  }
  .lg-mr-3075 {
    margin-right: 3.75rem !important;
  }
  .lg-mb-3075 {
    margin-bottom: 3.75rem !important;
  }
  .lg-ml-3075 {
    margin-left: 3.75rem !important;
  }
  .lg-my-3075 {
    margin-block: 3.75rem !important;
  }
  .lg-mx-3075 {
    margin-inline: 3.75rem !important;
  }
  .lg-m-4 {
    margin: 4rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-4 {
    margin-top: 4rem !important;
  }
  .lg-mr-4 {
    margin-right: 4rem !important;
  }
  .lg-mb-4 {
    margin-bottom: 4rem !important;
  }
  .lg-ml-4 {
    margin-left: 4rem !important;
  }
  .lg-my-4 {
    margin-block: 4rem !important;
  }
  .lg-mx-4 {
    margin-inline: 4rem !important;
  }
  .lg-m-405 {
    margin: 4.5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-405 {
    margin-top: 4.5rem !important;
  }
  .lg-mr-405 {
    margin-right: 4.5rem !important;
  }
  .lg-mb-405 {
    margin-bottom: 4.5rem !important;
  }
  .lg-ml-405 {
    margin-left: 4.5rem !important;
  }
  .lg-my-405 {
    margin-block: 4.5rem !important;
  }
  .lg-mx-405 {
    margin-inline: 4.5rem !important;
  }
  .lg-m-5 {
    margin: 5rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-5 {
    margin-top: 5rem !important;
  }
  .lg-mr-5 {
    margin-right: 5rem !important;
  }
  .lg-mb-5 {
    margin-bottom: 5rem !important;
  }
  .lg-ml-5 {
    margin-left: 5rem !important;
  }
  .lg-my-5 {
    margin-block: 5rem !important;
  }
  .lg-mx-5 {
    margin-inline: 5rem !important;
  }
  .lg-m-6 {
    margin: 6rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-6 {
    margin-top: 6rem !important;
  }
  .lg-mr-6 {
    margin-right: 6rem !important;
  }
  .lg-mb-6 {
    margin-bottom: 6rem !important;
  }
  .lg-ml-6 {
    margin-left: 6rem !important;
  }
  .lg-my-6 {
    margin-block: 6rem !important;
  }
  .lg-mx-6 {
    margin-inline: 6rem !important;
  }
  .lg-m-10 {
    margin: 10rem !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-w-2 {
    width: 2rem !important;
  }
  .lg-h-2 {
    height: 2rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-w-4 {
    width: 4rem !important;
  }
  .lg-h-4 {
    height: 4rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-w-6 {
    width: 6rem !important;
  }
  .lg-h-6 {
    height: 6rem !important;
  }
  .lg-w-25 {
    width: 25% !important;
  }
  .lg-h-25 {
    height: 25% !important;
  }
  .lg-w-50 {
    width: 50% !important;
  }
  .lg-h-50 {
    height: 50% !important;
  }
  .lg-w-75 {
    width: 75% !important;
  }
  .lg-h-75 {
    height: 75% !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-mt-10 {
    margin-top: 10rem !important;
  }
  .lg-mr-10 {
    margin-right: 10rem !important;
  }
  .lg-mb-10 {
    margin-bottom: 10rem !important;
  }
  .lg-ml-10 {
    margin-left: 10rem !important;
  }
  .lg-my-10 {
    margin-block: 10rem !important;
  }
  .lg-mx-10 {
    margin-inline: 10rem !important;
  }
  .lg-gap-auto {
    gap: auto !important;
  }
  .lg-gap-0 {
    gap: 0 !important;
  }
  .lg-gap-062 {
    gap: 0.62rem !important;
  }
  .lg-gap-088 {
    gap: 0.88rem !important;
  }
  .lg-gap-05 {
    gap: 0.5rem !important;
  }
  .lg-gap-075 {
    gap: 0.75rem !important;
  }
  .lg-gap-1 {
    gap: 1rem !important;
  }
  .lg-gap-1012 {
    gap: 1.12rem !important;
  }
  .lg-gap-1025 {
    gap: 1.25rem !important;
  }
  .lg-gap-105 {
    gap: 1.5rem !important;
  }
  .lg-gap-2 {
    gap: 2rem !important;
  }
  .lg-gap-205 {
    gap: 2.5rem !important;
  }
  .lg-gap-2075 {
    gap: 2.75rem !important;
  }
  .lg-gap-3 {
    gap: 3rem !important;
  }
  .lg-gap-305 {
    gap: 3.5rem !important;
  }
  .lg-gap-3075 {
    gap: 3.75rem !important;
  }
  .lg-gap-4 {
    gap: 4rem !important;
  }
  .lg-gap-405 {
    gap: 4.5rem !important;
  }
  .lg-gap-5 {
    gap: 5rem !important;
  }
  .lg-gap-6 {
    gap: 6rem !important;
  }
  .lg-gap-10 {
    gap: 10rem !important;
  }
  .lg-p-auto {
    padding: auto !important;
  }
  .lg-pt-auto {
    padding-top: auto !important;
  }
  .lg-border-t-auto {
    border-top-width: calc(auto / 16) !important;
  }
  .lg-pr-auto {
    padding-right: auto !important;
  }
  .lg-border-r-auto {
    border-right-width: calc(auto / 16) !important;
  }
  .lg-pb-auto {
    padding-bottom: auto !important;
  }
  .lg-border-b-auto {
    border-bottom-width: calc(auto / 16) !important;
  }
  .lg-pl-auto {
    padding-left: auto !important;
  }
  .lg-border-l-auto {
    border-left-width: calc(auto / 16) !important;
  }
  .lg-py-auto {
    padding-block: auto !important;
  }
  .lg-border-y-auto {
    border-block-width: calc(auto / 16) !important;
  }
  .lg-px-auto {
    padding-inline: auto !important;
  }
  .lg-border-x-auto {
    border-inline-width: calc(auto / 16) !important;
  }
  .lg-p-0 {
    padding: 0 !important;
  }
  .lg-pt-0 {
    padding-top: 0 !important;
  }
  .lg-border-t-0 {
    border-top-width: 0 !important;
  }
  .lg-pr-0 {
    padding-right: 0 !important;
  }
  .lg-border-r-0 {
    border-right-width: 0 !important;
  }
  .lg-pb-0 {
    padding-bottom: 0 !important;
  }
  .lg-border-b-0 {
    border-bottom-width: 0 !important;
  }
  .lg-pl-0 {
    padding-left: 0 !important;
  }
  .lg-border-l-0 {
    border-left-width: 0 !important;
  }
  .lg-py-0 {
    padding-block: 0 !important;
  }
  .lg-border-y-0 {
    border-block-width: 0 !important;
  }
  .lg-px-0 {
    padding-inline: 0 !important;
  }
  .lg-border-x-0 {
    border-inline-width: 0 !important;
  }
  .lg-p-062 {
    padding: 0.62rem !important;
  }
  .lg-pt-062 {
    padding-top: 0.62rem !important;
  }
  .lg-border-t-062 {
    border-top-width: 0.03875rem !important;
  }
  .lg-pr-062 {
    padding-right: 0.62rem !important;
  }
  .lg-border-r-062 {
    border-right-width: 0.03875rem !important;
  }
  .lg-pb-062 {
    padding-bottom: 0.62rem !important;
  }
  .lg-border-b-062 {
    border-bottom-width: 0.03875rem !important;
  }
  .lg-pl-062 {
    padding-left: 0.62rem !important;
  }
  .lg-border-l-062 {
    border-left-width: 0.03875rem !important;
  }
  .lg-py-062 {
    padding-block: 0.62rem !important;
  }
  .lg-border-y-062 {
    border-block-width: 0.03875rem !important;
  }
  .lg-px-062 {
    padding-inline: 0.62rem !important;
  }
  .lg-border-x-062 {
    border-inline-width: 0.03875rem !important;
  }
  .lg-p-088 {
    padding: 0.88rem !important;
  }
  .lg-pt-088 {
    padding-top: 0.88rem !important;
  }
  .lg-border-t-088 {
    border-top-width: 0.055rem !important;
  }
  .lg-pr-088 {
    padding-right: 0.88rem !important;
  }
  .lg-border-r-088 {
    border-right-width: 0.055rem !important;
  }
  .lg-pb-088 {
    padding-bottom: 0.88rem !important;
  }
  .lg-border-b-088 {
    border-bottom-width: 0.055rem !important;
  }
  .lg-pl-088 {
    padding-left: 0.88rem !important;
  }
  .lg-border-l-088 {
    border-left-width: 0.055rem !important;
  }
  .lg-py-088 {
    padding-block: 0.88rem !important;
  }
  .lg-border-y-088 {
    border-block-width: 0.055rem !important;
  }
  .lg-px-088 {
    padding-inline: 0.88rem !important;
  }
  .lg-border-x-088 {
    border-inline-width: 0.055rem !important;
  }
  .lg-p-05 {
    padding: 0.5rem !important;
  }
  .lg-pt-05 {
    padding-top: 0.5rem !important;
  }
  .lg-border-t-05 {
    border-top-width: 0.03125rem !important;
  }
  .lg-pr-05 {
    padding-right: 0.5rem !important;
  }
  .lg-border-r-05 {
    border-right-width: 0.03125rem !important;
  }
  .lg-pb-05 {
    padding-bottom: 0.5rem !important;
  }
  .lg-border-b-05 {
    border-bottom-width: 0.03125rem !important;
  }
  .lg-pl-05 {
    padding-left: 0.5rem !important;
  }
  .lg-border-l-05 {
    border-left-width: 0.03125rem !important;
  }
  .lg-py-05 {
    padding-block: 0.5rem !important;
  }
  .lg-border-y-05 {
    border-block-width: 0.03125rem !important;
  }
  .lg-px-05 {
    padding-inline: 0.5rem !important;
  }
  .lg-border-x-05 {
    border-inline-width: 0.03125rem !important;
  }
  .lg-p-075 {
    padding: 0.75rem !important;
  }
  .lg-pt-075 {
    padding-top: 0.75rem !important;
  }
  .lg-border-t-075 {
    border-top-width: 0.046875rem !important;
  }
  .lg-pr-075 {
    padding-right: 0.75rem !important;
  }
  .lg-border-r-075 {
    border-right-width: 0.046875rem !important;
  }
  .lg-pb-075 {
    padding-bottom: 0.75rem !important;
  }
  .lg-border-b-075 {
    border-bottom-width: 0.046875rem !important;
  }
  .lg-pl-075 {
    padding-left: 0.75rem !important;
  }
  .lg-border-l-075 {
    border-left-width: 0.046875rem !important;
  }
  .lg-py-075 {
    padding-block: 0.75rem !important;
  }
  .lg-border-y-075 {
    border-block-width: 0.046875rem !important;
  }
  .lg-px-075 {
    padding-inline: 0.75rem !important;
  }
  .lg-border-x-075 {
    border-inline-width: 0.046875rem !important;
  }
  .lg-p-1 {
    padding: 1rem !important;
  }
  .lg-pt-1 {
    padding-top: 1rem !important;
  }
  .lg-border-t-1 {
    border-top-width: 0.0625rem !important;
  }
  .lg-pr-1 {
    padding-right: 1rem !important;
  }
  .lg-border-r-1 {
    border-right-width: 0.0625rem !important;
  }
  .lg-pb-1 {
    padding-bottom: 1rem !important;
  }
  .lg-border-b-1 {
    border-bottom-width: 0.0625rem !important;
  }
  .lg-pl-1 {
    padding-left: 1rem !important;
  }
  .lg-border-l-1 {
    border-left-width: 0.0625rem !important;
  }
  .lg-py-1 {
    padding-block: 1rem !important;
  }
  .lg-border-y-1 {
    border-block-width: 0.0625rem !important;
  }
  .lg-px-1 {
    padding-inline: 1rem !important;
  }
  .lg-border-x-1 {
    border-inline-width: 0.0625rem !important;
  }
  .lg-p-1012 {
    padding: 1.12rem !important;
  }
  .lg-pt-1012 {
    padding-top: 1.12rem !important;
  }
  .lg-border-t-1012 {
    border-top-width: 0.07rem !important;
  }
  .lg-pr-1012 {
    padding-right: 1.12rem !important;
  }
  .lg-border-r-1012 {
    border-right-width: 0.07rem !important;
  }
  .lg-pb-1012 {
    padding-bottom: 1.12rem !important;
  }
  .lg-border-b-1012 {
    border-bottom-width: 0.07rem !important;
  }
  .lg-pl-1012 {
    padding-left: 1.12rem !important;
  }
  .lg-border-l-1012 {
    border-left-width: 0.07rem !important;
  }
  .lg-py-1012 {
    padding-block: 1.12rem !important;
  }
  .lg-border-y-1012 {
    border-block-width: 0.07rem !important;
  }
  .lg-px-1012 {
    padding-inline: 1.12rem !important;
  }
  .lg-border-x-1012 {
    border-inline-width: 0.07rem !important;
  }
  .lg-p-1025 {
    padding: 1.25rem !important;
  }
  .lg-pt-1025 {
    padding-top: 1.25rem !important;
  }
  .lg-border-t-1025 {
    border-top-width: 0.078125rem !important;
  }
  .lg-pr-1025 {
    padding-right: 1.25rem !important;
  }
  .lg-border-r-1025 {
    border-right-width: 0.078125rem !important;
  }
  .lg-pb-1025 {
    padding-bottom: 1.25rem !important;
  }
  .lg-border-b-1025 {
    border-bottom-width: 0.078125rem !important;
  }
  .lg-pl-1025 {
    padding-left: 1.25rem !important;
  }
  .lg-border-l-1025 {
    border-left-width: 0.078125rem !important;
  }
  .lg-py-1025 {
    padding-block: 1.25rem !important;
  }
  .lg-border-y-1025 {
    border-block-width: 0.078125rem !important;
  }
  .lg-px-1025 {
    padding-inline: 1.25rem !important;
  }
  .lg-border-x-1025 {
    border-inline-width: 0.078125rem !important;
  }
  .lg-p-105 {
    padding: 1.5rem !important;
  }
  .lg-pt-105 {
    padding-top: 1.5rem !important;
  }
  .lg-border-t-105 {
    border-top-width: 0.09375rem !important;
  }
  .lg-pr-105 {
    padding-right: 1.5rem !important;
  }
  .lg-border-r-105 {
    border-right-width: 0.09375rem !important;
  }
  .lg-pb-105 {
    padding-bottom: 1.5rem !important;
  }
  .lg-border-b-105 {
    border-bottom-width: 0.09375rem !important;
  }
  .lg-pl-105 {
    padding-left: 1.5rem !important;
  }
  .lg-border-l-105 {
    border-left-width: 0.09375rem !important;
  }
  .lg-py-105 {
    padding-block: 1.5rem !important;
  }
  .lg-border-y-105 {
    border-block-width: 0.09375rem !important;
  }
  .lg-px-105 {
    padding-inline: 1.5rem !important;
  }
  .lg-border-x-105 {
    border-inline-width: 0.09375rem !important;
  }
  .lg-p-2 {
    padding: 2rem !important;
  }
  .lg-pt-2 {
    padding-top: 2rem !important;
  }
  .lg-border-t-2 {
    border-top-width: 0.125rem !important;
  }
  .lg-pr-2 {
    padding-right: 2rem !important;
  }
  .lg-border-r-2 {
    border-right-width: 0.125rem !important;
  }
  .lg-pb-2 {
    padding-bottom: 2rem !important;
  }
  .lg-border-b-2 {
    border-bottom-width: 0.125rem !important;
  }
  .lg-pl-2 {
    padding-left: 2rem !important;
  }
  .lg-border-l-2 {
    border-left-width: 0.125rem !important;
  }
  .lg-py-2 {
    padding-block: 2rem !important;
  }
  .lg-border-y-2 {
    border-block-width: 0.125rem !important;
  }
  .lg-px-2 {
    padding-inline: 2rem !important;
  }
  .lg-border-x-2 {
    border-inline-width: 0.125rem !important;
  }
  .lg-p-205 {
    padding: 2.5rem !important;
  }
  .lg-pt-205 {
    padding-top: 2.5rem !important;
  }
  .lg-border-t-205 {
    border-top-width: 0.15625rem !important;
  }
  .lg-pr-205 {
    padding-right: 2.5rem !important;
  }
  .lg-border-r-205 {
    border-right-width: 0.15625rem !important;
  }
  .lg-pb-205 {
    padding-bottom: 2.5rem !important;
  }
  .lg-border-b-205 {
    border-bottom-width: 0.15625rem !important;
  }
  .lg-pl-205 {
    padding-left: 2.5rem !important;
  }
  .lg-border-l-205 {
    border-left-width: 0.15625rem !important;
  }
  .lg-py-205 {
    padding-block: 2.5rem !important;
  }
  .lg-border-y-205 {
    border-block-width: 0.15625rem !important;
  }
  .lg-px-205 {
    padding-inline: 2.5rem !important;
  }
  .lg-border-x-205 {
    border-inline-width: 0.15625rem !important;
  }
  .lg-p-2075 {
    padding: 2.75rem !important;
  }
  .lg-pt-2075 {
    padding-top: 2.75rem !important;
  }
  .lg-border-t-2075 {
    border-top-width: 0.171875rem !important;
  }
  .lg-pr-2075 {
    padding-right: 2.75rem !important;
  }
  .lg-border-r-2075 {
    border-right-width: 0.171875rem !important;
  }
  .lg-pb-2075 {
    padding-bottom: 2.75rem !important;
  }
  .lg-border-b-2075 {
    border-bottom-width: 0.171875rem !important;
  }
  .lg-pl-2075 {
    padding-left: 2.75rem !important;
  }
  .lg-border-l-2075 {
    border-left-width: 0.171875rem !important;
  }
  .lg-py-2075 {
    padding-block: 2.75rem !important;
  }
  .lg-border-y-2075 {
    border-block-width: 0.171875rem !important;
  }
  .lg-px-2075 {
    padding-inline: 2.75rem !important;
  }
  .lg-border-x-2075 {
    border-inline-width: 0.171875rem !important;
  }
  .lg-p-3 {
    padding: 3rem !important;
  }
  .lg-pt-3 {
    padding-top: 3rem !important;
  }
  .lg-border-t-3 {
    border-top-width: 0.1875rem !important;
  }
  .lg-pr-3 {
    padding-right: 3rem !important;
  }
  .lg-border-r-3 {
    border-right-width: 0.1875rem !important;
  }
  .lg-pb-3 {
    padding-bottom: 3rem !important;
  }
  .lg-border-b-3 {
    border-bottom-width: 0.1875rem !important;
  }
  .lg-pl-3 {
    padding-left: 3rem !important;
  }
  .lg-border-l-3 {
    border-left-width: 0.1875rem !important;
  }
  .lg-py-3 {
    padding-block: 3rem !important;
  }
  .lg-border-y-3 {
    border-block-width: 0.1875rem !important;
  }
  .lg-px-3 {
    padding-inline: 3rem !important;
  }
  .lg-border-x-3 {
    border-inline-width: 0.1875rem !important;
  }
  .lg-p-305 {
    padding: 3.5rem !important;
  }
  .lg-pt-305 {
    padding-top: 3.5rem !important;
  }
  .lg-border-t-305 {
    border-top-width: 0.21875rem !important;
  }
  .lg-pr-305 {
    padding-right: 3.5rem !important;
  }
  .lg-border-r-305 {
    border-right-width: 0.21875rem !important;
  }
  .lg-pb-305 {
    padding-bottom: 3.5rem !important;
  }
  .lg-border-b-305 {
    border-bottom-width: 0.21875rem !important;
  }
  .lg-pl-305 {
    padding-left: 3.5rem !important;
  }
  .lg-border-l-305 {
    border-left-width: 0.21875rem !important;
  }
  .lg-py-305 {
    padding-block: 3.5rem !important;
  }
  .lg-border-y-305 {
    border-block-width: 0.21875rem !important;
  }
  .lg-px-305 {
    padding-inline: 3.5rem !important;
  }
  .lg-border-x-305 {
    border-inline-width: 0.21875rem !important;
  }
  .lg-p-3075 {
    padding: 3.75rem !important;
  }
  .lg-pt-3075 {
    padding-top: 3.75rem !important;
  }
  .lg-border-t-3075 {
    border-top-width: 0.234375rem !important;
  }
  .lg-pr-3075 {
    padding-right: 3.75rem !important;
  }
  .lg-border-r-3075 {
    border-right-width: 0.234375rem !important;
  }
  .lg-pb-3075 {
    padding-bottom: 3.75rem !important;
  }
  .lg-border-b-3075 {
    border-bottom-width: 0.234375rem !important;
  }
  .lg-pl-3075 {
    padding-left: 3.75rem !important;
  }
  .lg-border-l-3075 {
    border-left-width: 0.234375rem !important;
  }
  .lg-py-3075 {
    padding-block: 3.75rem !important;
  }
  .lg-border-y-3075 {
    border-block-width: 0.234375rem !important;
  }
  .lg-px-3075 {
    padding-inline: 3.75rem !important;
  }
  .lg-border-x-3075 {
    border-inline-width: 0.234375rem !important;
  }
  .lg-p-4 {
    padding: 4rem !important;
  }
  .lg-pt-4 {
    padding-top: 4rem !important;
  }
  .lg-border-t-4 {
    border-top-width: 0.25rem !important;
  }
  .lg-pr-4 {
    padding-right: 4rem !important;
  }
  .lg-border-r-4 {
    border-right-width: 0.25rem !important;
  }
  .lg-pb-4 {
    padding-bottom: 4rem !important;
  }
  .lg-border-b-4 {
    border-bottom-width: 0.25rem !important;
  }
  .lg-pl-4 {
    padding-left: 4rem !important;
  }
  .lg-border-l-4 {
    border-left-width: 0.25rem !important;
  }
  .lg-py-4 {
    padding-block: 4rem !important;
  }
  .lg-border-y-4 {
    border-block-width: 0.25rem !important;
  }
  .lg-px-4 {
    padding-inline: 4rem !important;
  }
  .lg-border-x-4 {
    border-inline-width: 0.25rem !important;
  }
  .lg-p-405 {
    padding: 4.5rem !important;
  }
  .lg-pt-405 {
    padding-top: 4.5rem !important;
  }
  .lg-border-t-405 {
    border-top-width: 0.28125rem !important;
  }
  .lg-pr-405 {
    padding-right: 4.5rem !important;
  }
  .lg-border-r-405 {
    border-right-width: 0.28125rem !important;
  }
  .lg-pb-405 {
    padding-bottom: 4.5rem !important;
  }
  .lg-border-b-405 {
    border-bottom-width: 0.28125rem !important;
  }
  .lg-pl-405 {
    padding-left: 4.5rem !important;
  }
  .lg-border-l-405 {
    border-left-width: 0.28125rem !important;
  }
  .lg-py-405 {
    padding-block: 4.5rem !important;
  }
  .lg-border-y-405 {
    border-block-width: 0.28125rem !important;
  }
  .lg-px-405 {
    padding-inline: 4.5rem !important;
  }
  .lg-border-x-405 {
    border-inline-width: 0.28125rem !important;
  }
  .lg-p-5 {
    padding: 5rem !important;
  }
  .lg-pt-5 {
    padding-top: 5rem !important;
  }
  .lg-border-t-5 {
    border-top-width: 0.3125rem !important;
  }
  .lg-pr-5 {
    padding-right: 5rem !important;
  }
  .lg-border-r-5 {
    border-right-width: 0.3125rem !important;
  }
  .lg-pb-5 {
    padding-bottom: 5rem !important;
  }
  .lg-border-b-5 {
    border-bottom-width: 0.3125rem !important;
  }
  .lg-pl-5 {
    padding-left: 5rem !important;
  }
  .lg-border-l-5 {
    border-left-width: 0.3125rem !important;
  }
  .lg-py-5 {
    padding-block: 5rem !important;
  }
  .lg-border-y-5 {
    border-block-width: 0.3125rem !important;
  }
  .lg-px-5 {
    padding-inline: 5rem !important;
  }
  .lg-border-x-5 {
    border-inline-width: 0.3125rem !important;
  }
  .lg-p-6 {
    padding: 6rem !important;
  }
  .lg-pt-6 {
    padding-top: 6rem !important;
  }
  .lg-border-t-6 {
    border-top-width: 0.375rem !important;
  }
  .lg-pr-6 {
    padding-right: 6rem !important;
  }
  .lg-border-r-6 {
    border-right-width: 0.375rem !important;
  }
  .lg-pb-6 {
    padding-bottom: 6rem !important;
  }
  .lg-border-b-6 {
    border-bottom-width: 0.375rem !important;
  }
  .lg-pl-6 {
    padding-left: 6rem !important;
  }
  .lg-border-l-6 {
    border-left-width: 0.375rem !important;
  }
  .lg-py-6 {
    padding-block: 6rem !important;
  }
  .lg-border-y-6 {
    border-block-width: 0.375rem !important;
  }
  .lg-px-6 {
    padding-inline: 6rem !important;
  }
  .lg-border-x-6 {
    border-inline-width: 0.375rem !important;
  }
  .lg-p-10 {
    padding: 10rem !important;
  }
  .lg-pt-10 {
    padding-top: 10rem !important;
  }
  .lg-border-t-10 {
    border-top-width: 0.625rem !important;
  }
  .lg-pr-10 {
    padding-right: 10rem !important;
  }
  .lg-border-r-10 {
    border-right-width: 0.625rem !important;
  }
  .lg-pb-10 {
    padding-bottom: 10rem !important;
  }
  .lg-border-b-10 {
    border-bottom-width: 0.625rem !important;
  }
  .lg-pl-10 {
    padding-left: 10rem !important;
  }
  .lg-border-l-10 {
    border-left-width: 0.625rem !important;
  }
  .lg-py-10 {
    padding-block: 10rem !important;
  }
  .lg-border-y-10 {
    border-block-width: 0.625rem !important;
  }
  .lg-px-10 {
    padding-inline: 10rem !important;
  }
  .lg-border-x-10 {
    border-inline-width: 0.625rem !important;
  }
  .lg-self-align {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .lg-self-end {
    -webkit-align-self: end;
    -moz-align-self: end;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .lg-align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .lg-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
  .lg-align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    -moz-align-items: end;
    align-items: end;
  }
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center !important;
  }
  .justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between !important;
  }
  .justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end !important;
  }
  .lg-flex-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lg-flex-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lg-round-inherit {
    border-radius: inherit !important;
  }
  .lg-round-top-left-inherit {
    border-top-left-radius: inherit !important;
  }
  .lg-round-top-right-inherit {
    border-top-right-radius: inherit !important;
  }
  .lg-round-bottom-right-inherit {
    border-bottom-right-radius: inherit !important;
  }
  .lg-round-bottom-left-inherit {
    border-bottom-left-radius: inherit !important;
  }
  .lg-round-0625 {
    border-radius: 0.625rem !important;
  }
  .lg-round-top-left-0625 {
    border-top-left-radius: 0.625rem !important;
  }
  .lg-round-top-right-0625 {
    border-top-right-radius: 0.625rem !important;
  }
  .lg-round-bottom-right-0625 {
    border-bottom-right-radius: 0.625rem !important;
  }
  .lg-round-bottom-left-0625 {
    border-bottom-left-radius: 0.625rem !important;
  }
  .lg-round-075 {
    border-radius: 0.75rem !important;
  }
  .lg-round-top-left-075 {
    border-top-left-radius: 0.75rem !important;
  }
  .lg-round-top-right-075 {
    border-top-right-radius: 0.75rem !important;
  }
  .lg-round-bottom-right-075 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .lg-round-bottom-left-075 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .lg-round-1025 {
    border-radius: 1.25rem !important;
  }
  .lg-round-top-left-1025 {
    border-top-left-radius: 1.25rem !important;
  }
  .lg-round-top-right-1025 {
    border-top-right-radius: 1.25rem !important;
  }
  .lg-round-bottom-right-1025 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .lg-round-bottom-left-1025 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .lg-round-0875 {
    border-radius: 0.875rem !important;
  }
  .lg-round-top-left-0875 {
    border-top-left-radius: 0.875rem !important;
  }
  .lg-round-top-right-0875 {
    border-top-right-radius: 0.875rem !important;
  }
  .lg-round-bottom-right-0875 {
    border-bottom-right-radius: 0.875rem !important;
  }
  .lg-round-bottom-left-0875 {
    border-bottom-left-radius: 0.875rem !important;
  }
  .lg-round-205 {
    border-radius: 2.5rem !important;
  }
  .lg-round-top-left-205 {
    border-top-left-radius: 2.5rem !important;
  }
  .lg-round-top-right-205 {
    border-top-right-radius: 2.5rem !important;
  }
  .lg-round-bottom-right-205 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .lg-round-bottom-left-205 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .lg-round-3075 {
    border-radius: 3.75rem !important;
  }
  .lg-round-top-left-3075 {
    border-top-left-radius: 3.75rem !important;
  }
  .lg-round-top-right-3075 {
    border-top-right-radius: 3.75rem !important;
  }
  .lg-round-bottom-right-3075 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .lg-round-bottom-left-3075 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .lg-round-705 {
    border-radius: 7.5rem !important;
  }
  .lg-round-top-left-705 {
    border-top-left-radius: 7.5rem !important;
  }
  .lg-round-top-right-705 {
    border-top-right-radius: 7.5rem !important;
  }
  .lg-round-bottom-right-705 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .lg-round-bottom-left-705 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .lg-round-99 {
    border-radius: 99em !important;
  }
  .lg-round-top-left-99 {
    border-top-left-radius: 99em !important;
  }
  .lg-round-top-right-99 {
    border-top-right-radius: 99em !important;
  }
  .lg-round-bottom-right-99 {
    border-bottom-right-radius: 99em !important;
  }
  .lg-round-bottom-left-99 {
    border-bottom-left-radius: 99em !important;
  }
}
.grid-template-auto-1 {
  display: grid !important;
  gap: 2rem !important;
  row-gap: 2rem !important;
  column-gap: 1rem !important;
  grid-template-rows: initial !important;
  grid-template-columns: repeat(1, 1fr) !important;
}

.grid-template-auto-2 {
  display: grid !important;
  gap: 2rem !important;
  row-gap: 2rem !important;
  column-gap: 2rem !important;
  grid-template-rows: initial !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

.grid-template-auto-3 {
  display: grid !important;
  gap: 2rem !important;
  row-gap: 2rem !important;
  column-gap: 2rem !important;
  grid-template-rows: initial !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.grid-template-auto-4 {
  display: grid !important;
  gap: 2rem !important;
  row-gap: 2rem !important;
  column-gap: 2rem !important;
  grid-template-rows: initial !important;
  grid-template-columns: repeat(4, 1fr) !important;
}

@media (min-width: 10rem) {
  .sm-grid-template-auto-1 {
    display: grid !important;
    gap: 2rem !important;
    row-gap: 2rem !important;
    column-gap: 1rem !important;
    grid-template-rows: initial !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media (min-width: 48rem) {
  .md-grid-template-auto-2 {
    display: grid !important;
    gap: 2rem !important;
    row-gap: 2rem !important;
    column-gap: 2rem !important;
    grid-template-rows: initial !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (min-width: 64rem) {
  .lg-grid-template-auto-3 {
    display: grid !important;
    gap: 2rem !important;
    row-gap: 2rem !important;
    column-gap: 2rem !important;
    grid-template-rows: initial !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .lg-grid-template-auto-4 {
    display: grid !important;
    gap: 2rem !important;
    row-gap: 2rem !important;
    column-gap: 2rem !important;
    grid-template-rows: initial !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
._fa::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5625rem;
  height: 1.5rem;
}
._fa-md::before {
  width: 2.5rem;
  height: 2.0625rem;
}
._fa-lg::before {
  width: 4.75rem;
  height: 4rem;
}

._fa-clock::before {
  background-image: url(f1dea7b86cfa22d69a64.svg);
}

._fa-fleet-management::before {
  background-image: url(5e001a3b5ec33489a64a.svg);
}

._fa-afval_recycling::before,
._fa-afval-recycling::before {
  background-image: url(90d84be79cf881449d1b.svg);
}

._fa-beveiliging_hulpdiensten::before {
  background-image: url(b615c9ef6ac9203066ad.svg);
}

._fa-asfalteermachine::before {
  background-image: url(b615c9ef6ac9203066ad.svg);
}

._fa-bestelwagen_bezorgwagen::before,
._fa-bestelwagen-bezorgwagen::before {
  background-image: url(94c27c6f5b063b6291f4.svg);
}

._fa-betonwagen::before {
  background-image: url(f2cefa6c19cb1dccd42b.svg);
}

._fa-bouwbedrijven_en_aannemers::before,
._fa-bouwbedrijven-en-aannemers::before {
  background-image: url(6107595267f91b3225bb.svg);
}

._fa-brandweerwagen::before {
  background-image: url(8d79ea2108f4a12613a7.svg);
}

._fa-bulldozer::before {
  background-image: url(90462ebca42fbd3ab32e.svg);
}

._fa-combine::before {
  background-image: url(9fdf6779d757c14cac57.svg);
}

._fa-distribiteurs_last_mile_delivery::before {
  background-image: url(f2c6b390b7ab0d993bd2.svg);
}

._fa-dumptruck_kiepwagen::before,
._fa-dumptruck-kiepwagen::before {
  background-image: url(7faf2b4c4749c11e9f19.svg);
}

._fa-achteruitrijalarmen::before,
._fa-easyalarms::before {
  background-image: url(7934d7977be30a7b4f84.svg);
}

._fa-remote_objecten_lokaliseren::before,
._fa-easyasset::before {
  background-image: url(000260afa2f8f5cdcb7d.svg);
}

._fa-klimaatbeheersing::before,
._fa-easyclimate::before {
  background-image: url(1d27873b27fd1ac55d5c.svg);
}

._fa-detectiesystemen::before,
._fa-easydetect::before {
  background-image: url(425b2a6bb8b35fa805c1.svg);
}

._fa-brandstofmanagement_rijgedraganalyse::before,
._fa-easydrive::before {
  background-image: url(8f46bf33800a4b83796c.svg);
}

._fa-led_heavy_duty_werklampen::before,
._fa-easylights::before {
  background-image: url(7ec56c97de8257a4c2ca.svg);
}

._fa-tachograafmanagement::before,
._fa-remote_tachograaf_management::before,
._fa-easytacho::before {
  background-image: url(168e1db99681b8bb7fb7.svg);
}

._fa-fleet_management_telematica::before,
._fa-easytrack::before {
  background-image: url(eb369772466ebe13560f.svg);
}

._fa-ai_cameras_monitoren_videotelematica::before,
._fa-easyview::before {
  background-image: url(2bb170e890c5ce0eb723.svg);
}

._fa-boordcomputers_en_modules::before,
._fa-efficio::before {
  background-image: url(89df8793309b8154c2f1.svg);
}

._fa-graaf_grondverzetmachine::before,
._fa-graaf-grondverzetmachine::before {
  background-image: url(f30ee03de5ed9569c4a6.svg);
}

._fa-heftruck::before {
  background-image: url(906083b5915dbf9a839e.svg);
}

._fa-hijskraan::before {
  background-image: url(7c28b24851c381da5bf9.svg);
}

._fa-grond_weg_en_waterbouw::before {
  background-image: url(90a73fd2033bc1d005dc.svg);
}

._fa-intern_transport::before,
._fa-intern-transport::before {
  background-image: url(34da35b5c3a329593f26.svg);
}

._fa-landbouw::before {
  background-image: url(5f66dde30ff07f481d55.svg);
}

._fa-overheidsinstellingen::before {
  background-image: url(da7441234a6532f5f01a.svg);
}

._fa-overslagkraan::before {
  background-image: url(db50216fff9fd7b2a469.svg);
}

._fa-overzichtspagina::before {
  background-image: url(3fca8191d7ec2e0f5f66.svg);
}

._fa-personenauto::before {
  background-image: url(dee89bda019b4b0fbb6b.svg);
}

._fa-reachtruck::before {
  background-image: url(c297b87391aa4a8bbd45.svg);
}

._fa-service_installatietechniek::before {
  background-image: url(42c5d8e9304f9fa852c9.svg);
}

._fa-touringcar_en_personenvervoer::before {
  background-image: url(890c908505413e48c90b.svg);
}

._fa-touringcar_en_personenvervoer::before,
._fa-touringcar::before {
  background-image: url(98cbb2d53041319dc20b.svg);
}

._fa-tractor::before {
  background-image: url(14ea1a632337ee6df26c.svg);
}

._fa-transport_logistiek::before {
  background-image: url(8a3004b2dce4a849d70a.svg);
}

._fa-veegwagen::before {
  background-image: url(dca70b34553a1b72ea55.svg);
}

._fa-veiligheidsregios::before {
  background-image: url(9b5d4933966f3d176aeb.svg);
}

._fa-verrijker::before {
  background-image: url(23dc1ea5b27283ba7bd1.svg);
}

._fa-vrachtwagen::before {
  background-image: url(5d0ec8155df1fc8e472b.svg);
}

._fa-vuilniswagen::before {
  background-image: url(22210ff2b07b53eae75d.svg);
}

._fa-wiellader::before {
  background-image: url(ac0d0121410d38a0c145.svg);
}

button.button {
  cursor: pointer;
  outline: none;
  border: none;
}

.button {
  display: flex !important;
  width: max-content;
  align-items: center !important;
  padding: 0.75em 1em !important;
  border-radius: 0.875em 0 !important;
  transition: all 0.2s linear;
}

.button:disabled {
  pointer-events: none;
  opacity: 0.8;
}

.button.button-icon--left::before,
body #page-container .et_pb_section a.et_pb_button:before,
body #page-container .et_pb_section a.et_pb_button:before,
body #page-container .et_pb_section a.et_pb_button:before,
body #page-container .et_pb_section a.et_pb_button:after,
body #page-container .et_pb_section a.et_pb_button:after,
body #page-container .et_pb_section a.et_pb_button:after,
.button::after {
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 0.875em !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 200% !important;
  position: static !important;
  padding: 0 !important;
  margin: 0 !important;
}

.button-icon--chevron-right::before, .button-icon--chevron-right::after {
  content: "\f054" !important;
}
.button-icon--chevron-left::before, .button-icon--chevron-left::after {
  content: "\f053" !important;
}
.button-icon--arrow-left::before, .button-icon--arrow-left::after {
  content: "\f060" !important;
}
.button-icon--arrow-right::before, .button-icon--arrow-right::after {
  content: "\f061" !important;
}
.button-icon--download::before, .button-icon--download::after {
  content: "\f019" !important;
  font-size: 1.25em !important;
  color: var(--red);
  margin-left: auto;
}
.button-icon--download-white::before, .button-icon--download-white::after {
  content: "\f019" !important;
}
.button-icon--headset::before, .button-icon--headset::after {
  content: "\f590" !important;
}
.button-icon--phone::before, .button-icon--phone::after {
  content: "\f095" !important;
}
.button-icon--linkedin::before, .button-icon--linkedin::after {
  content: "\f08c" !important;
  font-family: "Font Awesome 6 Brands" !important;
  line-height: normal !important;
  font-size: 1.3125rem !important;
}
.button-icon--facebook::before, .button-icon--facebook::after {
  content: "\f09a" !important;
  font-family: "Font Awesome 6 Brands" !important;
  line-height: normal !important;
  font-size: 1.3125rem !important;
}
.button-icon--email::before, .button-icon--email::after {
  content: "\f0e0" !important;
  font-family: "Font Awesome 6 Pro" !important;
  line-height: normal !important;
  font-size: 1.3125rem !important;
}

.et_pb_button.button-icon--left::before {
  display: block !important;
  opacity: 1;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button::before {
  font-family: "Font Awesome 6 Pro" !important;
  opacity: 1 !important;
}

.button-icon--left::after {
  content: none !important;
}

.button:not(.button-icon--left)::before {
  content: none !important;
}

.button-social-icon {
  padding: 0.5em !important;
  border-radius: 0.5em 0 !important;
}

.button[class^=button-icon],
.button--with-icon,
.button[class*=" button-icon"] {
  flex-wrap: wrap;
  max-width: 100%;
}

.button--with-icon {
  justify-content: space-between;
  gap: 1em;
}

.button {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.button-outline {
  color: var(--blue) !important;
  background-color: transparent !important;
  border: 1px solid currentColor !important;
}
.button-outline:hover {
  color: var(--white) !important;
}
.button:hover {
  background: var(--blue_4) !important;
  box-shadow: 0.4375em 0.437rem 0 0 rgba(0, 0, 0, 0.15) !important;
}

.button--primary {
  background-color: var(--blue_2) !important;
  color: var(--white) !important;
}
.button--primary:hover {
  background-color: var(--blue_4) !important;
  box-shadow: 0.4375em 0.437rem 0 0 rgba(0, 0, 0, 0.15) !important;
}

.button--accent {
  background-color: var(--blue_2) !important;
  color: var(--white) !important;
}
.button--accent-outline {
  background-color: transparent !important;
  color: var(--blue_2) !important;
  border: 1px solid currentColor !important;
}
.button--accent-outline:hover {
  background-color: var(--blue_2) !important;
  color: var(--white) !important;
}
.button--accent:hover {
  background-color: var(--blue_60) !important;
  box-shadow: 0.3125em 0.3125em 0 0 rgba(0, 0, 0, 0.25) !important;
}

.button--light {
  color: var(--blue) !important;
  background-color: var(--white) !important;
}
.button--light:hover {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.button--light--outline {
  border-width: 1px !important;
  border: 1px solid var(--blue) !important;
  color: var(--blue) !important;
  background-color: transparent !important;
}
.button--light--outline:hover {
  background-color: transparent !important;
  box-shadow: 0.3125em 0.3125em 0 0 rgba(0, 0, 0, 0.25) !important;
}

.button--link-outline {
  padding-inline: 0.25rem !important;
  padding-block: 0.5rem !important;
  color: var(--blue) !important;
  border: none !important;
  background-color: transparent !important;
  border-radius: unset !important;
  border-bottom: 1px solid !important;
}
.button--link-outline:hover {
  background-color: var(--blue_5) !important;
  box-shadow: none !important;
}
.button--link-accent {
  color: var(--blue_2) !important;
}
