@charset "UTF-8";
@import url("https://use.typekit.net/ben6tju.css");

/*!
* Theme Name: Gannett
* Theme URI: http://www.sahilmepani.com
* Description: Responsive custom theme
* Text Domain: skel
* Version: 1.0
* Author: Sahil Mepani
* Author URI: www.sahilmepani.com
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
:root {
  --bs-black: #000;
  --bs-pearl: #FEFFF5;
  --bs-blue-planet: #285CFE;
  --bs-verdant-grass: #11ED73;
  --bs-wheat-field: #D8CD64;
  --bs-red-rock: #FE3000;
  --bs-sky: #bfdee2;
  --bs-mountain-range: #065600;
  --bs-sand: #EAE2A4;
  --bs-wildflower: #F9A9FF;
  --bs-dark-pearl: #EEEFE1;

  --bs-secondary: #6c757d;
  --bs-info: #0dcaf0;
  --bs-danger: var(--bs-red-rock);
  --bs-light: #dee2e6;
  --bs-dark: #212529;
  --bs-font-text: "futura-pt", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-text-bold: "futura-pt-bold", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-headline: "adobe-caslon-pro", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

:root {
  font-size: 62.5%;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
.nhp{
	width:150%;
}
@media (max-width: 1000px) {
.nhp{
	width:100%;
}
}
.nhp1{
	width:120vw;
}
#ot-sdk-btn{
	background-color:#FFFFFF!important;
}
@media (max-width: 1000px) {
.nhp1{
	width:100%;
}
}
.w3-codespan {
    font-size: 105%;
    background-color: rgba(222,222,222,0.3);
}
.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%;
}

video{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.team-video{
	transform: translateY(0%)!important;
}

.vc-video-wrapper.sizzle {
  margin: 1em 6em;
  border-radius: 1em;
  padding: 0;
  aspect-ratio: 16 / 9;
  min-height: unset;
}

.vc-video.sizzle  {
  border-radius: 1em;
  position: absolute;
  width:100%; 
  height:auto; 
  display:block;
}

@media (max-width: 1200px) {
  .vc-video-wrapper.sizzle  {
    margin: .5em;
  }
}

#muse-vid a{
	display:none;
}

.muse-script{
	display:none;
}
.script-muse{
	display:block;
}
.hero-image{
	display:none;
}
.txtar{
	 font-size: 1.8rem;
	 background-color: rgba(222,222,222,0.3);
}
body {
  margin: 0;
  font-family: "futura-pt", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: var(--bs-pearl);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.maplink{
	color: #000000;
}
.maplink:hover{
	color: var(--bs-blue-planet);;
}
.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}
.strgblue{
	font-weight:bold;
    color: #099bff;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.igm-live-filter-dropdown{
	background-color:  var(--bs-blue-planet);
	color: white;
	padding:.5em;
	border-radius:1em;
	max-width:15em;
}
.ddown{
	
	background-color:  var(--bs-blue-planet);
	color: white;
	padding:.5em;
	border-radius:1em;
	border-color:#ffffff;
	
}
.allposttext{
	text-align: right;
}
.ddownw{
	width:40rem!important;
	text-align:center;
	
}
.sub-menu > .menu-item:has(> a){
	margin:.5em 0em;
}
.side-border > .container:has(> .medium-container) {
	border: 0.2rem solid var(--bs-blue-planet);
	border-radius: 0em 0em 1.6rem 1.6rem;
	border-top-style: none;
	padding-top:5rem;
	
}
.side-border > .inner-section >.container:has(> .medium-container) {
	border: 0.2rem solid var(--bs-blue-planet);
	border-radius: 1.6rem 1.6rem 0em 0em;
	border-bottom-style: none;
	padding-top:5rem
	
}
.img-bord > .inner-section > .container > .medium-container >.row > .col-md-5::after {
	
	content: "";
  width: 100%;
  height: 1.6rem;
  background-color: var(--bs-wildflower);  display:block;
	border-radius:1.6rem;


}
h3.bullet-title {
    color: var(--bs-blue-planet)!important;
    border: none!important;
    border-radius: 5px;
    max-width: 70vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: auto;
}
#form-module h2 {
    color: var(--bs-blue-planet)!important;
    text-align: center;
}
.d-flex, .card-size{
	width:100%;
}
hr:not([size]) {
  height: 1px;
}
.but-shift > .inner-section > .container > .medium-container > .row > .col-md-7 > .row > .col:has(> .btn) {
	margin-left:13rem!important;
}
#ot-sdk-btn{
    color: var(--bs-blue-planet)!important;
    border: 1px solid var(--bs-blue-planet)!important;
	border-radius:2em;
    height: auto;
    white-space: normal;
   background-color:transparent;
}
#ot-sdk-btn:hover{
    color: #ffffff!important;
    border: 1px solid var(--bs-blue-planet)!important;
    height: auto;
    white-space: normal;
   background-color: var(--bs-blue-planet)!important;
}
.pr-img{
	    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: var(--bs-font-headline);
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.gannett-headline{
	font-family: var(--bs-font-headline);
}

.gannett-label{
  font-family: var(--bs-font-text-bold);
}

.gannett-text{
  font-family: var(--bs-font-text);
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--bs-blue-planet);
  text-decoration: none;
}

a:hover {
  color: #0038cc;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: var(--bs-pearl);
  background-color: #212529;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}
.ldovr{
	margin-top:1em;
	border-color:var(--bs-blue-planet)!important;
	background-color:#ffffff;
	
}
button.selected{
  background-color:var(--bs-blue-planet)!important;
	color:#ffffff;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.55;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.55;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.55;
}

.display-4 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.55;
}

.display-5 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.55;
}

.display-6 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.55;
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 2.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

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

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-pearl);
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2.5rem);
  padding-left: var(--bs-gutter-x, 2.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100vw;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 95vw;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 93vw;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 93vw;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 93vw;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 136rem;
  }
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0-5,
.gx-0-5 {
  --bs-gutter-x: 0.5rem;
}

.g-0-5,
.gy-0-5 {
  --bs-gutter-y: 0.5rem;
}

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

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

.g-1-5,
.gx-1-5 {
  --bs-gutter-x: 1.5rem;
}

.g-1-5,
.gy-1-5 {
  --bs-gutter-y: 1.5rem;
}

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

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

.g-2-5,
.gx-2-5 {
  --bs-gutter-x: 2.5rem;
}

.g-2-5,
.gy-2-5 {
  --bs-gutter-y: 2.5rem;
}

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

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

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

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

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

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

.g-4-5,
.gx-4-5 {
  --bs-gutter-x: 4.5rem;
}

.g-4-5,
.gy-4-5 {
  --bs-gutter-y: 4.5rem;
}

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

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

.g-5-5,
.gx-5-5 {
  --bs-gutter-x: 5.5rem;
}

.g-5-5,
.gy-5-5 {
  --bs-gutter-y: 5.5rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}

.g-6-5,
.gx-6-5 {
  --bs-gutter-x: 6.5rem;
}

.g-6-5,
.gy-6-5 {
  --bs-gutter-y: 6.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 7rem;
}

.g-7-5,
.gx-7-5 {
  --bs-gutter-x: 7.5rem;
}

.g-7-5,
.gy-7-5 {
  --bs-gutter-y: 7.5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}

.g-8-5,
.gx-8-5 {
  --bs-gutter-x: 8.5rem;
}

.g-8-5,
.gy-8-5 {
  --bs-gutter-y: 8.5rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}

.g-9-5,
.gx-9-5 {
  --bs-gutter-x: 9.5rem;
}

.g-9-5,
.gy-9-5 {
  --bs-gutter-y: 9.5rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}

.g-10-5,
.gx-10-5 {
  --bs-gutter-x: 10.5rem;
}

.g-10-5,
.gy-10-5 {
  --bs-gutter-y: 10.5rem;
}

.g-11,
.gx-11 {
  --bs-gutter-x: 11rem;
}

.g-11,
.gy-11 {
  --bs-gutter-y: 11rem;
}

.g-11-5,
.gx-11-5 {
  --bs-gutter-x: 11.5rem;
}

.g-11-5,
.gy-11-5 {
  --bs-gutter-y: 11.5rem;
}

.g-12,
.gx-12 {
  --bs-gutter-x: 12rem;
}

.g-12,
.gy-12 {
  --bs-gutter-y: 12rem;
}

.g-12-5,
.gx-12-5 {
  --bs-gutter-x: 12.5rem;
}

.g-12-5,
.gy-12-5 {
  --bs-gutter-y: 12.5rem;
}

.g-13,
.gx-13 {
  --bs-gutter-x: 13rem;
}

.g-13,
.gy-13 {
  --bs-gutter-y: 13rem;
}

.g-13-5,
.gx-13-5 {
  --bs-gutter-x: 13.5rem;
}

.g-13-5,
.gy-13-5 {
  --bs-gutter-y: 13.5rem;
}

.g-14,
.gx-14 {
  --bs-gutter-x: 14rem;
}

.g-14,
.gy-14 {
  --bs-gutter-y: 14rem;
}

.g-14-5,
.gx-14-5 {
  --bs-gutter-x: 14.5rem;
}

.g-14-5,
.gy-14-5 {
  --bs-gutter-y: 14.5rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 15rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 15rem;
}

.g-16,
.gx-16 {
  --bs-gutter-x: 16rem;
}

.g-16,
.gy-16 {
  --bs-gutter-y: 16rem;
}

.g-17,
.gx-17 {
  --bs-gutter-x: 17rem;
}

.g-17,
.gy-17 {
  --bs-gutter-y: 17rem;
}

.g-18,
.gx-18 {
  --bs-gutter-x: 18rem;
}

.g-18,
.gy-18 {
  --bs-gutter-y: 18rem;
}

.g-19,
.gx-19 {
  --bs-gutter-x: 19rem;
}

.g-19,
.gy-19 {
  --bs-gutter-y: 19rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 20rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 20rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-0-5,
  .gx-sm-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-0-5,
  .gy-sm-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-1-5,
  .gx-sm-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-1-5,
  .gy-sm-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-2-5,
  .gx-sm-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-2-5,
  .gy-sm-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-3-5,
  .gx-sm-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-3-5,
  .gy-sm-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-4-5,
  .gx-sm-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-4-5,
  .gy-sm-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-5-5,
  .gx-sm-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-5-5,
  .gy-sm-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-6-5,
  .gx-sm-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-6-5,
  .gy-sm-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-7-5,
  .gx-sm-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-7-5,
  .gy-sm-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-8-5,
  .gx-sm-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-8-5,
  .gy-sm-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-9-5,
  .gx-sm-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-9-5,
  .gy-sm-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-10-5,
  .gx-sm-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-sm-10-5,
  .gy-sm-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-11-5,
  .gx-sm-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-sm-11-5,
  .gy-sm-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 12rem;
  }
  .g-sm-12-5,
  .gx-sm-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-12-5,
  .gy-sm-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 13rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 13rem;
  }
  .g-sm-13-5,
  .gx-sm-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-sm-13-5,
  .gy-sm-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 14rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 14rem;
  }
  .g-sm-14-5,
  .gx-sm-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-sm-14-5,
  .gy-sm-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 16rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 16rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 17rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 17rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 18rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 18rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 19rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 19rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-0-5,
  .gx-md-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-0-5,
  .gy-md-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-1-5,
  .gx-md-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-1-5,
  .gy-md-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-2-5,
  .gx-md-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-2-5,
  .gy-md-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-3-5,
  .gx-md-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-3-5,
  .gy-md-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-4-5,
  .gx-md-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-4-5,
  .gy-md-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-5-5,
  .gx-md-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-5-5,
  .gy-md-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-6-5,
  .gx-md-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-6-5,
  .gy-md-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-7-5,
  .gx-md-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-7-5,
  .gy-md-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-8-5,
  .gx-md-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-8-5,
  .gy-md-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-9-5,
  .gx-md-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-9-5,
  .gy-md-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
  .g-md-10-5,
  .gx-md-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-md-10-5,
  .gy-md-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 11rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 11rem;
  }
  .g-md-11-5,
  .gx-md-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-md-11-5,
  .gy-md-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 12rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 12rem;
  }
  .g-md-12-5,
  .gx-md-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-12-5,
  .gy-md-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 13rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 13rem;
  }
  .g-md-13-5,
  .gx-md-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-md-13-5,
  .gy-md-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 14rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 14rem;
  }
  .g-md-14-5,
  .gx-md-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-md-14-5,
  .gy-md-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 16rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 16rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 17rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 17rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 18rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 18rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 19rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 19rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 20rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-0-5,
  .gx-lg-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-0-5,
  .gy-lg-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-1-5,
  .gx-lg-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-1-5,
  .gy-lg-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-2-5,
  .gx-lg-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-2-5,
  .gy-lg-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-3-5,
  .gx-lg-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-3-5,
  .gy-lg-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-4-5,
  .gx-lg-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-4-5,
  .gy-lg-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-5-5,
  .gx-lg-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-5-5,
  .gy-lg-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-6-5,
  .gx-lg-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-6-5,
  .gy-lg-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-7-5,
  .gx-lg-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-7-5,
  .gy-lg-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-8-5,
  .gx-lg-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-8-5,
  .gy-lg-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-9-5,
  .gx-lg-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-9-5,
  .gy-lg-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-10-5,
  .gx-lg-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-lg-10-5,
  .gy-lg-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-11-5,
  .gx-lg-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-lg-11-5,
  .gy-lg-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 12rem;
  }
  .g-lg-12-5,
  .gx-lg-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-12-5,
  .gy-lg-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 13rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 13rem;
  }
  .g-lg-13-5,
  .gx-lg-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-lg-13-5,
  .gy-lg-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 14rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 14rem;
  }
  .g-lg-14-5,
  .gx-lg-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-lg-14-5,
  .gy-lg-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 16rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 16rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 17rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 17rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 18rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 18rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 19rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 19rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-0-5,
  .gx-xl-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-0-5,
  .gy-xl-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-1-5,
  .gx-xl-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-1-5,
  .gy-xl-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-2-5,
  .gx-xl-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-2-5,
  .gy-xl-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-3-5,
  .gx-xl-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-3-5,
  .gy-xl-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-4-5,
  .gx-xl-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-4-5,
  .gy-xl-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-5-5,
  .gx-xl-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-5-5,
  .gy-xl-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-6-5,
  .gx-xl-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-6-5,
  .gy-xl-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-7-5,
  .gx-xl-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-7-5,
  .gy-xl-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-8-5,
  .gx-xl-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-8-5,
  .gy-xl-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-9-5,
  .gx-xl-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-9-5,
  .gy-xl-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-10-5,
  .gx-xl-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xl-10-5,
  .gy-xl-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-11-5,
  .gx-xl-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xl-11-5,
  .gy-xl-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 12rem;
  }
  .g-xl-12-5,
  .gx-xl-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-12-5,
  .gy-xl-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 13rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 13rem;
  }
  .g-xl-13-5,
  .gx-xl-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xl-13-5,
  .gy-xl-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 14rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 14rem;
  }
  .g-xl-14-5,
  .gx-xl-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xl-14-5,
  .gy-xl-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 16rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 16rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 17rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 17rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 18rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 18rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 19rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 19rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-0-5,
  .gx-xxl-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-0-5,
  .gy-xxl-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-1-5,
  .gx-xxl-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-1-5,
  .gy-xxl-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-2-5,
  .gx-xxl-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-2-5,
  .gy-xxl-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-3-5,
  .gx-xxl-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-3-5,
  .gy-xxl-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-4-5,
  .gx-xxl-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-4-5,
  .gy-xxl-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-5-5,
  .gx-xxl-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-5-5,
  .gy-xxl-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-6-5,
  .gx-xxl-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-6-5,
  .gy-xxl-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-7-5,
  .gx-xxl-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-7-5,
  .gy-xxl-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-8-5,
  .gx-xxl-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-8-5,
  .gy-xxl-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-9-5,
  .gx-xxl-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-9-5,
  .gy-xxl-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-10-5,
  .gx-xxl-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxl-10-5,
  .gy-xxl-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-11-5,
  .gx-xxl-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxl-11-5,
  .gy-xxl-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 12rem;
  }
  .g-xxl-12-5,
  .gx-xxl-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-12-5,
  .gy-xxl-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 13rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 13rem;
  }
  .g-xxl-13-5,
  .gx-xxl-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxl-13-5,
  .gy-xxl-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 14rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 14rem;
  }
  .g-xxl-14-5,
  .gx-xxl-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxl-14-5,
  .gy-xxl-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 16rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 16rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 17rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 17rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 18rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 18rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 19rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 19rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 20rem;
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-0-5,
  .gx-xxxl-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-0-5,
  .gy-xxxl-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-1-5,
  .gx-xxxl-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-1-5,
  .gy-xxxl-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxxl-2-5,
  .gx-xxxl-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxxl-2-5,
  .gy-xxxl-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxxl-3-5,
  .gx-xxxl-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxxl-3-5,
  .gy-xxxl-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxxl-4-5,
  .gx-xxxl-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxxl-4-5,
  .gy-xxxl-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxxl-5-5,
  .gx-xxxl-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxxl-5-5,
  .gy-xxxl-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxxl-6-5,
  .gx-xxxl-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxxl-6-5,
  .gy-xxxl-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxxl-7-5,
  .gx-xxxl-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxxl-7-5,
  .gy-xxxl-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxxl-8-5,
  .gx-xxxl-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxxl-8-5,
  .gy-xxxl-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxxl-9-5,
  .gx-xxxl-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxxl-9-5,
  .gy-xxxl-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 10rem;
  }
  .g-xxxl-10-5,
  .gx-xxxl-10-5 {
    --bs-gutter-x: 10.5rem;
  }
  .g-xxxl-10-5,
  .gy-xxxl-10-5 {
    --bs-gutter-y: 10.5rem;
  }
  .g-xxxl-11,
  .gx-xxxl-11 {
    --bs-gutter-x: 11rem;
  }
  .g-xxxl-11,
  .gy-xxxl-11 {
    --bs-gutter-y: 11rem;
  }
  .g-xxxl-11-5,
  .gx-xxxl-11-5 {
    --bs-gutter-x: 11.5rem;
  }
  .g-xxxl-11-5,
  .gy-xxxl-11-5 {
    --bs-gutter-y: 11.5rem;
  }
  .g-xxxl-12,
  .gx-xxxl-12 {
    --bs-gutter-x: 12rem;
  }
  .g-xxxl-12,
  .gy-xxxl-12 {
    --bs-gutter-y: 12rem;
  }
  .g-xxxl-12-5,
  .gx-xxxl-12-5 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxxl-12-5,
  .gy-xxxl-12-5 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxxl-13,
  .gx-xxxl-13 {
    --bs-gutter-x: 13rem;
  }
  .g-xxxl-13,
  .gy-xxxl-13 {
    --bs-gutter-y: 13rem;
  }
  .g-xxxl-13-5,
  .gx-xxxl-13-5 {
    --bs-gutter-x: 13.5rem;
  }
  .g-xxxl-13-5,
  .gy-xxxl-13-5 {
    --bs-gutter-y: 13.5rem;
  }
  .g-xxxl-14,
  .gx-xxxl-14 {
    --bs-gutter-x: 14rem;
  }
  .g-xxxl-14,
  .gy-xxxl-14 {
    --bs-gutter-y: 14rem;
  }
  .g-xxxl-14-5,
  .gx-xxxl-14-5 {
    --bs-gutter-x: 14.5rem;
  }
  .g-xxxl-14-5,
  .gy-xxxl-14-5 {
    --bs-gutter-y: 14.5rem;
  }
  .g-xxxl-15,
  .gx-xxxl-15 {
    --bs-gutter-x: 15rem;
  }
  .g-xxxl-15,
  .gy-xxxl-15 {
    --bs-gutter-y: 15rem;
  }
  .g-xxxl-16,
  .gx-xxxl-16 {
    --bs-gutter-x: 16rem;
  }
  .g-xxxl-16,
  .gy-xxxl-16 {
    --bs-gutter-y: 16rem;
  }
  .g-xxxl-17,
  .gx-xxxl-17 {
    --bs-gutter-x: 17rem;
  }
  .g-xxxl-17,
  .gy-xxxl-17 {
    --bs-gutter-y: 17rem;
  }
  .g-xxxl-18,
  .gx-xxxl-18 {
    --bs-gutter-x: 18rem;
  }
  .g-xxxl-18,
  .gy-xxxl-18 {
    --bs-gutter-y: 18rem;
  }
  .g-xxxl-19,
  .gx-xxxl-19 {
    --bs-gutter-x: 19rem;
  }
  .g-xxxl-19,
  .gy-xxxl-19 {
    --bs-gutter-y: 19rem;
  }
  .g-xxxl-20,
  .gx-xxxl-20 {
    --bs-gutter-x: 20rem;
  }
  .g-xxxl-20,
  .gy-xxxl-20 {
    --bs-gutter-y: 20rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0.1rem solid transparent;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0;
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-black {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-black:hover {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
}

.btn-check:focus + .btn-black, .btn-black:focus {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-check:checked + .btn-black,
.btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
}

.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-black:disabled, .btn-black.disabled {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #000;
  background-color: var(--bs-pearl);
  border-color: var(--bs-pearl);
}

.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-check:checked + .btn-white,
.btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 217, 217, 0.5);
}

.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: var(--bs-pearl);
  border-color: var(--bs-pearl);
}

.btn-violet {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-violet:hover {
  color: var(--bs-pearl);
  background-color: #552ba2;
  border-color: #502898;
}

.btn-check:focus + .btn-violet, .btn-violet:focus {
  color: var(--bs-pearl);
  background-color: #552ba2;
  border-color: #502898;
  box-shadow: 0 0 0 0 rgba(123, 81, 200, 0.5);
}

.btn-check:checked + .btn-violet,
.btn-check:active + .btn-violet, .btn-violet:active, .btn-violet.active,
.show > .btn-violet.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #502898;
  border-color: #4b268f;
}

.btn-check:checked + .btn-violet:focus,
.btn-check:active + .btn-violet:focus, .btn-violet:active:focus, .btn-violet.active:focus,
.show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(123, 81, 200, 0.5);
}

.btn-violet:disabled, .btn-violet.disabled {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-blue {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-blue:hover {
  color: #000;
  background-color: #26aaff;
  border-color: #1aa5ff;
}

.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #000;
  background-color: #26aaff;
  border-color: #1aa5ff;
  box-shadow: 0 0 0 0 rgba(0, 132, 217, 0.5);
}

.btn-check:checked + .btn-blue,
.btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
  color: #000;
  background-color: #33afff;
  border-color: #1aa5ff;
}

.btn-check:checked + .btn-blue:focus,
.btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 132, 217, 0.5);
}

.btn-blue:disabled, .btn-blue.disabled {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-accent-marine {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-accent-marine:hover {
  color: var(--bs-pearl);
  background-color: #003cd9;
  border-color: #0038cc;
}

.btn-check:focus + .btn-accent-marine, .btn-accent-marine:focus {
  color: var(--bs-pearl);
  background-color: #003cd9;
  border-color: #0038cc;
  box-shadow: 0 0 0 0 rgba(38, 98, 255, 0.5);
}

.btn-check:checked + .btn-accent-marine,
.btn-check:active + .btn-accent-marine, .btn-accent-marine:active, .btn-accent-marine.active,
.show > .btn-accent-marine.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #0038cc;
  border-color: #0035bf;
}

.btn-check:checked + .btn-accent-marine:focus,
.btn-check:active + .btn-accent-marine:focus, .btn-accent-marine:active:focus, .btn-accent-marine.active:focus,
.show > .btn-accent-marine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 98, 255, 0.5);
}

.btn-accent-marine:disabled, .btn-accent-marine.disabled {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-pink {
  color: #000;
  background-color: var(--bs-wildflower);
  border-color: var(--bs-wildflower);
}

.btn-pink:hover {
  color: #000;
  background-color: #b76aea;
  border-color: #b362e9;
}

.btn-check:focus + .btn-pink, .btn-pink:focus {
  color: #000;
  background-color: #b76aea;
  border-color: #b362e9;
  box-shadow: 0 0 0 0 rgba(145, 68, 196, 0.5);
}

.btn-check:checked + .btn-pink,
.btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
.show > .btn-pink.dropdown-toggle {
  color: #000;
  background-color: #bb73eb;
  border-color: #b362e9;
}

.btn-check:checked + .btn-pink:focus,
.btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(145, 68, 196, 0.5);
}

.btn-pink:disabled, .btn-pink.disabled {
  color: #000;
  background-color: var(--bs-wildflower);
  border-color: var(--bs-wildflower);
}

.btn-pink-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-pink-shade:hover {
  color: #000;
  background-color: #fcf4f5;
  border-color: #fbf3f4;
}

.btn-check:focus + .btn-pink-shade, .btn-pink-shade:focus {
  color: #000;
  background-color: #fcf4f5;
  border-color: #fbf3f4;
  box-shadow: 0 0 0 0 rgba(213, 206, 207, 0.5);
}

.btn-check:checked + .btn-pink-shade,
.btn-check:active + .btn-pink-shade, .btn-pink-shade:active, .btn-pink-shade.active,
.show > .btn-pink-shade.dropdown-toggle {
  color: #000;
  background-color: #fcf5f5;
  border-color: #fbf3f4;
}

.btn-check:checked + .btn-pink-shade:focus,
.btn-check:active + .btn-pink-shade:focus, .btn-pink-shade:active:focus, .btn-pink-shade.active:focus,
.show > .btn-pink-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 206, 207, 0.5);
}

.btn-pink-shade:disabled, .btn-pink-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-violet-dark {
  color: var(--bs-pearl);
  background-color: var(--bs-verdant-grass);
  border-color: var(--bs-verdant-grass);
}

.btn-violet-dark:hover {
  color: var(--bs-pearl);
  background-color: #3c0055;
  border-color: #380050;
}

.btn-check:focus + .btn-violet-dark, .btn-violet-dark:focus {
  color: var(--bs-pearl);
  background-color: #3c0055;
  border-color: #380050;
  box-shadow: 0 0 0 0 rgba(98, 38, 123, 0.5);
}

.btn-check:checked + .btn-violet-dark,
.btn-check:active + .btn-violet-dark, .btn-violet-dark:active, .btn-violet-dark.active,
.show > .btn-violet-dark.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #380050;
  border-color: #35004b;
}

.btn-check:checked + .btn-violet-dark:focus,
.btn-check:active + .btn-violet-dark:focus, .btn-violet-dark:active:focus, .btn-violet-dark.active:focus,
.show > .btn-violet-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(98, 38, 123, 0.5);
}

.btn-violet-dark:disabled, .btn-violet-dark.disabled {
  color: var(--bs-pearl);
  background-color: var(--bs-verdant-grass);
  border-color: var(--bs-verdant-grass);
}

.btn-blue-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-blue-shade:hover {
  color: #000;
  background-color: #f2faff;
  border-color: #f2faff;
}

.btn-check:focus + .btn-blue-shade, .btn-blue-shade:focus {
  color: #000;
  background-color: #f2faff;
  border-color: #f2faff;
  box-shadow: 0 0 0 0 rgba(204, 212, 217, 0.5);
}

.btn-check:checked + .btn-blue-shade,
.btn-check:active + .btn-blue-shade, .btn-blue-shade:active, .btn-blue-shade.active,
.show > .btn-blue-shade.dropdown-toggle {
  color: #000;
  background-color: #f3faff;
  border-color: #f2faff;
}

.btn-check:checked + .btn-blue-shade:focus,
.btn-check:active + .btn-blue-shade:focus, .btn-blue-shade:active:focus, .btn-blue-shade.active:focus,
.show > .btn-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(204, 212, 217, 0.5);
}

.btn-blue-shade:disabled, .btn-blue-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-brown-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-brown-shade:hover {
  color: #000;
  background-color: #fffaf5;
  border-color: #fffaf4;
}

.btn-check:focus + .btn-brown-shade, .btn-brown-shade:focus {
  color: #000;
  background-color: #fffaf5;
  border-color: #fffaf4;
  box-shadow: 0 0 0 0 rgba(217, 212, 207, 0.5);
}

.btn-check:checked + .btn-brown-shade,
.btn-check:active + .btn-brown-shade, .btn-brown-shade:active, .btn-brown-shade.active,
.show > .btn-brown-shade.dropdown-toggle {
  color: #000;
  background-color: #fffaf5;
  border-color: #fffaf4;
}

.btn-check:checked + .btn-brown-shade:focus,
.btn-check:active + .btn-brown-shade:focus, .btn-brown-shade:active:focus, .btn-brown-shade.active:focus,
.show > .btn-brown-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 212, 207, 0.5);
}

.btn-brown-shade:disabled, .btn-brown-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-green-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-green-shade:hover {
  color: #000;
  background-color: #f8fcf6;
  border-color: #f8fbf5;
}

.btn-check:focus + .btn-green-shade, .btn-green-shade:focus {
  color: #000;
  background-color: #f8fcf6;
  border-color: #f8fbf5;
  box-shadow: 0 0 0 0 rgba(210, 213, 207, 0.5);
}

.btn-check:checked + .btn-green-shade,
.btn-check:active + .btn-green-shade, .btn-green-shade:active, .btn-green-shade.active,
.show > .btn-green-shade.dropdown-toggle {
  color: #000;
  background-color: #f9fcf6;
  border-color: #f8fbf5;
}

.btn-check:checked + .btn-green-shade:focus,
.btn-check:active + .btn-green-shade:focus, .btn-green-shade:active:focus, .btn-green-shade.active:focus,
.show > .btn-green-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(210, 213, 207, 0.5);
}

.btn-green-shade:disabled, .btn-green-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-yellow {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-yellow:hover {
  color: #000;
  background-color: #ffea26;
  border-color: #ffe91a;
}

.btn-check:focus + .btn-yellow, .btn-yellow:focus {
  color: #000;
  background-color: #ffea26;
  border-color: #ffe91a;
  box-shadow: 0 0 0 0 rgba(217, 196, 0, 0.5);
}

.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #ffeb33;
  border-color: #ffe91a;
}

.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 196, 0, 0.5);
}

.btn-yellow:disabled, .btn-yellow.disabled {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-yellow-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-yellow-shade:hover {
  color: #000;
  background-color: #fffef3;
  border-color: #fffef2;
}

.btn-check:focus + .btn-yellow-shade, .btn-yellow-shade:focus {
  color: #000;
  background-color: #fffef3;
  border-color: #fffef2;
  box-shadow: 0 0 0 0 rgba(217, 216, 205, 0.5);
}

.btn-check:checked + .btn-yellow-shade,
.btn-check:active + .btn-yellow-shade, .btn-yellow-shade:active, .btn-yellow-shade.active,
.show > .btn-yellow-shade.dropdown-toggle {
  color: #000;
  background-color: #fffef4;
  border-color: #fffef2;
}

.btn-check:checked + .btn-yellow-shade:focus,
.btn-check:active + .btn-yellow-shade:focus, .btn-yellow-shade:active:focus, .btn-yellow-shade.active:focus,
.show > .btn-yellow-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 216, 205, 0.5);
}

.btn-yellow-shade:disabled, .btn-yellow-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-violet-shade {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-violet-shade:hover {
  color: #000;
  background-color: #f6f2f7;
  border-color: #f5f2f7;
}

.btn-check:focus + .btn-violet-shade, .btn-violet-shade:focus {
  color: #000;
  background-color: #f6f2f7;
  border-color: #f5f2f7;
  box-shadow: 0 0 0 0 rgba(207, 204, 209, 0.5);
}

.btn-check:checked + .btn-violet-shade,
.btn-check:active + .btn-violet-shade, .btn-violet-shade:active, .btn-violet-shade.active,
.show > .btn-violet-shade.dropdown-toggle {
  color: #000;
  background-color: #f6f3f8;
  border-color: #f5f2f7;
}

.btn-check:checked + .btn-violet-shade:focus,
.btn-check:active + .btn-violet-shade:focus, .btn-violet-shade:active:focus, .btn-violet-shade.active:focus,
.show > .btn-violet-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(207, 204, 209, 0.5);
}

.btn-violet-shade:disabled, .btn-violet-shade.disabled {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-tangerine {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-tangerine:hover {
  color: #000;
  background-color: #ffc844;
  border-color: #ffc539;
}

.btn-check:focus + .btn-tangerine, .btn-tangerine:focus {
  color: #000;
  background-color: #ffc844;
  border-color: #ffc539;
  box-shadow: 0 0 0 0 rgba(217, 162, 30, 0.5);
}

.btn-check:checked + .btn-tangerine,
.btn-check:active + .btn-tangerine, .btn-tangerine:active, .btn-tangerine.active,
.show > .btn-tangerine.dropdown-toggle {
  color: #000;
  background-color: #ffcb4f;
  border-color: #ffc539;
}

.btn-check:checked + .btn-tangerine:focus,
.btn-check:active + .btn-tangerine:focus, .btn-tangerine:active:focus, .btn-tangerine.active:focus,
.show > .btn-tangerine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 162, 30, 0.5);
}

.btn-tangerine:disabled, .btn-tangerine.disabled {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-apricot {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-apricot:hover {
  color: #000;
  background-color: #fba651;
  border-color: #fba147;
}

.btn-check:focus + .btn-apricot, .btn-apricot:focus {
  color: #000;
  background-color: #fba651;
  border-color: #fba147;
  box-shadow: 0 0 0 0 rgba(213, 128, 43, 0.5);
}

.btn-check:checked + .btn-apricot,
.btn-check:active + .btn-apricot, .btn-apricot:active, .btn-apricot.active,
.show > .btn-apricot.dropdown-toggle {
  color: #000;
  background-color: #fbab5b;
  border-color: #fba147;
}

.btn-check:checked + .btn-apricot:focus,
.btn-check:active + .btn-apricot:focus, .btn-apricot:active:focus, .btn-apricot.active:focus,
.show > .btn-apricot.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(213, 128, 43, 0.5);
}

.btn-apricot:disabled, .btn-apricot.disabled {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-orange {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-orange:hover {
  color: #000;
  background-color: #ff7b55;
  border-color: #ff744b;
}

.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #000;
  background-color: #ff7b55;
  border-color: #ff744b;
  box-shadow: 0 0 0 0 rgba(217, 85, 47, 0.5);
}

.btn-check:checked + .btn-orange,
.btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
.show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #ff835f;
  border-color: #ff744b;
}

.btn-check:checked + .btn-orange:focus,
.btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
.show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217, 85, 47, 0.5);
}

.btn-orange:disabled, .btn-orange.disabled {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-red {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-red:hover {
  color: #000;
  background-color: #f25966;
  border-color: #f2505d;
}

.btn-check:focus + .btn-red, .btn-red:focus {
  color: #000;
  background-color: #f25966;
  border-color: #f2505d;
  box-shadow: 0 0 0 0 rgba(204, 51, 64, 0.5);
}

.btn-check:checked + .btn-red,
.btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
.show > .btn-red.dropdown-toggle {
  color: #000;
  background-color: #f3636f;
  border-color: #f2505d;
}

.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(204, 51, 64, 0.5);
}

.btn-red:disabled, .btn-red.disabled {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-burgundy {
  color: var(--bs-pearl);
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-burgundy:hover {
  color: var(--bs-pearl);
  background-color: #a21a33;
  border-color: #981830;
}

.btn-check:focus + .btn-burgundy, .btn-burgundy:focus {
  color: var(--bs-pearl);
  background-color: #a21a33;
  border-color: #981830;
  box-shadow: 0 0 0 0 rgba(200, 64, 89, 0.5);
}

.btn-check:checked + .btn-burgundy,
.btn-check:active + .btn-burgundy, .btn-burgundy:active, .btn-burgundy.active,
.show > .btn-burgundy.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #981830;
  border-color: #8f172d;
}

.btn-check:checked + .btn-burgundy:focus,
.btn-check:active + .btn-burgundy:focus, .btn-burgundy:active:focus, .btn-burgundy.active:focus,
.show > .btn-burgundy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(200, 64, 89, 0.5);
}

.btn-burgundy:disabled, .btn-burgundy.disabled {
  color: var(--bs-pearl);
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-green {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-green:hover {
  color: #000;
  background-color: #91c86a;
  border-color: #8ac562;
}

.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: #91c86a;
  border-color: #8ac562;
  box-shadow: 0 0 0 0 rgba(106, 162, 68, 0.5);
}

.btn-check:checked + .btn-green,
.btn-check:active + .btn-green, .btn-green:active, .btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: #97cb73;
  border-color: #8ac562;
}

.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106, 162, 68, 0.5);
}

.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-lime {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-lime:hover {
  color: #000;
  background-color: #d9ea48;
  border-color: #d7e93e;
}

.btn-check:focus + .btn-lime, .btn-lime:focus {
  color: #000;
  background-color: #d9ea48;
  border-color: #d7e93e;
  box-shadow: 0 0 0 0 rgba(179, 196, 34, 0.5);
}

.btn-check:checked + .btn-lime,
.btn-check:active + .btn-lime, .btn-lime:active, .btn-lime.active,
.show > .btn-lime.dropdown-toggle {
  color: #000;
  background-color: #dbeb53;
  border-color: #d7e93e;
}

.btn-check:checked + .btn-lime:focus,
.btn-check:active + .btn-lime:focus, .btn-lime:active:focus, .btn-lime.active:focus,
.show > .btn-lime.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 196, 34, 0.5);
}

.btn-lime:disabled, .btn-lime.disabled {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-body {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-body:hover {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
}

.btn-check:focus + .btn-body, .btn-body:focus {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-check:checked + .btn-body,
.btn-check:active + .btn-body, .btn-body:active, .btn-body.active,
.show > .btn-body.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: black;
  border-color: black;
}

.btn-check:checked + .btn-body:focus,
.btn-check:active + .btn-body:focus, .btn-body:active:focus, .btn-body.active:focus,
.show > .btn-body.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-body:disabled, .btn-body.disabled {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-primary {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-primary:hover {
  color: var(--bs-pearl);
  background-color: #003cd9;
  border-color: #0038cc;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: var(--bs-pearl);
  background-color: #003cd9;
  border-color: #0038cc;
  box-shadow: 0 0 0 0 rgba(38, 98, 255, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #0038cc;
  border-color: #0035bf;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 98, 255, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-secondary {
  color: var(--bs-pearl);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: var(--bs-pearl);
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: var(--bs-pearl);
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: var(--bs-pearl);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-success:hover {
  color: #000;
  background-color: #91c86a;
  border-color: #8ac562;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #91c86a;
  border-color: #8ac562;
  box-shadow: 0 0 0 0 rgba(106, 162, 68, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #97cb73;
  border-color: #8ac562;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106, 162, 68, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(11, 172, 204, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-danger {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-danger:hover {
  color: #000;
  background-color: #f25966;
  border-color: #f2505d;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #f25966;
  border-color: #f2505d;
  box-shadow: 0 0 0 0 rgba(204, 51, 64, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f3636f;
  border-color: #f2505d;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(204, 51, 64, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-light {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-light:hover {
  color: #000;
  background-color: #e3e6ea;
  border-color: #e1e5e9;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #e3e6ea;
  border-color: #e1e5e9;
  box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #e5e8eb;
  border-color: #e1e5e9;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(189, 192, 196, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-dark {
  color: var(--bs-pearl);
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: var(--bs-pearl);
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: var(--bs-pearl);
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: var(--bs-pearl);
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66, 70, 73, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: var(--bs-pearl);
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}

.btn-outline-black:hover {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-white {
  color: var(--bs-pearl);
  border-color: var(--bs-pearl);
}

.btn-outline-white:hover {
  color: #000;
  background-color: var(--bs-pearl);
  border-color: var(--bs-pearl);
}

.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-pearl);
  border-color: var(--bs-pearl);
}

.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: var(--bs-pearl);
  background-color: transparent;
}

.btn-outline-violet {
  color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-outline-violet:hover {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:focus + .btn-outline-violet, .btn-outline-violet:focus {
  box-shadow: 0 0 0 0 rgba(100, 50, 190, 0.5);
}

.btn-check:checked + .btn-outline-violet,
.btn-check:active + .btn-outline-violet, .btn-outline-violet:active, .btn-outline-violet.active, .btn-outline-violet.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:checked + .btn-outline-violet:focus,
.btn-check:active + .btn-outline-violet:focus, .btn-outline-violet:active:focus, .btn-outline-violet.active:focus, .btn-outline-violet.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(100, 50, 190, 0.5);
}

.btn-outline-violet:disabled, .btn-outline-violet.disabled {
  color: var(--bs-blue-planet);
  background-color: transparent;
}

.btn-outline-blue {
  color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-outline-blue:hover {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 0 rgba(0, 155, 255, 0.5);
}

.btn-check:checked + .btn-outline-blue,
.btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:checked + .btn-outline-blue:focus,
.btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(0, 155, 255, 0.5);
}

.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: var(--bs-wheat-field);
  background-color: transparent;
}

.btn-outline-accent-marine {
  color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-outline-accent-marine:hover {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:focus + .btn-outline-accent-marine, .btn-outline-accent-marine:focus {
  box-shadow: 0 0 0 0 rgba(0, 70, 255, 0.5);
}

.btn-check:checked + .btn-outline-accent-marine,
.btn-check:active + .btn-outline-accent-marine, .btn-outline-accent-marine:active, .btn-outline-accent-marine.active, .btn-outline-accent-marine.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:checked + .btn-outline-accent-marine:focus,
.btn-check:active + .btn-outline-accent-marine:focus, .btn-outline-accent-marine:active:focus, .btn-outline-accent-marine.active:focus, .btn-outline-accent-marine.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(0, 70, 255, 0.5);
}

.btn-outline-accent-marine:disabled, .btn-outline-accent-marine.disabled {
  color: var(--bs-blue-planet);
  background-color: transparent;
}

.btn-outline-pink {
  color: var(--bs-wildflower);
  border-color: var(--bs-wildflower);
}

.btn-outline-pink:hover {
  color: #000;
  background-color: var(--bs-wildflower);
  border-color: var(--bs-wildflower);
}

.btn-check:focus + .btn-outline-pink, .btn-outline-pink:focus {
  box-shadow: 0 0 0 0 rgba(170, 80, 230, 0.5);
}

.btn-check:checked + .btn-outline-pink,
.btn-check:active + .btn-outline-pink, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wildflower);
  border-color: var(--bs-wildflower);
}

.btn-check:checked + .btn-outline-pink:focus,
.btn-check:active + .btn-outline-pink:focus, .btn-outline-pink:active:focus, .btn-outline-pink.active:focus, .btn-outline-pink.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(170, 80, 230, 0.5);
}

.btn-outline-pink:disabled, .btn-outline-pink.disabled {
  color: var(--bs-wildflower);
  background-color: transparent;
}

.btn-outline-pink-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-pink-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-pink-shade, .btn-outline-pink-shade:focus {
  box-shadow: 0 0 0 0 rgba(251, 242, 243, 0.5);
}

.btn-check:checked + .btn-outline-pink-shade,
.btn-check:active + .btn-outline-pink-shade, .btn-outline-pink-shade:active, .btn-outline-pink-shade.active, .btn-outline-pink-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-pink-shade:focus,
.btn-check:active + .btn-outline-pink-shade:focus, .btn-outline-pink-shade:active:focus, .btn-outline-pink-shade.active:focus, .btn-outline-pink-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(251, 242, 243, 0.5);
}

.btn-outline-pink-shade:disabled, .btn-outline-pink-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-violet-dark {
  color: var(--bs-verdant-grass);
  border-color: var(--bs-verdant-grass);
}

.btn-outline-violet-dark:hover {
  color: var(--bs-pearl);
  background-color: var(--bs-verdant-grass);
  border-color: var(--bs-verdant-grass);
}

.btn-check:focus + .btn-outline-violet-dark, .btn-outline-violet-dark:focus {
  box-shadow: 0 0 0 0 rgba(70, 0, 100, 0.5);
}

.btn-check:checked + .btn-outline-violet-dark,
.btn-check:active + .btn-outline-violet-dark, .btn-outline-violet-dark:active, .btn-outline-violet-dark.active, .btn-outline-violet-dark.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: var(--bs-verdant-grass);
  border-color: var(--bs-verdant-grass);
}

.btn-check:checked + .btn-outline-violet-dark:focus,
.btn-check:active + .btn-outline-violet-dark:focus, .btn-outline-violet-dark:active:focus, .btn-outline-violet-dark.active:focus, .btn-outline-violet-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(70, 0, 100, 0.5);
}

.btn-outline-violet-dark:disabled, .btn-outline-violet-dark.disabled {
  color: var(--bs-verdant-grass);
  background-color: transparent;
}

.btn-outline-blue-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-blue-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-blue-shade, .btn-outline-blue-shade:focus {
  box-shadow: 0 0 0 0 rgba(240, 249, 255, 0.5);
}

.btn-check:checked + .btn-outline-blue-shade,
.btn-check:active + .btn-outline-blue-shade, .btn-outline-blue-shade:active, .btn-outline-blue-shade.active, .btn-outline-blue-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-blue-shade:focus,
.btn-check:active + .btn-outline-blue-shade:focus, .btn-outline-blue-shade:active:focus, .btn-outline-blue-shade.active:focus, .btn-outline-blue-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 249, 255, 0.5);
}

.btn-outline-blue-shade:disabled, .btn-outline-blue-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-brown-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-brown-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-brown-shade, .btn-outline-brown-shade:focus {
  box-shadow: 0 0 0 0 rgba(255, 249, 243, 0.5);
}

.btn-check:checked + .btn-outline-brown-shade,
.btn-check:active + .btn-outline-brown-shade, .btn-outline-brown-shade:active, .btn-outline-brown-shade.active, .btn-outline-brown-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-brown-shade:focus,
.btn-check:active + .btn-outline-brown-shade:focus, .btn-outline-brown-shade:active:focus, .btn-outline-brown-shade.active:focus, .btn-outline-brown-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 249, 243, 0.5);
}

.btn-outline-brown-shade:disabled, .btn-outline-brown-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-green-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-green-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-green-shade, .btn-outline-green-shade:focus {
  box-shadow: 0 0 0 0 rgba(247, 251, 244, 0.5);
}

.btn-check:checked + .btn-outline-green-shade,
.btn-check:active + .btn-outline-green-shade, .btn-outline-green-shade:active, .btn-outline-green-shade.active, .btn-outline-green-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-green-shade:focus,
.btn-check:active + .btn-outline-green-shade:focus, .btn-outline-green-shade:active:focus, .btn-outline-green-shade.active:focus, .btn-outline-green-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(247, 251, 244, 0.5);
}

.btn-outline-green-shade:disabled, .btn-outline-green-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-yellow {
  color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-outline-yellow:hover {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:focus + .btn-outline-yellow, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.5);
}

.btn-check:checked + .btn-outline-yellow,
.btn-check:active + .btn-outline-yellow, .btn-outline-yellow:active, .btn-outline-yellow.active, .btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:checked + .btn-outline-yellow:focus,
.btn-check:active + .btn-outline-yellow:focus, .btn-outline-yellow:active:focus, .btn-outline-yellow.active:focus, .btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 230, 0, 0.5);
}

.btn-outline-yellow:disabled, .btn-outline-yellow.disabled {
  color: var(--bs-wheat-field);
  background-color: transparent;
}

.btn-outline-yellow-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-yellow-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-yellow-shade, .btn-outline-yellow-shade:focus {
  box-shadow: 0 0 0 0 rgba(255, 254, 241, 0.5);
}

.btn-check:checked + .btn-outline-yellow-shade,
.btn-check:active + .btn-outline-yellow-shade, .btn-outline-yellow-shade:active, .btn-outline-yellow-shade.active, .btn-outline-yellow-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-yellow-shade:focus,
.btn-check:active + .btn-outline-yellow-shade:focus, .btn-outline-yellow-shade:active:focus, .btn-outline-yellow-shade.active:focus, .btn-outline-yellow-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 254, 241, 0.5);
}

.btn-outline-yellow-shade:disabled, .btn-outline-yellow-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-violet-shade {
  color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-outline-violet-shade:hover {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:focus + .btn-outline-violet-shade, .btn-outline-violet-shade:focus {
  box-shadow: 0 0 0 0 rgba(244, 240, 246, 0.5);
}

.btn-check:checked + .btn-outline-violet-shade,
.btn-check:active + .btn-outline-violet-shade, .btn-outline-violet-shade:active, .btn-outline-violet-shade.active, .btn-outline-violet-shade.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-dark-pearl);
  border-color: var(--bs-dark-pearl);
}

.btn-check:checked + .btn-outline-violet-shade:focus,
.btn-check:active + .btn-outline-violet-shade:focus, .btn-outline-violet-shade:active:focus, .btn-outline-violet-shade.active:focus, .btn-outline-violet-shade.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(244, 240, 246, 0.5);
}

.btn-outline-violet-shade:disabled, .btn-outline-violet-shade.disabled {
  color: var(--bs-dark-pearl);
  background-color: transparent;
}

.btn-outline-tangerine {
  color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-outline-tangerine:hover {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:focus + .btn-outline-tangerine, .btn-outline-tangerine:focus {
  box-shadow: 0 0 0 0 rgba(255, 190, 35, 0.5);
}

.btn-check:checked + .btn-outline-tangerine,
.btn-check:active + .btn-outline-tangerine, .btn-outline-tangerine:active, .btn-outline-tangerine.active, .btn-outline-tangerine.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:checked + .btn-outline-tangerine:focus,
.btn-check:active + .btn-outline-tangerine:focus, .btn-outline-tangerine:active:focus, .btn-outline-tangerine.active:focus, .btn-outline-tangerine.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 190, 35, 0.5);
}

.btn-outline-tangerine:disabled, .btn-outline-tangerine.disabled {
  color: var(--bs-wheat-field);
  background-color: transparent;
}

.btn-outline-apricot {
  color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-outline-apricot:hover {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:focus + .btn-outline-apricot, .btn-outline-apricot:focus {
  box-shadow: 0 0 0 0 rgba(250, 150, 50, 0.5);
}

.btn-check:checked + .btn-outline-apricot,
.btn-check:active + .btn-outline-apricot, .btn-outline-apricot:active, .btn-outline-apricot.active, .btn-outline-apricot.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:checked + .btn-outline-apricot:focus,
.btn-check:active + .btn-outline-apricot:focus, .btn-outline-apricot:active:focus, .btn-outline-apricot.active:focus, .btn-outline-apricot.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(250, 150, 50, 0.5);
}

.btn-outline-apricot:disabled, .btn-outline-apricot.disabled {
  color: var(--bs-wheat-field);
  background-color: transparent;
}

.btn-outline-orange {
  color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-outline-orange:hover {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 0 rgba(255, 100, 55, 0.5);
}

.btn-check:checked + .btn-outline-orange,
.btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:checked + .btn-outline-orange:focus,
.btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(255, 100, 55, 0.5);
}

.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: var(--bs-red-rock);
  background-color: transparent;
}

.btn-outline-red {
  color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-outline-red:hover {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0 rgba(240, 60, 75, 0.5);
}

.btn-check:checked + .btn-outline-red,
.btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:checked + .btn-outline-red:focus,
.btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 60, 75, 0.5);
}

.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: var(--bs-red-rock);
  background-color: transparent;
}

.btn-outline-burgundy {
  color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-outline-burgundy:hover {
  color: var(--bs-pearl);
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:focus + .btn-outline-burgundy, .btn-outline-burgundy:focus {
  box-shadow: 0 0 0 0 rgba(190, 30, 60, 0.5);
}

.btn-check:checked + .btn-outline-burgundy,
.btn-check:active + .btn-outline-burgundy, .btn-outline-burgundy:active, .btn-outline-burgundy.active, .btn-outline-burgundy.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:checked + .btn-outline-burgundy:focus,
.btn-check:active + .btn-outline-burgundy:focus, .btn-outline-burgundy:active:focus, .btn-outline-burgundy.active:focus, .btn-outline-burgundy.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(190, 30, 60, 0.5);
}

.btn-outline-burgundy:disabled, .btn-outline-burgundy.disabled {
  color: var(--bs-red-rock);
  background-color: transparent;
}

.btn-outline-green {
  color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-outline-green:hover {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0 rgba(125, 190, 80, 0.5);
}

.btn-check:checked + .btn-outline-green,
.btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-check:checked + .btn-outline-green:focus,
.btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(125, 190, 80, 0.5);
}

.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: var(--bs-mountain-range);
  background-color: transparent;
}

.btn-outline-lime {
  color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-outline-lime:hover {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:focus + .btn-outline-lime, .btn-outline-lime:focus {
  box-shadow: 0 0 0 0 rgba(210, 230, 40, 0.5);
}

.btn-check:checked + .btn-outline-lime,
.btn-check:active + .btn-outline-lime, .btn-outline-lime:active, .btn-outline-lime.active, .btn-outline-lime.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-wheat-field);
  border-color: var(--bs-wheat-field);
}

.btn-check:checked + .btn-outline-lime:focus,
.btn-check:active + .btn-outline-lime:focus, .btn-outline-lime:active:focus, .btn-outline-lime.active:focus, .btn-outline-lime.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(210, 230, 40, 0.5);
}

.btn-outline-lime:disabled, .btn-outline-lime.disabled {
  color: var(--bs-wheat-field);
  background-color: transparent;
}

.btn-outline-body {
  color: #000;
  border-color: #000;
}

.btn-outline-body:hover {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-check:focus + .btn-outline-body, .btn-outline-body:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-check:checked + .btn-outline-body,
.btn-check:active + .btn-outline-body, .btn-outline-body:active, .btn-outline-body.active, .btn-outline-body.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: #000;
  border-color: #000;
}

.btn-check:checked + .btn-outline-body:focus,
.btn-check:active + .btn-outline-body:focus, .btn-outline-body:active:focus, .btn-outline-body.active:focus, .btn-outline-body.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-body:disabled, .btn-outline-body.disabled {
  color: #000;
  background-color: transparent;
}

.btn-outline-primary {
  color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-outline-primary:hover {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(0, 70, 255, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: var(--bs-blue-planet);
  border-color: var(--bs-blue-planet);
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(0, 70, 255, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: var(--bs-blue-planet);
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: var(--bs-pearl);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-outline-success:hover {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(125, 190, 80, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-mountain-range);
  border-color: var(--bs-mountain-range);
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(125, 190, 80, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: var(--bs-mountain-range);
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(13, 202, 240, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-danger {
  color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-outline-danger:hover {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(240, 60, 75, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: var(--bs-red-rock);
  border-color: var(--bs-red-rock);
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(240, 60, 75, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: var(--bs-red-rock);
  background-color: transparent;
}

.btn-outline-light {
  color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: var(--bs-pearl);
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: var(--bs-pearl);
  background-color: #212529;
  border-color: #212529;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: var(--bs-blue-planet);
  text-decoration: none;
}

.btn-link:hover {
  color: #0038cc;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 1.5rem 3rem;
  font-size: 1.8rem;
  border-radius: 0;
}

.btn-sm {
  padding: 0.75rem 1.5rem;
  font-size: 1.8rem;
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-black {
  color: #000;
}

.link-black:hover, .link-black:focus {
  color: black;
}

.link-white {
  color: var(--bs-pearl);
}

.link-white:hover, .link-white:focus {
  color: white;
}

.link-violet {
  color: var(--bs-blue-planet);
}

.link-violet:hover, .link-violet:focus {
  color: #502898;
}

.link-blue {
  color: var(--bs-wheat-field);
}

.link-blue:hover, .link-blue:focus {
  color: #33afff;
}

.link-accent-marine {
  color: var(--bs-blue-planet);
}

.link-accent-marine:hover, .link-accent-marine:focus {
  color: #0038cc;
}

.link-pink {
  color: var(--bs-wildflower);
}

.link-pink:hover, .link-pink:focus {
  color: #bb73eb;
}

.link-pink-shade {
  color: var(--bs-dark-pearl);
}

.link-pink-shade:hover, .link-pink-shade:focus {
  color: #fcf5f5;
}

.link-violet-dark {
  color: var(--bs-verdant-grass);
}

.link-violet-dark:hover, .link-violet-dark:focus {
  color: #380050;
}

.link-blue-shade {
  color: var(--bs-dark-pearl);
}

.link-blue-shade:hover, .link-blue-shade:focus {
  color: #f3faff;
}

.link-brown-shade {
  color: var(--bs-dark-pearl);
}

.link-brown-shade:hover, .link-brown-shade:focus {
  color: #fffaf5;
}

.link-green-shade {
  color: var(--bs-dark-pearl);
}

.link-green-shade:hover, .link-green-shade:focus {
  color: #f9fcf6;
}

.link-yellow {
  color: var(--bs-wheat-field);
}

.link-yellow:hover, .link-yellow:focus {
  color: #ffeb33;
}

.link-yellow-shade {
  color: var(--bs-dark-pearl);
}

.link-yellow-shade:hover, .link-yellow-shade:focus {
  color: #fffef4;
}

.link-violet-shade {
  color: var(--bs-dark-pearl);
}

.link-violet-shade:hover, .link-violet-shade:focus {
  color: #f6f3f8;
}

.link-tangerine {
  color: var(--bs-wheat-field);
}

.link-tangerine:hover, .link-tangerine:focus {
  color: #ffcb4f;
}

.link-apricot {
  color: var(--bs-wheat-field);
}

.link-apricot:hover, .link-apricot:focus {
  color: #fbab5b;
}

.link-orange {
  color: var(--bs-red-rock);
}

.link-orange:hover, .link-orange:focus {
  color: #ff835f;
}

.link-red {
  color: var(--bs-red-rock);
}

.link-red:hover, .link-red:focus {
  color: #f3636f;
}

.link-burgundy {
  color: var(--bs-red-rock);
}

.link-burgundy:hover, .link-burgundy:focus {
  color: #981830;
}

.link-green {
  color: var(--bs-mountain-range);
}

.link-green:hover, .link-green:focus {
  color: #97cb73;
}

.link-lime {
  color: var(--bs-wheat-field);
}

.link-lime:hover, .link-lime:focus {
  color: #dbeb53;
}

.link-body {
  color: #000;
}

.link-body:hover, .link-body:focus {
  color: black;
}

.link-primary {
  color: var(--bs-blue-planet);
}

.link-primary:hover, .link-primary:focus {
  color: #0038cc;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: var(--bs-mountain-range);
}

.link-success:hover, .link-success:focus {
  color: #97cb73;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-danger {
  color: var(--bs-red-rock);
}

.link-danger:hover, .link-danger:focus {
  color: #f3636f;
}

.link-light {
  color: #dee2e6;
}

.link-light:hover, .link-light:focus {
  color: #e5e8eb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2 * 100%);
}

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%);
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
	.txt-shift{
	text-align:left;
	margin-left:0em;
}
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
	.txt-shift{
	text-align:left;
	margin-left:6em;
}
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1600px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: 0.2rem solid var(--bs-blue-planet) !important;
}

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

.border-top {
  border-top: 0.2rem solid var(--bs-blue-planet) !important;
}

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

.border-end {
  border-right: 0.2rem solid var(--bs-blue-planet) !important;
}

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

.border-bottom {
  border-bottom: 0.2rem solid var(--bs-blue-planet) !important;
}

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

.border-start {
  border-left: 0.2rem solid var(--bs-blue-planet) !important;
}

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

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: var(--bs-pearl) !important;
}

.border-violet {
  border-color: var(--bs-blue-planet) !important;
}

.border-blue {
  border-color: var(--bs-wheat-field) !important;
}

.border-accent-marine {
  border-color: var(--bs-blue-planet) !important;
}

.border-pink {
  border-color: var(--bs-wildflower) !important;
}

.border-pink-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-violet-dark {
  border-color: var(--bs-verdant-grass) !important;
}

.border-blue-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-brown-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-green-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-yellow {
  border-color: var(--bs-wheat-field) !important;
}

.border-yellow-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-violet-shade {
  border-color: var(--bs-dark-pearl) !important;
}

.border-tangerine {
  border-color: var(--bs-wheat-field) !important;
}

.border-apricot {
  border-color: var(--bs-wheat-field) !important;
}

.border-orange {
  border-color: var(--bs-red-rock) !important;
}

.border-red {
  border-color: var(--bs-red-rock) !important;
}

.border-burgundy {
  border-color: var(--bs-red-rock) !important;
}

.border-green {
  border-color: var(--bs-mountain-range) !important;
}

.border-lime {
  border-color: var(--bs-wheat-field) !important;
}

.border-body {
  border-color: #000 !important;
}

.border-primary {
  border-color: var(--bs-blue-planet) !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: var(--bs-mountain-range) !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-danger {
  border-color: var(--bs-red-rock) !important;
}

.border-light {
  border-color: #dee2e6 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-1 {
  border-width: 0.1rem !important;
}

.border-2 {
  border-width: 0.2rem !important;
}

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

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

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

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

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

.maxw-50 {
  max-width: 50% !important;
}

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

.maxw-none {
  max-width: none !important;
}

.maxh-mobile {
  max-height: 15rem !important;
}

.maxh-tablet {
  max-height: 30rem !important;
}

.maxh-desktop {
  max-height: 45rem !important;
}

.maxh-none {
  max-height: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-0-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.mx-1-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

.mx-2-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

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

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

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

.mx-4-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

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

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

.mx-6-5 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

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

.mx-7-5 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

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

.mx-8-5 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

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

.mx-9-5 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

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

.mx-10-5 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

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

.mx-11-5 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

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

.mx-12-5 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

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

.mx-13-5 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.mx-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.mx-14-5 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.mx-17 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.mx-18 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

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

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

.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

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

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

.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

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

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

.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

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

.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

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

.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

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

.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

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

.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

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

.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

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

.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

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

.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0-5 {
  margin-right: 0.5rem !important;
}

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

.me-1-5 {
  margin-right: 1.5rem !important;
}

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

.me-2-5 {
  margin-right: 2.5rem !important;
}

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

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

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

.me-4-5 {
  margin-right: 4.5rem !important;
}

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

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

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

.me-6-5 {
  margin-right: 6.5rem !important;
}

.me-7 {
  margin-right: 7rem !important;
}

.me-7-5 {
  margin-right: 7.5rem !important;
}

.me-8 {
  margin-right: 8rem !important;
}

.me-8-5 {
  margin-right: 8.5rem !important;
}

.me-9 {
  margin-right: 9rem !important;
}

.me-9-5 {
  margin-right: 9.5rem !important;
}

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

.me-10-5 {
  margin-right: 10.5rem !important;
}

.me-11 {
  margin-right: 11rem !important;
}

.me-11-5 {
  margin-right: 11.5rem !important;
}

.me-12 {
  margin-right: 12rem !important;
}

.me-12-5 {
  margin-right: 12.5rem !important;
}

.me-13 {
  margin-right: 13rem !important;
}

.me-13-5 {
  margin-right: 13.5rem !important;
}

.me-14 {
  margin-right: 14rem !important;
}

.me-14-5 {
  margin-right: 14.5rem !important;
}

.me-15 {
  margin-right: 15rem !important;
}

.me-16 {
  margin-right: 16rem !important;
}

.me-17 {
  margin-right: 17rem !important;
}

.me-18 {
  margin-right: 18rem !important;
}

.me-19 {
  margin-right: 19rem !important;
}

.me-20 {
  margin-right: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-0-5 {
  margin-left: 0.5rem !important;
}

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

.ms-1-5 {
  margin-left: 1.5rem !important;
}

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

.ms-2-5 {
  margin-left: 2.5rem !important;
}

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

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

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

.ms-4-5 {
  margin-left: 4.5rem !important;
}

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

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

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

.ms-6-5 {
  margin-left: 6.5rem !important;
}

.ms-7 {
  margin-left: 7rem !important;
}

.ms-7-5 {
  margin-left: 7.5rem !important;
}

.ms-8 {
  margin-left: 8rem !important;
}

.ms-8-5 {
  margin-left: 8.5rem !important;
}

.ms-9 {
  margin-left: 9rem !important;
}

.ms-9-5 {
  margin-left: 9.5rem !important;
}

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

.ms-10-5 {
  margin-left: 10.5rem !important;
}

.ms-11 {
  margin-left: 11rem !important;
}

.ms-11-5 {
  margin-left: 11.5rem !important;
}

.ms-12 {
  margin-left: 12rem !important;
}

.ms-12-5 {
  margin-left: 12.5rem !important;
}

.ms-13 {
  margin-left: 13rem !important;
}

.ms-13-5 {
  margin-left: 13.5rem !important;
}

.ms-14 {
  margin-left: 14rem !important;
}

.ms-14-5 {
  margin-left: 14.5rem !important;
}

.ms-15 {
  margin-left: 15rem !important;
}

.ms-16 {
  margin-left: 16rem !important;
}

.ms-17 {
  margin-left: 17rem !important;
}

.ms-18 {
  margin-left: 18rem !important;
}

.ms-19 {
  margin-left: 19rem !important;
}

.ms-20 {
  margin-left: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n17 {
  margin: -17rem !important;
}

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

.m-n19 {
  margin: -19rem !important;
}

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

.mx-n0-5 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

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

.mx-n1-5 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

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

.mx-n2-5 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

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

.mx-n3-5 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

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

.mx-n4-5 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}

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

.mx-n5-5 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n6-5 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important;
}

.mx-n7 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}

.mx-n7-5 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}

.mx-n8-5 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important;
}

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}

.mx-n9-5 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important;
}

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n10-5 {
  margin-right: -10.5rem !important;
  margin-left: -10.5rem !important;
}

.mx-n11 {
  margin-right: -11rem !important;
  margin-left: -11rem !important;
}

.mx-n11-5 {
  margin-right: -11.5rem !important;
  margin-left: -11.5rem !important;
}

.mx-n12 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.mx-n12-5 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n13 {
  margin-right: -13rem !important;
  margin-left: -13rem !important;
}

.mx-n13-5 {
  margin-right: -13.5rem !important;
  margin-left: -13.5rem !important;
}

.mx-n14 {
  margin-right: -14rem !important;
  margin-left: -14rem !important;
}

.mx-n14-5 {
  margin-right: -14.5rem !important;
  margin-left: -14.5rem !important;
}

.mx-n15 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

.mx-n16 {
  margin-right: -16rem !important;
  margin-left: -16rem !important;
}

.mx-n17 {
  margin-right: -17rem !important;
  margin-left: -17rem !important;
}

.mx-n18 {
  margin-right: -18rem !important;
  margin-left: -18rem !important;
}

.mx-n19 {
  margin-right: -19rem !important;
  margin-left: -19rem !important;
}

.mx-n20 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}

.my-n0-5 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

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

.my-n1-5 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

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

.my-n2-5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

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

.my-n3-5 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

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

.my-n4-5 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

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

.my-n5-5 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n6-5 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.my-n7-5 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.my-n8-5 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important;
}

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}

.my-n9-5 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important;
}

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n10-5 {
  margin-top: -10.5rem !important;
  margin-bottom: -10.5rem !important;
}

.my-n11 {
  margin-top: -11rem !important;
  margin-bottom: -11rem !important;
}

.my-n11-5 {
  margin-top: -11.5rem !important;
  margin-bottom: -11.5rem !important;
}

.my-n12 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.my-n12-5 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n13 {
  margin-top: -13rem !important;
  margin-bottom: -13rem !important;
}

.my-n13-5 {
  margin-top: -13.5rem !important;
  margin-bottom: -13.5rem !important;
}

.my-n14 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.my-n14-5 {
  margin-top: -14.5rem !important;
  margin-bottom: -14.5rem !important;
}

.my-n15 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

.my-n16 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.my-n17 {
  margin-top: -17rem !important;
  margin-bottom: -17rem !important;
}

.my-n18 {
  margin-top: -18rem !important;
  margin-bottom: -18rem !important;
}

.my-n19 {
  margin-top: -19rem !important;
  margin-bottom: -19rem !important;
}

.my-n20 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n0-5 {
  margin-right: -0.5rem !important;
}

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

.me-n1-5 {
  margin-right: -1.5rem !important;
}

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

.me-n2-5 {
  margin-right: -2.5rem !important;
}

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

.me-n3-5 {
  margin-right: -3.5rem !important;
}

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

.me-n4-5 {
  margin-right: -4.5rem !important;
}

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

.me-n5-5 {
  margin-right: -5.5rem !important;
}

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

.me-n6-5 {
  margin-right: -6.5rem !important;
}

.me-n7 {
  margin-right: -7rem !important;
}

.me-n7-5 {
  margin-right: -7.5rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n8-5 {
  margin-right: -8.5rem !important;
}

.me-n9 {
  margin-right: -9rem !important;
}

.me-n9-5 {
  margin-right: -9.5rem !important;
}

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

.me-n10-5 {
  margin-right: -10.5rem !important;
}

.me-n11 {
  margin-right: -11rem !important;
}

.me-n11-5 {
  margin-right: -11.5rem !important;
}

.me-n12 {
  margin-right: -12rem !important;
}

.me-n12-5 {
  margin-right: -12.5rem !important;
}

.me-n13 {
  margin-right: -13rem !important;
}

.me-n13-5 {
  margin-right: -13.5rem !important;
}

.me-n14 {
  margin-right: -14rem !important;
}

.me-n14-5 {
  margin-right: -14.5rem !important;
}

.me-n15 {
  margin-right: -15rem !important;
}

.me-n16 {
  margin-right: -16rem !important;
}

.me-n17 {
  margin-right: -17rem !important;
}

.me-n18 {
  margin-right: -18rem !important;
}

.me-n19 {
  margin-right: -19rem !important;
}

.me-n20 {
  margin-right: -20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n0-5 {
  margin-left: -0.5rem !important;
}

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

.ms-n1-5 {
  margin-left: -1.5rem !important;
}

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

.ms-n2-5 {
  margin-left: -2.5rem !important;
}

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

.ms-n3-5 {
  margin-left: -3.5rem !important;
}

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

.ms-n4-5 {
  margin-left: -4.5rem !important;
}

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

.ms-n5-5 {
  margin-left: -5.5rem !important;
}

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

.ms-n6-5 {
  margin-left: -6.5rem !important;
}

.ms-n7 {
  margin-left: -7rem !important;
}

.ms-n7-5 {
  margin-left: -7.5rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n8-5 {
  margin-left: -8.5rem !important;
}

.ms-n9 {
  margin-left: -9rem !important;
}

.ms-n9-5 {
  margin-left: -9.5rem !important;
}

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

.ms-n10-5 {
  margin-left: -10.5rem !important;
}

.ms-n11 {
  margin-left: -11rem !important;
}

.ms-n11-5 {
  margin-left: -11.5rem !important;
}

.ms-n12 {
  margin-left: -12rem !important;
}

.ms-n12-5 {
  margin-left: -12.5rem !important;
}

.ms-n13 {
  margin-left: -13rem !important;
}

.ms-n13-5 {
  margin-left: -13.5rem !important;
}

.ms-n14 {
  margin-left: -14rem !important;
}

.ms-n14-5 {
  margin-left: -14.5rem !important;
}

.ms-n15 {
  margin-left: -15rem !important;
}

.ms-n16 {
  margin-left: -16rem !important;
}

.ms-n17 {
  margin-left: -17rem !important;
}

.ms-n18 {
  margin-left: -18rem !important;
}

.ms-n19 {
  margin-left: -19rem !important;
}

.ms-n20 {
  margin-left: -20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

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

.px-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

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

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

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

.px-4-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

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

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

.px-6-5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-7-5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-8-5 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-9-5 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

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

.px-10-5 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.px-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-11-5 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.px-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.px-12-5 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.px-13-5 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.px-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.px-14-5 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.px-17 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.px-18 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

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

.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

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

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

.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

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

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

.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

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

.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0-5 {
  padding-right: 0.5rem !important;
}

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

.pe-1-5 {
  padding-right: 1.5rem !important;
}

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

.pe-2-5 {
  padding-right: 2.5rem !important;
}

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

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

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

.pe-4-5 {
  padding-right: 4.5rem !important;
}

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

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

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

.pe-6-5 {
  padding-right: 6.5rem !important;
}

.pe-7 {
  padding-right: 7rem !important;
}

.pe-7-5 {
  padding-right: 7.5rem !important;
}

.pe-8 {
  padding-right: 8rem !important;
}

.pe-8-5 {
  padding-right: 8.5rem !important;
}

.pe-9 {
  padding-right: 9rem !important;
}

.pe-9-5 {
  padding-right: 9.5rem !important;
}

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

.pe-10-5 {
  padding-right: 10.5rem !important;
}

.pe-11 {
  padding-right: 11rem !important;
}

.pe-11-5 {
  padding-right: 11.5rem !important;
}

.pe-12 {
  padding-right: 12rem !important;
}

.pe-12-5 {
  padding-right: 12.5rem !important;
}

.pe-13 {
  padding-right: 13rem !important;
}

.pe-13-5 {
  padding-right: 13.5rem !important;
}

.pe-14 {
  padding-right: 14rem !important;
}

.pe-14-5 {
  padding-right: 14.5rem !important;
}

.pe-15 {
  padding-right: 15rem !important;
}

.pe-16 {
  padding-right: 16rem !important;
}

.pe-17 {
  padding-right: 17rem !important;
}

.pe-18 {
  padding-right: 18rem !important;
}

.pe-19 {
  padding-right: 19rem !important;
}

.pe-20 {
  padding-right: 20rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-0-5 {
  padding-left: 0.5rem !important;
}

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

.ps-1-5 {
  padding-left: 1.5rem !important;
}

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

.ps-2-5 {
  padding-left: 2.5rem !important;
}

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

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

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

.ps-4-5 {
  padding-left: 4.5rem !important;
}

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

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

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

.ps-6-5 {
  padding-left: 6.5rem !important;
}

.ps-7 {
  padding-left: 7rem !important;
}

.ps-7-5 {
  padding-left: 7.5rem !important;
}

.ps-8 {
  padding-left: 8rem !important;
}

.ps-8-5 {
  padding-left: 8.5rem !important;
}

.ps-9 {
  padding-left: 9rem !important;
}

.ps-9-5 {
  padding-left: 9.5rem !important;
}

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

.ps-10-5 {
  padding-left: 10.5rem !important;
}

.ps-11 {
  padding-left: 11rem !important;
}

.ps-11-5 {
  padding-left: 11.5rem !important;
}

.ps-12 {
  padding-left: 12rem !important;
}

.ps-12-5 {
  padding-left: 12.5rem !important;
}

.ps-13 {
  padding-left: 13rem !important;
}

.ps-13-5 {
  padding-left: 13.5rem !important;
}

.ps-14 {
  padding-left: 14rem !important;
}

.ps-14-5 {
  padding-left: 14.5rem !important;
}

.ps-15 {
  padding-left: 15rem !important;
}

.ps-16 {
  padding-left: 16rem !important;
}

.ps-17 {
  padding-left: 17rem !important;
}

.ps-18 {
  padding-left: 18rem !important;
}

.ps-19 {
  padding-left: 19rem !important;
}

.ps-20 {
  padding-left: 20rem !important;
}

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black {
  color: #000 !important;
}

.text-white {
  color: var(--bs-pearl) !important;
}

.text-violet {
  color: var(--bs-blue-planet) !important;
}

.text-blue {
  color: var(--bs-wheat-field) !important;
}

.text-accent-marine {
  color: var(--bs-blue-planet) !important;
}

.text-pink {
  color: var(--bs-wildflower) !important;
}

.text-pink-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-violet-dark {
  color: var(--bs-verdant-grass) !important;
}

.text-blue-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-brown-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-green-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-yellow {
  color: var(--bs-wheat-field) !important;
}

.text-yellow-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-violet-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-tangerine {
  color: var(--bs-wheat-field) !important;
}

.text-apricot {
  color: var(--bs-wheat-field) !important;
}

.text-orange {
  color: var(--bs-red-rock) !important;
}

.text-red {
  color: var(--bs-red-rock) !important;
}

.text-burgundy {
  color: var(--bs-red-rock) !important;
}

.text-green {
  color: var(--bs-mountain-range) !important;
}

.text-lime {
  color: var(--bs-wheat-field) !important;
}

.text-body {
  color: #000 !important;
}

.text-primary {
  color: var(--bs-blue-planet) !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: var(--bs-mountain-range) !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-danger {
  color: var(--bs-red-rock) !important;
}

.text-light {
  color: #dee2e6 !important;
}

.text-dark {
  color: #212529 !important;
}

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

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

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

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

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

.bg-white {
  background-color: var(--bs-pearl) !important;
}

.bg-violet {
  background-color: var(--bs-blue-planet) !important;
}

.bg-verdant-grass {
  background-color: var(--bs-verdant-grass) !important;
}

.bg-blue {
  background-color: var(--bs-blue-planet) !important;
}

.bg-ochre {
  background-color: var(--bs-wheat-field) !important;
}

.bg-accent-marine {
  background-color: var(--bs-blue-planet) !important;
}

.bg-mountain-range {
  background-color: var(--bs-mountain-range) !important;
}

.bg-sand {
  background-color: var(--bs-sand) !important;
}

.bg-sky {
  background-color: var(--bs-sky) !important;
}

.bg-pink {
  background-color: var(--bs-wildflower) !important;
}

.bg-pink-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-violet-dark {
  background-color: var(--bs-verdant-grass) !important;
}

.bg-blue-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-brown-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-green-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-yellow {
  background-color: var(--bs-wheat-field) !important;
}

.bg-yellow-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-violet-shade {
  background-color: var(--bs-dark-pearl) !important;
}

.bg-tangerine {
  background-color: var(--bs-wheat-field) !important;
}

.bg-apricot {
  background-color: var(--bs-wheat-field) !important;
}

.bg-orange {
  background-color: var(--bs-red-rock) !important;
}

.bg-red {
  background-color: var(--bs-red-rock) !important;
}

.bg-burgundy {
  background-color: var(--bs-red-rock) !important;
}

.bg-green {
  background-color: var(--bs-mountain-range) !important;
}

.bg-lime {
  background-color: var(--bs-wheat-field) !important;
}

.bg-body {
  background-color: var(--bs-pearl) !important;
}

.bg-primary {
  background-color: var(--bs-blue-planet) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: var(--bs-mountain-range) !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-danger {
  background-color: var(--bs-red-rock) !important;
}

.bg-light {
  background-color: #dee2e6 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

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

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

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

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

.rounded-1 {
  border-radius: 0.5rem !important;
}

.rounded-2 {
  border-radius: 1rem !important;
}

.rounded-3 {
  border-radius: 1.5rem !important;
}

.rounded-4 {
  border-radius: 2rem !important;
}

.text-black {
  color: #000 !important;
}

.text-black-hover:hover {
  color: #000 !important;
}

.text-white {
  color: var(--bs-pearl) !important;
}

.text-white-hover:hover {
  color: var(--bs-pearl) !important;
}

.text-violet {
  color: var(--bs-blue-planet) !important;
}

.text-violet-hover:hover {
  color: var(--bs-blue-planet) !important;
}

.text-blue {
  color: var(--bs-wheat-field) !important;
}

.text-blue-hover:hover {
  color: var(--bs-wheat-field) !important;
}

.text-accent-marine {
  color: var(--bs-blue-planet) !important;
}

.text-accent-marine-hover:hover {
  color: var(--bs-blue-planet) !important;
}

.text-pink {
  color: var(--bs-wildflower) !important;
}

.text-pink-hover:hover {
  color: var(--bs-wildflower) !important;
}

.text-pink-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-pink-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-violet-dark {
  color: var(--bs-verdant-grass) !important;
}

.text-violet-dark-hover:hover {
  color: var(--bs-verdant-grass) !important;
}

.text-blue-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-blue-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-brown-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-brown-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-green-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-green-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-yellow {
  color: var(--bs-wheat-field) !important;
}

.text-yellow-hover:hover {
  color: var(--bs-wheat-field) !important;
}

.text-yellow-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-yellow-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-violet-shade {
  color: var(--bs-dark-pearl) !important;
}

.text-violet-shade-hover:hover {
  color: var(--bs-dark-pearl) !important;
}

.text-tangerine {
  color: var(--bs-wheat-field) !important;
}

.text-tangerine-hover:hover {
  color: var(--bs-wheat-field) !important;
}

.text-apricot {
  color: var(--bs-wheat-field) !important;
}

.text-apricot-hover:hover {
  color: var(--bs-wheat-field) !important;
}

.text-orange {
  color: var(--bs-red-rock) !important;
}

.text-orange-hover:hover {
  color: var(--bs-red-rock) !important;
}

.text-red {
  color: var(--bs-red-rock) !important;
}

.text-red-hover:hover {
  color: var(--bs-red-rock) !important;
}

.text-burgundy {
  color: var(--bs-red-rock) !important;
}

.text-burgundy-hover:hover {
  color: var(--bs-red-rock) !important;
}

.text-green {
  color: var(--bs-mountain-range) !important;
}

.text-green-hover:hover {
  color: var(--bs-mountain-range) !important;
}

.text-lime {
  color: var(--bs-wheat-field) !important;
}

.text-lime-hover:hover {
  color: var(--bs-wheat-field) !important;
}

.text-body {
  color: #000 !important;
}

.text-body-hover:hover {
  color: #000 !important;
}

.text-primary {
  color: var(--bs-blue-planet) !important;
}

.text-primary-hover:hover {
  color: var(--bs-blue-planet) !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-secondary-hover:hover {
  color: #6c757d !important;
}

.text-success {
  color: var(--bs-mountain-range) !important;
}

.text-success-hover:hover {
  color: var(--bs-mountain-range) !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-info-hover:hover {
  color: #0dcaf0 !important;
}

.text-danger {
  color: var(--bs-red-rock) !important;
}

.text-danger-hover:hover {
  color: var(--bs-red-rock) !important;
}

.text-light {
  color: #dee2e6 !important;
}

.text-light-hover:hover {
  color: #dee2e6 !important;
}

.text-dark {
  color: #212529 !important;
}

.text-dark-hover:hover {
  color: #212529 !important;
}

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

.text-reset-hover:hover {
  color: inherit !important;
}

.container-half-width {
  width: var(--container-half-width) !important;
}

.container-margin-start {
  margin-left: var(--container-margin-x) !important;
}

.container-margin-end {
  margin-right: var(--container-margin-x) !important;
}

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .maxw-sm-50 {
    max-width: 50% !important;
  }
  .maxw-sm-100 {
    max-width: 100% !important;
  }
  .maxw-sm-none {
    max-width: none !important;
  }
  .maxh-sm-mobile {
    max-height: 15rem !important;
  }
  .maxh-sm-tablet {
    max-height: 30rem !important;
  }
  .maxh-sm-desktop {
    max-height: 45rem !important;
  }
  .maxh-sm-none {
    max-height: none !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0-5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1-5 {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-2-5 {
    margin: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-3-5 {
    margin: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-4-5 {
    margin: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-5-5 {
    margin: 5.5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-6-5 {
    margin: 6.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-7-5 {
    margin: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-8-5 {
    margin: 8.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-9-5 {
    margin: 9.5rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-10-5 {
    margin: 10.5rem !important;
  }
  .m-sm-11 {
    margin: 11rem !important;
  }
  .m-sm-11-5 {
    margin: 11.5rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .m-sm-12-5 {
    margin: 12.5rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .m-sm-13-5 {
    margin: 13.5rem !important;
  }
  .m-sm-14 {
    margin: 14rem !important;
  }
  .m-sm-14-5 {
    margin: 14.5rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-16 {
    margin: 16rem !important;
  }
  .m-sm-17 {
    margin: 17rem !important;
  }
  .m-sm-18 {
    margin: 18rem !important;
  }
  .m-sm-19 {
    margin: 19rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 11rem !important;
  }
  .mt-sm-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
  .mt-sm-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 13rem !important;
  }
  .mt-sm-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 14rem !important;
  }
  .mt-sm-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-16 {
    margin-top: 16rem !important;
  }
  .mt-sm-17 {
    margin-top: 17rem !important;
  }
  .mt-sm-18 {
    margin-top: 18rem !important;
  }
  .mt-sm-19 {
    margin-top: 19rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-sm-11 {
    margin-right: 11rem !important;
  }
  .me-sm-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-sm-12 {
    margin-right: 12rem !important;
  }
  .me-sm-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-sm-13 {
    margin-right: 13rem !important;
  }
  .me-sm-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-sm-14 {
    margin-right: 14rem !important;
  }
  .me-sm-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-16 {
    margin-right: 16rem !important;
  }
  .me-sm-17 {
    margin-right: 17rem !important;
  }
  .me-sm-18 {
    margin-right: 18rem !important;
  }
  .me-sm-19 {
    margin-right: 19rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 11rem !important;
  }
  .ms-sm-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 12rem !important;
  }
  .ms-sm-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 13rem !important;
  }
  .ms-sm-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 14rem !important;
  }
  .ms-sm-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-16 {
    margin-left: 16rem !important;
  }
  .ms-sm-17 {
    margin-left: 17rem !important;
  }
  .ms-sm-18 {
    margin-left: 18rem !important;
  }
  .ms-sm-19 {
    margin-left: 19rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n0-5 {
    margin: -0.5rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .m-sm-n1-5 {
    margin: -1.5rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .m-sm-n2-5 {
    margin: -2.5rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .m-sm-n3-5 {
    margin: -3.5rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .m-sm-n4-5 {
    margin: -4.5rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .m-sm-n5-5 {
    margin: -5.5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n6-5 {
    margin: -6.5rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .m-sm-n7-5 {
    margin: -7.5rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .m-sm-n8-5 {
    margin: -8.5rem !important;
  }
  .m-sm-n9 {
    margin: -9rem !important;
  }
  .m-sm-n9-5 {
    margin: -9.5rem !important;
  }
  .m-sm-n10 {
    margin: -10rem !important;
  }
  .m-sm-n10-5 {
    margin: -10.5rem !important;
  }
  .m-sm-n11 {
    margin: -11rem !important;
  }
  .m-sm-n11-5 {
    margin: -11.5rem !important;
  }
  .m-sm-n12 {
    margin: -12rem !important;
  }
  .m-sm-n12-5 {
    margin: -12.5rem !important;
  }
  .m-sm-n13 {
    margin: -13rem !important;
  }
  .m-sm-n13-5 {
    margin: -13.5rem !important;
  }
  .m-sm-n14 {
    margin: -14rem !important;
  }
  .m-sm-n14-5 {
    margin: -14.5rem !important;
  }
  .m-sm-n15 {
    margin: -15rem !important;
  }
  .m-sm-n16 {
    margin: -16rem !important;
  }
  .m-sm-n17 {
    margin: -17rem !important;
  }
  .m-sm-n18 {
    margin: -18rem !important;
  }
  .m-sm-n19 {
    margin: -19rem !important;
  }
  .m-sm-n20 {
    margin: -20rem !important;
  }
  .mx-sm-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-sm-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-sm-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-sm-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-sm-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-sm-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-sm-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-sm-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-sm-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-sm-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-sm-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-sm-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-sm-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-sm-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-sm-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-sm-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-sm-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-sm-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-sm-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-sm-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-sm-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-sm-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-sm-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-sm-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-sm-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -1rem !important;
  }
  .mt-sm-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n2 {
    margin-top: -2rem !important;
  }
  .mt-sm-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -3rem !important;
  }
  .mt-sm-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n4 {
    margin-top: -4rem !important;
  }
  .mt-sm-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -5rem !important;
  }
  .mt-sm-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -7rem !important;
  }
  .mt-sm-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n8 {
    margin-top: -8rem !important;
  }
  .mt-sm-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -9rem !important;
  }
  .mt-sm-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-sm-n10 {
    margin-top: -10rem !important;
  }
  .mt-sm-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -11rem !important;
  }
  .mt-sm-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-sm-n12 {
    margin-top: -12rem !important;
  }
  .mt-sm-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -13rem !important;
  }
  .mt-sm-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-sm-n14 {
    margin-top: -14rem !important;
  }
  .mt-sm-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-sm-n15 {
    margin-top: -15rem !important;
  }
  .mt-sm-n16 {
    margin-top: -16rem !important;
  }
  .mt-sm-n17 {
    margin-top: -17rem !important;
  }
  .mt-sm-n18 {
    margin-top: -18rem !important;
  }
  .mt-sm-n19 {
    margin-top: -19rem !important;
  }
  .mt-sm-n20 {
    margin-top: -20rem !important;
  }
  .me-sm-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -1rem !important;
  }
  .me-sm-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n2 {
    margin-right: -2rem !important;
  }
  .me-sm-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -3rem !important;
  }
  .me-sm-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n4 {
    margin-right: -4rem !important;
  }
  .me-sm-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -5rem !important;
  }
  .me-sm-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -7rem !important;
  }
  .me-sm-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n8 {
    margin-right: -8rem !important;
  }
  .me-sm-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-sm-n9 {
    margin-right: -9rem !important;
  }
  .me-sm-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-sm-n10 {
    margin-right: -10rem !important;
  }
  .me-sm-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-sm-n11 {
    margin-right: -11rem !important;
  }
  .me-sm-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-sm-n12 {
    margin-right: -12rem !important;
  }
  .me-sm-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -13rem !important;
  }
  .me-sm-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-sm-n14 {
    margin-right: -14rem !important;
  }
  .me-sm-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-sm-n15 {
    margin-right: -15rem !important;
  }
  .me-sm-n16 {
    margin-right: -16rem !important;
  }
  .me-sm-n17 {
    margin-right: -17rem !important;
  }
  .me-sm-n18 {
    margin-right: -18rem !important;
  }
  .me-sm-n19 {
    margin-right: -19rem !important;
  }
  .me-sm-n20 {
    margin-right: -20rem !important;
  }
  .mb-sm-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-sm-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-sm-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-sm-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-sm-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-sm-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-sm-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-sm-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -1rem !important;
  }
  .ms-sm-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n2 {
    margin-left: -2rem !important;
  }
  .ms-sm-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -3rem !important;
  }
  .ms-sm-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n4 {
    margin-left: -4rem !important;
  }
  .ms-sm-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -5rem !important;
  }
  .ms-sm-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -7rem !important;
  }
  .ms-sm-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n8 {
    margin-left: -8rem !important;
  }
  .ms-sm-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -9rem !important;
  }
  .ms-sm-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-sm-n10 {
    margin-left: -10rem !important;
  }
  .ms-sm-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -11rem !important;
  }
  .ms-sm-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-sm-n12 {
    margin-left: -12rem !important;
  }
  .ms-sm-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -13rem !important;
  }
  .ms-sm-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-sm-n14 {
    margin-left: -14rem !important;
  }
  .ms-sm-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-sm-n15 {
    margin-left: -15rem !important;
  }
  .ms-sm-n16 {
    margin-left: -16rem !important;
  }
  .ms-sm-n17 {
    margin-left: -17rem !important;
  }
  .ms-sm-n18 {
    margin-left: -18rem !important;
  }
  .ms-sm-n19 {
    margin-left: -19rem !important;
  }
  .ms-sm-n20 {
    margin-left: -20rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0-5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1-5 {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-2-5 {
    padding: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-3-5 {
    padding: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-4-5 {
    padding: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-5-5 {
    padding: 5.5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-6-5 {
    padding: 6.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-7-5 {
    padding: 7.5rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-8-5 {
    padding: 8.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-9-5 {
    padding: 9.5rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-10-5 {
    padding: 10.5rem !important;
  }
  .p-sm-11 {
    padding: 11rem !important;
  }
  .p-sm-11-5 {
    padding: 11.5rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .p-sm-12-5 {
    padding: 12.5rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .p-sm-13-5 {
    padding: 13.5rem !important;
  }
  .p-sm-14 {
    padding: 14rem !important;
  }
  .p-sm-14-5 {
    padding: 14.5rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-16 {
    padding: 16rem !important;
  }
  .p-sm-17 {
    padding: 17rem !important;
  }
  .p-sm-18 {
    padding: 18rem !important;
  }
  .p-sm-19 {
    padding: 19rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 11rem !important;
  }
  .pt-sm-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
  .pt-sm-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 13rem !important;
  }
  .pt-sm-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 14rem !important;
  }
  .pt-sm-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-16 {
    padding-top: 16rem !important;
  }
  .pt-sm-17 {
    padding-top: 17rem !important;
  }
  .pt-sm-18 {
    padding-top: 18rem !important;
  }
  .pt-sm-19 {
    padding-top: 19rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 11rem !important;
  }
  .pe-sm-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 12rem !important;
  }
  .pe-sm-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 13rem !important;
  }
  .pe-sm-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 14rem !important;
  }
  .pe-sm-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-16 {
    padding-right: 16rem !important;
  }
  .pe-sm-17 {
    padding-right: 17rem !important;
  }
  .pe-sm-18 {
    padding-right: 18rem !important;
  }
  .pe-sm-19 {
    padding-right: 19rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 11rem !important;
  }
  .ps-sm-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 12rem !important;
  }
  .ps-sm-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 13rem !important;
  }
  .ps-sm-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 14rem !important;
  }
  .ps-sm-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-16 {
    padding-left: 16rem !important;
  }
  .ps-sm-17 {
    padding-left: 17rem !important;
  }
  .ps-sm-18 {
    padding-left: 18rem !important;
  }
  .ps-sm-19 {
    padding-left: 19rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .container-sm-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-sm-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-sm-end {
    margin-right: var(--container-margin-x) !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .maxw-md-50 {
    max-width: 50% !important;
  }
  .maxw-md-100 {
    max-width: 100% !important;
  }
  .maxw-md-none {
    max-width: none !important;
  }
  .maxh-md-mobile {
    max-height: 15rem !important;
  }
  .maxh-md-tablet {
    max-height: 30rem !important;
  }
  .maxh-md-desktop {
    max-height: 45rem !important;
  }
  .maxh-md-none {
    max-height: none !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0-5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1-5 {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2-5 {
    margin: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3-5 {
    margin: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-4-5 {
    margin: 4.5rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-5-5 {
    margin: 5.5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-6-5 {
    margin: 6.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-7-5 {
    margin: 7.5rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-8-5 {
    margin: 8.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-9-5 {
    margin: 9.5rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-10-5 {
    margin: 10.5rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .m-md-11-5 {
    margin: 11.5rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-12-5 {
    margin: 12.5rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .m-md-13-5 {
    margin: 13.5rem !important;
  }
  .m-md-14 {
    margin: 14rem !important;
  }
  .m-md-14-5 {
    margin: 14.5rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .m-md-17 {
    margin: 17rem !important;
  }
  .m-md-18 {
    margin: 18rem !important;
  }
  .m-md-19 {
    margin: 19rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-md-11 {
    margin-top: 11rem !important;
  }
  .mt-md-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  .mt-md-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-md-14 {
    margin-top: 14rem !important;
  }
  .mt-md-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-16 {
    margin-top: 16rem !important;
  }
  .mt-md-17 {
    margin-top: 17rem !important;
  }
  .mt-md-18 {
    margin-top: 18rem !important;
  }
  .mt-md-19 {
    margin-top: 19rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-md-11 {
    margin-right: 11rem !important;
  }
  .me-md-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-md-13 {
    margin-right: 13rem !important;
  }
  .me-md-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-md-14 {
    margin-right: 14rem !important;
  }
  .me-md-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-16 {
    margin-right: 16rem !important;
  }
  .me-md-17 {
    margin-right: 17rem !important;
  }
  .me-md-18 {
    margin-right: 18rem !important;
  }
  .me-md-19 {
    margin-right: 19rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 11rem !important;
  }
  .mb-md-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
  .mb-md-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 14rem !important;
  }
  .mb-md-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-16 {
    margin-bottom: 16rem !important;
  }
  .mb-md-17 {
    margin-bottom: 17rem !important;
  }
  .mb-md-18 {
    margin-bottom: 18rem !important;
  }
  .mb-md-19 {
    margin-bottom: 19rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-md-11 {
    margin-left: 11rem !important;
  }
  .ms-md-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-md-13 {
    margin-left: 13rem !important;
  }
  .ms-md-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-md-14 {
    margin-left: 14rem !important;
  }
  .ms-md-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-16 {
    margin-left: 16rem !important;
  }
  .ms-md-17 {
    margin-left: 17rem !important;
  }
  .ms-md-18 {
    margin-left: 18rem !important;
  }
  .ms-md-19 {
    margin-left: 19rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n0-5 {
    margin: -0.5rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n1-5 {
    margin: -1.5rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n2-5 {
    margin: -2.5rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n3-5 {
    margin: -3.5rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n4-5 {
    margin: -4.5rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n5-5 {
    margin: -5.5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n6-5 {
    margin: -6.5rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .m-md-n7-5 {
    margin: -7.5rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .m-md-n8-5 {
    margin: -8.5rem !important;
  }
  .m-md-n9 {
    margin: -9rem !important;
  }
  .m-md-n9-5 {
    margin: -9.5rem !important;
  }
  .m-md-n10 {
    margin: -10rem !important;
  }
  .m-md-n10-5 {
    margin: -10.5rem !important;
  }
  .m-md-n11 {
    margin: -11rem !important;
  }
  .m-md-n11-5 {
    margin: -11.5rem !important;
  }
  .m-md-n12 {
    margin: -12rem !important;
  }
  .m-md-n12-5 {
    margin: -12.5rem !important;
  }
  .m-md-n13 {
    margin: -13rem !important;
  }
  .m-md-n13-5 {
    margin: -13.5rem !important;
  }
  .m-md-n14 {
    margin: -14rem !important;
  }
  .m-md-n14-5 {
    margin: -14.5rem !important;
  }
  .m-md-n15 {
    margin: -15rem !important;
  }
  .m-md-n16 {
    margin: -16rem !important;
  }
  .m-md-n17 {
    margin: -17rem !important;
  }
  .m-md-n18 {
    margin: -18rem !important;
  }
  .m-md-n19 {
    margin: -19rem !important;
  }
  .m-md-n20 {
    margin: -20rem !important;
  }
  .mx-md-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-md-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-md-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-md-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-md-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-md-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-md-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-md-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-md-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-md-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-md-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-md-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-md-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-md-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-md-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-md-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-md-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-md-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-md-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-md-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-md-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-md-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-md-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-md-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-md-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-md-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -7rem !important;
  }
  .mt-md-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n8 {
    margin-top: -8rem !important;
  }
  .mt-md-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-md-n9 {
    margin-top: -9rem !important;
  }
  .mt-md-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-md-n10 {
    margin-top: -10rem !important;
  }
  .mt-md-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -11rem !important;
  }
  .mt-md-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-md-n12 {
    margin-top: -12rem !important;
  }
  .mt-md-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -13rem !important;
  }
  .mt-md-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-md-n14 {
    margin-top: -14rem !important;
  }
  .mt-md-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-md-n15 {
    margin-top: -15rem !important;
  }
  .mt-md-n16 {
    margin-top: -16rem !important;
  }
  .mt-md-n17 {
    margin-top: -17rem !important;
  }
  .mt-md-n18 {
    margin-top: -18rem !important;
  }
  .mt-md-n19 {
    margin-top: -19rem !important;
  }
  .mt-md-n20 {
    margin-top: -20rem !important;
  }
  .me-md-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-md-n7 {
    margin-right: -7rem !important;
  }
  .me-md-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-md-n8 {
    margin-right: -8rem !important;
  }
  .me-md-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-md-n9 {
    margin-right: -9rem !important;
  }
  .me-md-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-md-n10 {
    margin-right: -10rem !important;
  }
  .me-md-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-md-n11 {
    margin-right: -11rem !important;
  }
  .me-md-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-md-n12 {
    margin-right: -12rem !important;
  }
  .me-md-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-md-n13 {
    margin-right: -13rem !important;
  }
  .me-md-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-md-n14 {
    margin-right: -14rem !important;
  }
  .me-md-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-md-n15 {
    margin-right: -15rem !important;
  }
  .me-md-n16 {
    margin-right: -16rem !important;
  }
  .me-md-n17 {
    margin-right: -17rem !important;
  }
  .me-md-n18 {
    margin-right: -18rem !important;
  }
  .me-md-n19 {
    margin-right: -19rem !important;
  }
  .me-md-n20 {
    margin-right: -20rem !important;
  }
  .mb-md-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-md-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-md-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-md-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-md-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-md-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -7rem !important;
  }
  .ms-md-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n8 {
    margin-left: -8rem !important;
  }
  .ms-md-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-md-n9 {
    margin-left: -9rem !important;
  }
  .ms-md-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-md-n10 {
    margin-left: -10rem !important;
  }
  .ms-md-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-md-n11 {
    margin-left: -11rem !important;
  }
  .ms-md-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-md-n12 {
    margin-left: -12rem !important;
  }
  .ms-md-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -13rem !important;
  }
  .ms-md-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-md-n14 {
    margin-left: -14rem !important;
  }
  .ms-md-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-md-n15 {
    margin-left: -15rem !important;
  }
  .ms-md-n16 {
    margin-left: -16rem !important;
  }
  .ms-md-n17 {
    margin-left: -17rem !important;
  }
  .ms-md-n18 {
    margin-left: -18rem !important;
  }
  .ms-md-n19 {
    margin-left: -19rem !important;
  }
  .ms-md-n20 {
    margin-left: -20rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0-5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1-5 {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2-5 {
    padding: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3-5 {
    padding: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-4-5 {
    padding: 4.5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-5-5 {
    padding: 5.5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-6-5 {
    padding: 6.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-7-5 {
    padding: 7.5rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-8-5 {
    padding: 8.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-9-5 {
    padding: 9.5rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-10-5 {
    padding: 10.5rem !important;
  }
  .p-md-11 {
    padding: 11rem !important;
  }
  .p-md-11-5 {
    padding: 11.5rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-12-5 {
    padding: 12.5rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .p-md-13-5 {
    padding: 13.5rem !important;
  }
  .p-md-14 {
    padding: 14rem !important;
  }
  .p-md-14-5 {
    padding: 14.5rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-16 {
    padding: 16rem !important;
  }
  .p-md-17 {
    padding: 17rem !important;
  }
  .p-md-18 {
    padding: 18rem !important;
  }
  .p-md-19 {
    padding: 19rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-md-11 {
    padding-top: 11rem !important;
  }
  .pt-md-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  .pt-md-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-md-14 {
    padding-top: 14rem !important;
  }
  .pt-md-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-16 {
    padding-top: 16rem !important;
  }
  .pt-md-17 {
    padding-top: 17rem !important;
  }
  .pt-md-18 {
    padding-top: 18rem !important;
  }
  .pt-md-19 {
    padding-top: 19rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-md-11 {
    padding-right: 11rem !important;
  }
  .pe-md-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-md-13 {
    padding-right: 13rem !important;
  }
  .pe-md-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-md-14 {
    padding-right: 14rem !important;
  }
  .pe-md-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-16 {
    padding-right: 16rem !important;
  }
  .pe-md-17 {
    padding-right: 17rem !important;
  }
  .pe-md-18 {
    padding-right: 18rem !important;
  }
  .pe-md-19 {
    padding-right: 19rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
  .pb-md-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  .pb-md-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 14rem !important;
  }
  .pb-md-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-16 {
    padding-bottom: 16rem !important;
  }
  .pb-md-17 {
    padding-bottom: 17rem !important;
  }
  .pb-md-18 {
    padding-bottom: 18rem !important;
  }
  .pb-md-19 {
    padding-bottom: 19rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-md-11 {
    padding-left: 11rem !important;
  }
  .ps-md-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-md-13 {
    padding-left: 13rem !important;
  }
  .ps-md-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-md-14 {
    padding-left: 14rem !important;
  }
  .ps-md-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-16 {
    padding-left: 16rem !important;
  }
  .ps-md-17 {
    padding-left: 17rem !important;
  }
  .ps-md-18 {
    padding-left: 18rem !important;
  }
  .ps-md-19 {
    padding-left: 19rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .container-md-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-md-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-md-end {
    margin-right: var(--container-margin-x) !important;
  }
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .maxw-lg-50 {
    max-width: 50% !important;
  }
  .maxw-lg-100 {
    max-width: 100% !important;
  }
  .maxw-lg-none {
    max-width: none !important;
  }
  .maxh-lg-mobile {
    max-height: 15rem !important;
  }
  .maxh-lg-tablet {
    max-height: 30rem !important;
  }
  .maxh-lg-desktop {
    max-height: 45rem !important;
  }
  .maxh-lg-none {
    max-height: none !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0-5 {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1-5 {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2-5 {
    margin: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3-5 {
    margin: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-4-5 {
    margin: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-5-5 {
    margin: 5.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-6-5 {
    margin: 6.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-7-5 {
    margin: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-8-5 {
    margin: 8.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-9-5 {
    margin: 9.5rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-10-5 {
    margin: 10.5rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .m-lg-11-5 {
    margin: 11.5rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .m-lg-12-5 {
    margin: 12.5rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .m-lg-13-5 {
    margin: 13.5rem !important;
  }
  .m-lg-14 {
    margin: 14rem !important;
  }
  .m-lg-14-5 {
    margin: 14.5rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .m-lg-17 {
    margin: 17rem !important;
  }
  .m-lg-18 {
    margin: 18rem !important;
  }
  .m-lg-19 {
    margin: 19rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 11rem !important;
  }
  .mt-lg-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  .mt-lg-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  .mt-lg-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 14rem !important;
  }
  .mt-lg-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-16 {
    margin-top: 16rem !important;
  }
  .mt-lg-17 {
    margin-top: 17rem !important;
  }
  .mt-lg-18 {
    margin-top: 18rem !important;
  }
  .mt-lg-19 {
    margin-top: 19rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-lg-11 {
    margin-right: 11rem !important;
  }
  .me-lg-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-lg-12 {
    margin-right: 12rem !important;
  }
  .me-lg-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-lg-13 {
    margin-right: 13rem !important;
  }
  .me-lg-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-lg-14 {
    margin-right: 14rem !important;
  }
  .me-lg-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-16 {
    margin-right: 16rem !important;
  }
  .me-lg-17 {
    margin-right: 17rem !important;
  }
  .me-lg-18 {
    margin-right: 18rem !important;
  }
  .me-lg-19 {
    margin-right: 19rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 11rem !important;
  }
  .ms-lg-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 12rem !important;
  }
  .ms-lg-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 13rem !important;
  }
  .ms-lg-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 14rem !important;
  }
  .ms-lg-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-16 {
    margin-left: 16rem !important;
  }
  .ms-lg-17 {
    margin-left: 17rem !important;
  }
  .ms-lg-18 {
    margin-left: 18rem !important;
  }
  .ms-lg-19 {
    margin-left: 19rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n0-5 {
    margin: -0.5rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n1-5 {
    margin: -1.5rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n2-5 {
    margin: -2.5rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n3-5 {
    margin: -3.5rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n4-5 {
    margin: -4.5rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n5-5 {
    margin: -5.5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n6-5 {
    margin: -6.5rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .m-lg-n7-5 {
    margin: -7.5rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .m-lg-n8-5 {
    margin: -8.5rem !important;
  }
  .m-lg-n9 {
    margin: -9rem !important;
  }
  .m-lg-n9-5 {
    margin: -9.5rem !important;
  }
  .m-lg-n10 {
    margin: -10rem !important;
  }
  .m-lg-n10-5 {
    margin: -10.5rem !important;
  }
  .m-lg-n11 {
    margin: -11rem !important;
  }
  .m-lg-n11-5 {
    margin: -11.5rem !important;
  }
  .m-lg-n12 {
    margin: -12rem !important;
  }
  .m-lg-n12-5 {
    margin: -12.5rem !important;
  }
  .m-lg-n13 {
    margin: -13rem !important;
  }
  .m-lg-n13-5 {
    margin: -13.5rem !important;
  }
  .m-lg-n14 {
    margin: -14rem !important;
  }
  .m-lg-n14-5 {
    margin: -14.5rem !important;
  }
  .m-lg-n15 {
    margin: -15rem !important;
  }
  .m-lg-n16 {
    margin: -16rem !important;
  }
  .m-lg-n17 {
    margin: -17rem !important;
  }
  .m-lg-n18 {
    margin: -18rem !important;
  }
  .m-lg-n19 {
    margin: -19rem !important;
  }
  .m-lg-n20 {
    margin: -20rem !important;
  }
  .mx-lg-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-lg-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-lg-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-lg-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-lg-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-lg-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-lg-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-lg-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-lg-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-lg-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-lg-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-lg-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-lg-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-lg-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-lg-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-lg-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-lg-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-lg-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-lg-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-lg-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-lg-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-lg-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-lg-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-lg-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-lg-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -7rem !important;
  }
  .mt-lg-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n8 {
    margin-top: -8rem !important;
  }
  .mt-lg-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -9rem !important;
  }
  .mt-lg-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-lg-n10 {
    margin-top: -10rem !important;
  }
  .mt-lg-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -11rem !important;
  }
  .mt-lg-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-lg-n12 {
    margin-top: -12rem !important;
  }
  .mt-lg-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -13rem !important;
  }
  .mt-lg-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-lg-n14 {
    margin-top: -14rem !important;
  }
  .mt-lg-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-lg-n15 {
    margin-top: -15rem !important;
  }
  .mt-lg-n16 {
    margin-top: -16rem !important;
  }
  .mt-lg-n17 {
    margin-top: -17rem !important;
  }
  .mt-lg-n18 {
    margin-top: -18rem !important;
  }
  .mt-lg-n19 {
    margin-top: -19rem !important;
  }
  .mt-lg-n20 {
    margin-top: -20rem !important;
  }
  .me-lg-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -7rem !important;
  }
  .me-lg-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n8 {
    margin-right: -8rem !important;
  }
  .me-lg-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-lg-n9 {
    margin-right: -9rem !important;
  }
  .me-lg-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-lg-n10 {
    margin-right: -10rem !important;
  }
  .me-lg-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-lg-n11 {
    margin-right: -11rem !important;
  }
  .me-lg-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-lg-n12 {
    margin-right: -12rem !important;
  }
  .me-lg-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -13rem !important;
  }
  .me-lg-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-lg-n14 {
    margin-right: -14rem !important;
  }
  .me-lg-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-lg-n15 {
    margin-right: -15rem !important;
  }
  .me-lg-n16 {
    margin-right: -16rem !important;
  }
  .me-lg-n17 {
    margin-right: -17rem !important;
  }
  .me-lg-n18 {
    margin-right: -18rem !important;
  }
  .me-lg-n19 {
    margin-right: -19rem !important;
  }
  .me-lg-n20 {
    margin-right: -20rem !important;
  }
  .mb-lg-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-lg-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-lg-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-lg-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-lg-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-lg-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -7rem !important;
  }
  .ms-lg-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n8 {
    margin-left: -8rem !important;
  }
  .ms-lg-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -9rem !important;
  }
  .ms-lg-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-lg-n10 {
    margin-left: -10rem !important;
  }
  .ms-lg-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -11rem !important;
  }
  .ms-lg-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-lg-n12 {
    margin-left: -12rem !important;
  }
  .ms-lg-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -13rem !important;
  }
  .ms-lg-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-lg-n14 {
    margin-left: -14rem !important;
  }
  .ms-lg-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-lg-n15 {
    margin-left: -15rem !important;
  }
  .ms-lg-n16 {
    margin-left: -16rem !important;
  }
  .ms-lg-n17 {
    margin-left: -17rem !important;
  }
  .ms-lg-n18 {
    margin-left: -18rem !important;
  }
  .ms-lg-n19 {
    margin-left: -19rem !important;
  }
  .ms-lg-n20 {
    margin-left: -20rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0-5 {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1-5 {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2-5 {
    padding: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3-5 {
    padding: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-4-5 {
    padding: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-5-5 {
    padding: 5.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-6-5 {
    padding: 6.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-7-5 {
    padding: 7.5rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-8-5 {
    padding: 8.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-9-5 {
    padding: 9.5rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-10-5 {
    padding: 10.5rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .p-lg-11-5 {
    padding: 11.5rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .p-lg-12-5 {
    padding: 12.5rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .p-lg-13-5 {
    padding: 13.5rem !important;
  }
  .p-lg-14 {
    padding: 14rem !important;
  }
  .p-lg-14-5 {
    padding: 14.5rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .p-lg-17 {
    padding: 17rem !important;
  }
  .p-lg-18 {
    padding: 18rem !important;
  }
  .p-lg-19 {
    padding: 19rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  .pt-lg-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  .pt-lg-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pt-lg-17 {
    padding-top: 17rem !important;
  }
  .pt-lg-18 {
    padding-top: 18rem !important;
  }
  .pt-lg-19 {
    padding-top: 19rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 11rem !important;
  }
  .pe-lg-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pe-lg-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 13rem !important;
  }
  .pe-lg-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 14rem !important;
  }
  .pe-lg-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-16 {
    padding-right: 16rem !important;
  }
  .pe-lg-17 {
    padding-right: 17rem !important;
  }
  .pe-lg-18 {
    padding-right: 18rem !important;
  }
  .pe-lg-19 {
    padding-right: 19rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 11rem !important;
  }
  .ps-lg-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 12rem !important;
  }
  .ps-lg-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 13rem !important;
  }
  .ps-lg-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 14rem !important;
  }
  .ps-lg-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-16 {
    padding-left: 16rem !important;
  }
  .ps-lg-17 {
    padding-left: 17rem !important;
  }
  .ps-lg-18 {
    padding-left: 18rem !important;
  }
  .ps-lg-19 {
    padding-left: 19rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .container-lg-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-lg-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-lg-end {
    margin-right: var(--container-margin-x) !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .maxw-xl-50 {
    max-width: 50% !important;
  }
  .maxw-xl-100 {
    max-width: 100% !important;
  }
  .maxw-xl-none {
    max-width: none !important;
  }
  .maxh-xl-mobile {
    max-height: 15rem !important;
  }
  .maxh-xl-tablet {
    max-height: 30rem !important;
  }
  .maxh-xl-desktop {
    max-height: 45rem !important;
  }
  .maxh-xl-none {
    max-height: none !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0-5 {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1-5 {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-2-5 {
    margin: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-3-5 {
    margin: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-4-5 {
    margin: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-5-5 {
    margin: 5.5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-6-5 {
    margin: 6.5rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-7-5 {
    margin: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-8-5 {
    margin: 8.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-9-5 {
    margin: 9.5rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-10-5 {
    margin: 10.5rem !important;
  }
  .m-xl-11 {
    margin: 11rem !important;
  }
  .m-xl-11-5 {
    margin: 11.5rem !important;
  }
  .m-xl-12 {
    margin: 12rem !important;
  }
  .m-xl-12-5 {
    margin: 12.5rem !important;
  }
  .m-xl-13 {
    margin: 13rem !important;
  }
  .m-xl-13-5 {
    margin: 13.5rem !important;
  }
  .m-xl-14 {
    margin: 14rem !important;
  }
  .m-xl-14-5 {
    margin: 14.5rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-16 {
    margin: 16rem !important;
  }
  .m-xl-17 {
    margin: 17rem !important;
  }
  .m-xl-18 {
    margin: 18rem !important;
  }
  .m-xl-19 {
    margin: 19rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 11rem !important;
  }
  .mt-xl-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 12rem !important;
  }
  .mt-xl-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
  .mt-xl-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 14rem !important;
  }
  .mt-xl-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-16 {
    margin-top: 16rem !important;
  }
  .mt-xl-17 {
    margin-top: 17rem !important;
  }
  .mt-xl-18 {
    margin-top: 18rem !important;
  }
  .mt-xl-19 {
    margin-top: 19rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-xl-11 {
    margin-right: 11rem !important;
  }
  .me-xl-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-xl-12 {
    margin-right: 12rem !important;
  }
  .me-xl-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-xl-13 {
    margin-right: 13rem !important;
  }
  .me-xl-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-xl-14 {
    margin-right: 14rem !important;
  }
  .me-xl-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-16 {
    margin-right: 16rem !important;
  }
  .me-xl-17 {
    margin-right: 17rem !important;
  }
  .me-xl-18 {
    margin-right: 18rem !important;
  }
  .me-xl-19 {
    margin-right: 19rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 11rem !important;
  }
  .ms-xl-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 12rem !important;
  }
  .ms-xl-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 13rem !important;
  }
  .ms-xl-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 14rem !important;
  }
  .ms-xl-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-16 {
    margin-left: 16rem !important;
  }
  .ms-xl-17 {
    margin-left: 17rem !important;
  }
  .ms-xl-18 {
    margin-left: 18rem !important;
  }
  .ms-xl-19 {
    margin-left: 19rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n0-5 {
    margin: -0.5rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n1-5 {
    margin: -1.5rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n2-5 {
    margin: -2.5rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n3-5 {
    margin: -3.5rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n4-5 {
    margin: -4.5rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n5-5 {
    margin: -5.5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n6-5 {
    margin: -6.5rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .m-xl-n7-5 {
    margin: -7.5rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .m-xl-n8-5 {
    margin: -8.5rem !important;
  }
  .m-xl-n9 {
    margin: -9rem !important;
  }
  .m-xl-n9-5 {
    margin: -9.5rem !important;
  }
  .m-xl-n10 {
    margin: -10rem !important;
  }
  .m-xl-n10-5 {
    margin: -10.5rem !important;
  }
  .m-xl-n11 {
    margin: -11rem !important;
  }
  .m-xl-n11-5 {
    margin: -11.5rem !important;
  }
  .m-xl-n12 {
    margin: -12rem !important;
  }
  .m-xl-n12-5 {
    margin: -12.5rem !important;
  }
  .m-xl-n13 {
    margin: -13rem !important;
  }
  .m-xl-n13-5 {
    margin: -13.5rem !important;
  }
  .m-xl-n14 {
    margin: -14rem !important;
  }
  .m-xl-n14-5 {
    margin: -14.5rem !important;
  }
  .m-xl-n15 {
    margin: -15rem !important;
  }
  .m-xl-n16 {
    margin: -16rem !important;
  }
  .m-xl-n17 {
    margin: -17rem !important;
  }
  .m-xl-n18 {
    margin: -18rem !important;
  }
  .m-xl-n19 {
    margin: -19rem !important;
  }
  .m-xl-n20 {
    margin: -20rem !important;
  }
  .mx-xl-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xl-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xl-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xl-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xl-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xl-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xl-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xl-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xl-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xl-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xl-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xl-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xl-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xl-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-xl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xl-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -11rem !important;
  }
  .mt-xl-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-xl-n12 {
    margin-top: -12rem !important;
  }
  .mt-xl-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -13rem !important;
  }
  .mt-xl-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-xl-n14 {
    margin-top: -14rem !important;
  }
  .mt-xl-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-xl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xl-n16 {
    margin-top: -16rem !important;
  }
  .mt-xl-n17 {
    margin-top: -17rem !important;
  }
  .mt-xl-n18 {
    margin-top: -18rem !important;
  }
  .mt-xl-n19 {
    margin-top: -19rem !important;
  }
  .mt-xl-n20 {
    margin-top: -20rem !important;
  }
  .me-xl-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -7rem !important;
  }
  .me-xl-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n8 {
    margin-right: -8rem !important;
  }
  .me-xl-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-xl-n9 {
    margin-right: -9rem !important;
  }
  .me-xl-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-xl-n10 {
    margin-right: -10rem !important;
  }
  .me-xl-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-xl-n11 {
    margin-right: -11rem !important;
  }
  .me-xl-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-xl-n12 {
    margin-right: -12rem !important;
  }
  .me-xl-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -13rem !important;
  }
  .me-xl-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-xl-n14 {
    margin-right: -14rem !important;
  }
  .me-xl-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-xl-n15 {
    margin-right: -15rem !important;
  }
  .me-xl-n16 {
    margin-right: -16rem !important;
  }
  .me-xl-n17 {
    margin-right: -17rem !important;
  }
  .me-xl-n18 {
    margin-right: -18rem !important;
  }
  .me-xl-n19 {
    margin-right: -19rem !important;
  }
  .me-xl-n20 {
    margin-right: -20rem !important;
  }
  .mb-xl-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-xl-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-xl-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-xl-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-xl-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-xl-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xl-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xl-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xl-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-xl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xl-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -11rem !important;
  }
  .ms-xl-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-xl-n12 {
    margin-left: -12rem !important;
  }
  .ms-xl-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -13rem !important;
  }
  .ms-xl-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-xl-n14 {
    margin-left: -14rem !important;
  }
  .ms-xl-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-xl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xl-n16 {
    margin-left: -16rem !important;
  }
  .ms-xl-n17 {
    margin-left: -17rem !important;
  }
  .ms-xl-n18 {
    margin-left: -18rem !important;
  }
  .ms-xl-n19 {
    margin-left: -19rem !important;
  }
  .ms-xl-n20 {
    margin-left: -20rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0-5 {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1-5 {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-2-5 {
    padding: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-3-5 {
    padding: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-4-5 {
    padding: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-5-5 {
    padding: 5.5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-6-5 {
    padding: 6.5rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-7-5 {
    padding: 7.5rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-8-5 {
    padding: 8.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-9-5 {
    padding: 9.5rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-10-5 {
    padding: 10.5rem !important;
  }
  .p-xl-11 {
    padding: 11rem !important;
  }
  .p-xl-11-5 {
    padding: 11.5rem !important;
  }
  .p-xl-12 {
    padding: 12rem !important;
  }
  .p-xl-12-5 {
    padding: 12.5rem !important;
  }
  .p-xl-13 {
    padding: 13rem !important;
  }
  .p-xl-13-5 {
    padding: 13.5rem !important;
  }
  .p-xl-14 {
    padding: 14rem !important;
  }
  .p-xl-14-5 {
    padding: 14.5rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-16 {
    padding: 16rem !important;
  }
  .p-xl-17 {
    padding: 17rem !important;
  }
  .p-xl-18 {
    padding: 18rem !important;
  }
  .p-xl-19 {
    padding: 19rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 11rem !important;
  }
  .pt-xl-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 12rem !important;
  }
  .pt-xl-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 13rem !important;
  }
  .pt-xl-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 14rem !important;
  }
  .pt-xl-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-16 {
    padding-top: 16rem !important;
  }
  .pt-xl-17 {
    padding-top: 17rem !important;
  }
  .pt-xl-18 {
    padding-top: 18rem !important;
  }
  .pt-xl-19 {
    padding-top: 19rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 11rem !important;
  }
  .pe-xl-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 12rem !important;
  }
  .pe-xl-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 13rem !important;
  }
  .pe-xl-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 14rem !important;
  }
  .pe-xl-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-16 {
    padding-right: 16rem !important;
  }
  .pe-xl-17 {
    padding-right: 17rem !important;
  }
  .pe-xl-18 {
    padding-right: 18rem !important;
  }
  .pe-xl-19 {
    padding-right: 19rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 11rem !important;
  }
  .ps-xl-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 12rem !important;
  }
  .ps-xl-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 13rem !important;
  }
  .ps-xl-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 14rem !important;
  }
  .ps-xl-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-16 {
    padding-left: 16rem !important;
  }
  .ps-xl-17 {
    padding-left: 17rem !important;
  }
  .ps-xl-18 {
    padding-left: 18rem !important;
  }
  .ps-xl-19 {
    padding-left: 19rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .container-xl-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-xl-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-xl-end {
    margin-right: var(--container-margin-x) !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .maxw-xxl-50 {
    max-width: 50% !important;
  }
  .maxw-xxl-100 {
    max-width: 100% !important;
  }
  .maxw-xxl-none {
    max-width: none !important;
  }
  .maxh-xxl-mobile {
    max-height: 15rem !important;
  }
  .maxh-xxl-tablet {
    max-height: 30rem !important;
  }
  .maxh-xxl-desktop {
    max-height: 45rem !important;
  }
  .maxh-xxl-none {
    max-height: none !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0-5 {
    margin: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-1-5 {
    margin: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-2-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-3-5 {
    margin: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-4-5 {
    margin: 4.5rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-5-5 {
    margin: 5.5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-6-5 {
    margin: 6.5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-7-5 {
    margin: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-8-5 {
    margin: 8.5rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-9-5 {
    margin: 9.5rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-10-5 {
    margin: 10.5rem !important;
  }
  .m-xxl-11 {
    margin: 11rem !important;
  }
  .m-xxl-11-5 {
    margin: 11.5rem !important;
  }
  .m-xxl-12 {
    margin: 12rem !important;
  }
  .m-xxl-12-5 {
    margin: 12.5rem !important;
  }
  .m-xxl-13 {
    margin: 13rem !important;
  }
  .m-xxl-13-5 {
    margin: 13.5rem !important;
  }
  .m-xxl-14 {
    margin: 14rem !important;
  }
  .m-xxl-14-5 {
    margin: 14.5rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-16 {
    margin: 16rem !important;
  }
  .m-xxl-17 {
    margin: 17rem !important;
  }
  .m-xxl-18 {
    margin: 18rem !important;
  }
  .m-xxl-19 {
    margin: 19rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 11rem !important;
  }
  .mt-xxl-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 12rem !important;
  }
  .mt-xxl-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 13rem !important;
  }
  .mt-xxl-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 14rem !important;
  }
  .mt-xxl-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-16 {
    margin-top: 16rem !important;
  }
  .mt-xxl-17 {
    margin-top: 17rem !important;
  }
  .mt-xxl-18 {
    margin-top: 18rem !important;
  }
  .mt-xxl-19 {
    margin-top: 19rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 11rem !important;
  }
  .me-xxl-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 12rem !important;
  }
  .me-xxl-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 13rem !important;
  }
  .me-xxl-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 14rem !important;
  }
  .me-xxl-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-16 {
    margin-right: 16rem !important;
  }
  .me-xxl-17 {
    margin-right: 17rem !important;
  }
  .me-xxl-18 {
    margin-right: 18rem !important;
  }
  .me-xxl-19 {
    margin-right: 19rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 11rem !important;
  }
  .ms-xxl-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 12rem !important;
  }
  .ms-xxl-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 13rem !important;
  }
  .ms-xxl-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 14rem !important;
  }
  .ms-xxl-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-16 {
    margin-left: 16rem !important;
  }
  .ms-xxl-17 {
    margin-left: 17rem !important;
  }
  .ms-xxl-18 {
    margin-left: 18rem !important;
  }
  .ms-xxl-19 {
    margin-left: 19rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n0-5 {
    margin: -0.5rem !important;
  }
  .m-xxl-n1 {
    margin: -1rem !important;
  }
  .m-xxl-n1-5 {
    margin: -1.5rem !important;
  }
  .m-xxl-n2 {
    margin: -2rem !important;
  }
  .m-xxl-n2-5 {
    margin: -2.5rem !important;
  }
  .m-xxl-n3 {
    margin: -3rem !important;
  }
  .m-xxl-n3-5 {
    margin: -3.5rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .m-xxl-n4-5 {
    margin: -4.5rem !important;
  }
  .m-xxl-n5 {
    margin: -5rem !important;
  }
  .m-xxl-n5-5 {
    margin: -5.5rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n6-5 {
    margin: -6.5rem !important;
  }
  .m-xxl-n7 {
    margin: -7rem !important;
  }
  .m-xxl-n7-5 {
    margin: -7.5rem !important;
  }
  .m-xxl-n8 {
    margin: -8rem !important;
  }
  .m-xxl-n8-5 {
    margin: -8.5rem !important;
  }
  .m-xxl-n9 {
    margin: -9rem !important;
  }
  .m-xxl-n9-5 {
    margin: -9.5rem !important;
  }
  .m-xxl-n10 {
    margin: -10rem !important;
  }
  .m-xxl-n10-5 {
    margin: -10.5rem !important;
  }
  .m-xxl-n11 {
    margin: -11rem !important;
  }
  .m-xxl-n11-5 {
    margin: -11.5rem !important;
  }
  .m-xxl-n12 {
    margin: -12rem !important;
  }
  .m-xxl-n12-5 {
    margin: -12.5rem !important;
  }
  .m-xxl-n13 {
    margin: -13rem !important;
  }
  .m-xxl-n13-5 {
    margin: -13.5rem !important;
  }
  .m-xxl-n14 {
    margin: -14rem !important;
  }
  .m-xxl-n14-5 {
    margin: -14.5rem !important;
  }
  .m-xxl-n15 {
    margin: -15rem !important;
  }
  .m-xxl-n16 {
    margin: -16rem !important;
  }
  .m-xxl-n17 {
    margin: -17rem !important;
  }
  .m-xxl-n18 {
    margin: -18rem !important;
  }
  .m-xxl-n19 {
    margin: -19rem !important;
  }
  .m-xxl-n20 {
    margin: -20rem !important;
  }
  .mx-xxl-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxl-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxl-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxl-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxl-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxl-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xxl-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xxl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxl-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxl-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xxl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxl-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xxl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xxl-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxl-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxl-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxl-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxl-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxl-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xxl-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xxl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxl-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxl-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xxl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxl-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xxl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xxl-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxl-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxl-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxl-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxl-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-xxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxl-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-xxl-n11 {
    margin-top: -11rem !important;
  }
  .mt-xxl-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-xxl-n12 {
    margin-top: -12rem !important;
  }
  .mt-xxl-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n13 {
    margin-top: -13rem !important;
  }
  .mt-xxl-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-xxl-n14 {
    margin-top: -14rem !important;
  }
  .mt-xxl-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxl-n16 {
    margin-top: -16rem !important;
  }
  .mt-xxl-n17 {
    margin-top: -17rem !important;
  }
  .mt-xxl-n18 {
    margin-top: -18rem !important;
  }
  .mt-xxl-n19 {
    margin-top: -19rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -20rem !important;
  }
  .me-xxl-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxl-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxl-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxl-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-xxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxl-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxl-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-xxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxl-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxl-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-xxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxl-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-xxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxl-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-xxl-n11 {
    margin-right: -11rem !important;
  }
  .me-xxl-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-xxl-n12 {
    margin-right: -12rem !important;
  }
  .me-xxl-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n13 {
    margin-right: -13rem !important;
  }
  .me-xxl-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-xxl-n14 {
    margin-right: -14rem !important;
  }
  .me-xxl-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-xxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxl-n16 {
    margin-right: -16rem !important;
  }
  .me-xxl-n17 {
    margin-right: -17rem !important;
  }
  .me-xxl-n18 {
    margin-right: -18rem !important;
  }
  .me-xxl-n19 {
    margin-right: -19rem !important;
  }
  .me-xxl-n20 {
    margin-right: -20rem !important;
  }
  .mb-xxl-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxl-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxl-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxl-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxl-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxl-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxl-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-xxl-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-xxl-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-xxl-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xxl-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-xxl-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxl-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-xxl-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-xxl-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-xxl-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-xxl-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxl-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxl-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxl-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxl-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-xxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxl-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-xxl-n11 {
    margin-left: -11rem !important;
  }
  .ms-xxl-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-xxl-n12 {
    margin-left: -12rem !important;
  }
  .ms-xxl-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n13 {
    margin-left: -13rem !important;
  }
  .ms-xxl-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-xxl-n14 {
    margin-left: -14rem !important;
  }
  .ms-xxl-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxl-n16 {
    margin-left: -16rem !important;
  }
  .ms-xxl-n17 {
    margin-left: -17rem !important;
  }
  .ms-xxl-n18 {
    margin-left: -18rem !important;
  }
  .ms-xxl-n19 {
    margin-left: -19rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -20rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0-5 {
    padding: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-1-5 {
    padding: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-2-5 {
    padding: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-3-5 {
    padding: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-4-5 {
    padding: 4.5rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-5-5 {
    padding: 5.5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-6-5 {
    padding: 6.5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-7-5 {
    padding: 7.5rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-8-5 {
    padding: 8.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-9-5 {
    padding: 9.5rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-10-5 {
    padding: 10.5rem !important;
  }
  .p-xxl-11 {
    padding: 11rem !important;
  }
  .p-xxl-11-5 {
    padding: 11.5rem !important;
  }
  .p-xxl-12 {
    padding: 12rem !important;
  }
  .p-xxl-12-5 {
    padding: 12.5rem !important;
  }
  .p-xxl-13 {
    padding: 13rem !important;
  }
  .p-xxl-13-5 {
    padding: 13.5rem !important;
  }
  .p-xxl-14 {
    padding: 14rem !important;
  }
  .p-xxl-14-5 {
    padding: 14.5rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-16 {
    padding: 16rem !important;
  }
  .p-xxl-17 {
    padding: 17rem !important;
  }
  .p-xxl-18 {
    padding: 18rem !important;
  }
  .p-xxl-19 {
    padding: 19rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 11rem !important;
  }
  .pt-xxl-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 12rem !important;
  }
  .pt-xxl-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 13rem !important;
  }
  .pt-xxl-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 14rem !important;
  }
  .pt-xxl-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-16 {
    padding-top: 16rem !important;
  }
  .pt-xxl-17 {
    padding-top: 17rem !important;
  }
  .pt-xxl-18 {
    padding-top: 18rem !important;
  }
  .pt-xxl-19 {
    padding-top: 19rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 11rem !important;
  }
  .pe-xxl-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 12rem !important;
  }
  .pe-xxl-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 13rem !important;
  }
  .pe-xxl-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 14rem !important;
  }
  .pe-xxl-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-16 {
    padding-right: 16rem !important;
  }
  .pe-xxl-17 {
    padding-right: 17rem !important;
  }
  .pe-xxl-18 {
    padding-right: 18rem !important;
  }
  .pe-xxl-19 {
    padding-right: 19rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 11rem !important;
  }
  .ps-xxl-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 12rem !important;
  }
  .ps-xxl-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 13rem !important;
  }
  .ps-xxl-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 14rem !important;
  }
  .ps-xxl-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-16 {
    padding-left: 16rem !important;
  }
  .ps-xxl-17 {
    padding-left: 17rem !important;
  }
  .ps-xxl-18 {
    padding-left: 18rem !important;
  }
  .ps-xxl-19 {
    padding-left: 19rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .container-xxl-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-xxl-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-xxl-end {
    margin-right: var(--container-margin-x) !important;
  }
}

@media (min-width: 1600px) {
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .maxw-xxxl-50 {
    max-width: 50% !important;
  }
  .maxw-xxxl-100 {
    max-width: 100% !important;
  }
  .maxw-xxxl-none {
    max-width: none !important;
  }
  .maxh-xxxl-mobile {
    max-height: 15rem !important;
  }
  .maxh-xxxl-tablet {
    max-height: 30rem !important;
  }
  .maxh-xxxl-desktop {
    max-height: 45rem !important;
  }
  .maxh-xxxl-none {
    max-height: none !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-0-5 {
    margin: 0.5rem !important;
  }
  .m-xxxl-1 {
    margin: 1rem !important;
  }
  .m-xxxl-1-5 {
    margin: 1.5rem !important;
  }
  .m-xxxl-2 {
    margin: 2rem !important;
  }
  .m-xxxl-2-5 {
    margin: 2.5rem !important;
  }
  .m-xxxl-3 {
    margin: 3rem !important;
  }
  .m-xxxl-3-5 {
    margin: 3.5rem !important;
  }
  .m-xxxl-4 {
    margin: 4rem !important;
  }
  .m-xxxl-4-5 {
    margin: 4.5rem !important;
  }
  .m-xxxl-5 {
    margin: 5rem !important;
  }
  .m-xxxl-5-5 {
    margin: 5.5rem !important;
  }
  .m-xxxl-6 {
    margin: 6rem !important;
  }
  .m-xxxl-6-5 {
    margin: 6.5rem !important;
  }
  .m-xxxl-7 {
    margin: 7rem !important;
  }
  .m-xxxl-7-5 {
    margin: 7.5rem !important;
  }
  .m-xxxl-8 {
    margin: 8rem !important;
  }
  .m-xxxl-8-5 {
    margin: 8.5rem !important;
  }
  .m-xxxl-9 {
    margin: 9rem !important;
  }
  .m-xxxl-9-5 {
    margin: 9.5rem !important;
  }
  .m-xxxl-10 {
    margin: 10rem !important;
  }
  .m-xxxl-10-5 {
    margin: 10.5rem !important;
  }
  .m-xxxl-11 {
    margin: 11rem !important;
  }
  .m-xxxl-11-5 {
    margin: 11.5rem !important;
  }
  .m-xxxl-12 {
    margin: 12rem !important;
  }
  .m-xxxl-12-5 {
    margin: 12.5rem !important;
  }
  .m-xxxl-13 {
    margin: 13rem !important;
  }
  .m-xxxl-13-5 {
    margin: 13.5rem !important;
  }
  .m-xxxl-14 {
    margin: 14rem !important;
  }
  .m-xxxl-14-5 {
    margin: 14.5rem !important;
  }
  .m-xxxl-15 {
    margin: 15rem !important;
  }
  .m-xxxl-16 {
    margin: 16rem !important;
  }
  .m-xxxl-17 {
    margin: 17rem !important;
  }
  .m-xxxl-18 {
    margin: 18rem !important;
  }
  .m-xxxl-19 {
    margin: 19rem !important;
  }
  .m-xxxl-20 {
    margin: 20rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxxl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxxl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxxl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxxl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxxl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxxl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxxl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxxl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxxl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxxl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxxl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxxl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxxl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxxl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxxl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxxl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxxl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxxl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxxl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxxl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxxl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxxl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxxl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxxl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxxl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxxl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxxl-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxxl-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxxl-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-xxxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxxl-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-xxxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxxl-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-xxxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxxl-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-xxxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxxl-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-xxxl-11 {
    margin-top: 11rem !important;
  }
  .mt-xxxl-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-xxxl-12 {
    margin-top: 12rem !important;
  }
  .mt-xxxl-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-xxxl-13 {
    margin-top: 13rem !important;
  }
  .mt-xxxl-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-xxxl-14 {
    margin-top: 14rem !important;
  }
  .mt-xxxl-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-xxxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxxl-16 {
    margin-top: 16rem !important;
  }
  .mt-xxxl-17 {
    margin-top: 17rem !important;
  }
  .mt-xxxl-18 {
    margin-top: 18rem !important;
  }
  .mt-xxxl-19 {
    margin-top: 19rem !important;
  }
  .mt-xxxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxxl-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxxl-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxxl-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-xxxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxxl-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxxl-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-xxxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxxl-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-xxxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxxl-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-xxxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxxl-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-xxxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxxl-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-xxxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxxl-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-xxxl-11 {
    margin-right: 11rem !important;
  }
  .me-xxxl-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-xxxl-12 {
    margin-right: 12rem !important;
  }
  .me-xxxl-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-xxxl-13 {
    margin-right: 13rem !important;
  }
  .me-xxxl-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-xxxl-14 {
    margin-right: 14rem !important;
  }
  .me-xxxl-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-xxxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxxl-16 {
    margin-right: 16rem !important;
  }
  .me-xxxl-17 {
    margin-right: 17rem !important;
  }
  .me-xxxl-18 {
    margin-right: 18rem !important;
  }
  .me-xxxl-19 {
    margin-right: 19rem !important;
  }
  .me-xxxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxxl-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxxl-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxxl-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxxl-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxxl-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxxl-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxxl-11 {
    margin-bottom: 11rem !important;
  }
  .mb-xxxl-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxxl-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxxl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xxxl-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxxl-14 {
    margin-bottom: 14rem !important;
  }
  .mb-xxxl-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxxl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xxxl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xxxl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xxxl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xxxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxxl-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxxl-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxxl-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-xxxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxxl-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-xxxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxxl-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-xxxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxxl-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-xxxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxxl-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-xxxl-11 {
    margin-left: 11rem !important;
  }
  .ms-xxxl-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-xxxl-12 {
    margin-left: 12rem !important;
  }
  .ms-xxxl-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-xxxl-13 {
    margin-left: 13rem !important;
  }
  .ms-xxxl-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-xxxl-14 {
    margin-left: 14rem !important;
  }
  .ms-xxxl-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-xxxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxxl-16 {
    margin-left: 16rem !important;
  }
  .ms-xxxl-17 {
    margin-left: 17rem !important;
  }
  .ms-xxxl-18 {
    margin-left: 18rem !important;
  }
  .ms-xxxl-19 {
    margin-left: 19rem !important;
  }
  .ms-xxxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .m-xxxl-n0-5 {
    margin: -0.5rem !important;
  }
  .m-xxxl-n1 {
    margin: -1rem !important;
  }
  .m-xxxl-n1-5 {
    margin: -1.5rem !important;
  }
  .m-xxxl-n2 {
    margin: -2rem !important;
  }
  .m-xxxl-n2-5 {
    margin: -2.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -3rem !important;
  }
  .m-xxxl-n3-5 {
    margin: -3.5rem !important;
  }
  .m-xxxl-n4 {
    margin: -4rem !important;
  }
  .m-xxxl-n4-5 {
    margin: -4.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -5rem !important;
  }
  .m-xxxl-n5-5 {
    margin: -5.5rem !important;
  }
  .m-xxxl-n6 {
    margin: -6rem !important;
  }
  .m-xxxl-n6-5 {
    margin: -6.5rem !important;
  }
  .m-xxxl-n7 {
    margin: -7rem !important;
  }
  .m-xxxl-n7-5 {
    margin: -7.5rem !important;
  }
  .m-xxxl-n8 {
    margin: -8rem !important;
  }
  .m-xxxl-n8-5 {
    margin: -8.5rem !important;
  }
  .m-xxxl-n9 {
    margin: -9rem !important;
  }
  .m-xxxl-n9-5 {
    margin: -9.5rem !important;
  }
  .m-xxxl-n10 {
    margin: -10rem !important;
  }
  .m-xxxl-n10-5 {
    margin: -10.5rem !important;
  }
  .m-xxxl-n11 {
    margin: -11rem !important;
  }
  .m-xxxl-n11-5 {
    margin: -11.5rem !important;
  }
  .m-xxxl-n12 {
    margin: -12rem !important;
  }
  .m-xxxl-n12-5 {
    margin: -12.5rem !important;
  }
  .m-xxxl-n13 {
    margin: -13rem !important;
  }
  .m-xxxl-n13-5 {
    margin: -13.5rem !important;
  }
  .m-xxxl-n14 {
    margin: -14rem !important;
  }
  .m-xxxl-n14-5 {
    margin: -14.5rem !important;
  }
  .m-xxxl-n15 {
    margin: -15rem !important;
  }
  .m-xxxl-n16 {
    margin: -16rem !important;
  }
  .m-xxxl-n17 {
    margin: -17rem !important;
  }
  .m-xxxl-n18 {
    margin: -18rem !important;
  }
  .m-xxxl-n19 {
    margin: -19rem !important;
  }
  .m-xxxl-n20 {
    margin: -20rem !important;
  }
  .mx-xxxl-n0-5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxxl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxxl-n1-5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxxl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xxxl-n2-5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxxl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxxl-n3-5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xxxl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xxxl-n4-5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xxxl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxxl-n5-5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xxxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxxl-n6-5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xxxl-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xxxl-n7-5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxxl-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xxxl-n8-5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important;
  }
  .mx-xxxl-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xxxl-n9-5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important;
  }
  .mx-xxxl-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxxl-n10-5 {
    margin-right: -10.5rem !important;
    margin-left: -10.5rem !important;
  }
  .mx-xxxl-n11 {
    margin-right: -11rem !important;
    margin-left: -11rem !important;
  }
  .mx-xxxl-n11-5 {
    margin-right: -11.5rem !important;
    margin-left: -11.5rem !important;
  }
  .mx-xxxl-n12 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .mx-xxxl-n12-5 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxxl-n13 {
    margin-right: -13rem !important;
    margin-left: -13rem !important;
  }
  .mx-xxxl-n13-5 {
    margin-right: -13.5rem !important;
    margin-left: -13.5rem !important;
  }
  .mx-xxxl-n14 {
    margin-right: -14rem !important;
    margin-left: -14rem !important;
  }
  .mx-xxxl-n14-5 {
    margin-right: -14.5rem !important;
    margin-left: -14.5rem !important;
  }
  .mx-xxxl-n15 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xxxl-n16 {
    margin-right: -16rem !important;
    margin-left: -16rem !important;
  }
  .mx-xxxl-n17 {
    margin-right: -17rem !important;
    margin-left: -17rem !important;
  }
  .mx-xxxl-n18 {
    margin-right: -18rem !important;
    margin-left: -18rem !important;
  }
  .mx-xxxl-n19 {
    margin-right: -19rem !important;
    margin-left: -19rem !important;
  }
  .mx-xxxl-n20 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .my-xxxl-n0-5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxxl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxxl-n1-5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxxl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xxxl-n2-5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxxl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxxl-n3-5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xxxl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xxxl-n4-5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xxxl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxxl-n5-5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xxxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxxl-n6-5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xxxl-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xxxl-n7-5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxxl-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xxxl-n8-5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important;
  }
  .my-xxxl-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xxxl-n9-5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important;
  }
  .my-xxxl-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxxl-n10-5 {
    margin-top: -10.5rem !important;
    margin-bottom: -10.5rem !important;
  }
  .my-xxxl-n11 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }
  .my-xxxl-n11-5 {
    margin-top: -11.5rem !important;
    margin-bottom: -11.5rem !important;
  }
  .my-xxxl-n12 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .my-xxxl-n12-5 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxxl-n13 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }
  .my-xxxl-n13-5 {
    margin-top: -13.5rem !important;
    margin-bottom: -13.5rem !important;
  }
  .my-xxxl-n14 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }
  .my-xxxl-n14-5 {
    margin-top: -14.5rem !important;
    margin-bottom: -14.5rem !important;
  }
  .my-xxxl-n15 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xxxl-n16 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }
  .my-xxxl-n17 {
    margin-top: -17rem !important;
    margin-bottom: -17rem !important;
  }
  .my-xxxl-n18 {
    margin-top: -18rem !important;
    margin-bottom: -18rem !important;
  }
  .my-xxxl-n19 {
    margin-top: -19rem !important;
    margin-bottom: -19rem !important;
  }
  .my-xxxl-n20 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .mt-xxxl-n0-5 {
    margin-top: -0.5rem !important;
  }
  .mt-xxxl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xxxl-n1-5 {
    margin-top: -1.5rem !important;
  }
  .mt-xxxl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xxxl-n2-5 {
    margin-top: -2.5rem !important;
  }
  .mt-xxxl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xxxl-n3-5 {
    margin-top: -3.5rem !important;
  }
  .mt-xxxl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xxxl-n4-5 {
    margin-top: -4.5rem !important;
  }
  .mt-xxxl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xxxl-n5-5 {
    margin-top: -5.5rem !important;
  }
  .mt-xxxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxxl-n6-5 {
    margin-top: -6.5rem !important;
  }
  .mt-xxxl-n7 {
    margin-top: -7rem !important;
  }
  .mt-xxxl-n7-5 {
    margin-top: -7.5rem !important;
  }
  .mt-xxxl-n8 {
    margin-top: -8rem !important;
  }
  .mt-xxxl-n8-5 {
    margin-top: -8.5rem !important;
  }
  .mt-xxxl-n9 {
    margin-top: -9rem !important;
  }
  .mt-xxxl-n9-5 {
    margin-top: -9.5rem !important;
  }
  .mt-xxxl-n10 {
    margin-top: -10rem !important;
  }
  .mt-xxxl-n10-5 {
    margin-top: -10.5rem !important;
  }
  .mt-xxxl-n11 {
    margin-top: -11rem !important;
  }
  .mt-xxxl-n11-5 {
    margin-top: -11.5rem !important;
  }
  .mt-xxxl-n12 {
    margin-top: -12rem !important;
  }
  .mt-xxxl-n12-5 {
    margin-top: -12.5rem !important;
  }
  .mt-xxxl-n13 {
    margin-top: -13rem !important;
  }
  .mt-xxxl-n13-5 {
    margin-top: -13.5rem !important;
  }
  .mt-xxxl-n14 {
    margin-top: -14rem !important;
  }
  .mt-xxxl-n14-5 {
    margin-top: -14.5rem !important;
  }
  .mt-xxxl-n15 {
    margin-top: -15rem !important;
  }
  .mt-xxxl-n16 {
    margin-top: -16rem !important;
  }
  .mt-xxxl-n17 {
    margin-top: -17rem !important;
  }
  .mt-xxxl-n18 {
    margin-top: -18rem !important;
  }
  .mt-xxxl-n19 {
    margin-top: -19rem !important;
  }
  .mt-xxxl-n20 {
    margin-top: -20rem !important;
  }
  .me-xxxl-n0-5 {
    margin-right: -0.5rem !important;
  }
  .me-xxxl-n1 {
    margin-right: -1rem !important;
  }
  .me-xxxl-n1-5 {
    margin-right: -1.5rem !important;
  }
  .me-xxxl-n2 {
    margin-right: -2rem !important;
  }
  .me-xxxl-n2-5 {
    margin-right: -2.5rem !important;
  }
  .me-xxxl-n3 {
    margin-right: -3rem !important;
  }
  .me-xxxl-n3-5 {
    margin-right: -3.5rem !important;
  }
  .me-xxxl-n4 {
    margin-right: -4rem !important;
  }
  .me-xxxl-n4-5 {
    margin-right: -4.5rem !important;
  }
  .me-xxxl-n5 {
    margin-right: -5rem !important;
  }
  .me-xxxl-n5-5 {
    margin-right: -5.5rem !important;
  }
  .me-xxxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxxl-n6-5 {
    margin-right: -6.5rem !important;
  }
  .me-xxxl-n7 {
    margin-right: -7rem !important;
  }
  .me-xxxl-n7-5 {
    margin-right: -7.5rem !important;
  }
  .me-xxxl-n8 {
    margin-right: -8rem !important;
  }
  .me-xxxl-n8-5 {
    margin-right: -8.5rem !important;
  }
  .me-xxxl-n9 {
    margin-right: -9rem !important;
  }
  .me-xxxl-n9-5 {
    margin-right: -9.5rem !important;
  }
  .me-xxxl-n10 {
    margin-right: -10rem !important;
  }
  .me-xxxl-n10-5 {
    margin-right: -10.5rem !important;
  }
  .me-xxxl-n11 {
    margin-right: -11rem !important;
  }
  .me-xxxl-n11-5 {
    margin-right: -11.5rem !important;
  }
  .me-xxxl-n12 {
    margin-right: -12rem !important;
  }
  .me-xxxl-n12-5 {
    margin-right: -12.5rem !important;
  }
  .me-xxxl-n13 {
    margin-right: -13rem !important;
  }
  .me-xxxl-n13-5 {
    margin-right: -13.5rem !important;
  }
  .me-xxxl-n14 {
    margin-right: -14rem !important;
  }
  .me-xxxl-n14-5 {
    margin-right: -14.5rem !important;
  }
  .me-xxxl-n15 {
    margin-right: -15rem !important;
  }
  .me-xxxl-n16 {
    margin-right: -16rem !important;
  }
  .me-xxxl-n17 {
    margin-right: -17rem !important;
  }
  .me-xxxl-n18 {
    margin-right: -18rem !important;
  }
  .me-xxxl-n19 {
    margin-right: -19rem !important;
  }
  .me-xxxl-n20 {
    margin-right: -20rem !important;
  }
  .mb-xxxl-n0-5 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxxl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xxxl-n1-5 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxxl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xxxl-n2-5 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxxl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xxxl-n3-5 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xxxl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xxxl-n4-5 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xxxl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xxxl-n5-5 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xxxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxxl-n6-5 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xxxl-n7 {
    margin-bottom: -7rem !important;
  }
  .mb-xxxl-n7-5 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxxl-n8 {
    margin-bottom: -8rem !important;
  }
  .mb-xxxl-n8-5 {
    margin-bottom: -8.5rem !important;
  }
  .mb-xxxl-n9 {
    margin-bottom: -9rem !important;
  }
  .mb-xxxl-n9-5 {
    margin-bottom: -9.5rem !important;
  }
  .mb-xxxl-n10 {
    margin-bottom: -10rem !important;
  }
  .mb-xxxl-n10-5 {
    margin-bottom: -10.5rem !important;
  }
  .mb-xxxl-n11 {
    margin-bottom: -11rem !important;
  }
  .mb-xxxl-n11-5 {
    margin-bottom: -11.5rem !important;
  }
  .mb-xxxl-n12 {
    margin-bottom: -12rem !important;
  }
  .mb-xxxl-n12-5 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxxl-n13 {
    margin-bottom: -13rem !important;
  }
  .mb-xxxl-n13-5 {
    margin-bottom: -13.5rem !important;
  }
  .mb-xxxl-n14 {
    margin-bottom: -14rem !important;
  }
  .mb-xxxl-n14-5 {
    margin-bottom: -14.5rem !important;
  }
  .mb-xxxl-n15 {
    margin-bottom: -15rem !important;
  }
  .mb-xxxl-n16 {
    margin-bottom: -16rem !important;
  }
  .mb-xxxl-n17 {
    margin-bottom: -17rem !important;
  }
  .mb-xxxl-n18 {
    margin-bottom: -18rem !important;
  }
  .mb-xxxl-n19 {
    margin-bottom: -19rem !important;
  }
  .mb-xxxl-n20 {
    margin-bottom: -20rem !important;
  }
  .ms-xxxl-n0-5 {
    margin-left: -0.5rem !important;
  }
  .ms-xxxl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xxxl-n1-5 {
    margin-left: -1.5rem !important;
  }
  .ms-xxxl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xxxl-n2-5 {
    margin-left: -2.5rem !important;
  }
  .ms-xxxl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xxxl-n3-5 {
    margin-left: -3.5rem !important;
  }
  .ms-xxxl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xxxl-n4-5 {
    margin-left: -4.5rem !important;
  }
  .ms-xxxl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xxxl-n5-5 {
    margin-left: -5.5rem !important;
  }
  .ms-xxxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxxl-n6-5 {
    margin-left: -6.5rem !important;
  }
  .ms-xxxl-n7 {
    margin-left: -7rem !important;
  }
  .ms-xxxl-n7-5 {
    margin-left: -7.5rem !important;
  }
  .ms-xxxl-n8 {
    margin-left: -8rem !important;
  }
  .ms-xxxl-n8-5 {
    margin-left: -8.5rem !important;
  }
  .ms-xxxl-n9 {
    margin-left: -9rem !important;
  }
  .ms-xxxl-n9-5 {
    margin-left: -9.5rem !important;
  }
  .ms-xxxl-n10 {
    margin-left: -10rem !important;
  }
  .ms-xxxl-n10-5 {
    margin-left: -10.5rem !important;
  }
  .ms-xxxl-n11 {
    margin-left: -11rem !important;
  }
  .ms-xxxl-n11-5 {
    margin-left: -11.5rem !important;
  }
  .ms-xxxl-n12 {
    margin-left: -12rem !important;
  }
  .ms-xxxl-n12-5 {
    margin-left: -12.5rem !important;
  }
  .ms-xxxl-n13 {
    margin-left: -13rem !important;
  }
  .ms-xxxl-n13-5 {
    margin-left: -13.5rem !important;
  }
  .ms-xxxl-n14 {
    margin-left: -14rem !important;
  }
  .ms-xxxl-n14-5 {
    margin-left: -14.5rem !important;
  }
  .ms-xxxl-n15 {
    margin-left: -15rem !important;
  }
  .ms-xxxl-n16 {
    margin-left: -16rem !important;
  }
  .ms-xxxl-n17 {
    margin-left: -17rem !important;
  }
  .ms-xxxl-n18 {
    margin-left: -18rem !important;
  }
  .ms-xxxl-n19 {
    margin-left: -19rem !important;
  }
  .ms-xxxl-n20 {
    margin-left: -20rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-0-5 {
    padding: 0.5rem !important;
  }
  .p-xxxl-1 {
    padding: 1rem !important;
  }
  .p-xxxl-1-5 {
    padding: 1.5rem !important;
  }
  .p-xxxl-2 {
    padding: 2rem !important;
  }
  .p-xxxl-2-5 {
    padding: 2.5rem !important;
  }
  .p-xxxl-3 {
    padding: 3rem !important;
  }
  .p-xxxl-3-5 {
    padding: 3.5rem !important;
  }
  .p-xxxl-4 {
    padding: 4rem !important;
  }
  .p-xxxl-4-5 {
    padding: 4.5rem !important;
  }
  .p-xxxl-5 {
    padding: 5rem !important;
  }
  .p-xxxl-5-5 {
    padding: 5.5rem !important;
  }
  .p-xxxl-6 {
    padding: 6rem !important;
  }
  .p-xxxl-6-5 {
    padding: 6.5rem !important;
  }
  .p-xxxl-7 {
    padding: 7rem !important;
  }
  .p-xxxl-7-5 {
    padding: 7.5rem !important;
  }
  .p-xxxl-8 {
    padding: 8rem !important;
  }
  .p-xxxl-8-5 {
    padding: 8.5rem !important;
  }
  .p-xxxl-9 {
    padding: 9rem !important;
  }
  .p-xxxl-9-5 {
    padding: 9.5rem !important;
  }
  .p-xxxl-10 {
    padding: 10rem !important;
  }
  .p-xxxl-10-5 {
    padding: 10.5rem !important;
  }
  .p-xxxl-11 {
    padding: 11rem !important;
  }
  .p-xxxl-11-5 {
    padding: 11.5rem !important;
  }
  .p-xxxl-12 {
    padding: 12rem !important;
  }
  .p-xxxl-12-5 {
    padding: 12.5rem !important;
  }
  .p-xxxl-13 {
    padding: 13rem !important;
  }
  .p-xxxl-13-5 {
    padding: 13.5rem !important;
  }
  .p-xxxl-14 {
    padding: 14rem !important;
  }
  .p-xxxl-14-5 {
    padding: 14.5rem !important;
  }
  .p-xxxl-15 {
    padding: 15rem !important;
  }
  .p-xxxl-16 {
    padding: 16rem !important;
  }
  .p-xxxl-17 {
    padding: 17rem !important;
  }
  .p-xxxl-18 {
    padding: 18rem !important;
  }
  .p-xxxl-19 {
    padding: 19rem !important;
  }
  .p-xxxl-20 {
    padding: 20rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxxl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxxl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxxl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxxl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxxl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxxl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxxl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxxl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxxl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxxl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxxl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxxl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxxl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxxl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxxl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxxl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxxl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxxl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxxl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxxl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxxl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxxl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxxl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxxl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxxl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxxl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxxl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxxl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxxl-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxxl-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxxl-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxxl-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-xxxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxxl-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-xxxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxxl-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-xxxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxxl-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-xxxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxxl-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-xxxl-11 {
    padding-top: 11rem !important;
  }
  .pt-xxxl-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-xxxl-12 {
    padding-top: 12rem !important;
  }
  .pt-xxxl-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-xxxl-13 {
    padding-top: 13rem !important;
  }
  .pt-xxxl-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-xxxl-14 {
    padding-top: 14rem !important;
  }
  .pt-xxxl-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-xxxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxxl-16 {
    padding-top: 16rem !important;
  }
  .pt-xxxl-17 {
    padding-top: 17rem !important;
  }
  .pt-xxxl-18 {
    padding-top: 18rem !important;
  }
  .pt-xxxl-19 {
    padding-top: 19rem !important;
  }
  .pt-xxxl-20 {
    padding-top: 20rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxxl-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxxl-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxxl-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxxl-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-xxxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxxl-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-xxxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxxl-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-xxxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxxl-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-xxxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxxl-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-xxxl-11 {
    padding-right: 11rem !important;
  }
  .pe-xxxl-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-xxxl-12 {
    padding-right: 12rem !important;
  }
  .pe-xxxl-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-xxxl-13 {
    padding-right: 13rem !important;
  }
  .pe-xxxl-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-xxxl-14 {
    padding-right: 14rem !important;
  }
  .pe-xxxl-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-xxxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxxl-16 {
    padding-right: 16rem !important;
  }
  .pe-xxxl-17 {
    padding-right: 17rem !important;
  }
  .pe-xxxl-18 {
    padding-right: 18rem !important;
  }
  .pe-xxxl-19 {
    padding-right: 19rem !important;
  }
  .pe-xxxl-20 {
    padding-right: 20rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxxl-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxxl-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxxl-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxxl-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxxl-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxxl-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxxl-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxxl-11 {
    padding-bottom: 11rem !important;
  }
  .pb-xxxl-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxxl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxxl-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxxl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xxxl-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxxl-14 {
    padding-bottom: 14rem !important;
  }
  .pb-xxxl-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxxl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xxxl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xxxl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xxxl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xxxl-20 {
    padding-bottom: 20rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxxl-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxxl-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxxl-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxxl-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-xxxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxxl-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-xxxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxxl-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-xxxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxxl-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-xxxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxxl-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-xxxl-11 {
    padding-left: 11rem !important;
  }
  .ps-xxxl-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-xxxl-12 {
    padding-left: 12rem !important;
  }
  .ps-xxxl-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-xxxl-13 {
    padding-left: 13rem !important;
  }
  .ps-xxxl-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-xxxl-14 {
    padding-left: 14rem !important;
  }
  .ps-xxxl-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-xxxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxxl-16 {
    padding-left: 16rem !important;
  }
  .ps-xxxl-17 {
    padding-left: 17rem !important;
  }
  .ps-xxxl-18 {
    padding-left: 18rem !important;
  }
  .ps-xxxl-19 {
    padding-left: 19rem !important;
  }
  .ps-xxxl-20 {
    padding-left: 20rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
  .container-xxxl-half-width {
    width: var(--container-half-width) !important;
  }
  .container-margin-xxxl-start {
    margin-left: var(--container-margin-x) !important;
  }
  .container-margin-xxxl-end {
    margin-right: var(--container-margin-x) !important;
  }
}

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

:root {
  --container-margin-x: 2.5rem;
}

@media (min-width: 576px) {
  :root {
    --container-max-width: 100vw - 20rem;
    --container-half-width: calc(((100vw - 20rem) / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 100vw) / 2) + 2.5rem);
  }
}

@media (min-width: 768px) {
  :root {
    --container-max-width: 95vw;
    --container-half-width: calc((95vw / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 95vw) / 2) + 2.5rem);
  }
}

@media (min-width: 992px) {
  :root {
    --container-max-width: 93vw;
    --container-half-width: calc((93vw / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 93vw) / 2) + 2.5rem);
  }
}

@media (min-width: 1200px) {
  :root {
    --container-max-width: 93vw - 20rem;
    --container-half-width: calc(((93vw - 20rem) / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 93vw) / 2) + 2.5rem);
  }
}

@media (min-width: 1400px) {
  :root {
    --container-max-width: 93vw - 20rem;
    --container-half-width: calc(((93vw - 20rem) / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 93vw) / 2) + 2.5rem);
  }
}

@media (min-width: 1600px) {
  :root {
    --container-max-width: 136rem - 20rem;
    --container-half-width: calc(((136rem - 20rem) / 2) - 2.5rem);
    --container-margin-x: calc(((100% - 136rem) / 2) + 2.5rem);
  }
}

@keyframes right-left-right {
  50% {
    transform: translateX(0.5rem);
  }
}

@keyframes popup-video-play {
  50% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* purgecss start ignore */
:root {
  --scrollbar-width: 10px;
}

:root {
  font-size: 10px;
}

@media screen and (min-width: 1920px) {
  :root {
    font-size: calc(0.7291666667vw - 4px);
  }
}

::selection {
  background: #099bff;
  color: #ffffff;
  text-shadow: none;
}

.no-touchevents body::-webkit-scrollbar {
  width: var(--scrollbar-width);
}

.no-touchevents body::-webkit-scrollbar-track {
  background: #ddd;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.no-touchevents body::-webkit-scrollbar-thumb {
  background: rgba(0, 70, 255, 0.2);
  border-radius: 100vw;
}

html {
  scroll-padding-top: 10rem;
}

body {
  overflow-x: hidden;
}

.no-touchevents body.js-popup-active {
  overflow-y: hidden;
  padding-right: var(--scrollbar-width);
}

body.body-overflow-hidden {
  overflow-y: hidden;
}

@media (min-width: 992px) {
  body {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 5rem;
  }
}

h1, .h1, .h1 {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -0.24rem;
}

@media (min-width: 992px) {
  h1, .h1, .h1 {
    font-size: 8rem;
    letter-spacing: -0.32rem;
  }
}

h2, .h2, .h2 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -0.144rem;
}

@media (min-width: 768px) {
  h2, .h2, .h2 {
    font-size: 4.8rem;
  }
}

@media (min-width: 992px) {
  h2, .h2, .h2 {
    font-size: 6rem;
    letter-spacing: -0.18rem;
  }
}

h3, .h3, .h3 {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -0.114rem;
}

@media (min-width: 992px) {
  h3, .h3, .h3 {
    font-size: 4.4rem;
    letter-spacing: -0.132rem;
  }
}

h4, .h4, .h4 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: -0.144rem;
}

@media (min-width: 992px) {
  h4, .h4, .h4 {
    font-size: 3.4rem;
  }
}

h5, .h5, .h5 {
  font-size: 2.2rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  h5, .h5, .h5 {
    font-size: 2.8rem;
  }
}

h6, .h6, .h6 {
  font-size: 1.8rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  h6, .h6, .h6 {
    font-size: 2.2rem;
  }
}

/*----------  Content  ----------*/
a, button, input[type='submit'], input[type='button'], input[type='reset'] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

p:last-child, table:last-child, ul:last-child, ol:last-child, dl:last-child, dd:last-child, pre:last-child, blockquote:last-child, address:last-child, h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

p, pre, blockquote, address, dd {
  line-height: 1.3;
}

p, table, ul, ol, dl, dd, pre, blockquote, address {
  margin: 0 0 3rem;
}

output {
  padding-top: 3rem;
  line-height: 1.42857143;
  color: #555;
}

code {
  background-color: #f8f9fa;
  font-weight: 400;
  display: inline-block;
  padding: 0.5rem;
}

/*----------  Lists  ----------*/
ul, ol, dl {
  padding: 0;
}

ul, ol {
  list-style-position: outside;
  margin-left: 2rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 0;
  margin-top: 0.5rem;
  margin-left: 4rem;
}

ul ol, ol ol {
  list-style-type: lower-alpha;
}

nav ul, nav ol {
  margin: 0;
}

nav ul li, nav ol li {
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}

nav.header-nav.header-primary-nav ul.sub-menu li::marker {
  color: var(--bs-blue-planet);
}

/*nav.header-nav.header-primary-nav ul.sub-menu li::before {
  content: "•"; 
  position: absolute;
  left: 0;
  color: var(--bs-blue-planet); 
  font-size: 1.2em;
  line-height: 1;
}*/

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

dt {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1.5rem;
}

/*----------  Form  ----------*/
form ul {
  padding-left: 0;
  list-style: none;
}

form > ul > li {
  clear: both;
  margin-bottom: 1.5rem;
}

form > ul > li > label {
  margin-right: 1rem;
}

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

form legend {
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem;
  border: 0;
}

form input[type='text'], form input[type='tel'], form input[type='url'], form input[type='number'], form input[type='password'], form input[type='email'], form input[type='range'], form input[type='file'], form input[type='date'], form input[type='search'], form textarea, form select {
  background: var(--bs-pearl);
  color: #000;
  line-height: 1.3;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  overflow: hidden;
  max-width: 100%;
}

form input[type='text']:-moz-placeholder, form input[type='tel']:-moz-placeholder, form input[type='url']:-moz-placeholder, form input[type='number']:-moz-placeholder, form input[type='password']:-moz-placeholder, form input[type='email']:-moz-placeholder, form input[type='range']:-moz-placeholder, form input[type='file']:-moz-placeholder, form input[type='date']:-moz-placeholder, form input[type='search']:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  color: #6c757d;
}

form input[type='text']::-moz-placeholder, form input[type='tel']::-moz-placeholder, form input[type='url']::-moz-placeholder, form input[type='number']::-moz-placeholder, form input[type='password']::-moz-placeholder, form input[type='email']::-moz-placeholder, form input[type='range']::-moz-placeholder, form input[type='file']::-moz-placeholder, form input[type='date']::-moz-placeholder, form input[type='search']::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #6c757d;
}

form input[type='text']:-ms-input-placeholder, form input[type='tel']:-ms-input-placeholder, form input[type='url']:-ms-input-placeholder, form input[type='number']:-ms-input-placeholder, form input[type='password']:-ms-input-placeholder, form input[type='email']:-ms-input-placeholder, form input[type='range']:-ms-input-placeholder, form input[type='file']:-ms-input-placeholder, form input[type='date']:-ms-input-placeholder, form input[type='search']:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #6c757d;
}

form input[type='text']::-webkit-input-placeholder, form input[type='tel']::-webkit-input-placeholder, form input[type='url']::-webkit-input-placeholder, form input[type='number']::-webkit-input-placeholder, form input[type='password']::-webkit-input-placeholder, form input[type='email']::-webkit-input-placeholder, form input[type='range']::-webkit-input-placeholder, form input[type='file']::-webkit-input-placeholder, form input[type='date']::-webkit-input-placeholder, form input[type='search']::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #6c757d;
}

form input[type='text']::placeholder, form input[type='tel']::placeholder, form input[type='url']::placeholder, form input[type='number']::placeholder, form input[type='password']::placeholder, form input[type='email']::placeholder, form input[type='range']::placeholder, form input[type='file']::placeholder, form input[type='date']::placeholder, form input[type='search']::placeholder, form textarea::placeholder, form select::placeholder {
  color: #6c757d;
}

form input[type='text']:focus, form input[type='tel']:focus, form input[type='url']:focus, form input[type='number']:focus, form input[type='password']:focus, form input[type='email']:focus, form input[type='range']:focus, form input[type='file']:focus, form input[type='date']:focus, form input[type='search']:focus, form textarea:focus, form select:focus {
  border-color: #86b7fe;
  outline: none;
}

@media (min-width: 768px) {
  form input[type='text'], form input[type='tel'], form input[type='url'], form input[type='number'], form input[type='password'], form input[type='email'], form input[type='range'], form input[type='file'], form input[type='date'], form input[type='search'], form textarea, form select {
    padding: 1.5rem 1.5rem;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  form input[type='text'], form input[type='tel'], form input[type='url'], form input[type='number'], form input[type='password'], form input[type='email'], form input[type='range'], form input[type='file'], form input[type='date'], form input[type='search'], form textarea, form select {
    font-size: 16px !important;
  }
}

form input[type='search'] {
  -webkit-appearance: none;
}

form input[type='date'] {
  line-height: 3.2rem;
}

form textarea {
  line-height: 1;
  height: 15rem;
  resize: vertical;
}

form input[type='checkbox'], form input[type='radio'] {
  margin: 0;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  line-height: normal;
}

form select[multiple], form select[size] {
  height: auto;
}

form input[type='file'] {
  display: block;
}

form input[type='range'] {
  display: block;
  width: 100%;
}

form input[type='file']:focus, form input[type='radio']:focus, form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 0.5rem auto -webkit-focus-ring-color;
  outline-offset: -0.2rem;
}

/*----------  Miscellaneous  ----------*/
img, iframe, svg {
  max-width: 100%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/* purgecss start end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.8rem;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 0.8rem;
  right: 0.8rem;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 1.8rem 1rem;
  color: #FFF;
  font-style: normal;
  font-size: 2.8rem;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 0.1rem;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -0.6rem;
  text-align: right;
  padding-right: 0.6rem;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 1.2rem;
  line-height: 1.8rem;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -5.5rem;
  padding: 0;
  width: 9rem;
  height: 11rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -5.4rem;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e616';
  color: var(--bs-pearl);
  font-size: 4.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: '\e616';
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  content: '\e617';
}

.mfp-iframe-holder {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -4rem;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 4rem 0 4rem;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 4rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small, .mfp-figure .small {
  color: #BDBDBD;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: 0rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 1.8rem;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 3.6rem;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 0.5rem;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.3rem 0.5rem;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.5rem;
    top: 0.3rem;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}

/* ====== Zoom effect ====== */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Zoom-out effect ====== */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Newspaper effect ====== */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-content {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0);
  transform: rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  transform: rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-content {
  transform: scale(0);
  transform: rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Move-from-top effect ====== */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-content {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== 3d unfold ====== */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 2000px;
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-content {
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* ====== Fade ====== */
.mfp-fade {
  /* start state */
  /* animate in */
}

.mfp-fade .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-ready.mfp-bg {
  opacity: .8;
}

.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: var(--bs-pearl);
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* ========================================== */
.swiper-slide {
  height: auto;
}

/*----------  Swiper Pagination - Dashed & left aligned  ----------*/
.swiper-pagination.swiper-pagination-horizontal {
  height: 2.2rem;
  bottom: 0;
  text-align: left;
  position: relative;
}

.swiper-pagination.swiper-pagination-horizontal span {
  opacity: 1;
  background-color: #d9d9d9;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  transition: background-color .2s ease;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}

.swiper-pagination.swiper-pagination-horizontal span:not(:last-child) {
  margin-right: 1rem;
}

.swiper-pagination.swiper-pagination-horizontal span.swiper-pagination-bullet-active {
  background-color: var(--bs-blue-planet);
}

/*----------  Swiper Arrow Navigation - Inline  ----------*/
.swiper-navigation-inline .swiper-button-prev, .swiper-navigation-inline .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}

.swiper-navigation-inline .swiper-button-prev:after, .swiper-navigation-inline .swiper-button-next:after {
  font-size: 1.6rem;
}

.swiper-navigation-inline .swiper-button-next:after {
  display: block;
  left: -2rem;
}

.swiper-button-next, .swiper-button-prev {
  background: var(--bs-blue-planet);
  color: var(--bs-pearl);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.swiper-button-prev:after {
  transform: rotate(180deg);
}

/*----------  Swiper Arrow Navigation - Absolute end  ----------*/
.swiper-navigation-absolute .swiper-button-prev, .swiper-navigation-absolute .swiper-button-next {
  color: green;
}

.swiper-navigation-absolute .swiper-button-prev::after, .swiper-navigation-absolute .swiper-button-next::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.8rem;
  content: "";
}

.swiper-navigation-absolute .swiper-button-prev {
  right: auto;
  left: 5rem;
  transform: rotate(180deg);
}

.swiper-navigation-absolute .swiper-button-next {
  right: 5rem;
  left: auto;
}

.swiper-button-lock {
  display: none !important;
}

/*----------  Required  ----------*/
@media (max-width: 1199.98px) {
  .swiper-cards-overflow-down-xl {
    overflow: hidden;
  }
  .swiper-cards-overflow-down-xl .swiper {
    overflow: visible;
    padding-right: calc( (100vw - var(--container-max-width)) / 2);
  }
  .swiper-cards-overflow-down-xl .swiper-slide {
    max-width: 42rem;
  }
}

@media (max-width: 767.98px) {
  .swiper-cards-overflow-down-xl .swiper {
    padding-right: 3rem;
  }
}

@media (max-width: 991.98px) {
  .swiper-cards-overflow-down-lg {
    overflow: hidden;
  }
  .swiper-cards-overflow-down-lg .swiper {
    overflow: visible;
    padding-right: calc( (100vw - var(--container-max-width)) / 2);
  }
  .swiper-cards-overflow-down-lg .swiper-slide {
    max-width: 42rem;
  }
}

@media (max-width: 767.98px) {
  .swiper-cards-overflow-down-lg .swiper {
    padding-right: 3rem;
  }
}

@media (max-width: 767.98px) {
  .swiper-cards-overflow-down-md {
    overflow: hidden;
  }
  .swiper-cards-overflow-down-md .swiper {
    overflow: visible;
    padding-right: calc( (100vw - var(--container-max-width)) / 2);
  }
  .swiper-cards-overflow-down-md .swiper-slide {
    max-width: 42rem;
  }
}

@media (max-width: 767.98px) {
  .swiper-cards-overflow-down-md .swiper {
    padding-right: 3rem;
  }
}

@font-face {
  font-family: 'Unify Sans';
  src: url("fonts/face/eda2d5fa0e889993309f419b72494dff.woff2") format("woff2"), url("fonts/face/eda2d5fa0e889993309f419b72494dff.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unify Sans';
  src: url("fonts/face/d624de18c74d62d91b199f80e897992a.woff2") format("woff2"), url("fonts/face/d624de18c74d62d91b199f80e897992a.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unify Sans';
  src: url("fonts/face/6036b05d85fbe6b3e645fd409c6a94f3.woff2") format("woff2"), url("fonts/face/6036b05d85fbe6b3e645fd409c6a94f3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.blockquote {
  font-size: 3.4rem;
}

strong, b {
  font-weight: 600;
}

/*----------  Required  ----------*/
/* show focus ring on form controls only when keyboard tabbing is used, using what-input js */
[data-whatintent='keyboard'] *:focus {
  outline: 0.3rem dashed dodgerblue;
}

.sreveal-stagger-item, [data-sreveal] {
  visibility: hidden;
}

[data-sreveal='trigger'] {
  visibility: visible;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-content {
  flex: 1 0 auto;
}

.site-header {
  background-color: var(--bs-pearl);
  font-size: 1.6rem;
  position: relative;
  transition: .3s ease;
  z-index: 10;
}

.site-header.js-fixed {
  position: sticky;
  top: 0;
  z-index: 99;
}

.no-touchevents body.js-popup-active .site-header {
  width: 100vw;
}

.site-header .inner-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.2rem solid var(--bs-black);
  will-change: padding;
  transition: .2s ease;
}

@media (min-width: 768px) {
  .site-header.js-fixed .inner-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .site-header .inner-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .site-header.js-fixed .inner-container {
    padding-top: 1.5rem;
  }
  .site-header .inner-container {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .site-header.js-fixed .inner-container {
    padding-bottom: 0;
  }
  .site-header .inner-container {
    padding-bottom: 0;
  }
}

.header-logo {
  width: 23.7rem;
  position: relative;
  margin-bottom: 0;
}

.header-logo span {
  visibility: hidden;
  font-size: 0;
  color: transparent;
  pointer-events: none;
  height: 0;
  position: absolute;
}

.header-logo a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-logo a svg {
  max-height: 100%;
}

@media (min-width: 768px) {
  .header-logo {
    width: 23.7rem;
    height: 4.4rem;
  }
}

.header-nav-toggle {
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  padding-right: 0;
  position: relative;
}

.header-nav-toggle .i-font-before {
  font-size: 2.4rem;
  line-height: 2.4rem;
}

.header-nav-toggle .i-font-before::before {
  content: "";
}

.header-nav-toggle.js-active .i-font-before::before {
  content: "";
}

@media (min-width: 1400px) {
  .header-nav-toggle {
    display: none !important;
  }
}

.header-nav-close {
  background: none;
  text-decoration: none;
  border: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.header-nav-close .i-x {
  font-size: 3.6rem;
  line-height: 3.6rem;
}

.header-nav-close:hover, .header-nav-close:focus {
  background-color: var(--bs-pearl);
}

@media (min-width: 1400px) {
  .header-nav-close {
    display: none;
  }
}

/* purgecss start ignore */
.header-nav ul {
  padding-left: 0;
  list-style: none;
}

.header-nav li {
  margin-bottom: 0;
}

.header-nav a {
  text-decoration: none;
  display: block;
  height: 100%;
}

/*==============================
=            Mobile            =
==============================*/
/*----------  Parent Menu  ----------*/
/* Sub Menu */
.header-nav {
  margin-top: 6.3rem;
}

@media (min-width: 768px) {
  .header-nav {
    margin-top: 8.6rem;
  }
}

@media (min-width: 768px) {
  .header-nav {
    margin-top: 9.1rem;
  }
}

@media (min-width: 1400px) {
  .header-nav {
    margin-top: 1.5rem;
  }
}

@media (max-width: 1399.98px) {
  .header-nav {
    background-color: var(--bs-pearl);
    width: 100%;
    padding: 2rem 0 4rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translateX(-100%);
    transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946);
    will-change: transform;
  }
  .header-nav.js-active {
    transform: translateX(0);
  }
}

.header-primary-parent-menu {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

@media (min-width: 768px) {
  .header-primary-parent-menu {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}

@media (min-width: 1400px) {
  .header-primary-parent-menu {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1399.98px) {
  .header-primary-parent-menu {
    padding-bottom: 3rem;
    border-bottom: 0.2rem solid var(--bs-blue-planet);
  }
  .header-primary-parent-menu > li > a {
    color: var(--bs-black);
    font-size: 2.2rem;
    font-family: var(--bs-font-headline) !important;
    display: block;
    padding: 1.3rem 2rem 1.3rem 0;
    text-decoration: none;
    position: relative;
  }
  .header-primary-parent-menu > li > a:hover {
    color: var(--bs-blue-planet);
  }
  .header-primary-parent-menu > li.current-page-ancestor > a,
  .header-primary-parent-menu > li.current-menu-parent > a,
  .header-primary-parent-menu > li.current-menu-item > a {
    color: var(--bs-blue-planet);
  }
  .header-primary-parent-menu > li.menu-item-has-children {
    position: relative;
  }
  .header-primary-parent-menu .menu-item-has-children > a {
    position: relative;
  }
  .header-primary-parent-menu .menu-item-has-children > a span {
    width: 4.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .header-primary-parent-menu .menu-item-has-children > a span.js-active::after {
    transform: rotate(180deg);
  }
  .header-primary-parent-menu .menu-item-has-children > a span::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 2rem;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
  }
  .header-primary-parent-menu .menu-item-has-children > a span:hover:after, .header-primary-parent-menu .menu-item-has-children > a span:focus:after {
    border-top-color: var(--bs-blue-planet);
  }
}

@media (max-width: 1399.98px) {
  .header-nav .sub-menu {
    height: 0;
    visibility: hidden;
  }
  .header-nav .sub-menu.js-active {
    height: auto;
    visibility: visible;
  }
  .header-nav .sub-menu > li > a {
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    display: block;
    padding: 1.3rem 2rem 1.3rem 2rem;
    text-decoration: none;
  }
  .header-nav .sub-menu > li > a:hover, .header-nav .sub-menu > li > a:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
  }
}

/*===============================
=            Desktop            =
===============================*/
/*----------  Parent Menu  ----------*/
/*----------  Sub Menu  ----------*/
@media (min-width: 1400px) {
  .header-primary-parent-menu > li {
    float: left;
    margin-left: 6.4rem;
  }
  .header-primary-parent-menu > li:hover > a, .header-primary-parent-menu > li:focus > a {
    background-color: var(--bs-pearl);
    color: var(--bs-blue-planet);
  }
  .header-primary-parent-menu > li:hover > a::before, .header-primary-parent-menu > li:focus > a::before {
    opacity: 1;
  }
  .header-primary-parent-menu > li > a {
    padding: 1rem 0 3.5rem;
    color: var(--bs-black);
    font-size: 2.2rem;
    font-family: var(--bs-font-headline) !important;
    display: block;
    text-decoration: none;
    position: relative;
  }
  /*.header-primary-parent-menu > li > a::before {
    content: '';
    opacity: 0;
    background-color: var(--bs-blue-planet);
    height: 0.6rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.3rem;
  }*/
  .header-primary-parent-menu > li.current-page-ancestor > a,
  .header-primary-parent-menu > li.current-menu-parent > a,
  .header-primary-parent-menu > li.current-menu-item > a {
    color: var(--bs-blue-planet);
  }
  .header-primary-parent-menu li.menu-item-has-children:hover > .sub-menu, .header-primary-parent-menu li.menu-item-has-children:focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
    transform: translateY(0);
  }
}

@media (min-width: 1400px) {
  .header-primary-parent-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    position: absolute;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s, transform 0.3s ease-out;
    border-top: 0.2rem solid var(--bs-black);
    border-bottom: 0.2rem solid var(--bs-black);
  }
  .header-primary-parent-menu .sub-menu > li {
    line-height: 1.3;
  }
  .header-primary-parent-menu .sub-menu > li:hover > a, .header-primary-parent-menu .sub-menu > li:focus > a {
    color: var(--bs-blue-planet);
  }

  .header-primary-parent-menu .sub-menu > li {
    padding: 1.5rem 4rem 1.5rem .2rem;
    list-style: disc;
  }

  .header-primary-parent-menu .sub-menu > li > a {
    font-size: 1.6rem;
    font-family: var(--bs-font-text-bold);
    color: #000;
    display: block;
    
  }

  
  .header-primary-parent-menu .sub-menu > li.current-menu-item:not(.internal) > a {
    color: var(--bs-blue-planet);
  }

  .header-primary-parent-menu > li > .sub-menu {
    background-color: var(--bs-pearl);
    display: flex;
    justify-content: flex-end;
    top: 100%;
    left: 0;
  }
}

/* purgecss start end */
.site-footer {
  clear: both;
}

.site-footer .inner-col {
  border-top: 0.2rem solid var(--bs-blue-planet);
}

.footer-menu {
  font-size: 1.6rem;
  padding-left: 0;
  list-style: none;
  margin: 0.4rem -1.5rem 0.8rem;
}

.footer-menu li {
  list-style: none;
  flex: 0 0 50%;
  line-height: 1.2;
  padding: 0 1.5rem;
  margin-bottom: 1.2rem;
}

.footer-menu li.current-menu-item > a,
.footer-menu li.current_page_parent > a {
  color: var(--bs-blue-planet);
}

.footer-menu a {
  color: #000;
  font-weight: 400;
  display: block;
  text-decoration: none;
}

.footer-menu a:hover {
  color: var(--bs-blue-planet);
}

@media (min-width: 768px) {
  .footer-menu {
    display: flex;
    flex-wrap: wrap;
  }
}

.site-footer .copyright {
  font-size: 1.6rem;
  margin-top: auto;
  line-height: 1.3;
}

.list-social-icons {
  padding-left: 0;
  list-style: none;
  display: flex;
  margin: 0;
}

.list-social-icons li {
  margin-bottom: 0;
  line-height: 1;
}

.list-social-icons li:not(:last-child) {
  margin-right: 1.2rem;
}

.list-social-icons a {
  display: block;
  transition: .2s ease-out;
  will-change: transform;
}

.list-social-icons a:hover, .list-social-icons a:focus {
  transform: scale(1.3);
}

.list-social-icons .icon {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
}

.list-social-icons .linkedin {
  background: url(images/Icon_LinkedIn.png) no-repeat;
  background-size: contain;
}

.list-social-icons .twitter {
  background: url(images/Icon_X.png) no-repeat;
  background-size: contain;
}

.list-social-icons .instagram {
  background: url(images/Icon_Instagram.png) no-repeat;
  background-size: contain;
}

.list-social-icons .facebook {
  background: url(images/Icon_Facebook.png) no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .list-social-icons.size-small .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

/* purgecss start ignore */
.heading-announcement-slider-section .announcement-slider .swiper-navigation-inline {
  position: absolute;
  right: 0;
  top: 1.5rem;
}

.heading-announcement-slider-section .announcement-slider time {
  color: var(--bs-black);
  font-size: 1.4rem;
  display: block;
}

/* purgecss start end */
/* purgecss start ignore */
.full-banner-section {
  position: relative;
}

.full-banner-section .img-cover-block {
  padding-bottom: 100%;
}

.full-banner-section .vertical-bars-svg-block {
  width: 69.1rem;
  height: 20rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transform: translateY(50%);
}

@media (min-width: 768px) {
  .full-banner-section .img-cover-block {
    padding-bottom: 50%;
  }
}

@media (min-width: 1400px) {
  .full-banner-section .img-cover-block {
    padding-bottom: 0;
    height: 72rem;
  }
}

/* purgecss start end */
/* purgecss start ignore */
.text-image-mosiac-section {
  position: relative;
}

.text-image-mosiac-section .burst-svg-block {
  width: 20rem;
  max-width: 47rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(30%, -50%);
}

@media (min-width: 768px) {
  .text-image-mosiac-section .burst-svg-block {
    position: relative;
    width: auto;
    max-width: 47rem;
    margin-left: -6rem;
    transform: translate(0, 0);
  }
  .text-image-mosiac-section .img-medium-block {
    max-width: 27.7rem;
    float: right;
  }
  .text-image-mosiac-section .img-large-block {
    max-width: 42.2rem;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
  .text-image-mosiac-section .img-small-block {
    max-width: 30.8rem;
    margin: 0 auto;
    position: absolute;
    left: -12rem;
    top: 23rem;
  }
}

@media (min-width: 992px) {
  .text-image-mosiac-section .img-medium-block {
    margin-right: 10rem;
  }
}

/* purgecss start end */
/* purgecss start ignore */
.list-people-cards .c-card {
  max-width: 40rem;
}

.list-people-cards .img-cover-block {
  background-color: #e9ecef;
  display: block;
  padding-bottom: 100%;
}

.list-people-cards .img-cover-block .img-cover {
  transition: transform .4s ease-out;
  will-change: transform;
}

.list-people-cards .img-cover-block:hover .img-cover, .list-people-cards .img-cover-block:focus .img-cover {
  transform: scale(1.04);
}

.list-people-cards .img-cover-block:hover + .title-block .icon-block, .list-people-cards .img-cover-block:focus + .title-block .icon-block {
  opacity: 1;
  transform: translateX(0);
}

.list-people-cards .title-block .icon-block {
  opacity: 0;
  background-color: var(--bs-blue-planet);
  color: var(--bs-pearl);
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  position: absolute;
  top: -3.8rem;
  right: 2rem;
  z-index: 10;
  transform: translateX(-30px);
  transition: .4s ease-out;
}

/* purgecss start end */
/* purgecss start ignore */
.careers-search-form-section input[type="text"] {
  background-color: rgba(0, 70, 255, 0.06);
  font-size: 2.2rem;
  padding: 0.7rem 2.5rem;
  border: 0.2rem solid var(--bs-blue-planet);
  border-radius: 100vw;
  margin-right: 2.5rem;
}

.careers-search-form-section .big-image-block, .careers-search-form-section .small-image-block {
  max-width: 51.5rem;
}

@media (min-width: 768px) {
  .careers-search-form-section .small-image-block {
    position: absolute;
    right: 25rem;
    bottom: -20%;
    max-width: 31rem;
  }
}

@media (min-width: 768px) {
  .careers-search-form-section .small-image-block {
    bottom: -40%;
  }
}

@media (min-width: 1400px) {
  .careers-search-form-section .small-image-block {
    right: 46rem;
    top: 60%;
    bottom: auto;
  }
}

/* purgecss start end */
/* purgecss start ignore */
.people-cards-slider-section .swiper-navigation-inline {
  position: relative;
}

.people-cards-slider-section .swiper {
  padding-right: 15vw;
  position: relative;
}

.people-cards-slider-section .swiper::after {
  content: '';
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--bs-pearl) 100%);
  width: 5vw;
  position: absolute;
  right: 0;
  top: 7rem;
  bottom: 0;
  z-index: 1;
margin-top: .2em;
}

.people-cards-slider-section .swiper-slide {
  max-width: 33rem;
}

@media (min-width: 992px) {
  .people-cards-slider-section .swiper-navigation-inline {
    left: 5vw;
  }
  .people-cards-slider-section .swiper {
    padding-right: 5vw;
  }
}

@media (max-width: 767.98px) {
  .people-cards-slider-section .swiper {
    overflow: auto;
  }
}

/* purgecss start end */
/* purgecss start ignore */
.expanding-wrapper {
  padding: 5rem 0;
  border-radius: 100vw;
  position: relative;
}

.expanding-wrapper:not(.first-child)::before {
  content: '';
  background-color: var(--bs-blue-planet);
  height: 0.2rem;
  border-radius: 100vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: height .3s linear;
}

.expanding-wrapper.js-active::before {
  height: 1.6rem;
}

.expanding-wrapper .expand-link {
  color: #000;
  font-size: 1.4rem;
  padding-right: 4rem;
  float: right;
  position: relative;
  margin-bottom: 2rem;
}

.expanding-wrapper .expand-link.js-active .i-plus::before {
  content: "";
}

.expanding-wrapper .expand-link .i-plus {
  background-color: #000;
  color: var(--bs-pearl);
  font-size: 2rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s ease-out;
  transform: translateY(-0.5rem);
  transform-origin: center;
}

@media (min-width: 768px) {
  .expanding-wrapper .expand-link {
    position: absolute;
    right: 0;
    top: 5rem;
    margin-bottom: 0;
  }
}

/* purgecss start end */
/* purgecss start ignore */
.content-tabs-pagination {
  overflow-x: auto;
}

.content-tabs-pagination li {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
  white-space: nowrap;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  position: relative;
}

.content-tabs-pagination li:not(:last-child) {
  margin-right: 2rem;
}

.content-tabs-pagination li.js-active {
  color: #000;
}

.content-tabs-pagination li.js-active::after {
  content: '';
  display: block;
  background-color: var(--bs-blue-planet);
  height: 0.6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .content-tabs-pagination li {
    font-size: 3.4rem;
  }
}

/* purgecss start end */
/* purgecss start ignore */
@media (max-width: 767.98px) {
  .text-stack-images-section .left-text-stack-images-block, .text-stack-images-section .right-text-stack-images-block {
    display: flex;
    flex-direction: column-reverse;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-1, .text-stack-images-section .left-text-stack-images-block .stack-2, .text-stack-images-section .left-text-stack-images-block .stack-3, .text-stack-images-section .right-text-stack-images-block .stack-1, .text-stack-images-section .right-text-stack-images-block .stack-2, .text-stack-images-section .right-text-stack-images-block .stack-3 {
    width: 100%;
    height: 30rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-2, .text-stack-images-section .right-text-stack-images-block .stack-2 {
    width: 80%;
    height: 30rem;
    z-index: 2;
    transform: translateY(-20%);
  }
  .text-stack-images-section .left-text-stack-images-block .stack-3, .text-stack-images-section .right-text-stack-images-block .stack-3 {
    width: 60%;
    height: 30rem;
    z-index: 1;
    transform: translateY(-40%);
  }
}

@media (min-width: 768px) {
  .text-stack-images-section .left-text-stack-images-block.sreveal-in-view .stack-1, .text-stack-images-section .left-text-stack-images-block.sreveal-in-view .stack-2, .text-stack-images-section .left-text-stack-images-block.sreveal-in-view .stack-3, .text-stack-images-section .right-text-stack-images-block.sreveal-in-view .stack-1, .text-stack-images-section .right-text-stack-images-block.sreveal-in-view .stack-2, .text-stack-images-section .right-text-stack-images-block.sreveal-in-view .stack-3 {
    transform: translate(0, 0);
    transition: transform 1s ease-out;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-3, .text-stack-images-section .right-text-stack-images-block .stack-3 {
    display: none;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-2, .text-stack-images-section .right-text-stack-images-block .stack-2 {
    display: none;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-1, .text-stack-images-section .right-text-stack-images-block .stack-1 {
    width: 31.1rem;
    height: 35rem;
  }
}

@media (min-width: 992px) {
  .text-stack-images-section .left-text-stack-images-block .stack-1, .text-stack-images-section .left-text-stack-images-block .stack-2, .text-stack-images-section .left-text-stack-images-block .stack-3, .text-stack-images-section .right-text-stack-images-block .stack-1, .text-stack-images-section .right-text-stack-images-block .stack-2, .text-stack-images-section .right-text-stack-images-block .stack-3 {
    position: absolute;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-3, .text-stack-images-section .right-text-stack-images-block .stack-3 {
    display: block;
    width: 24.1rem;
    height: 27.1rem;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-2, .text-stack-images-section .right-text-stack-images-block .stack-2 {
    display: block;
    width: 28.6rem;
    height: 32.1rem;
  }
  .text-stack-images-section .left-text-stack-images-block .stack-1, .text-stack-images-section .right-text-stack-images-block .stack-1 {
    width: 31.1rem;
    height: 35rem;
  }
  .text-stack-images-section .right-text-stack-images-block .stack-3 {
    right: 0;
    top: 0;
    transform: translate(2rem, -2rem);
  }
  .text-stack-images-section .right-text-stack-images-block .stack-2 {
    right: 8.8rem;
    top: 5rem;
    transform: translate(8.8rem, -5rem);
  }
  .text-stack-images-section .right-text-stack-images-block .stack-1 {
    right: 22.1rem;
    top: 9.6rem;
    transform: translate(22.1rem, -9.6rem);
  }
  .text-stack-images-section .left-text-stack-images-block .stack-3 {
    left: 0;
    top: 0;
    transform: translate(-2rem, -2rem);
  }
  .text-stack-images-section .left-text-stack-images-block .stack-2 {
    left: 8.8rem;
    top: 5rem;
    transform: translate(-8.8rem, -5rem);
  }
  .text-stack-images-section .left-text-stack-images-block .stack-1 {
    left: 22.1rem;
    top: 9.6rem;
    transform: translate(-22.1rem, -9.6rem);
  }
}

/* purgecss start end */
/* purgecss start ignore */
.message-section .closing-quote {
  margin-top: -5rem;
}

@media (min-width: 768px) {
  .message-section .message-block {
    margin-top: -2rem;
  }
}

/* purgecss start end */
.text-image-slider-section .img-cover-block {
  padding-bottom: 67%;
}

@media (max-width: 767.98px) {
  .text-image-slider-section .swiper {
    max-width: 80%;
    overflow: visible;
  }
}

.opening-quote svg, .closing-quote svg {
  width: 7.5rem;
  height: 5.8rem;
}

@media (min-width: 992px) {
  .opening-quote svg, .closing-quote svg {
    width: 13.8rem;
    height: 11.2rem;
  }
}

.thumbnails-grid .col:nth-child(2) {
  margin-top: 5rem;
}

.thumbnails-grid .col:nth-child(3), .thumbnails-grid .col:nth-child(5) {
  margin-top: -5rem;
}

@media (min-width: 576px) {
  .thumbnails-grid .col:nth-child(2) {
    margin-top: 6rem;
  }
  .thumbnails-grid .col:nth-child(3) {
    margin-top: 3rem;
  }
  .thumbnails-grid .col:nth-child(4) {
    margin-top: -6rem;
  }
  .thumbnails-grid .col:nth-child(5) {
    margin-top: 0;
  }
  .thumbnails-grid .col:nth-child(6) {
    margin-top: -3rem;
  }
}

.gform_wrapper.gravity-theme .gform-body .gfield {
  margin-bottom: 1.5rem;
}

.gform_wrapper.gravity-theme .gform-body .gfield.spacer {
  display: none;
}

.gform_wrapper.gravity-theme .gform-body .gfield_required {
  display: none;
}

.gform_wrapper.gravity-theme .gform-body .gfield_label {
  color: #211f21;
}

.gform_wrapper.gravity-theme .gform-body .gfield-select {
  display: flex;
  flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .gform-body .gfield-select .ginput_container {
  display: flex;
  width: 100%;
}

.gform_wrapper.gravity-theme .gform-body .ginput_container_select {
  background: var(--bs-pearl);
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 2rem) 50%, calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.7rem, 0.7rem 0.7rem;
  background-repeat: no-repeat;
  position: relative;
}

.gform_wrapper.gravity-theme .gform-body .ginput_container_select select {
  background: transparent;
  width: 100%;
  padding-right: 4rem;
  appearance: none;
}

.gform_wrapper.gravity-theme .gform-body .ginput_container_select select::-ms-expand {
  display: none;
}

.gform_wrapper.gravity-theme .gform-body input[type='text'], .gform_wrapper.gravity-theme .gform-body input[type='tel'], .gform_wrapper.gravity-theme .gform-body input[type='email'], .gform_wrapper.gravity-theme .gform-body select, .gform_wrapper.gravity-theme .gform-body textarea {
  background-color: rgba(0, 70, 255, 0.06);
  color: #000;
  font-size: 2.2rem;
  padding: 0 3rem;
  height: 5rem;
  line-height: 5rem;
  border: 0.2rem solid rgba(0, 70, 255, 0.06);
  border-radius: 100vw;
}

.gform_wrapper.gravity-theme .gform-body input[type='text']::placeholder, .gform_wrapper.gravity-theme .gform-body input[type='tel']::placeholder, .gform_wrapper.gravity-theme .gform-body input[type='email']::placeholder, .gform_wrapper.gravity-theme .gform-body select::placeholder, .gform_wrapper.gravity-theme .gform-body textarea::placeholder {
  color: #999;
}

.gform_wrapper.gravity-theme .gform-body input[type='text']:focus, .gform_wrapper.gravity-theme .gform-body input[type='tel']:focus, .gform_wrapper.gravity-theme .gform-body input[type='email']:focus, .gform_wrapper.gravity-theme .gform-body select:focus, .gform_wrapper.gravity-theme .gform-body textarea:focus {
  color: #000;
  border-color: var(--bs-blue-planet);
}

.gform_wrapper.gravity-theme .gform-body textarea {
  line-height: 1.4;
  padding: 1.2rem 3rem;
  height: auto;
  border-radius: 1.6rem;
}

.gform_wrapper.gravity-theme .gform-body select {
  appearance: none;
}

.gform_wrapper.gravity-theme .gform-body .chosen-container-single {
  display: flex;
}

.gform_wrapper.gravity-theme .gform-body .chosen-container-single.chosen-container-active .chosen-single {
  color: #000;
}

.gform_wrapper.gravity-theme .gform-body .chosen-search-input {
  background: none;
  height: 3rem !important;
  line-height: 3rem !important;
  padding: 0.8rem !important;
}

.gform_wrapper.gravity-theme .gform-body .chosen-single {
  background: var(--bs-pearl);
  color: #c4c4c4;
  display: flex;
  width: 100%;
  border: 0.1rem solid #c4c4c4;
  height: auto;
  padding-left: 2rem;
  align-items: center;
  box-shadow: none;
}

.gform_wrapper.gravity-theme .gform-body .chosen-single div {
  display: none;
}

.gform_wrapper.gravity-theme .gform-body .chosen-results > li {
  background: #eee;
  color: #000;
  padding: 0.8rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.05);
}

.gform_wrapper.gravity-theme .gform-body .chosen-results > li.highlighted {
  background: #20c997;
}

.gform_wrapper.gravity-theme .gform-body .gfield_validation_message {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 0.8rem 3rem;
  border: 0.1rem solid #ffe0e0;
  margin-top: 0.5rem;
  border-radius: 100vw;
}

.gform_wrapper.gravity-theme .gform_footer {
  margin: 0;
  padding: 0;
}

.gform_wrapper.gravity-theme .gform_footer button[type='submit'] {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 1.4rem;
  min-width: 16.2rem;
  justify-content: center;
  padding: 1.2rem 2.5rem;
  border-radius: 100vw;
  background-color: var(--bs-blue-planet);
  color: var(--bs-pearl);
}

.gform_wrapper.gravity-theme .gform_footer button[type='submit']:hover, .gform_wrapper.gravity-theme .gform_footer button[type='submit']:focus {
  background-color: var(--bs-blue-planet);
  color: var(--bs-pearl);
}

.gform_wrapper.gravity-theme > .gform_validation_errors {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  margin-bottom: 3rem;
}

.gform_wrapper.gravity-theme > .gform_validation_errors .gform_submission_error {
  background-color: red;
  color: var(--bs-pearl);
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
  letter-spacing: normal;
  border-radius: 100vw;
}

.gform_wrapper.gravity-theme > .gform_validation_errors .gform_submission_error .gform-icon {
  display: none;
}

@media only screen and (min-width: 768px) {
  .gform_wrapper.gravity-theme {
    padding: 0;
  }
}

.gform_confirmation_message {
  background: var(--bs-blue-planet);
  color: var(--bs-pearl);
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 100vw;
}

.btn {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  width: fit-content;
  align-items: center;
}

.btn-sm {
  font-size: 1.4rem;
  justify-content: center;
  padding: 1.2rem 2.5rem;
  border-radius: 100vw;
}

.btn-md {
  font-size: 1.4rem;
  min-width: 16.2rem;
  justify-content: center;
  padding: 1.2rem 2.5rem;
  border-radius: 100vw;
}

.btn-input-clone {
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.3;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 0.1rem solid transparent;
}

@media (min-width: 768px) {
  .btn-input-clone {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.btn-reset {
  background: transparent;
  color: var(--bs-blue-planet);
  display: inline-block;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.btn-rarr {
  position: relative;
  padding: 0;
}

.btn-rarr .i-font-before {
  color: var(--bs-pearl);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  position: absolute;
  left: calc(100% + 1.2rem);
  top: 0;
  animation-play-state: paused;
}

.btn-rarr .i-font-before::before {
  font-size: 1.6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.btn-rarr:hover .i-font-before, .btn-rarr:focus .i-font-before {
  animation: right-left-right 1s ease infinite;
}

.btn-accent-marine {
  background-color: var(--bs-blue-planet);
  color: var(--bs-pearl);
}

@media (min-width: 768px) {
  .c-container-fluid {
    padding: 0 5vw;
  }
}

@media (min-width: 1200px) {
  .medium-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (min-width: 992px) {
  .container-lg-padding {
    padding-right: 2.5rem !important;
  }
}

.clear {
  clear: both;
}

.end-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
}

.left-bar {
  left: 0;
  border-radius: 0 3rem 3rem 0;
}

.right-bar {
  right: 0;
  border-radius: 3rem 0 0 3rem;
}

.bar{
		position:absolute;
		top:0;
		bottom:0;
		width: 1.5rem;
	}
@media (min-width: 768px) {
  .end-bar {
	  width: 3rem;
  }
	.bar{
		position:absolute;
		top:0;
		bottom:0;
		width: 3rem;
	}
}
.left-bar {
  left: 0;
}

.right-bar{
  right: 0;
}
.color-bar {
  height: 1.6rem;
  border-radius: 1.6rem;
  transform: translateX(-100%);
  transition: 1s ease-out;
}

.sreveal-in-view .color-bar {
  transform: translateX(0);
}

.list-dashed > li {
  padding-left: 5rem;
  position: relative;
}

.list-dashed > li::before {
  content: '';
  background-color: var(--bs-blue-planet);
  width: 2.6rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 1.5rem;
}

.popup-video:hover .i-play::after, .popup-video:focus .i-play::after {
  border-style: dashed;
  animation: popup-video-play 5s linear infinite forwards;
}

.popup-video .i-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.popup-video .i-play::before {
  color: var(--bs-pearl);
  font-size: 3rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0.4rem;
}

.popup-video .i-play::after {
  content: '';
  display: block;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.4rem solid var(--bs-pearl);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 3s linear;
}

.br-16 {
  border-radius: 0.8rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .br-16 {
    border-radius: 1.6rem;
  }
}

@media (max-width: 767.98px) {
  .col-md-max-fluid {
    max-width: none !important;
    width: calc(100% + var(--bs-gutter-x)) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: calc(var(--bs-gutter-x) / 2 * -1) !important;
    margin-right: calc(var(--bs-gutter-x) / 2 * -1) !important;
  }
}

.heading-underline {
  border-bottom: 0.2rem solid var(--bs-black);
}

.text-large {
  font-size: 2.4rem;
  line-height: 1.25;
}

.text-large p {
  line-height: 1.25;
}

@media (min-width: 992px) {
  .text-large {
    font-size: 2.8rem;
  }
}

.text-medium {
  font-size: 1.8rem;
  line-height: 1.3;
}

.text-medium p {
  line-height: 1.3;
}

@media (min-width: 992px) {
  .text-medium {
    font-size: 2.2rem;
  }
}

.text-small {
  font-size: 1.6rem;
}

.text-tiny {
  font-size: 1.4rem;
}

.bg-video {
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  /* % of current element */
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-highlight {
  background-color: var(--bs-dark-pearl);
  color: #2c2c2c;
}

.bords-purp {
  border: 0.2rem solid var(--bs-blue-planet);
  border-radius: 1.6rem;
}

.bords-blue {
  border: 0.2rem solid var(--bs-blue-planet);
  border-radius: 1.6rem;
}

/*----------  Required  ----------*/
.z-10 {
  z-index: 10;
}

.position-absolute-cover {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.list-unstyled {
  margin-left: 0;
  margin-top: 0;
}

.list-unstyled > li {
  list-style: none;
}

.img-fluid, .img-responsive {
  width: auto;
  height: auto;
}

.img-cover-block {
  position: relative;
  overflow: hidden;
}
.img-top{
	  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top!important;
  position: absolute;
  left: 0;
  top: 0;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.alignnone, .alignleft, .alignright, .aligncenter, .wp-post-image {
  width: auto;
  height: auto;
}

.alignleft {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}

.alignright {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

.alignleft {
  float: left;
  margin: 0 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 0 0 2rem 2rem;
}

.alert {
  background-color: #ddd;
  border: 0.1rem solid #656565;
  padding: 1.5rem;
}

.alert-info {
  background-color: #ffffd9;
  border: 0.1rem solid #e8e800;
}

.alert-error {
  background-color: #ffd9d9;
  border: 0.1rem solid #ffa6a6;
}

.alert-success {
  background-color: #dbffd9;
  border: 0.1rem solid #7aff73;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icons/icomoon.eot?pabfec");
  src: url("fonts/icons/icomoon.eot?pabfec#iefix") format("embedded-opentype"), url("fonts/icons/icomoon.ttf?pabfec") format("truetype"), url("fonts/icons/icomoon.woff?pabfec") format("woff"), url("fonts/icons/icomoon.svg?pabfec#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.i-font-before:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-font-before:after {
  display: none;
}

.i-font-after:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-font-after:before {
  display: none;
}

.i-arrow-down:before, .i-arrow-down:after {
  content: "\e900";
}

.i-arrow-left:before, .i-arrow-left:after {
  content: "\e901";
}

.i-arrow-right:before, .i-arrow-right:after {
  content: "\e902";
}

.i-arrow-up:before, .i-arrow-up:after {
  content: "\e903";
}

.i-check:before, .i-check:after {
  content: "\e904";
}

.i-check-square:before, .i-check-square:after {
  content: "\e905";
}

.i-chevron-down:before, .i-chevron-down:after {
  content: "\e906";
}

.i-chevron-left:before, .i-chevron-left:after {
  content: "\e907";
}

.i-chevron-right:before, .i-chevron-right:after {
  content: "\e908";
}

.i-chevron-up:before, .i-chevron-up:after {
  content: "\e909";
}

.i-download:before, .i-download:after {
  content: "\e90a";
}

.i-external-link:before, .i-external-link:after {
  content: "\e90b";
}

.i-facebook:before, .i-facebook:after {
  content: "\e91a";
}

.i-instagram:before, .i-instagram:after {
  content: "\e90c";
}

.i-linkedin:before, .i-linkedin:after {
  content: "\e90d";
}

.i-mail:before, .i-mail:after {
  content: "\e90e";
}

.i-map-pin:before, .i-map-pin:after {
  content: "\e90f";
}

.i-menu:before, .i-menu:after {
  content: "\e910";
}

.i-minus:before, .i-minus:after {
  content: "\e911";
}

.i-phone-call:before, .i-phone-call:after {
  content: "\e912";
}

.i-play:before, .i-play:after {
  content: "\e913";
}

.i-play-circle:before, .i-play-circle:after {
  content: "\e914";
}

.i-plus:before, .i-plus:after {
  content: "\e915";
}

.i-search:before, .i-search:after {
  content: "\e916";
}

.i-twitter:before, .i-twitter:after {
  content: "\e917";
}

.i-x:before, .i-x:after {
  content: "\e918";
}

.i-youtube:before, .i-youtube:after {
  content: "\e919";
}

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