@charset "UTF-8";
:root {
  --variable-prefix: mmal;
  --mmal-bp-xs: 0;
  --mmal-bp-sm: 576px;
  --mmal-bp-md: 768px;
  --mmal-bp-lg: 992px;
  --mmal-bp-xl: 1200px;
  --mmal-bp-xxl: 1700px;
  --mmal-list-item-margin: $list-item-margin;
  --mmal-list-item-margin-md: $list-item-margin-md;
  --mmal-list-item-margin-lg: $list-item-margin-lg;
  --mmal-header-height: 66px;
  --mmal-header-height-sm: 66px;
  --mmal-header-height-md: 83px;
  --mmal-header-height-lg: 95px;
  --mmal-header-height-xl: 95px;
}
:root {
  --mmal-brand-red: #ed0000;
  --black: #000000;
  --white: #ffffff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "MMC", verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text {
  margin-top: 0;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
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: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small, [component].text-small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
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;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text,
.h1,
.vehicle-carousel__model-name, .h2, .h3, .h4, [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active, [component].navlist.theme--list-style-h4 .nav-item .nav-link, .h5, .h6, [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links, [component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.25;
  color: inherit;
}
h1, .h1, .vehicle-carousel__model-name {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4, [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active, [component].navlist.theme--list-style-h4 .nav-item .nav-link {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text, .h6, [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links, [component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
  font-size: 1rem;
}
.lead {
  font-size: 1.125rem;
  font-weight: normal;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, [component].text-small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  color: #686d71;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #e3e5e6;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.qs-datepicker-container * {
  box-sizing: border-box;
}
.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qs-hidden {
  display: none;
}
.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: white;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid white;
  border-radius: 0.263921875em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: gray;
  border-color: gray;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active, .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}
.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #fff;
  filter: blur(0px);
  transition: filter 0.3s;
  padding: 0.75rem;
  border-bottom: 1px solid #e3e5e6;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}
.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.263921875em;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid transparent;
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  border-right-color: #686d71;
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  border-left-color: #686d71;
  left: 50%;
  transform: translate(-25%, -50%);
}
.qs-month-year {
  transition: border 0.2s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.qs-month-year:focus, .qs-month-year:active:focus {
  outline: none;
}
.qs-month {
  padding-right: 0.5ex;
}
.qs-year {
  padding-left: 0.5ex;
}
.qs-squares {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  filter: blur(0px);
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}
.qs-square {
  width: calc(100% / 7);
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.1s;
  border-radius: 0.263921875em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #e3e5e6;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):focus {
  border: 1px dashed #000;
}
/*
  3 possibilities:
    1. Single, active date.
    2. Daterange start selection.
    3. Daterange end selection.
*/
.qs-active,
.qs-range-start,
.qs-range-end {
  color: #fff;
  position: relative;
}
.qs-active::after,
.qs-range-start::after,
.qs-range-end::after {
  content: "";
  position: absolute;
  padding: 0.9375rem;
  background: #000;
  z-index: -1;
  border: 1px solid #000;
  border-radius: 50px;
}
.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-range-end:not(.qs-range-0) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-disabled,
.qs-outside-current-month {
  color: #e3e5e6;
}
.qs-disabled {
  cursor: not-allowed;
}
.qs-empty {
  cursor: default;
}
.qs-day {
  cursor: default;
  color: #686d71;
}
.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
.os-scrollbar-horizontal {
  margin: 0 auto;
  display: block;
  height: 0.25rem;
  border-radius: 4px;
  background-color: #686d71;
  width: 14rem;
}
.os-scrollbar-horizontal .os-scrollbar-track {
  display: block;
  height: 0.25rem;
}
.os-scrollbar-horizontal .os-scrollbar-track .os-scrollbar-handle {
  display: block;
  height: 0.25rem;
  background-color: #ed0000;
  border-radius: 4px;
}
.os-scrollbar-horizontal .os-scrollbar-track {
  width: 14rem;
}
.os-scrollbar-horizontal .os-scrollbar-track .os-scrollbar-handle {
  width: 7rem;
}
@media (min-width: 768px) {
  .os-scrollbar-horizontal {
    width: 33.06rem;
  }
  .os-scrollbar-horizontal .os-scrollbar-track {
    width: 33.06rem;
  }
  .os-scrollbar-horizontal .os-scrollbar-track .os-scrollbar-handle {
    width: 16.56rem;
  }
}
@media (min-width: 1200px) {
  .os-scrollbar-horizontal {
    width: 66.375rem;
  }
  .os-scrollbar-horizontal .os-scrollbar-track {
    width: 66.375rem;
  }
  .os-scrollbar-horizontal .os-scrollbar-track .os-scrollbar-handle {
    width: 66.375rem;
  }
}
.os-content {
  display: flex;
  flex-direction: row;
}
.os-content::before {
  content: "";
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .os-content::before {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .os-content::before {
    padding-left: 9rem;
  }
}
.os-content::after {
  content: "";
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .os-content::after {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .os-content::after {
    padding-left: 9rem;
  }
}
.os-content-arrange {
  display: none;
}
.os-resize-observer-item-final {
  width: 0 !important;
  height: 0 !important;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 19.375rem;
  position: relative;
  height: 0.625rem;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 0.625rem;
  float: left;
}
.v-select .vs__dropdown-toggle {
  background: #fff;
  color: rgba(104, 109, 113, 0.749);
  cursor: pointer;
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  padding: 0.5rem 1.25rem;
  position: relative;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .v-select .vs__dropdown-toggle {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .v-select .vs__dropdown-toggle {
    margin-bottom: 1.25rem;
  }
}
.v-select .vs--open .vs__selected-options::after {
  transform: rotate(225deg);
  right: -0.1875rem;
}
.v-select .vs--open .vs__selected {
  position: static;
  opacity: 1;
}
.v-select .vs__actions {
  display: none;
}
.v-select .vs__selected {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .v-select .vs__selected {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.v-select .vs__selected-options {
  flex-wrap: nowrap;
  position: relative;
}
.v-select .vs__selected-options::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 50%;
  margin-top: -0.125rem;
}
.v-select .vs__clear {
  display: none;
}
.v-select .vs__search {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(104, 109, 113, 0.749);
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.v-select .vs__search:focus {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(104, 109, 113, 0.749);
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.v-select .vs__search:focus .user-locator .v-select .vs__dropdown-toggle {
  background-color: red;
}
.v-select .vs__dropdown-option--highlight {
  background: rgba(227, 229, 230, 0.498);
  color: rgba(104, 109, 113, 0.749);
  border-radius: 4px;
}
.v-select .vs__dropdown-option--selected {
  color: #000 !important;
}
.v-select .vs__dropdown-option--selected::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 1rem;
  margin-right: 0.75rem;
  padding: 0;
  transform: rotate(45deg);
  width: 0.5rem;
  position: absolute;
  top: 0.5625rem;
  left: 0.625rem;
  content: " ";
  display: block;
}
.v-select .vs__dropdown-menu {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  padding: 1rem 0;
  margin-top: 0.5rem;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  max-height: 300px;
  margin-bottom: 0.5rem;
}
.v-select .vs__dropdown-menu li {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #686d71;
  cursor: pointer;
  margin: 0;
  padding: 0.625rem 1.875rem;
  position: relative;
  white-space: normal;
}
.v-select .vs__dropdown-menu li:hover {
  background: rgba(227, 229, 230, 0.498);
  border-radius: 4px;
}
.v-select .vs__dropdown-menu li::before {
  display: none;
}
@keyframes rotate-in-2-cw {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes slide-fwd-right {
  0% {
    transform: translateZ(0) translateX(0);
  }
  100% {
    transform: translateZ(160px) translateX(100px);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px black;
  }
  25% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes scale-in-hor-left {
  0% {
    opacity: 1;
    transform: scaleX(0);
    transform-origin: 0% 0%;
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0% 0%;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
body {
  -webkit-font-smoothing: antialiased;
  /* Support for all WebKit browsers. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Firefox. */
  font-family: "MMC", verdana, sans-serif !important;
}
body > .container {
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}
body.no-scroll {
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
body.page {
  background-color: inherit;
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.75rem;
    line-height: 1.4375rem;
  }
}
button {
  color: inherit;
}
.grecaptcha-badge {
  visibility: hidden;
}
body .pac-container {
  border: 1px solid #e3e5e6;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  padding: 0.75rem 0;
}
@media (min-width: 768px) {
  body .pac-container {
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  body .pac-container {
    padding: 1rem 0;
  }
}
body .pac-container::after {
  display: none;
}
body .pac-container .pac-item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  border: 0;
  font-family: "MMC", verdana, sans-serif;
  padding: 0.75rem 2rem;
}
@media (min-width: 768px) {
  body .pac-container .pac-item {
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 992px) {
  body .pac-container .pac-item {
    padding: 1rem 3rem;
  }
}
body .pac-container .pac-item:last-child {
  margin: 0;
}
body .pac-container .pac-item-query {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: "MMC", verdana, sans-serif;
  padding-right: 0.375rem;
}
body .pac-container .pac-icon {
  display: none;
}
.icon--smaller [class*=fa] {
  font-size: 0.625rem !important;
  height: 0.625rem;
}
.icon--small [class*=fa] {
  font-size: 0.8125rem !important;
  height: 0.8125rem;
}
.icon--regular [class*=fa] {
  font-size: 1rem !important;
  height: 1rem;
}
.icon--large [class*=fa] {
  font-size: 1.4375rem !important;
  height: 1.4375rem;
}
img {
  height: auto;
  max-width: 100%;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
figure img,
picture img {
  display: block;
  min-width: 100%;
}
picture img {
  width: auto;
}
ol,
ul {
  padding-left: 0;
  list-style: none;
  padding-bottom: 0;
}
ol li,
ul li {
  padding-left: 0.9375rem;
}
ol li::before,
ul li::before {
  color: #d1d1d1;
  display: inline-block;
  margin-left: -0.9375rem;
  margin-right: 0.625rem;
  position: relative;
}
ul li::before {
  background-color: currentColor;
  border-radius: 100%;
  content: "";
  height: 0.3125rem;
  top: -0.1875rem;
  width: 0.3125rem;
}
ol {
  counter-reset: list-counter;
}
ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
}
.theme--lists-cards-charcoal .card.card--promoted > .card-body, .bg-yellow-pattern .theme--lists-cards-charcoal .card.card--promoted > .card-body, .bg-yellow-pattern, .card--promoted > .card-body {
  background-color: #ffeb14;
}
.bg-charcoal-pattern {
  background-color: #242323;
}
.bg-red-pattern {
  background-color: #ed0000;
}
.theme--lists-cards-charcoal .card.card--promoted > .card-body > *:not(.card-action), .card--promoted > .card-body > *:not(.card-action),
.card--promoted > .card-body > .card-action .card-link.btn-link {
  color: #242323;
}
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body, .bg-grey-5 .card--promoted > .card-body, .bg-yellow .card--promoted > .card-body, .bg-yellow-pattern .card--promoted > .card-body {
  background-color: #242323;
  background-image: none;
}
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body > *:not(.card-tags):not(.card-action), .bg-grey-5 .card--promoted > .card-body > *:not(.card-tags):not(.card-action), .bg-yellow .card--promoted > .card-body > *:not(.card-tags):not(.card-action), .bg-yellow-pattern .card--promoted > .card-body > *:not(.card-tags):not(.card-action),
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body > .card-action .card-link.btn-link,
.bg-grey-5 .card--promoted > .card-body > .card-action .card-link.btn-link,
.bg-yellow .card--promoted > .card-body > .card-action .card-link.btn-link,
.bg-yellow-pattern .card--promoted > .card-body > .card-action .card-link.btn-link {
  color: #fff;
}
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body .card-title::after, .bg-grey-5 .card--promoted > .card-body .card-title::after, .bg-yellow .card--promoted > .card-body .card-title::after, .bg-yellow-pattern .card--promoted > .card-body .card-title::after {
  background-color: #ffeb14;
}
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body .card-action .btn:not(.btn-link), .bg-grey-5 .card--promoted > .card-body .card-action .btn:not(.btn-link), .bg-yellow .card--promoted > .card-body .card-action .btn:not(.btn-link), .bg-yellow-pattern .card--promoted > .card-body .card-action .btn:not(.btn-link),
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body .card-action > span,
.bg-grey-5 .card--promoted > .card-body .card-action > span,
.bg-yellow .card--promoted > .card-body .card-action > span,
.bg-yellow-pattern .card--promoted > .card-body .card-action > span,
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body .card-action > svg,
.bg-grey-5 .card--promoted > .card-body .card-action > svg,
.bg-yellow .card--promoted > .card-body .card-action > svg,
.bg-yellow-pattern .card--promoted > .card-body .card-action > svg,
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body .card-action > svg > path,
.bg-grey-5 .card--promoted > .card-body .card-action > svg > path,
.bg-yellow .card--promoted > .card-body .card-action > svg > path,
.bg-yellow-pattern .card--promoted > .card-body .card-action > svg > path {
  color: #242323;
}
.theme--lists-cards-charcoal .card:not(.card--promoted) .card-body > .card-taglist > ul > li, .bg-grey-5 .card--promoted > .card-body > .card-taglist > ul > li, .bg-yellow .card--promoted > .card-body > .card-taglist > ul > li, .bg-yellow-pattern .card--promoted > .card-body > .card-taglist > ul > li {
  color: #ffd200;
}
.rule-bottom {
  border-bottom: 1px solid #bfc2c4;
}
.rule-left {
  border-left: 1px solid #bfc2c4;
}
.rule-right {
  border-right: 1px solid #bfc2c4;
}
.rule-top {
  border-top: 1px solid #bfc2c4;
}
h1,
h2,
h3,
h4,
h5,
h6,
[component].link.theme--link-card .link-text,
[component].theme--link-card.card-link .link-text,
.h1,
.vehicle-carousel__model-name,
.h2,
.h3,
.h4,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active,
[component].navlist.theme--list-style-h4 .nav-item .nav-link,
.h5,
.h6,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links,
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
  color: inherit;
  font-family: "MMC", verdana, sans-serif;
  font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  -webkit-hyphens: none;
          hyphens: none;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  h1,
h2,
h3,
h4,
h5,
h6,
[component].link.theme--link-card .link-text,
[component].theme--link-card.card-link .link-text,
.h1,
.vehicle-carousel__model-name,
.h2,
.h3,
.h4,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active,
[component].navlist.theme--list-style-h4 .nav-item .nav-link,
.h5,
.h6,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links,
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
    margin-bottom: 1.875rem;
  }
}
h1,
.h1,
.vehicle-carousel__model-name {
  font-family: MMC, verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 576px) {
  h1,
.h1,
.vehicle-carousel__model-name {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  h1,
.h1,
.vehicle-carousel__model-name {
    font-size: 4.5rem;
  }
}
h2,
.h2 {
  font-family: MMC, verdana, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h2,
.h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  h2,
.h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-family: MMC, verdana, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h3,
.h3 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h3,
.h3 {
    font-size: 2.5rem;
  }
}
h4,
.h4,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active,
[component].navlist.theme--list-style-h4 .nav-item .nav-link {
  font-family: MMC, verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h4,
.h4,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active,
[component].navlist.theme--list-style-h4 .nav-item .nav-link {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  h4,
.h4,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active,
[component].navlist.theme--list-style-h4 .nav-item .nav-link {
    font-size: 2rem;
  }
}
h5,
.h5 {
  font-family: MMC, verdana, sans-serif;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h5,
.h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h5,
.h5 {
    font-size: 1.75rem;
  }
}
h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text,
.h6,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links,
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
  font-family: MMC, verdana, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text,
.h6,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links,
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  h6, [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text,
.h6,
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links,
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
    font-size: 1.5rem;
  }
}
p {
  -webkit-hyphens: none;
          hyphens: none;
}
b,
strong,
.strong {
  font-weight: 700;
}
small, [component].text-small,
.small {
  font-size: 0.625rem;
  line-height: 1.4375rem;
}
@media (min-width: 992px) {
  small, [component].text-small,
.small {
    font-size: 0.75rem;
  }
}
.body-text-level1, .tertiary-nav__link, [component].page-details .hero-banner__feature-list-item, .gallery-slider__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
}
@media (min-width: 768px) {
  .body-text-level1, .tertiary-nav__link, [component].page-details .hero-banner__feature-list-item, .gallery-slider__copy {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .body-text-level1, .tertiary-nav__link, [component].page-details .hero-banner__feature-list-item, .gallery-slider__copy {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.body-text-level2 {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .body-text-level2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .body-text-level2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.body-text-level3, [component].text p, .gallery-360 .infospot-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .body-text-level3, [component].text p, .gallery-360 .infospot-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .body-text-level3, [component].text p, .gallery-360 .infospot-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.body-text-level4, .select-options li, .select-styled-error-msg, .select-styled, .cmp-form-options__tooltip, .cmp-form-options label, .cmp-form-options.cmp-form-options--checkbox label, .cmp-form-options.cmp-form-options--radio label, .cmp-form-text__tooltip, .cmp-form-text input,
.cmp-form-text textarea, .cmp-form-text label, .form.container legend, .qs-datepicker-container {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.body-text-level5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.body-text-level6, .cmp-carousel sup, .gallery-hotspot__hotspot-text, .qs-day {
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: 400;
}
.pre-heading, .cmp-teaser__pretitle, .image-carousel .wrapper .image-carousel__header .preheader, .vehicle-carousel__pagination, .vehicle-carousel__preheader, .cmp-carousel__pagination, .gallery-slider__preheading {
  color: #686d71;
  font-family: "MMC", verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.33em;
}
.display-heading {
  font-family: "MMC", verdana, sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .display-heading {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .display-heading {
    font-size: 7rem;
  }
}
.key-features-list ul {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-left: 0.53125rem;
}
@media (min-width: 768px) {
  .key-features-list ul {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .key-features-list ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.key-features-list li {
  margin-bottom: 0.25rem;
  position: relative;
}
.key-features-list li:before {
  content: "";
  background: none;
  border: 2px solid #bfc2c4;
  border-left: none;
  border-bottom: none;
  border-radius: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0.3125rem;
  transform: rotate(45deg);
  transform-origin: center;
}
@media (min-width: 768px) {
  .key-features-list li:before {
    top: 0.40625rem;
  }
}
@media (min-width: 992px) {
  .key-features-list li:before {
    top: 0.5rem;
  }
}
@font-face {
  font-family: "MMC";
  font-style: normal;
  font-weight: 400;
  src: url("../../../etc.clientlibs/mmal/clientlibs/clientlib-core/resources/static/MMC-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "MMC";
  font-style: normal;
  font-weight: 500;
  src: url("../../../etc.clientlibs/mmal/clientlibs/clientlib-core/resources/static/MMC-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "MMC";
  font-style: normal;
  font-weight: 700;
  src: url("../../../etc.clientlibs/mmal/clientlibs/clientlib-core/resources/static/MMC-Bold.woff2") format("woff2");
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.0625rem;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -0.0625rem;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn {
  display: inline-block;
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.84375rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1.375rem;
  border-radius: 3px;
  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;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-black-50 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-black-50:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-black-50:focus, .btn-black-50.focus {
  box-shadow: 0 0 0 rgba(88, 88, 88, 0.5);
}
.btn-black-50.disabled, .btn-black-50:disabled {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-black-50:not(:disabled):not(.disabled):active, .btn-black-50:not(:disabled):not(.disabled).active, .show > .btn-black-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-black-50:not(:disabled):not(.disabled):active:focus, .btn-black-50:not(:disabled):not(.disabled).active:focus, .show > .btn-black-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(88, 88, 88, 0.5);
}
.btn-black-75 {
  color: #fff;
  background-color: #1c1d1d;
  border-color: #1c1d1d;
}
.btn-black-75:hover {
  color: #fff;
  background-color: #090a0a;
  border-color: #030303;
}
.btn-black-75:focus, .btn-black-75.focus {
  box-shadow: 0 0 0 rgba(62, 63, 63, 0.5);
}
.btn-black-75.disabled, .btn-black-75:disabled {
  color: #fff;
  background-color: #1c1d1d;
  border-color: #1c1d1d;
}
.btn-black-75:not(:disabled):not(.disabled):active, .btn-black-75:not(:disabled):not(.disabled).active, .show > .btn-black-75.dropdown-toggle {
  color: #fff;
  background-color: #030303;
  border-color: black;
}
.btn-black-75:not(:disabled):not(.disabled):active:focus, .btn-black-75:not(:disabled):not(.disabled).active:focus, .show > .btn-black-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(62, 63, 63, 0.5);
}
.btn-blue {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-blue:hover {
  color: #fff;
  background-color: #3bb4d8;
  border-color: #31b0d5;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 rgba(82, 169, 195, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aaacf;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(82, 169, 195, 0.5);
}
.btn-blue-10 {
  color: #212529;
  background-color: rgba(91, 192, 222, 0.098);
  border-color: rgba(91, 192, 222, 0.098);
}
.btn-blue-10:hover {
  color: #fff;
  background-color: rgba(59, 180, 216, 0.098);
  border-color: rgba(49, 176, 213, 0.098);
}
.btn-blue-10:focus, .btn-blue-10.focus {
  box-shadow: 0 0 0 rgba(46, 72, 82, 0.5);
}
.btn-blue-10.disabled, .btn-blue-10:disabled {
  color: #212529;
  background-color: rgba(91, 192, 222, 0.098);
  border-color: rgba(91, 192, 222, 0.098);
}
.btn-blue-10:not(:disabled):not(.disabled):active, .btn-blue-10:not(:disabled):not(.disabled).active, .show > .btn-blue-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(49, 176, 213, 0.098);
  border-color: rgba(42, 170, 207, 0.098);
}
.btn-blue-10:not(:disabled):not(.disabled):active:focus, .btn-blue-10:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(46, 72, 82, 0.5);
}
.btn-charcoal {
  color: #fff;
  background-color: #242323;
  border-color: #242323;
}
.btn-charcoal:hover {
  color: #fff;
  background-color: #111010;
  border-color: #0a0a0a;
}
.btn-charcoal:focus, .btn-charcoal.focus {
  box-shadow: 0 0 0 rgba(69, 68, 68, 0.5);
}
.btn-charcoal.disabled, .btn-charcoal:disabled {
  color: #fff;
  background-color: #242323;
  border-color: #242323;
}
.btn-charcoal:not(:disabled):not(.disabled):active, .btn-charcoal:not(:disabled):not(.disabled).active, .show > .btn-charcoal.dropdown-toggle {
  color: #fff;
  background-color: #0a0a0a;
  border-color: #040404;
}
.btn-charcoal:not(:disabled):not(.disabled):active:focus, .btn-charcoal:not(:disabled):not(.disabled).active:focus, .show > .btn-charcoal.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(69, 68, 68, 0.5);
}
.btn-dark-grey {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.btn-dark-grey:hover {
  color: #fff;
  background-color: #565a5d;
  border-color: #505356;
}
.btn-dark-grey:focus, .btn-dark-grey.focus {
  box-shadow: 0 0 0 rgba(127, 131, 134, 0.5);
}
.btn-dark-grey.disabled, .btn-dark-grey:disabled {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.btn-dark-grey:not(:disabled):not(.disabled):active, .btn-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #505356;
  border-color: #494d50;
}
.btn-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(127, 131, 134, 0.5);
}
.btn-dark-grey-75 {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.749);
  border-color: rgba(104, 109, 113, 0.749);
}
.btn-dark-grey-75:hover {
  color: #fff;
  background-color: rgba(86, 90, 93, 0.749);
  border-color: rgba(80, 83, 86, 0.749);
}
.btn-dark-grey-75:focus, .btn-dark-grey-75.focus {
  box-shadow: 0 0 0 rgba(138, 142, 145, 0.5);
}
.btn-dark-grey-75.disabled, .btn-dark-grey-75:disabled {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.749);
  border-color: rgba(104, 109, 113, 0.749);
}
.btn-dark-grey-75:not(:disabled):not(.disabled):active, .btn-dark-grey-75:not(:disabled):not(.disabled).active, .show > .btn-dark-grey-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(80, 83, 86, 0.749);
  border-color: rgba(73, 77, 80, 0.749);
}
.btn-dark-grey-75:not(:disabled):not(.disabled):active:focus, .btn-dark-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(138, 142, 145, 0.5);
}
.btn-dark-grey-50 {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.498);
  border-color: rgba(104, 109, 113, 0.498);
}
.btn-dark-grey-50:hover {
  color: #fff;
  background-color: rgba(86, 90, 93, 0.498);
  border-color: rgba(80, 83, 86, 0.498);
}
.btn-dark-grey-50:focus, .btn-dark-grey-50.focus {
  box-shadow: 0 0 0 rgba(156, 160, 162, 0.5);
}
.btn-dark-grey-50.disabled, .btn-dark-grey-50:disabled {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.498);
  border-color: rgba(104, 109, 113, 0.498);
}
.btn-dark-grey-50:not(:disabled):not(.disabled):active, .btn-dark-grey-50:not(:disabled):not(.disabled).active, .show > .btn-dark-grey-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(80, 83, 86, 0.498);
  border-color: rgba(73, 77, 80, 0.498);
}
.btn-dark-grey-50:not(:disabled):not(.disabled):active:focus, .btn-dark-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(156, 160, 162, 0.5);
}
.btn-dark-grey-25 {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.247);
  border-color: rgba(104, 109, 113, 0.247);
}
.btn-dark-grey-25:hover {
  color: #fff;
  background-color: rgba(86, 90, 93, 0.247);
  border-color: rgba(80, 83, 86, 0.247);
}
.btn-dark-grey-25:focus, .btn-dark-grey-25.focus {
  box-shadow: 0 0 0 rgba(188, 190, 192, 0.5);
}
.btn-dark-grey-25.disabled, .btn-dark-grey-25:disabled {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.247);
  border-color: rgba(104, 109, 113, 0.247);
}
.btn-dark-grey-25:not(:disabled):not(.disabled):active, .btn-dark-grey-25:not(:disabled):not(.disabled).active, .show > .btn-dark-grey-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(80, 83, 86, 0.247);
  border-color: rgba(73, 77, 80, 0.247);
}
.btn-dark-grey-25:not(:disabled):not(.disabled):active:focus, .btn-dark-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(188, 190, 192, 0.5);
}
.btn-dark-red {
  color: #fff;
  background-color: #b41114;
  border-color: #b41114;
}
.btn-dark-red:hover {
  color: #fff;
  background-color: #910e10;
  border-color: #850d0f;
}
.btn-dark-red:focus, .btn-dark-red.focus {
  box-shadow: 0 0 0 rgba(191, 53, 55, 0.5);
}
.btn-dark-red.disabled, .btn-dark-red:disabled {
  color: #fff;
  background-color: #b41114;
  border-color: #b41114;
}
.btn-dark-red:not(:disabled):not(.disabled):active, .btn-dark-red:not(:disabled):not(.disabled).active, .show > .btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #850d0f;
  border-color: #7a0b0e;
}
.btn-dark-red:not(:disabled):not(.disabled):active:focus, .btn-dark-red:not(:disabled):not(.disabled).active:focus, .show > .btn-dark-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(191, 53, 55, 0.5);
}
.btn-eco-green {
  color: #fff;
  background-color: #2e934f;
  border-color: #2e934f;
}
.btn-eco-green:hover {
  color: #fff;
  background-color: #25763f;
  border-color: #226c3a;
}
.btn-eco-green:focus, .btn-eco-green.focus {
  box-shadow: 0 0 0 rgba(77, 163, 105, 0.5);
}
.btn-eco-green.disabled, .btn-eco-green:disabled {
  color: #fff;
  background-color: #2e934f;
  border-color: #2e934f;
}
.btn-eco-green:not(:disabled):not(.disabled):active, .btn-eco-green:not(:disabled):not(.disabled).active, .show > .btn-eco-green.dropdown-toggle {
  color: #fff;
  background-color: #226c3a;
  border-color: #1f6235;
}
.btn-eco-green:not(:disabled):not(.disabled):active:focus, .btn-eco-green:not(:disabled):not(.disabled).active:focus, .show > .btn-eco-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(77, 163, 105, 0.5);
}
.btn-error {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-error:hover {
  color: #fff;
  background-color: #d96f02;
  border-color: #cc6802;
}
.btn-error:focus, .btn-error.focus {
  box-shadow: 0 0 0 rgba(220, 116, 10, 0.5);
}
.btn-error.disabled, .btn-error:disabled {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active, .show > .btn-error.dropdown-toggle {
  color: #fff;
  background-color: #cc6802;
  border-color: #c06202;
}
.btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus, .show > .btn-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(220, 116, 10, 0.5);
}
.btn-error-dark {
  color: #fff;
  background-color: #a73d00;
  border-color: #a73d00;
}
.btn-error-dark:hover {
  color: #fff;
  background-color: #812f00;
  border-color: #742a00;
}
.btn-error-dark:focus, .btn-error-dark.focus {
  box-shadow: 0 0 0 rgba(180, 90, 38, 0.5);
}
.btn-error-dark.disabled, .btn-error-dark:disabled {
  color: #fff;
  background-color: #a73d00;
  border-color: #a73d00;
}
.btn-error-dark:not(:disabled):not(.disabled):active, .btn-error-dark:not(:disabled):not(.disabled).active, .show > .btn-error-dark.dropdown-toggle {
  color: #fff;
  background-color: #742a00;
  border-color: #672600;
}
.btn-error-dark:not(:disabled):not(.disabled):active:focus, .btn-error-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-error-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(180, 90, 38, 0.5);
}
.btn-error-light {
  color: #212529;
  background-color: #fff4eb;
  border-color: #fff4eb;
}
.btn-error-light:hover {
  color: #212529;
  background-color: #ffdfc5;
  border-color: #ffd8b8;
}
.btn-error-light:focus, .btn-error-light.focus {
  box-shadow: 0 0 0 rgba(222, 213, 206, 0.5);
}
.btn-error-light.disabled, .btn-error-light:disabled {
  color: #212529;
  background-color: #fff4eb;
  border-color: #fff4eb;
}
.btn-error-light:not(:disabled):not(.disabled):active, .btn-error-light:not(:disabled):not(.disabled).active, .show > .btn-error-light.dropdown-toggle {
  color: #212529;
  background-color: #ffd8b8;
  border-color: #ffd1ab;
}
.btn-error-light:not(:disabled):not(.disabled):active:focus, .btn-error-light:not(:disabled):not(.disabled).active:focus, .show > .btn-error-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 213, 206, 0.5);
}
.btn-info-light {
  color: #212529;
  background-color: #f1f7fa;
  border-color: #f1f7fa;
}
.btn-info-light:hover {
  color: #212529;
  background-color: #d5e7f0;
  border-color: #cbe2ed;
}
.btn-info-light:focus, .btn-info-light.focus {
  box-shadow: 0 0 0 rgba(210, 216, 219, 0.5);
}
.btn-info-light.disabled, .btn-info-light:disabled {
  color: #212529;
  background-color: #f1f7fa;
  border-color: #f1f7fa;
}
.btn-info-light:not(:disabled):not(.disabled):active, .btn-info-light:not(:disabled):not(.disabled).active, .show > .btn-info-light.dropdown-toggle {
  color: #212529;
  background-color: #cbe2ed;
  border-color: #c2dce9;
}
.btn-info-light:not(:disabled):not(.disabled):active:focus, .btn-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(210, 216, 219, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-info:hover {
  color: #fff;
  background-color: #2387ab;
  border-color: #217fa1;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 rgba(74, 174, 211, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #217fa1;
  border-color: #1f7696;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(74, 174, 211, 0.5);
}
.btn-footer-grey {
  color: #212529;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-footer-grey:hover {
  color: #212529;
  background-color: #afafaf;
  border-color: darkgray;
}
.btn-footer-grey:focus, .btn-footer-grey.focus {
  box-shadow: 0 0 0 rgba(170, 170, 171, 0.5);
}
.btn-footer-grey.disabled, .btn-footer-grey:disabled {
  color: #212529;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-footer-grey:not(:disabled):not(.disabled):active, .btn-footer-grey:not(:disabled):not(.disabled).active, .show > .btn-footer-grey.dropdown-toggle {
  color: #212529;
  background-color: darkgray;
  border-color: #a2a2a2;
}
.btn-footer-grey:not(:disabled):not(.disabled):active:focus, .btn-footer-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-footer-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(170, 170, 171, 0.5);
}
.btn-footer-rule-grey {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn-footer-rule-grey:hover {
  color: #212529;
  background-color: #a3a3a3;
  border-color: #9d9d9d;
}
.btn-footer-rule-grey:focus, .btn-footer-rule-grey.focus {
  box-shadow: 0 0 0 rgba(160, 160, 161, 0.5);
}
.btn-footer-rule-grey.disabled, .btn-footer-rule-grey:disabled {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn-footer-rule-grey:not(:disabled):not(.disabled):active, .btn-footer-rule-grey:not(:disabled):not(.disabled).active, .show > .btn-footer-rule-grey.dropdown-toggle {
  color: #212529;
  background-color: #9d9d9d;
  border-color: #969696;
}
.btn-footer-rule-grey:not(:disabled):not(.disabled):active:focus, .btn-footer-rule-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-footer-rule-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(160, 160, 161, 0.5);
}
.btn-fun-blue {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-fun-blue:hover {
  color: #fff;
  background-color: #2387ab;
  border-color: #217fa1;
}
.btn-fun-blue:focus, .btn-fun-blue.focus {
  box-shadow: 0 0 0 rgba(74, 174, 211, 0.5);
}
.btn-fun-blue.disabled, .btn-fun-blue:disabled {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-fun-blue:not(:disabled):not(.disabled):active, .btn-fun-blue:not(:disabled):not(.disabled).active, .show > .btn-fun-blue.dropdown-toggle {
  color: #fff;
  background-color: #217fa1;
  border-color: #1f7696;
}
.btn-fun-blue:not(:disabled):not(.disabled):active:focus, .btn-fun-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-fun-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(74, 174, 211, 0.5);
}
.btn-green {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28;
}
.btn-green:hover {
  color: #fff;
  background-color: #589e21;
  border-color: #52941f;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 rgba(128, 200, 72, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #52941f;
  border-color: #4c891d;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(128, 200, 72, 0.5);
}
.btn-green-10 {
  color: #fff;
  background-color: rgba(105, 190, 40, 0.098);
  border-color: rgba(105, 190, 40, 0.098);
}
.btn-green-10:hover {
  color: #fff;
  background-color: rgba(88, 158, 33, 0.098);
  border-color: rgba(82, 148, 31, 0.098);
}
.btn-green-10:focus, .btn-green-10.focus {
  box-shadow: 0 0 0 rgba(221, 240, 206, 0.5);
}
.btn-green-10.disabled, .btn-green-10:disabled {
  color: #fff;
  background-color: rgba(105, 190, 40, 0.098);
  border-color: rgba(105, 190, 40, 0.098);
}
.btn-green-10:not(:disabled):not(.disabled):active, .btn-green-10:not(:disabled):not(.disabled).active, .show > .btn-green-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(82, 148, 31, 0.098);
  border-color: rgba(76, 137, 29, 0.098);
}
.btn-green-10:not(:disabled):not(.disabled):active:focus, .btn-green-10:not(:disabled):not(.disabled).active:focus, .show > .btn-green-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(221, 240, 206, 0.5);
}
.btn-grey {
  color: #212529;
  background-color: #bfc2c4;
  border-color: #bfc2c4;
}
.btn-grey:hover {
  color: #212529;
  background-color: #abafb2;
  border-color: #a4a9ac;
}
.btn-grey:focus, .btn-grey.focus {
  box-shadow: 0 0 0 rgba(167, 170, 173, 0.5);
}
.btn-grey.disabled, .btn-grey:disabled {
  color: #212529;
  background-color: #bfc2c4;
  border-color: #bfc2c4;
}
.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active, .show > .btn-grey.dropdown-toggle {
  color: #212529;
  background-color: #a4a9ac;
  border-color: #9ea2a5;
}
.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(167, 170, 173, 0.5);
}
.btn-grey-1 {
  color: #fff;
  background-color: #737578;
  border-color: #737578;
}
.btn-grey-1:hover {
  color: #fff;
  background-color: #606264;
  border-color: #5a5c5e;
}
.btn-grey-1:focus, .btn-grey-1.focus {
  box-shadow: 0 0 0 rgba(136, 138, 140, 0.5);
}
.btn-grey-1.disabled, .btn-grey-1:disabled {
  color: #fff;
  background-color: #737578;
  border-color: #737578;
}
.btn-grey-1:not(:disabled):not(.disabled):active, .btn-grey-1:not(:disabled):not(.disabled).active, .show > .btn-grey-1.dropdown-toggle {
  color: #fff;
  background-color: #5a5c5e;
  border-color: #545557;
}
.btn-grey-1:not(:disabled):not(.disabled):active:focus, .btn-grey-1:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(136, 138, 140, 0.5);
}
.btn-grey-2 {
  color: #212529;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-grey-2:hover {
  color: #fff;
  background-color: #929292;
  border-color: #8c8c8c;
}
.btn-grey-2:focus, .btn-grey-2.focus {
  box-shadow: 0 0 0 rgba(145, 146, 146, 0.5);
}
.btn-grey-2.disabled, .btn-grey-2:disabled {
  color: #212529;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-grey-2:not(:disabled):not(.disabled):active, .btn-grey-2:not(:disabled):not(.disabled).active, .show > .btn-grey-2.dropdown-toggle {
  color: #fff;
  background-color: #8c8c8c;
  border-color: #858585;
}
.btn-grey-2:not(:disabled):not(.disabled):active:focus, .btn-grey-2:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(145, 146, 146, 0.5);
}
.btn-grey-3 {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-grey-3:hover {
  color: #212529;
  background-color: #bebebe;
  border-color: #b8b8b8;
}
.btn-grey-3:focus, .btn-grey-3.focus {
  box-shadow: 0 0 0 rgba(183, 183, 184, 0.5);
}
.btn-grey-3.disabled, .btn-grey-3:disabled {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-grey-3:not(:disabled):not(.disabled):active, .btn-grey-3:not(:disabled):not(.disabled).active, .show > .btn-grey-3.dropdown-toggle {
  color: #212529;
  background-color: #b8b8b8;
  border-color: #b1b1b1;
}
.btn-grey-3:not(:disabled):not(.disabled):active:focus, .btn-grey-3:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(183, 183, 184, 0.5);
}
.btn-grey-4 {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-grey-4:hover {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #c9c9c9;
}
.btn-grey-4:focus, .btn-grey-4.focus {
  box-shadow: 0 0 0 rgba(197, 198, 198, 0.5);
}
.btn-grey-4.disabled, .btn-grey-4:disabled {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-grey-4:not(:disabled):not(.disabled):active, .btn-grey-4:not(:disabled):not(.disabled).active, .show > .btn-grey-4.dropdown-toggle {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c2c2c2;
}
.btn-grey-4:not(:disabled):not(.disabled):active:focus, .btn-grey-4:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(197, 198, 198, 0.5);
}
.btn-grey-5 {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-grey-5:hover {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddddd;
}
.btn-grey-5:focus, .btn-grey-5.focus {
  box-shadow: 0 0 0 rgba(214, 215, 215, 0.5);
}
.btn-grey-5.disabled, .btn-grey-5:disabled {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-grey-5:not(:disabled):not(.disabled):active, .btn-grey-5:not(:disabled):not(.disabled).active, .show > .btn-grey-5.dropdown-toggle {
  color: #212529;
  background-color: #dddddd;
  border-color: #d6d6d6;
}
.btn-grey-5:not(:disabled):not(.disabled):active:focus, .btn-grey-5:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(214, 215, 215, 0.5);
}
.btn-grey-6 {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.501);
  border-color: rgba(227, 229, 230, 0.501);
}
.btn-grey-6:hover {
  color: #212529;
  background-color: rgba(207, 210, 212, 0.501);
  border-color: rgba(200, 204, 206, 0.501);
}
.btn-grey-6:focus, .btn-grey-6.focus {
  box-shadow: 0 0 0 rgba(160, 163, 165, 0.5);
}
.btn-grey-6.disabled, .btn-grey-6:disabled {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.501);
  border-color: rgba(227, 229, 230, 0.501);
}
.btn-grey-6:not(:disabled):not(.disabled):active, .btn-grey-6:not(:disabled):not(.disabled).active, .show > .btn-grey-6.dropdown-toggle {
  color: #212529;
  background-color: rgba(200, 204, 206, 0.501);
  border-color: rgba(193, 198, 200, 0.501);
}
.btn-grey-6:not(:disabled):not(.disabled):active:focus, .btn-grey-6:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(160, 163, 165, 0.5);
}
.btn-grey-7 {
  color: #212529;
  background-color: #d0d1d3;
  border-color: #d0d1d3;
}
.btn-grey-7:hover {
  color: #212529;
  background-color: #bcbec1;
  border-color: #b6b7ba;
}
.btn-grey-7:focus, .btn-grey-7.focus {
  box-shadow: 0 0 0 rgba(182, 183, 186, 0.5);
}
.btn-grey-7.disabled, .btn-grey-7:disabled {
  color: #212529;
  background-color: #d0d1d3;
  border-color: #d0d1d3;
}
.btn-grey-7:not(:disabled):not(.disabled):active, .btn-grey-7:not(:disabled):not(.disabled).active, .show > .btn-grey-7.dropdown-toggle {
  color: #212529;
  background-color: #b6b7ba;
  border-color: #afb1b4;
}
.btn-grey-7:not(:disabled):not(.disabled):active:focus, .btn-grey-7:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(182, 183, 186, 0.5);
}
.btn-grey-8 {
  color: #212529;
  background-color: #e3e5e680;
  border-color: #e3e5e680;
}
.btn-grey-8:hover {
  color: #212529;
  background-color: rgba(207, 210, 212, 0.5019607843);
  border-color: rgba(200, 204, 206, 0.5019607843);
}
.btn-grey-8:focus, .btn-grey-8.focus {
  box-shadow: 0 0 0 rgba(160, 163, 165, 0.5);
}
.btn-grey-8.disabled, .btn-grey-8:disabled {
  color: #212529;
  background-color: #e3e5e680;
  border-color: #e3e5e680;
}
.btn-grey-8:not(:disabled):not(.disabled):active, .btn-grey-8:not(:disabled):not(.disabled).active, .show > .btn-grey-8.dropdown-toggle {
  color: #212529;
  background-color: rgba(200, 204, 206, 0.5019607843);
  border-color: rgba(193, 198, 200, 0.5019607843);
}
.btn-grey-8:not(:disabled):not(.disabled):active:focus, .btn-grey-8:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(160, 163, 165, 0.5);
}
.btn-grey-9 {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-grey-9:hover {
  color: #212529;
  background-color: #cfd2d4;
  border-color: #c8ccce;
}
.btn-grey-9:focus, .btn-grey-9.focus {
  box-shadow: 0 0 0 rgba(198, 200, 202, 0.5);
}
.btn-grey-9.disabled, .btn-grey-9:disabled {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-grey-9:not(:disabled):not(.disabled):active, .btn-grey-9:not(:disabled):not(.disabled).active, .show > .btn-grey-9.dropdown-toggle {
  color: #212529;
  background-color: #c8ccce;
  border-color: #c1c6c8;
}
.btn-grey-9:not(:disabled):not(.disabled):active:focus, .btn-grey-9:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(198, 200, 202, 0.5);
}
.btn-grey-10 {
  color: #212529;
  background-color: #f1f2f2;
  border-color: #f1f2f2;
}
.btn-grey-10:hover {
  color: #212529;
  background-color: #dde0e0;
  border-color: #d7d9d9;
}
.btn-grey-10:focus, .btn-grey-10.focus {
  box-shadow: 0 0 0 rgba(210, 211, 212, 0.5);
}
.btn-grey-10.disabled, .btn-grey-10:disabled {
  color: #212529;
  background-color: #f1f2f2;
  border-color: #f1f2f2;
}
.btn-grey-10:not(:disabled):not(.disabled):active, .btn-grey-10:not(:disabled):not(.disabled).active, .show > .btn-grey-10.dropdown-toggle {
  color: #212529;
  background-color: #d7d9d9;
  border-color: #d0d3d3;
}
.btn-grey-10:not(:disabled):not(.disabled):active:focus, .btn-grey-10:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(210, 211, 212, 0.5);
}
.btn-grey-25 {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.247);
  border-color: rgba(191, 194, 196, 0.247);
}
.btn-grey-25:hover {
  color: #212529;
  background-color: rgba(171, 175, 178, 0.247);
  border-color: rgba(164, 169, 172, 0.247);
}
.btn-grey-25:focus, .btn-grey-25.focus {
  box-shadow: 0 0 0 rgba(103, 107, 110, 0.5);
}
.btn-grey-25.disabled, .btn-grey-25:disabled {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.247);
  border-color: rgba(191, 194, 196, 0.247);
}
.btn-grey-25:not(:disabled):not(.disabled):active, .btn-grey-25:not(:disabled):not(.disabled).active, .show > .btn-grey-25.dropdown-toggle {
  color: #212529;
  background-color: rgba(164, 169, 172, 0.247);
  border-color: rgba(158, 162, 165, 0.247);
}
.btn-grey-25:not(:disabled):not(.disabled):active:focus, .btn-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(103, 107, 110, 0.5);
}
.btn-grey-50 {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.498);
  border-color: rgba(191, 194, 196, 0.498);
}
.btn-grey-50:hover {
  color: #212529;
  background-color: rgba(171, 175, 178, 0.498);
  border-color: rgba(164, 169, 172, 0.498);
}
.btn-grey-50:focus, .btn-grey-50.focus {
  box-shadow: 0 0 0 rgba(136, 139, 142, 0.5);
}
.btn-grey-50.disabled, .btn-grey-50:disabled {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.498);
  border-color: rgba(191, 194, 196, 0.498);
}
.btn-grey-50:not(:disabled):not(.disabled):active, .btn-grey-50:not(:disabled):not(.disabled).active, .show > .btn-grey-50.dropdown-toggle {
  color: #212529;
  background-color: rgba(164, 169, 172, 0.498);
  border-color: rgba(158, 162, 165, 0.498);
}
.btn-grey-50:not(:disabled):not(.disabled):active:focus, .btn-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(136, 139, 142, 0.5);
}
.btn-grey-75 {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.749);
  border-color: rgba(191, 194, 196, 0.749);
}
.btn-grey-75:hover {
  color: #212529;
  background-color: rgba(171, 175, 178, 0.749);
  border-color: rgba(164, 169, 172, 0.749);
}
.btn-grey-75:focus, .btn-grey-75.focus {
  box-shadow: 0 0 0 rgba(155, 158, 161, 0.5);
}
.btn-grey-75.disabled, .btn-grey-75:disabled {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.749);
  border-color: rgba(191, 194, 196, 0.749);
}
.btn-grey-75:not(:disabled):not(.disabled):active, .btn-grey-75:not(:disabled):not(.disabled).active, .show > .btn-grey-75.dropdown-toggle {
  color: #212529;
  background-color: rgba(164, 169, 172, 0.749);
  border-color: rgba(158, 162, 165, 0.749);
}
.btn-grey-75:not(:disabled):not(.disabled):active:focus, .btn-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(155, 158, 161, 0.5);
}
.btn-light-grey {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-light-grey:hover {
  color: #212529;
  background-color: #cfd2d4;
  border-color: #c8ccce;
}
.btn-light-grey:focus, .btn-light-grey.focus {
  box-shadow: 0 0 0 rgba(198, 200, 202, 0.5);
}
.btn-light-grey.disabled, .btn-light-grey:disabled {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active, .show > .btn-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #c8ccce;
  border-color: #c1c6c8;
}
.btn-light-grey:not(:disabled):not(.disabled):active:focus, .btn-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(198, 200, 202, 0.5);
}
.btn-light-grey-25 {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.247);
  border-color: rgba(227, 229, 230, 0.247);
}
.btn-light-grey-25:hover {
  color: #212529;
  background-color: rgba(207, 210, 212, 0.247);
  border-color: rgba(200, 204, 206, 0.247);
}
.btn-light-grey-25:focus, .btn-light-grey-25.focus {
  box-shadow: 0 0 0 rgba(119, 122, 125, 0.5);
}
.btn-light-grey-25.disabled, .btn-light-grey-25:disabled {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.247);
  border-color: rgba(227, 229, 230, 0.247);
}
.btn-light-grey-25:not(:disabled):not(.disabled):active, .btn-light-grey-25:not(:disabled):not(.disabled).active, .show > .btn-light-grey-25.dropdown-toggle {
  color: #212529;
  background-color: rgba(200, 204, 206, 0.247);
  border-color: rgba(193, 198, 200, 0.247);
}
.btn-light-grey-25:not(:disabled):not(.disabled):active:focus, .btn-light-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(119, 122, 125, 0.5);
}
.btn-light-grey-50 {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.498);
  border-color: rgba(227, 229, 230, 0.498);
}
.btn-light-grey-50:hover {
  color: #212529;
  background-color: rgba(207, 210, 212, 0.498);
  border-color: rgba(200, 204, 206, 0.498);
}
.btn-light-grey-50:focus, .btn-light-grey-50.focus {
  box-shadow: 0 0 0 rgba(160, 162, 164, 0.5);
}
.btn-light-grey-50.disabled, .btn-light-grey-50:disabled {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.498);
  border-color: rgba(227, 229, 230, 0.498);
}
.btn-light-grey-50:not(:disabled):not(.disabled):active, .btn-light-grey-50:not(:disabled):not(.disabled).active, .show > .btn-light-grey-50.dropdown-toggle {
  color: #212529;
  background-color: rgba(200, 204, 206, 0.498);
  border-color: rgba(193, 198, 200, 0.498);
}
.btn-light-grey-50:not(:disabled):not(.disabled):active:focus, .btn-light-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(160, 162, 164, 0.5);
}
.btn-light-grey-75 {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.749);
  border-color: rgba(227, 229, 230, 0.749);
}
.btn-light-grey-75:hover {
  color: #212529;
  background-color: rgba(207, 210, 212, 0.749);
  border-color: rgba(200, 204, 206, 0.749);
}
.btn-light-grey-75:focus, .btn-light-grey-75.focus {
  box-shadow: 0 0 0 rgba(183, 185, 187, 0.5);
}
.btn-light-grey-75.disabled, .btn-light-grey-75:disabled {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.749);
  border-color: rgba(227, 229, 230, 0.749);
}
.btn-light-grey-75:not(:disabled):not(.disabled):active, .btn-light-grey-75:not(:disabled):not(.disabled).active, .show > .btn-light-grey-75.dropdown-toggle {
  color: #212529;
  background-color: rgba(200, 204, 206, 0.749);
  border-color: rgba(193, 198, 200, 0.749);
}
.btn-light-grey-75:not(:disabled):not(.disabled):active:focus, .btn-light-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-light-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(183, 185, 187, 0.5);
}
.btn-orange {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-orange:hover {
  color: #fff;
  background-color: #d96f02;
  border-color: #cc6802;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 rgba(220, 116, 10, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #cc6802;
  border-color: #c06202;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(220, 116, 10, 0.5);
}
.btn-orange-10 {
  color: #212529;
  background-color: rgba(253, 130, 4, 0.098);
  border-color: rgba(253, 130, 4, 0.098);
}
.btn-orange-10:hover {
  color: #fff;
  background-color: rgba(217, 111, 2, 0.098);
  border-color: rgba(204, 104, 2, 0.098);
}
.btn-orange-10:focus, .btn-orange-10.focus {
  box-shadow: 0 0 0 rgba(83, 58, 33, 0.5);
}
.btn-orange-10.disabled, .btn-orange-10:disabled {
  color: #212529;
  background-color: rgba(253, 130, 4, 0.098);
  border-color: rgba(253, 130, 4, 0.098);
}
.btn-orange-10:not(:disabled):not(.disabled):active, .btn-orange-10:not(:disabled):not(.disabled).active, .show > .btn-orange-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(204, 104, 2, 0.098);
  border-color: rgba(192, 98, 2, 0.098);
}
.btn-orange-10:not(:disabled):not(.disabled):active:focus, .btn-orange-10:not(:disabled):not(.disabled).active:focus, .show > .btn-orange-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(83, 58, 33, 0.5);
}
.btn-purple {
  color: #fff;
  background-color: #883681;
  border-color: #883681;
}
.btn-purple:hover {
  color: #fff;
  background-color: #6d2b67;
  border-color: #63285e;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 rgba(154, 84, 148, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #883681;
  border-color: #883681;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #63285e;
  border-color: #5a2456;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(154, 84, 148, 0.5);
}
.btn-purple-50 {
  color: #212529;
  background-color: #c39ac0;
  border-color: #c39ac0;
}
.btn-purple-50:hover {
  color: #212529;
  background-color: #b582b1;
  border-color: #b07aac;
}
.btn-purple-50:focus, .btn-purple-50.focus {
  box-shadow: 0 0 0 rgba(171, 136, 169, 0.5);
}
.btn-purple-50.disabled, .btn-purple-50:disabled {
  color: #212529;
  background-color: #c39ac0;
  border-color: #c39ac0;
}
.btn-purple-50:not(:disabled):not(.disabled):active, .btn-purple-50:not(:disabled):not(.disabled).active, .show > .btn-purple-50.dropdown-toggle {
  color: #fff;
  background-color: #b07aac;
  border-color: #ab72a7;
}
.btn-purple-50:not(:disabled):not(.disabled):active:focus, .btn-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(171, 136, 169, 0.5);
}
.btn-red {
  color: #fff;
  background-color: #ed0000;
  border-color: #ed0000;
}
.btn-red:hover {
  color: #fff;
  background-color: #c70000;
  border-color: #ba0000;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 rgba(240, 38, 38, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #ed0000;
  border-color: #ed0000;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ba0000;
  border-color: #ad0000;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(240, 38, 38, 0.5);
}
.btn-red-10 {
  color: #fff;
  background-color: rgba(214, 0, 0, 0.098);
  border-color: rgba(214, 0, 0, 0.098);
}
.btn-red-10:hover {
  color: #fff;
  background-color: rgba(176, 0, 0, 0.098);
  border-color: rgba(163, 0, 0, 0.098);
}
.btn-red-10:focus, .btn-red-10.focus {
  box-shadow: 0 0 0 rgba(246, 197, 197, 0.5);
}
.btn-red-10.disabled, .btn-red-10:disabled {
  color: #fff;
  background-color: rgba(214, 0, 0, 0.098);
  border-color: rgba(214, 0, 0, 0.098);
}
.btn-red-10:not(:disabled):not(.disabled):active, .btn-red-10:not(:disabled):not(.disabled).active, .show > .btn-red-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(163, 0, 0, 0.098);
  border-color: rgba(150, 0, 0, 0.098);
}
.btn-red-10:not(:disabled):not(.disabled):active:focus, .btn-red-10:not(:disabled):not(.disabled).active:focus, .show > .btn-red-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(246, 197, 197, 0.5);
}
.btn-red-25 {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.247);
  border-color: rgba(237, 0, 0, 0.247);
}
.btn-red-25:hover {
  color: #fff;
  background-color: rgba(199, 0, 0, 0.247);
  border-color: rgba(186, 0, 0, 0.247);
}
.btn-red-25:focus, .btn-red-25.focus {
  box-shadow: 0 0 0 rgba(247, 142, 142, 0.5);
}
.btn-red-25.disabled, .btn-red-25:disabled {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.247);
  border-color: rgba(237, 0, 0, 0.247);
}
.btn-red-25:not(:disabled):not(.disabled):active, .btn-red-25:not(:disabled):not(.disabled).active, .show > .btn-red-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(186, 0, 0, 0.247);
  border-color: rgba(173, 0, 0, 0.247);
}
.btn-red-25:not(:disabled):not(.disabled):active:focus, .btn-red-25:not(:disabled):not(.disabled).active:focus, .show > .btn-red-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(247, 142, 142, 0.5);
}
.btn-red-50 {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.498);
  border-color: rgba(237, 0, 0, 0.498);
}
.btn-red-50:hover {
  color: #fff;
  background-color: rgba(199, 0, 0, 0.498);
  border-color: rgba(186, 0, 0, 0.498);
}
.btn-red-50:focus, .btn-red-50.focus {
  box-shadow: 0 0 0 rgba(243, 89, 89, 0.5);
}
.btn-red-50.disabled, .btn-red-50:disabled {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.498);
  border-color: rgba(237, 0, 0, 0.498);
}
.btn-red-50:not(:disabled):not(.disabled):active, .btn-red-50:not(:disabled):not(.disabled).active, .show > .btn-red-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(186, 0, 0, 0.498);
  border-color: rgba(173, 0, 0, 0.498);
}
.btn-red-50:not(:disabled):not(.disabled):active:focus, .btn-red-50:not(:disabled):not(.disabled).active:focus, .show > .btn-red-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(243, 89, 89, 0.5);
}
.btn-red-75 {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.749);
  border-color: rgba(237, 0, 0, 0.749);
}
.btn-red-75:hover {
  color: #fff;
  background-color: rgba(199, 0, 0, 0.749);
  border-color: rgba(186, 0, 0, 0.749);
}
.btn-red-75:focus, .btn-red-75.focus {
  box-shadow: 0 0 0 rgba(241, 58, 58, 0.5);
}
.btn-red-75.disabled, .btn-red-75:disabled {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.749);
  border-color: rgba(237, 0, 0, 0.749);
}
.btn-red-75:not(:disabled):not(.disabled):active, .btn-red-75:not(:disabled):not(.disabled).active, .show > .btn-red-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(186, 0, 0, 0.749);
  border-color: rgba(173, 0, 0, 0.749);
}
.btn-red-75:not(:disabled):not(.disabled):active:focus, .btn-red-75:not(:disabled):not(.disabled).active:focus, .show > .btn-red-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(241, 58, 58, 0.5);
}
.btn-red-100 {
  color: #fff;
  background-color: #d60000;
  border-color: #d60000;
}
.btn-red-100:hover {
  color: #fff;
  background-color: #b00000;
  border-color: #a30000;
}
.btn-red-100:focus, .btn-red-100.focus {
  box-shadow: 0 0 0 rgba(220, 38, 38, 0.5);
}
.btn-red-100.disabled, .btn-red-100:disabled {
  color: #fff;
  background-color: #d60000;
  border-color: #d60000;
}
.btn-red-100:not(:disabled):not(.disabled):active, .btn-red-100:not(:disabled):not(.disabled).active, .show > .btn-red-100.dropdown-toggle {
  color: #fff;
  background-color: #a30000;
  border-color: #960000;
}
.btn-red-100:not(:disabled):not(.disabled):active:focus, .btn-red-100:not(:disabled):not(.disabled).active:focus, .show > .btn-red-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(220, 38, 38, 0.5);
}
.btn-red-250 {
  color: #212529;
  background-color: #fbcccc;
  border-color: #fbcccc;
}
.btn-red-250:hover {
  color: #212529;
  background-color: #f8a9a9;
  border-color: #f79d9d;
}
.btn-red-250:focus, .btn-red-250.focus {
  box-shadow: 0 0 0 rgba(218, 179, 180, 0.5);
}
.btn-red-250.disabled, .btn-red-250:disabled {
  color: #212529;
  background-color: #fbcccc;
  border-color: #fbcccc;
}
.btn-red-250:not(:disabled):not(.disabled):active, .btn-red-250:not(:disabled):not(.disabled).active, .show > .btn-red-250.dropdown-toggle {
  color: #212529;
  background-color: #f79d9d;
  border-color: #f69191;
}
.btn-red-250:not(:disabled):not(.disabled):active:focus, .btn-red-250:not(:disabled):not(.disabled).active:focus, .show > .btn-red-250.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(218, 179, 180, 0.5);
}
.btn-turquoise {
  color: #fff;
  background-color: #00bed8;
  border-color: #00bed8;
}
.btn-turquoise:hover {
  color: #fff;
  background-color: #009cb2;
  border-color: #0091a5;
}
.btn-turquoise:focus, .btn-turquoise.focus {
  box-shadow: 0 0 0 rgba(38, 200, 222, 0.5);
}
.btn-turquoise.disabled, .btn-turquoise:disabled {
  color: #fff;
  background-color: #00bed8;
  border-color: #00bed8;
}
.btn-turquoise:not(:disabled):not(.disabled):active, .btn-turquoise:not(:disabled):not(.disabled).active, .show > .btn-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #0091a5;
  border-color: #008698;
}
.btn-turquoise:not(:disabled):not(.disabled):active:focus, .btn-turquoise:not(:disabled):not(.disabled).active:focus, .show > .btn-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(38, 200, 222, 0.5);
}
.btn-turquoise-50 {
  color: #212529;
  background-color: #7dfeeb;
  border-color: #7dfeeb;
}
.btn-turquoise-50:hover {
  color: #212529;
  background-color: #57fee5;
  border-color: #4afee3;
}
.btn-turquoise-50:focus, .btn-turquoise-50.focus {
  box-shadow: 0 0 0 rgba(111, 221, 206, 0.5);
}
.btn-turquoise-50.disabled, .btn-turquoise-50:disabled {
  color: #212529;
  background-color: #7dfeeb;
  border-color: #7dfeeb;
}
.btn-turquoise-50:not(:disabled):not(.disabled):active, .btn-turquoise-50:not(:disabled):not(.disabled).active, .show > .btn-turquoise-50.dropdown-toggle {
  color: #212529;
  background-color: #4afee3;
  border-color: #3efee1;
}
.btn-turquoise-50:not(:disabled):not(.disabled):active:focus, .btn-turquoise-50:not(:disabled):not(.disabled).active:focus, .show > .btn-turquoise-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(111, 221, 206, 0.5);
}
.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-yellow {
  color: #212529;
  background-color: #ffeb14;
  border-color: #ffeb14;
}
.btn-yellow:hover {
  color: #212529;
  background-color: #edd900;
  border-color: #e0cd00;
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 rgba(222, 205, 23, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffeb14;
  border-color: #ffeb14;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e0cd00;
  border-color: #d3c100;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 205, 23, 0.5);
}
.btn-yellow-50 {
  color: #212529;
  background-color: #fff589;
  border-color: #fff589;
}
.btn-yellow-50:hover {
  color: #212529;
  background-color: #fff263;
  border-color: #fff156;
}
.btn-yellow-50:focus, .btn-yellow-50.focus {
  box-shadow: 0 0 0 rgba(222, 214, 123, 0.5);
}
.btn-yellow-50.disabled, .btn-yellow-50:disabled {
  color: #212529;
  background-color: #fff589;
  border-color: #fff589;
}
.btn-yellow-50:not(:disabled):not(.disabled):active, .btn-yellow-50:not(:disabled):not(.disabled).active, .show > .btn-yellow-50.dropdown-toggle {
  color: #212529;
  background-color: #fff156;
  border-color: #fff049;
}
.btn-yellow-50:not(:disabled):not(.disabled):active:focus, .btn-yellow-50:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 214, 123, 0.5);
}
.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black-50 {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-black-50:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-black-50:focus, .btn-outline-black-50.focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black-50.disabled, .btn-outline-black-50:disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.btn-outline-black-50:not(:disabled):not(.disabled):active, .btn-outline-black-50:not(:disabled):not(.disabled).active, .show > .btn-outline-black-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.btn-outline-black-50:not(:disabled):not(.disabled):active:focus, .btn-outline-black-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black-75 {
  color: #1c1d1d;
  border-color: #1c1d1d;
}
.btn-outline-black-75:hover {
  color: #fff;
  background-color: #1c1d1d;
  border-color: #1c1d1d;
}
.btn-outline-black-75:focus, .btn-outline-black-75.focus {
  box-shadow: 0 0 0 rgba(28, 29, 29, 0.5);
}
.btn-outline-black-75.disabled, .btn-outline-black-75:disabled {
  color: #1c1d1d;
  background-color: transparent;
}
.btn-outline-black-75:not(:disabled):not(.disabled):active, .btn-outline-black-75:not(:disabled):not(.disabled).active, .show > .btn-outline-black-75.dropdown-toggle {
  color: #fff;
  background-color: #1c1d1d;
  border-color: #1c1d1d;
}
.btn-outline-black-75:not(:disabled):not(.disabled):active:focus, .btn-outline-black-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(28, 29, 29, 0.5);
}
.btn-outline-blue {
  color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-blue:hover {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 rgba(91, 192, 222, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #5bc0de;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #212529;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(91, 192, 222, 0.5);
}
.btn-outline-blue-10 {
  color: rgba(91, 192, 222, 0.098);
  border-color: rgba(91, 192, 222, 0.098);
}
.btn-outline-blue-10:hover {
  color: #212529;
  background-color: rgba(91, 192, 222, 0.098);
  border-color: rgba(91, 192, 222, 0.098);
}
.btn-outline-blue-10:focus, .btn-outline-blue-10.focus {
  box-shadow: 0 0 0 rgba(91, 192, 222, 0.5);
}
.btn-outline-blue-10.disabled, .btn-outline-blue-10:disabled {
  color: rgba(91, 192, 222, 0.098);
  background-color: transparent;
}
.btn-outline-blue-10:not(:disabled):not(.disabled):active, .btn-outline-blue-10:not(:disabled):not(.disabled).active, .show > .btn-outline-blue-10.dropdown-toggle {
  color: #212529;
  background-color: rgba(91, 192, 222, 0.098);
  border-color: rgba(91, 192, 222, 0.098);
}
.btn-outline-blue-10:not(:disabled):not(.disabled):active:focus, .btn-outline-blue-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(91, 192, 222, 0.5);
}
.btn-outline-charcoal {
  color: #242323;
  border-color: #242323;
}
.btn-outline-charcoal:hover {
  color: #fff;
  background-color: #242323;
  border-color: #242323;
}
.btn-outline-charcoal:focus, .btn-outline-charcoal.focus {
  box-shadow: 0 0 0 rgba(36, 35, 35, 0.5);
}
.btn-outline-charcoal.disabled, .btn-outline-charcoal:disabled {
  color: #242323;
  background-color: transparent;
}
.btn-outline-charcoal:not(:disabled):not(.disabled):active, .btn-outline-charcoal:not(:disabled):not(.disabled).active, .show > .btn-outline-charcoal.dropdown-toggle {
  color: #fff;
  background-color: #242323;
  border-color: #242323;
}
.btn-outline-charcoal:not(:disabled):not(.disabled):active:focus, .btn-outline-charcoal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-charcoal.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(36, 35, 35, 0.5);
}
.btn-outline-dark-grey {
  color: #686d71;
  border-color: #686d71;
}
.btn-outline-dark-grey:hover {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.btn-outline-dark-grey:focus, .btn-outline-dark-grey.focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey.disabled, .btn-outline-dark-grey:disabled {
  color: #686d71;
  background-color: transparent;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active, .btn-outline-dark-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey.dropdown-toggle {
  color: #fff;
  background-color: #686d71;
  border-color: #686d71;
}
.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-75 {
  color: rgba(104, 109, 113, 0.749);
  border-color: rgba(104, 109, 113, 0.749);
}
.btn-outline-dark-grey-75:hover {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.749);
  border-color: rgba(104, 109, 113, 0.749);
}
.btn-outline-dark-grey-75:focus, .btn-outline-dark-grey-75.focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-75.disabled, .btn-outline-dark-grey-75:disabled {
  color: rgba(104, 109, 113, 0.749);
  background-color: transparent;
}
.btn-outline-dark-grey-75:not(:disabled):not(.disabled):active, .btn-outline-dark-grey-75:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.749);
  border-color: rgba(104, 109, 113, 0.749);
}
.btn-outline-dark-grey-75:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-50 {
  color: rgba(104, 109, 113, 0.498);
  border-color: rgba(104, 109, 113, 0.498);
}
.btn-outline-dark-grey-50:hover {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.498);
  border-color: rgba(104, 109, 113, 0.498);
}
.btn-outline-dark-grey-50:focus, .btn-outline-dark-grey-50.focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-50.disabled, .btn-outline-dark-grey-50:disabled {
  color: rgba(104, 109, 113, 0.498);
  background-color: transparent;
}
.btn-outline-dark-grey-50:not(:disabled):not(.disabled):active, .btn-outline-dark-grey-50:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.498);
  border-color: rgba(104, 109, 113, 0.498);
}
.btn-outline-dark-grey-50:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-25 {
  color: rgba(104, 109, 113, 0.247);
  border-color: rgba(104, 109, 113, 0.247);
}
.btn-outline-dark-grey-25:hover {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.247);
  border-color: rgba(104, 109, 113, 0.247);
}
.btn-outline-dark-grey-25:focus, .btn-outline-dark-grey-25.focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-grey-25.disabled, .btn-outline-dark-grey-25:disabled {
  color: rgba(104, 109, 113, 0.247);
  background-color: transparent;
}
.btn-outline-dark-grey-25:not(:disabled):not(.disabled):active, .btn-outline-dark-grey-25:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-grey-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(104, 109, 113, 0.247);
  border-color: rgba(104, 109, 113, 0.247);
}
.btn-outline-dark-grey-25:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(104, 109, 113, 0.5);
}
.btn-outline-dark-red {
  color: #b41114;
  border-color: #b41114;
}
.btn-outline-dark-red:hover {
  color: #fff;
  background-color: #b41114;
  border-color: #b41114;
}
.btn-outline-dark-red:focus, .btn-outline-dark-red.focus {
  box-shadow: 0 0 0 rgba(180, 17, 20, 0.5);
}
.btn-outline-dark-red.disabled, .btn-outline-dark-red:disabled {
  color: #b41114;
  background-color: transparent;
}
.btn-outline-dark-red:not(:disabled):not(.disabled):active, .btn-outline-dark-red:not(:disabled):not(.disabled).active, .show > .btn-outline-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #b41114;
  border-color: #b41114;
}
.btn-outline-dark-red:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(180, 17, 20, 0.5);
}
.btn-outline-eco-green {
  color: #2e934f;
  border-color: #2e934f;
}
.btn-outline-eco-green:hover {
  color: #fff;
  background-color: #2e934f;
  border-color: #2e934f;
}
.btn-outline-eco-green:focus, .btn-outline-eco-green.focus {
  box-shadow: 0 0 0 rgba(46, 147, 79, 0.5);
}
.btn-outline-eco-green.disabled, .btn-outline-eco-green:disabled {
  color: #2e934f;
  background-color: transparent;
}
.btn-outline-eco-green:not(:disabled):not(.disabled):active, .btn-outline-eco-green:not(:disabled):not(.disabled).active, .show > .btn-outline-eco-green.dropdown-toggle {
  color: #fff;
  background-color: #2e934f;
  border-color: #2e934f;
}
.btn-outline-eco-green:not(:disabled):not(.disabled):active:focus, .btn-outline-eco-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-eco-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(46, 147, 79, 0.5);
}
.btn-outline-error {
  color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-error:hover {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-error:focus, .btn-outline-error.focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-error.disabled, .btn-outline-error:disabled {
  color: #fd8204;
  background-color: transparent;
}
.btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active, .show > .btn-outline-error.dropdown-toggle {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-error-dark {
  color: #a73d00;
  border-color: #a73d00;
}
.btn-outline-error-dark:hover {
  color: #fff;
  background-color: #a73d00;
  border-color: #a73d00;
}
.btn-outline-error-dark:focus, .btn-outline-error-dark.focus {
  box-shadow: 0 0 0 rgba(167, 61, 0, 0.5);
}
.btn-outline-error-dark.disabled, .btn-outline-error-dark:disabled {
  color: #a73d00;
  background-color: transparent;
}
.btn-outline-error-dark:not(:disabled):not(.disabled):active, .btn-outline-error-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-error-dark.dropdown-toggle {
  color: #fff;
  background-color: #a73d00;
  border-color: #a73d00;
}
.btn-outline-error-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-error-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(167, 61, 0, 0.5);
}
.btn-outline-error-light {
  color: #fff4eb;
  border-color: #fff4eb;
}
.btn-outline-error-light:hover {
  color: #212529;
  background-color: #fff4eb;
  border-color: #fff4eb;
}
.btn-outline-error-light:focus, .btn-outline-error-light.focus {
  box-shadow: 0 0 0 rgba(255, 244, 235, 0.5);
}
.btn-outline-error-light.disabled, .btn-outline-error-light:disabled {
  color: #fff4eb;
  background-color: transparent;
}
.btn-outline-error-light:not(:disabled):not(.disabled):active, .btn-outline-error-light:not(:disabled):not(.disabled).active, .show > .btn-outline-error-light.dropdown-toggle {
  color: #212529;
  background-color: #fff4eb;
  border-color: #fff4eb;
}
.btn-outline-error-light:not(:disabled):not(.disabled):active:focus, .btn-outline-error-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-error-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 244, 235, 0.5);
}
.btn-outline-info-light {
  color: #f1f7fa;
  border-color: #f1f7fa;
}
.btn-outline-info-light:hover {
  color: #212529;
  background-color: #f1f7fa;
  border-color: #f1f7fa;
}
.btn-outline-info-light:focus, .btn-outline-info-light.focus {
  box-shadow: 0 0 0 rgba(241, 247, 250, 0.5);
}
.btn-outline-info-light.disabled, .btn-outline-info-light:disabled {
  color: #f1f7fa;
  background-color: transparent;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active, .btn-outline-info-light:not(:disabled):not(.disabled).active, .show > .btn-outline-info-light.dropdown-toggle {
  color: #212529;
  background-color: #f1f7fa;
  border-color: #f1f7fa;
}
.btn-outline-info-light:not(:disabled):not(.disabled):active:focus, .btn-outline-info-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(241, 247, 250, 0.5);
}
.btn-outline-info {
  color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 rgba(42, 160, 203, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2aa0cb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(42, 160, 203, 0.5);
}
.btn-outline-footer-grey {
  color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-outline-footer-grey:hover {
  color: #212529;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-outline-footer-grey:focus, .btn-outline-footer-grey.focus {
  box-shadow: 0 0 0 rgba(194, 194, 194, 0.5);
}
.btn-outline-footer-grey.disabled, .btn-outline-footer-grey:disabled {
  color: #c2c2c2;
  background-color: transparent;
}
.btn-outline-footer-grey:not(:disabled):not(.disabled):active, .btn-outline-footer-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-footer-grey.dropdown-toggle {
  color: #212529;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}
.btn-outline-footer-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-footer-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-footer-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(194, 194, 194, 0.5);
}
.btn-outline-footer-rule-grey {
  color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn-outline-footer-rule-grey:hover {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn-outline-footer-rule-grey:focus, .btn-outline-footer-rule-grey.focus {
  box-shadow: 0 0 0 rgba(182, 182, 182, 0.5);
}
.btn-outline-footer-rule-grey.disabled, .btn-outline-footer-rule-grey:disabled {
  color: #b6b6b6;
  background-color: transparent;
}
.btn-outline-footer-rule-grey:not(:disabled):not(.disabled):active, .btn-outline-footer-rule-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-footer-rule-grey.dropdown-toggle {
  color: #212529;
  background-color: #b6b6b6;
  border-color: #b6b6b6;
}
.btn-outline-footer-rule-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-footer-rule-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-footer-rule-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(182, 182, 182, 0.5);
}
.btn-outline-fun-blue {
  color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-fun-blue:hover {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-fun-blue:focus, .btn-outline-fun-blue.focus {
  box-shadow: 0 0 0 rgba(42, 160, 203, 0.5);
}
.btn-outline-fun-blue.disabled, .btn-outline-fun-blue:disabled {
  color: #2aa0cb;
  background-color: transparent;
}
.btn-outline-fun-blue:not(:disabled):not(.disabled):active, .btn-outline-fun-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-fun-blue.dropdown-toggle {
  color: #fff;
  background-color: #2aa0cb;
  border-color: #2aa0cb;
}
.btn-outline-fun-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-fun-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-fun-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(42, 160, 203, 0.5);
}
.btn-outline-green {
  color: #69be28;
  border-color: #69be28;
}
.btn-outline-green:hover {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 rgba(105, 190, 40, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #69be28;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #69be28;
  border-color: #69be28;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(105, 190, 40, 0.5);
}
.btn-outline-green-10 {
  color: rgba(105, 190, 40, 0.098);
  border-color: rgba(105, 190, 40, 0.098);
}
.btn-outline-green-10:hover {
  color: #fff;
  background-color: rgba(105, 190, 40, 0.098);
  border-color: rgba(105, 190, 40, 0.098);
}
.btn-outline-green-10:focus, .btn-outline-green-10.focus {
  box-shadow: 0 0 0 rgba(105, 190, 40, 0.5);
}
.btn-outline-green-10.disabled, .btn-outline-green-10:disabled {
  color: rgba(105, 190, 40, 0.098);
  background-color: transparent;
}
.btn-outline-green-10:not(:disabled):not(.disabled):active, .btn-outline-green-10:not(:disabled):not(.disabled).active, .show > .btn-outline-green-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(105, 190, 40, 0.098);
  border-color: rgba(105, 190, 40, 0.098);
}
.btn-outline-green-10:not(:disabled):not(.disabled):active:focus, .btn-outline-green-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(105, 190, 40, 0.5);
}
.btn-outline-grey {
  color: #bfc2c4;
  border-color: #bfc2c4;
}
.btn-outline-grey:hover {
  color: #212529;
  background-color: #bfc2c4;
  border-color: #bfc2c4;
}
.btn-outline-grey:focus, .btn-outline-grey.focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  color: #bfc2c4;
  background-color: transparent;
}
.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-grey.dropdown-toggle {
  color: #212529;
  background-color: #bfc2c4;
  border-color: #bfc2c4;
}
.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-1 {
  color: #737578;
  border-color: #737578;
}
.btn-outline-grey-1:hover {
  color: #fff;
  background-color: #737578;
  border-color: #737578;
}
.btn-outline-grey-1:focus, .btn-outline-grey-1.focus {
  box-shadow: 0 0 0 rgba(115, 117, 120, 0.5);
}
.btn-outline-grey-1.disabled, .btn-outline-grey-1:disabled {
  color: #737578;
  background-color: transparent;
}
.btn-outline-grey-1:not(:disabled):not(.disabled):active, .btn-outline-grey-1:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-1.dropdown-toggle {
  color: #fff;
  background-color: #737578;
  border-color: #737578;
}
.btn-outline-grey-1:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(115, 117, 120, 0.5);
}
.btn-outline-grey-2 {
  color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-outline-grey-2:hover {
  color: #212529;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-outline-grey-2:focus, .btn-outline-grey-2.focus {
  box-shadow: 0 0 0 rgba(165, 165, 165, 0.5);
}
.btn-outline-grey-2.disabled, .btn-outline-grey-2:disabled {
  color: #a5a5a5;
  background-color: transparent;
}
.btn-outline-grey-2:not(:disabled):not(.disabled):active, .btn-outline-grey-2:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-2.dropdown-toggle {
  color: #212529;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}
.btn-outline-grey-2:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(165, 165, 165, 0.5);
}
.btn-outline-grey-3 {
  color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-outline-grey-3:hover {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-outline-grey-3:focus, .btn-outline-grey-3.focus {
  box-shadow: 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-outline-grey-3.disabled, .btn-outline-grey-3:disabled {
  color: #d1d1d1;
  background-color: transparent;
}
.btn-outline-grey-3:not(:disabled):not(.disabled):active, .btn-outline-grey-3:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-3.dropdown-toggle {
  color: #212529;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn-outline-grey-3:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-outline-grey-4 {
  color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-outline-grey-4:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-outline-grey-4:focus, .btn-outline-grey-4.focus {
  box-shadow: 0 0 0 rgba(226, 226, 226, 0.5);
}
.btn-outline-grey-4.disabled, .btn-outline-grey-4:disabled {
  color: #e2e2e2;
  background-color: transparent;
}
.btn-outline-grey-4:not(:disabled):not(.disabled):active, .btn-outline-grey-4:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-4.dropdown-toggle {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-outline-grey-4:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(226, 226, 226, 0.5);
}
.btn-outline-grey-5 {
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-grey-5:hover {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-grey-5:focus, .btn-outline-grey-5.focus {
  box-shadow: 0 0 0 rgba(246, 246, 246, 0.5);
}
.btn-outline-grey-5.disabled, .btn-outline-grey-5:disabled {
  color: #f6f6f6;
  background-color: transparent;
}
.btn-outline-grey-5:not(:disabled):not(.disabled):active, .btn-outline-grey-5:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-5.dropdown-toggle {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-grey-5:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(246, 246, 246, 0.5);
}
.btn-outline-grey-6 {
  color: rgba(227, 229, 230, 0.501);
  border-color: rgba(227, 229, 230, 0.501);
}
.btn-outline-grey-6:hover {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.501);
  border-color: rgba(227, 229, 230, 0.501);
}
.btn-outline-grey-6:focus, .btn-outline-grey-6.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-6.disabled, .btn-outline-grey-6:disabled {
  color: rgba(227, 229, 230, 0.501);
  background-color: transparent;
}
.btn-outline-grey-6:not(:disabled):not(.disabled):active, .btn-outline-grey-6:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-6.dropdown-toggle {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.501);
  border-color: rgba(227, 229, 230, 0.501);
}
.btn-outline-grey-6:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-6:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-7 {
  color: #d0d1d3;
  border-color: #d0d1d3;
}
.btn-outline-grey-7:hover {
  color: #212529;
  background-color: #d0d1d3;
  border-color: #d0d1d3;
}
.btn-outline-grey-7:focus, .btn-outline-grey-7.focus {
  box-shadow: 0 0 0 rgba(208, 209, 211, 0.5);
}
.btn-outline-grey-7.disabled, .btn-outline-grey-7:disabled {
  color: #d0d1d3;
  background-color: transparent;
}
.btn-outline-grey-7:not(:disabled):not(.disabled):active, .btn-outline-grey-7:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-7.dropdown-toggle {
  color: #212529;
  background-color: #d0d1d3;
  border-color: #d0d1d3;
}
.btn-outline-grey-7:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-7:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(208, 209, 211, 0.5);
}
.btn-outline-grey-8 {
  color: #e3e5e680;
  border-color: #e3e5e680;
}
.btn-outline-grey-8:hover {
  color: #212529;
  background-color: #e3e5e680;
  border-color: #e3e5e680;
}
.btn-outline-grey-8:focus, .btn-outline-grey-8.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-8.disabled, .btn-outline-grey-8:disabled {
  color: #e3e5e680;
  background-color: transparent;
}
.btn-outline-grey-8:not(:disabled):not(.disabled):active, .btn-outline-grey-8:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-8.dropdown-toggle {
  color: #212529;
  background-color: #e3e5e680;
  border-color: #e3e5e680;
}
.btn-outline-grey-8:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-9 {
  color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-grey-9:hover {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-grey-9:focus, .btn-outline-grey-9.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-9.disabled, .btn-outline-grey-9:disabled {
  color: #e3e5e6;
  background-color: transparent;
}
.btn-outline-grey-9:not(:disabled):not(.disabled):active, .btn-outline-grey-9:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-9.dropdown-toggle {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-grey-9:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-9:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-grey-10 {
  color: #f1f2f2;
  border-color: #f1f2f2;
}
.btn-outline-grey-10:hover {
  color: #212529;
  background-color: #f1f2f2;
  border-color: #f1f2f2;
}
.btn-outline-grey-10:focus, .btn-outline-grey-10.focus {
  box-shadow: 0 0 0 rgba(241, 242, 242, 0.5);
}
.btn-outline-grey-10.disabled, .btn-outline-grey-10:disabled {
  color: #f1f2f2;
  background-color: transparent;
}
.btn-outline-grey-10:not(:disabled):not(.disabled):active, .btn-outline-grey-10:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-10.dropdown-toggle {
  color: #212529;
  background-color: #f1f2f2;
  border-color: #f1f2f2;
}
.btn-outline-grey-10:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(241, 242, 242, 0.5);
}
.btn-outline-grey-25 {
  color: rgba(191, 194, 196, 0.247);
  border-color: rgba(191, 194, 196, 0.247);
}
.btn-outline-grey-25:hover {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.247);
  border-color: rgba(191, 194, 196, 0.247);
}
.btn-outline-grey-25:focus, .btn-outline-grey-25.focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-25.disabled, .btn-outline-grey-25:disabled {
  color: rgba(191, 194, 196, 0.247);
  background-color: transparent;
}
.btn-outline-grey-25:not(:disabled):not(.disabled):active, .btn-outline-grey-25:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-25.dropdown-toggle {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.247);
  border-color: rgba(191, 194, 196, 0.247);
}
.btn-outline-grey-25:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-50 {
  color: rgba(191, 194, 196, 0.498);
  border-color: rgba(191, 194, 196, 0.498);
}
.btn-outline-grey-50:hover {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.498);
  border-color: rgba(191, 194, 196, 0.498);
}
.btn-outline-grey-50:focus, .btn-outline-grey-50.focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-50.disabled, .btn-outline-grey-50:disabled {
  color: rgba(191, 194, 196, 0.498);
  background-color: transparent;
}
.btn-outline-grey-50:not(:disabled):not(.disabled):active, .btn-outline-grey-50:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-50.dropdown-toggle {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.498);
  border-color: rgba(191, 194, 196, 0.498);
}
.btn-outline-grey-50:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-75 {
  color: rgba(191, 194, 196, 0.749);
  border-color: rgba(191, 194, 196, 0.749);
}
.btn-outline-grey-75:hover {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.749);
  border-color: rgba(191, 194, 196, 0.749);
}
.btn-outline-grey-75:focus, .btn-outline-grey-75.focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-grey-75.disabled, .btn-outline-grey-75:disabled {
  color: rgba(191, 194, 196, 0.749);
  background-color: transparent;
}
.btn-outline-grey-75:not(:disabled):not(.disabled):active, .btn-outline-grey-75:not(:disabled):not(.disabled).active, .show > .btn-outline-grey-75.dropdown-toggle {
  color: #212529;
  background-color: rgba(191, 194, 196, 0.749);
  border-color: rgba(191, 194, 196, 0.749);
}
.btn-outline-grey-75:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(191, 194, 196, 0.5);
}
.btn-outline-light-grey {
  color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-light-grey:hover {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-light-grey:focus, .btn-outline-light-grey.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey.disabled, .btn-outline-light-grey:disabled {
  color: #e3e5e6;
  background-color: transparent;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active, .btn-outline-light-grey:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey.dropdown-toggle {
  color: #212529;
  background-color: #e3e5e6;
  border-color: #e3e5e6;
}
.btn-outline-light-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-25 {
  color: rgba(227, 229, 230, 0.247);
  border-color: rgba(227, 229, 230, 0.247);
}
.btn-outline-light-grey-25:hover {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.247);
  border-color: rgba(227, 229, 230, 0.247);
}
.btn-outline-light-grey-25:focus, .btn-outline-light-grey-25.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-25.disabled, .btn-outline-light-grey-25:disabled {
  color: rgba(227, 229, 230, 0.247);
  background-color: transparent;
}
.btn-outline-light-grey-25:not(:disabled):not(.disabled):active, .btn-outline-light-grey-25:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey-25.dropdown-toggle {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.247);
  border-color: rgba(227, 229, 230, 0.247);
}
.btn-outline-light-grey-25:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey-25:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-50 {
  color: rgba(227, 229, 230, 0.498);
  border-color: rgba(227, 229, 230, 0.498);
}
.btn-outline-light-grey-50:hover {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.498);
  border-color: rgba(227, 229, 230, 0.498);
}
.btn-outline-light-grey-50:focus, .btn-outline-light-grey-50.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-50.disabled, .btn-outline-light-grey-50:disabled {
  color: rgba(227, 229, 230, 0.498);
  background-color: transparent;
}
.btn-outline-light-grey-50:not(:disabled):not(.disabled):active, .btn-outline-light-grey-50:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey-50.dropdown-toggle {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.498);
  border-color: rgba(227, 229, 230, 0.498);
}
.btn-outline-light-grey-50:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-75 {
  color: rgba(227, 229, 230, 0.749);
  border-color: rgba(227, 229, 230, 0.749);
}
.btn-outline-light-grey-75:hover {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.749);
  border-color: rgba(227, 229, 230, 0.749);
}
.btn-outline-light-grey-75:focus, .btn-outline-light-grey-75.focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-light-grey-75.disabled, .btn-outline-light-grey-75:disabled {
  color: rgba(227, 229, 230, 0.749);
  background-color: transparent;
}
.btn-outline-light-grey-75:not(:disabled):not(.disabled):active, .btn-outline-light-grey-75:not(:disabled):not(.disabled).active, .show > .btn-outline-light-grey-75.dropdown-toggle {
  color: #212529;
  background-color: rgba(227, 229, 230, 0.749);
  border-color: rgba(227, 229, 230, 0.749);
}
.btn-outline-light-grey-75:not(:disabled):not(.disabled):active:focus, .btn-outline-light-grey-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light-grey-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(227, 229, 230, 0.5);
}
.btn-outline-orange {
  color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-orange:hover {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #fd8204;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #212529;
  background-color: #fd8204;
  border-color: #fd8204;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-orange-10 {
  color: rgba(253, 130, 4, 0.098);
  border-color: rgba(253, 130, 4, 0.098);
}
.btn-outline-orange-10:hover {
  color: #212529;
  background-color: rgba(253, 130, 4, 0.098);
  border-color: rgba(253, 130, 4, 0.098);
}
.btn-outline-orange-10:focus, .btn-outline-orange-10.focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-orange-10.disabled, .btn-outline-orange-10:disabled {
  color: rgba(253, 130, 4, 0.098);
  background-color: transparent;
}
.btn-outline-orange-10:not(:disabled):not(.disabled):active, .btn-outline-orange-10:not(:disabled):not(.disabled).active, .show > .btn-outline-orange-10.dropdown-toggle {
  color: #212529;
  background-color: rgba(253, 130, 4, 0.098);
  border-color: rgba(253, 130, 4, 0.098);
}
.btn-outline-orange-10:not(:disabled):not(.disabled):active:focus, .btn-outline-orange-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(253, 130, 4, 0.5);
}
.btn-outline-purple {
  color: #883681;
  border-color: #883681;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #883681;
  border-color: #883681;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 rgba(136, 54, 129, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #883681;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #883681;
  border-color: #883681;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(136, 54, 129, 0.5);
}
.btn-outline-purple-50 {
  color: #c39ac0;
  border-color: #c39ac0;
}
.btn-outline-purple-50:hover {
  color: #212529;
  background-color: #c39ac0;
  border-color: #c39ac0;
}
.btn-outline-purple-50:focus, .btn-outline-purple-50.focus {
  box-shadow: 0 0 0 rgba(195, 154, 192, 0.5);
}
.btn-outline-purple-50.disabled, .btn-outline-purple-50:disabled {
  color: #c39ac0;
  background-color: transparent;
}
.btn-outline-purple-50:not(:disabled):not(.disabled):active, .btn-outline-purple-50:not(:disabled):not(.disabled).active, .show > .btn-outline-purple-50.dropdown-toggle {
  color: #212529;
  background-color: #c39ac0;
  border-color: #c39ac0;
}
.btn-outline-purple-50:not(:disabled):not(.disabled):active:focus, .btn-outline-purple-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(195, 154, 192, 0.5);
}
.btn-outline-red {
  color: #ed0000;
  border-color: #ed0000;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #ed0000;
  border-color: #ed0000;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #ed0000;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #ed0000;
  border-color: #ed0000;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-10 {
  color: rgba(214, 0, 0, 0.098);
  border-color: rgba(214, 0, 0, 0.098);
}
.btn-outline-red-10:hover {
  color: #fff;
  background-color: rgba(214, 0, 0, 0.098);
  border-color: rgba(214, 0, 0, 0.098);
}
.btn-outline-red-10:focus, .btn-outline-red-10.focus {
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.5);
}
.btn-outline-red-10.disabled, .btn-outline-red-10:disabled {
  color: rgba(214, 0, 0, 0.098);
  background-color: transparent;
}
.btn-outline-red-10:not(:disabled):not(.disabled):active, .btn-outline-red-10:not(:disabled):not(.disabled).active, .show > .btn-outline-red-10.dropdown-toggle {
  color: #fff;
  background-color: rgba(214, 0, 0, 0.098);
  border-color: rgba(214, 0, 0, 0.098);
}
.btn-outline-red-10:not(:disabled):not(.disabled):active:focus, .btn-outline-red-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.5);
}
.btn-outline-red-25 {
  color: rgba(237, 0, 0, 0.247);
  border-color: rgba(237, 0, 0, 0.247);
}
.btn-outline-red-25:hover {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.247);
  border-color: rgba(237, 0, 0, 0.247);
}
.btn-outline-red-25:focus, .btn-outline-red-25.focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-25.disabled, .btn-outline-red-25:disabled {
  color: rgba(237, 0, 0, 0.247);
  background-color: transparent;
}
.btn-outline-red-25:not(:disabled):not(.disabled):active, .btn-outline-red-25:not(:disabled):not(.disabled).active, .show > .btn-outline-red-25.dropdown-toggle {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.247);
  border-color: rgba(237, 0, 0, 0.247);
}
.btn-outline-red-25:not(:disabled):not(.disabled):active:focus, .btn-outline-red-25:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-25.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-50 {
  color: rgba(237, 0, 0, 0.498);
  border-color: rgba(237, 0, 0, 0.498);
}
.btn-outline-red-50:hover {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.498);
  border-color: rgba(237, 0, 0, 0.498);
}
.btn-outline-red-50:focus, .btn-outline-red-50.focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-50.disabled, .btn-outline-red-50:disabled {
  color: rgba(237, 0, 0, 0.498);
  background-color: transparent;
}
.btn-outline-red-50:not(:disabled):not(.disabled):active, .btn-outline-red-50:not(:disabled):not(.disabled).active, .show > .btn-outline-red-50.dropdown-toggle {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.498);
  border-color: rgba(237, 0, 0, 0.498);
}
.btn-outline-red-50:not(:disabled):not(.disabled):active:focus, .btn-outline-red-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-75 {
  color: rgba(237, 0, 0, 0.749);
  border-color: rgba(237, 0, 0, 0.749);
}
.btn-outline-red-75:hover {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.749);
  border-color: rgba(237, 0, 0, 0.749);
}
.btn-outline-red-75:focus, .btn-outline-red-75.focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-75.disabled, .btn-outline-red-75:disabled {
  color: rgba(237, 0, 0, 0.749);
  background-color: transparent;
}
.btn-outline-red-75:not(:disabled):not(.disabled):active, .btn-outline-red-75:not(:disabled):not(.disabled).active, .show > .btn-outline-red-75.dropdown-toggle {
  color: #fff;
  background-color: rgba(237, 0, 0, 0.749);
  border-color: rgba(237, 0, 0, 0.749);
}
.btn-outline-red-75:not(:disabled):not(.disabled):active:focus, .btn-outline-red-75:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-75.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(237, 0, 0, 0.5);
}
.btn-outline-red-100 {
  color: #d60000;
  border-color: #d60000;
}
.btn-outline-red-100:hover {
  color: #fff;
  background-color: #d60000;
  border-color: #d60000;
}
.btn-outline-red-100:focus, .btn-outline-red-100.focus {
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.5);
}
.btn-outline-red-100.disabled, .btn-outline-red-100:disabled {
  color: #d60000;
  background-color: transparent;
}
.btn-outline-red-100:not(:disabled):not(.disabled):active, .btn-outline-red-100:not(:disabled):not(.disabled).active, .show > .btn-outline-red-100.dropdown-toggle {
  color: #fff;
  background-color: #d60000;
  border-color: #d60000;
}
.btn-outline-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-red-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(214, 0, 0, 0.5);
}
.btn-outline-red-250 {
  color: #fbcccc;
  border-color: #fbcccc;
}
.btn-outline-red-250:hover {
  color: #212529;
  background-color: #fbcccc;
  border-color: #fbcccc;
}
.btn-outline-red-250:focus, .btn-outline-red-250.focus {
  box-shadow: 0 0 0 rgba(251, 204, 204, 0.5);
}
.btn-outline-red-250.disabled, .btn-outline-red-250:disabled {
  color: #fbcccc;
  background-color: transparent;
}
.btn-outline-red-250:not(:disabled):not(.disabled):active, .btn-outline-red-250:not(:disabled):not(.disabled).active, .show > .btn-outline-red-250.dropdown-toggle {
  color: #212529;
  background-color: #fbcccc;
  border-color: #fbcccc;
}
.btn-outline-red-250:not(:disabled):not(.disabled):active:focus, .btn-outline-red-250:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red-250.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(251, 204, 204, 0.5);
}
.btn-outline-turquoise {
  color: #00bed8;
  border-color: #00bed8;
}
.btn-outline-turquoise:hover {
  color: #fff;
  background-color: #00bed8;
  border-color: #00bed8;
}
.btn-outline-turquoise:focus, .btn-outline-turquoise.focus {
  box-shadow: 0 0 0 rgba(0, 190, 216, 0.5);
}
.btn-outline-turquoise.disabled, .btn-outline-turquoise:disabled {
  color: #00bed8;
  background-color: transparent;
}
.btn-outline-turquoise:not(:disabled):not(.disabled):active, .btn-outline-turquoise:not(:disabled):not(.disabled).active, .show > .btn-outline-turquoise.dropdown-toggle {
  color: #fff;
  background-color: #00bed8;
  border-color: #00bed8;
}
.btn-outline-turquoise:not(:disabled):not(.disabled):active:focus, .btn-outline-turquoise:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-turquoise.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(0, 190, 216, 0.5);
}
.btn-outline-turquoise-50 {
  color: #7dfeeb;
  border-color: #7dfeeb;
}
.btn-outline-turquoise-50:hover {
  color: #212529;
  background-color: #7dfeeb;
  border-color: #7dfeeb;
}
.btn-outline-turquoise-50:focus, .btn-outline-turquoise-50.focus {
  box-shadow: 0 0 0 rgba(125, 254, 235, 0.5);
}
.btn-outline-turquoise-50.disabled, .btn-outline-turquoise-50:disabled {
  color: #7dfeeb;
  background-color: transparent;
}
.btn-outline-turquoise-50:not(:disabled):not(.disabled):active, .btn-outline-turquoise-50:not(:disabled):not(.disabled).active, .show > .btn-outline-turquoise-50.dropdown-toggle {
  color: #212529;
  background-color: #7dfeeb;
  border-color: #7dfeeb;
}
.btn-outline-turquoise-50:not(:disabled):not(.disabled):active:focus, .btn-outline-turquoise-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-turquoise-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(125, 254, 235, 0.5);
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-yellow {
  color: #ffeb14;
  border-color: #ffeb14;
}
.btn-outline-yellow:hover {
  color: #212529;
  background-color: #ffeb14;
  border-color: #ffeb14;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 rgba(255, 235, 20, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #ffeb14;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffeb14;
  border-color: #ffeb14;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 235, 20, 0.5);
}
.btn-outline-yellow-50 {
  color: #fff589;
  border-color: #fff589;
}
.btn-outline-yellow-50:hover {
  color: #212529;
  background-color: #fff589;
  border-color: #fff589;
}
.btn-outline-yellow-50:focus, .btn-outline-yellow-50.focus {
  box-shadow: 0 0 0 rgba(255, 245, 137, 0.5);
}
.btn-outline-yellow-50.disabled, .btn-outline-yellow-50:disabled {
  color: #fff589;
  background-color: transparent;
}
.btn-outline-yellow-50:not(:disabled):not(.disabled):active, .btn-outline-yellow-50:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow-50.dropdown-toggle {
  color: #212529;
  background-color: #fff589;
  border-color: #fff589;
}
.btn-outline-yellow-50:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow-50:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow-50.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 245, 137, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 15.5 1.25rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  border-radius: 3px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.78125rem 1.25rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.75rem;
  color: inherit;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #808285;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.5625rem;
}
.card-title {
  margin-bottom: 1rem;
}
.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5625rem;
}
.card-header {
  padding: 1rem 1.5625rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 1rem 1.5625rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0;
}
.card-header-tabs {
  margin-right: -0.78125rem;
  margin-bottom: -1rem;
  margin-left: -0.78125rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
}
.card-img-top {
  width: 100%;
}
.card-img-bottom {
  width: 100%;
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.9375rem;
    margin-bottom: 0;
    margin-left: 0.9375rem;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: 0;
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
.container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-4 {
  margin: 0.25rem !important;
}
.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}
.m-8 {
  margin: 0.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.mt-16,
.my-16 {
  margin-top: 1rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}
.m-28 {
  margin: 1.75rem !important;
}
.mt-28,
.my-28 {
  margin-top: 1.75rem !important;
}
.mr-28,
.mx-28 {
  margin-right: 1.75rem !important;
}
.mb-28,
.my-28 {
  margin-bottom: 1.75rem !important;
}
.ml-28,
.mx-28 {
  margin-left: 1.75rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.mt-32,
.my-32 {
  margin-top: 2rem !important;
}
.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}
.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}
.m-36 {
  margin: 2.25rem !important;
}
.mt-36,
.my-36 {
  margin-top: 2.25rem !important;
}
.mr-36,
.mx-36 {
  margin-right: 2.25rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 2.25rem !important;
}
.ml-36,
.mx-36 {
  margin-left: 2.25rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-44 {
  margin: 2.75rem !important;
}
.mt-44,
.my-44 {
  margin-top: 2.75rem !important;
}
.mr-44,
.mx-44 {
  margin-right: 2.75rem !important;
}
.mb-44,
.my-44 {
  margin-bottom: 2.75rem !important;
}
.ml-44,
.mx-44 {
  margin-left: 2.75rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.mt-48,
.my-48 {
  margin-top: 3rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}
.m-52 {
  margin: 3.25rem !important;
}
.mt-52,
.my-52 {
  margin-top: 3.25rem !important;
}
.mr-52,
.mx-52 {
  margin-right: 3.25rem !important;
}
.mb-52,
.my-52 {
  margin-bottom: 3.25rem !important;
}
.ml-52,
.mx-52 {
  margin-left: 3.25rem !important;
}
.m-56 {
  margin: 3.5rem !important;
}
.mt-56,
.my-56 {
  margin-top: 3.5rem !important;
}
.mr-56,
.mx-56 {
  margin-right: 3.5rem !important;
}
.mb-56,
.my-56 {
  margin-bottom: 3.5rem !important;
}
.ml-56,
.mx-56 {
  margin-left: 3.5rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-64 {
  margin: 4rem !important;
}
.mt-64,
.my-64 {
  margin-top: 4rem !important;
}
.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}
.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}
.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}
.m-68 {
  margin: 4.25rem !important;
}
.mt-68,
.my-68 {
  margin-top: 4.25rem !important;
}
.mr-68,
.mx-68 {
  margin-right: 4.25rem !important;
}
.mb-68,
.my-68 {
  margin-bottom: 4.25rem !important;
}
.ml-68,
.mx-68 {
  margin-left: 4.25rem !important;
}
.m-72 {
  margin: 4.5rem !important;
}
.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}
.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}
.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}
.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}
.m-76 {
  margin: 4.75rem !important;
}
.mt-76,
.my-76 {
  margin-top: 4.75rem !important;
}
.mr-76,
.mx-76 {
  margin-right: 4.75rem !important;
}
.mb-76,
.my-76 {
  margin-bottom: 4.75rem !important;
}
.ml-76,
.mx-76 {
  margin-left: 4.75rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-96 {
  margin: 6rem !important;
}
.mt-96,
.my-96 {
  margin-top: 6rem !important;
}
.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}
.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}
.m-144 {
  margin: 9rem !important;
}
.mt-144,
.my-144 {
  margin-top: 9rem !important;
}
.mr-144,
.mx-144 {
  margin-right: 9rem !important;
}
.mb-144,
.my-144 {
  margin-bottom: 9rem !important;
}
.ml-144,
.mx-144 {
  margin-left: 9rem !important;
}
.m-192 {
  margin: 12rem !important;
}
.mt-192,
.my-192 {
  margin-top: 12rem !important;
}
.mr-192,
.mx-192 {
  margin-right: 12rem !important;
}
.mb-192,
.my-192 {
  margin-bottom: 12rem !important;
}
.ml-192,
.mx-192 {
  margin-left: 12rem !important;
}
.m-240 {
  margin: 15rem !important;
}
.mt-240,
.my-240 {
  margin-top: 15rem !important;
}
.mr-240,
.mx-240 {
  margin-right: 15rem !important;
}
.mb-240,
.my-240 {
  margin-bottom: 15rem !important;
}
.ml-240,
.mx-240 {
  margin-left: 15rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-4 {
  padding: 0.25rem !important;
}
.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}
.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}
.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}
.p-8 {
  padding: 0.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-16,
.py-16 {
  padding-top: 1rem !important;
}
.pr-16,
.px-16 {
  padding-right: 1rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}
.pl-16,
.px-16 {
  padding-left: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}
.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}
.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}
.p-28 {
  padding: 1.75rem !important;
}
.pt-28,
.py-28 {
  padding-top: 1.75rem !important;
}
.pr-28,
.px-28 {
  padding-right: 1.75rem !important;
}
.pb-28,
.py-28 {
  padding-bottom: 1.75rem !important;
}
.pl-28,
.px-28 {
  padding-left: 1.75rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.pt-32,
.py-32 {
  padding-top: 2rem !important;
}
.pr-32,
.px-32 {
  padding-right: 2rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}
.pl-32,
.px-32 {
  padding-left: 2rem !important;
}
.p-36 {
  padding: 2.25rem !important;
}
.pt-36,
.py-36 {
  padding-top: 2.25rem !important;
}
.pr-36,
.px-36 {
  padding-right: 2.25rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 2.25rem !important;
}
.pl-36,
.px-36 {
  padding-left: 2.25rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-44 {
  padding: 2.75rem !important;
}
.pt-44,
.py-44 {
  padding-top: 2.75rem !important;
}
.pr-44,
.px-44 {
  padding-right: 2.75rem !important;
}
.pb-44,
.py-44 {
  padding-bottom: 2.75rem !important;
}
.pl-44,
.px-44 {
  padding-left: 2.75rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.pt-48,
.py-48 {
  padding-top: 3rem !important;
}
.pr-48,
.px-48 {
  padding-right: 3rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}
.pl-48,
.px-48 {
  padding-left: 3rem !important;
}
.p-52 {
  padding: 3.25rem !important;
}
.pt-52,
.py-52 {
  padding-top: 3.25rem !important;
}
.pr-52,
.px-52 {
  padding-right: 3.25rem !important;
}
.pb-52,
.py-52 {
  padding-bottom: 3.25rem !important;
}
.pl-52,
.px-52 {
  padding-left: 3.25rem !important;
}
.p-56 {
  padding: 3.5rem !important;
}
.pt-56,
.py-56 {
  padding-top: 3.5rem !important;
}
.pr-56,
.px-56 {
  padding-right: 3.5rem !important;
}
.pb-56,
.py-56 {
  padding-bottom: 3.5rem !important;
}
.pl-56,
.px-56 {
  padding-left: 3.5rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-64 {
  padding: 4rem !important;
}
.pt-64,
.py-64 {
  padding-top: 4rem !important;
}
.pr-64,
.px-64 {
  padding-right: 4rem !important;
}
.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}
.pl-64,
.px-64 {
  padding-left: 4rem !important;
}
.p-68 {
  padding: 4.25rem !important;
}
.pt-68,
.py-68 {
  padding-top: 4.25rem !important;
}
.pr-68,
.px-68 {
  padding-right: 4.25rem !important;
}
.pb-68,
.py-68 {
  padding-bottom: 4.25rem !important;
}
.pl-68,
.px-68 {
  padding-left: 4.25rem !important;
}
.p-72 {
  padding: 4.5rem !important;
}
.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}
.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}
.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}
.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}
.p-76 {
  padding: 4.75rem !important;
}
.pt-76,
.py-76 {
  padding-top: 4.75rem !important;
}
.pr-76,
.px-76 {
  padding-right: 4.75rem !important;
}
.pb-76,
.py-76 {
  padding-bottom: 4.75rem !important;
}
.pl-76,
.px-76 {
  padding-left: 4.75rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-96 {
  padding: 6rem !important;
}
.pt-96,
.py-96 {
  padding-top: 6rem !important;
}
.pr-96,
.px-96 {
  padding-right: 6rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}
.pl-96,
.px-96 {
  padding-left: 6rem !important;
}
.p-144 {
  padding: 9rem !important;
}
.pt-144,
.py-144 {
  padding-top: 9rem !important;
}
.pr-144,
.px-144 {
  padding-right: 9rem !important;
}
.pb-144,
.py-144 {
  padding-bottom: 9rem !important;
}
.pl-144,
.px-144 {
  padding-left: 9rem !important;
}
.p-192 {
  padding: 12rem !important;
}
.pt-192,
.py-192 {
  padding-top: 12rem !important;
}
.pr-192,
.px-192 {
  padding-right: 12rem !important;
}
.pb-192,
.py-192 {
  padding-bottom: 12rem !important;
}
.pl-192,
.px-192 {
  padding-left: 12rem !important;
}
.p-240 {
  padding: 15rem !important;
}
.pt-240,
.py-240 {
  padding-top: 15rem !important;
}
.pr-240,
.px-240 {
  padding-right: 15rem !important;
}
.pb-240,
.py-240 {
  padding-bottom: 15rem !important;
}
.pl-240,
.px-240 {
  padding-left: 15rem !important;
}
.m-n4 {
  margin: -0.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}
.m-n8 {
  margin: -0.5rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n16 {
  margin: -1rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -1rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -1rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -1rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -1rem !important;
}
.m-n20 {
  margin: -1.25rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}
.m-n24 {
  margin: -1.5rem !important;
}
.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}
.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}
.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}
.m-n28 {
  margin: -1.75rem !important;
}
.mt-n28,
.my-n28 {
  margin-top: -1.75rem !important;
}
.mr-n28,
.mx-n28 {
  margin-right: -1.75rem !important;
}
.mb-n28,
.my-n28 {
  margin-bottom: -1.75rem !important;
}
.ml-n28,
.mx-n28 {
  margin-left: -1.75rem !important;
}
.m-n32 {
  margin: -2rem !important;
}
.mt-n32,
.my-n32 {
  margin-top: -2rem !important;
}
.mr-n32,
.mx-n32 {
  margin-right: -2rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -2rem !important;
}
.ml-n32,
.mx-n32 {
  margin-left: -2rem !important;
}
.m-n36 {
  margin: -2.25rem !important;
}
.mt-n36,
.my-n36 {
  margin-top: -2.25rem !important;
}
.mr-n36,
.mx-n36 {
  margin-right: -2.25rem !important;
}
.mb-n36,
.my-n36 {
  margin-bottom: -2.25rem !important;
}
.ml-n36,
.mx-n36 {
  margin-left: -2.25rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n44 {
  margin: -2.75rem !important;
}
.mt-n44,
.my-n44 {
  margin-top: -2.75rem !important;
}
.mr-n44,
.mx-n44 {
  margin-right: -2.75rem !important;
}
.mb-n44,
.my-n44 {
  margin-bottom: -2.75rem !important;
}
.ml-n44,
.mx-n44 {
  margin-left: -2.75rem !important;
}
.m-n48 {
  margin: -3rem !important;
}
.mt-n48,
.my-n48 {
  margin-top: -3rem !important;
}
.mr-n48,
.mx-n48 {
  margin-right: -3rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -3rem !important;
}
.ml-n48,
.mx-n48 {
  margin-left: -3rem !important;
}
.m-n52 {
  margin: -3.25rem !important;
}
.mt-n52,
.my-n52 {
  margin-top: -3.25rem !important;
}
.mr-n52,
.mx-n52 {
  margin-right: -3.25rem !important;
}
.mb-n52,
.my-n52 {
  margin-bottom: -3.25rem !important;
}
.ml-n52,
.mx-n52 {
  margin-left: -3.25rem !important;
}
.m-n56 {
  margin: -3.5rem !important;
}
.mt-n56,
.my-n56 {
  margin-top: -3.5rem !important;
}
.mr-n56,
.mx-n56 {
  margin-right: -3.5rem !important;
}
.mb-n56,
.my-n56 {
  margin-bottom: -3.5rem !important;
}
.ml-n56,
.mx-n56 {
  margin-left: -3.5rem !important;
}
.m-n60 {
  margin: -3.75rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}
.m-n64 {
  margin: -4rem !important;
}
.mt-n64,
.my-n64 {
  margin-top: -4rem !important;
}
.mr-n64,
.mx-n64 {
  margin-right: -4rem !important;
}
.mb-n64,
.my-n64 {
  margin-bottom: -4rem !important;
}
.ml-n64,
.mx-n64 {
  margin-left: -4rem !important;
}
.m-n68 {
  margin: -4.25rem !important;
}
.mt-n68,
.my-n68 {
  margin-top: -4.25rem !important;
}
.mr-n68,
.mx-n68 {
  margin-right: -4.25rem !important;
}
.mb-n68,
.my-n68 {
  margin-bottom: -4.25rem !important;
}
.ml-n68,
.mx-n68 {
  margin-left: -4.25rem !important;
}
.m-n72 {
  margin: -4.5rem !important;
}
.mt-n72,
.my-n72 {
  margin-top: -4.5rem !important;
}
.mr-n72,
.mx-n72 {
  margin-right: -4.5rem !important;
}
.mb-n72,
.my-n72 {
  margin-bottom: -4.5rem !important;
}
.ml-n72,
.mx-n72 {
  margin-left: -4.5rem !important;
}
.m-n76 {
  margin: -4.75rem !important;
}
.mt-n76,
.my-n76 {
  margin-top: -4.75rem !important;
}
.mr-n76,
.mx-n76 {
  margin-right: -4.75rem !important;
}
.mb-n76,
.my-n76 {
  margin-bottom: -4.75rem !important;
}
.ml-n76,
.mx-n76 {
  margin-left: -4.75rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n96 {
  margin: -6rem !important;
}
.mt-n96,
.my-n96 {
  margin-top: -6rem !important;
}
.mr-n96,
.mx-n96 {
  margin-right: -6rem !important;
}
.mb-n96,
.my-n96 {
  margin-bottom: -6rem !important;
}
.ml-n96,
.mx-n96 {
  margin-left: -6rem !important;
}
.m-n144 {
  margin: -9rem !important;
}
.mt-n144,
.my-n144 {
  margin-top: -9rem !important;
}
.mr-n144,
.mx-n144 {
  margin-right: -9rem !important;
}
.mb-n144,
.my-n144 {
  margin-bottom: -9rem !important;
}
.ml-n144,
.mx-n144 {
  margin-left: -9rem !important;
}
.m-n192 {
  margin: -12rem !important;
}
.mt-n192,
.my-n192 {
  margin-top: -12rem !important;
}
.mr-n192,
.mx-n192 {
  margin-right: -12rem !important;
}
.mb-n192,
.my-n192 {
  margin-bottom: -12rem !important;
}
.ml-n192,
.mx-n192 {
  margin-left: -12rem !important;
}
.m-n240 {
  margin: -15rem !important;
}
.mt-n240,
.my-n240 {
  margin-top: -15rem !important;
}
.mr-n240,
.mx-n240 {
  margin-right: -15rem !important;
}
.mb-n240,
.my-n240 {
  margin-bottom: -15rem !important;
}
.ml-n240,
.mx-n240 {
  margin-left: -15rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

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

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

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

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

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

  .m-sm-28 {
    margin: 1.75rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-sm-36 {
    margin: 2.25rem !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 2.25rem !important;
  }

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

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-sm-44,
.my-sm-44 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-sm-52 {
    margin: 3.25rem !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 3.25rem !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 3.25rem !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 3.25rem !important;
  }

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

  .mt-sm-56,
.my-sm-56 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 3.5rem !important;
  }

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

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

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

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

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

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

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

  .m-sm-68 {
    margin: 4.25rem !important;
  }

  .mt-sm-68,
.my-sm-68 {
    margin-top: 4.25rem !important;
  }

  .mr-sm-68,
.mx-sm-68 {
    margin-right: 4.25rem !important;
  }

  .mb-sm-68,
.my-sm-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-sm-68,
.mx-sm-68 {
    margin-left: 4.25rem !important;
  }

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

  .mt-sm-72,
.my-sm-72 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-72,
.mx-sm-72 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-72,
.my-sm-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-72,
.mx-sm-72 {
    margin-left: 4.5rem !important;
  }

  .m-sm-76 {
    margin: 4.75rem !important;
  }

  .mt-sm-76,
.my-sm-76 {
    margin-top: 4.75rem !important;
  }

  .mr-sm-76,
.mx-sm-76 {
    margin-right: 4.75rem !important;
  }

  .mb-sm-76,
.my-sm-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-sm-76,
.mx-sm-76 {
    margin-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-240,
.my-sm-240 {
    margin-top: 15rem !important;
  }

  .mr-sm-240,
.mx-sm-240 {
    margin-right: 15rem !important;
  }

  .mb-sm-240,
.my-sm-240 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-240,
.mx-sm-240 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-12,
.py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

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

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

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

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

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

  .p-sm-28 {
    padding: 1.75rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-sm-36 {
    padding: 2.25rem !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 2.25rem !important;
  }

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

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-sm-44,
.py-sm-44 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-sm-52 {
    padding: 3.25rem !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 3.25rem !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 3.25rem !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 3.25rem !important;
  }

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

  .pt-sm-56,
.py-sm-56 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 3.5rem !important;
  }

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

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

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

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

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

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

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

  .p-sm-68 {
    padding: 4.25rem !important;
  }

  .pt-sm-68,
.py-sm-68 {
    padding-top: 4.25rem !important;
  }

  .pr-sm-68,
.px-sm-68 {
    padding-right: 4.25rem !important;
  }

  .pb-sm-68,
.py-sm-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-sm-68,
.px-sm-68 {
    padding-left: 4.25rem !important;
  }

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

  .pt-sm-72,
.py-sm-72 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-72,
.px-sm-72 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-72,
.py-sm-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-72,
.px-sm-72 {
    padding-left: 4.5rem !important;
  }

  .p-sm-76 {
    padding: 4.75rem !important;
  }

  .pt-sm-76,
.py-sm-76 {
    padding-top: 4.75rem !important;
  }

  .pr-sm-76,
.px-sm-76 {
    padding-right: 4.75rem !important;
  }

  .pb-sm-76,
.py-sm-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-sm-76,
.px-sm-76 {
    padding-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-sm-96,
.px-sm-96 {
    padding-left: 6rem !important;
  }

  .p-sm-144 {
    padding: 9rem !important;
  }

  .pt-sm-144,
.py-sm-144 {
    padding-top: 9rem !important;
  }

  .pr-sm-144,
.px-sm-144 {
    padding-right: 9rem !important;
  }

  .pb-sm-144,
.py-sm-144 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-144,
.px-sm-144 {
    padding-left: 9rem !important;
  }

  .p-sm-192 {
    padding: 12rem !important;
  }

  .pt-sm-192,
.py-sm-192 {
    padding-top: 12rem !important;
  }

  .pr-sm-192,
.px-sm-192 {
    padding-right: 12rem !important;
  }

  .pb-sm-192,
.py-sm-192 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-192,
.px-sm-192 {
    padding-left: 12rem !important;
  }

  .p-sm-240 {
    padding: 15rem !important;
  }

  .pt-sm-240,
.py-sm-240 {
    padding-top: 15rem !important;
  }

  .pr-sm-240,
.px-sm-240 {
    padding-right: 15rem !important;
  }

  .pb-sm-240,
.py-sm-240 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-240,
.px-sm-240 {
    padding-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

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

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

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

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

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

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

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

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

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

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

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

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

  .m-sm-n28 {
    margin: -1.75rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-sm-n36 {
    margin: -2.25rem !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -2.25rem !important;
  }

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

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

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

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-sm-n52 {
    margin: -3.25rem !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -3.25rem !important;
  }

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

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -3.5rem !important;
  }

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

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

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

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

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

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

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

  .m-sm-n68 {
    margin: -4.25rem !important;
  }

  .mt-sm-n68,
.my-sm-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-sm-n68,
.mx-sm-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-sm-n68,
.my-sm-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-sm-n68,
.mx-sm-n68 {
    margin-left: -4.25rem !important;
  }

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

  .mt-sm-n72,
.my-sm-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n72,
.mx-sm-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n72,
.my-sm-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n72,
.mx-sm-n72 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n76 {
    margin: -4.75rem !important;
  }

  .mt-sm-n76,
.my-sm-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-sm-n76,
.mx-sm-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-sm-n76,
.my-sm-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-sm-n76,
.mx-sm-n76 {
    margin-left: -4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-n240,
.my-sm-n240 {
    margin-top: -15rem !important;
  }

  .mr-sm-n240,
.mx-sm-n240 {
    margin-right: -15rem !important;
  }

  .mb-sm-n240,
.my-sm-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n240,
.mx-sm-n240 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

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

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

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

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

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

  .m-md-28 {
    margin: 1.75rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 1.75rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 1.75rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-md-36 {
    margin: 2.25rem !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 2.25rem !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 2.25rem !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 2.25rem !important;
  }

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

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-md-44,
.my-md-44 {
    margin-top: 2.75rem !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 2.75rem !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-md-52 {
    margin: 3.25rem !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 3.25rem !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 3.25rem !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 3.25rem !important;
  }

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

  .mt-md-56,
.my-md-56 {
    margin-top: 3.5rem !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 3.5rem !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 3.5rem !important;
  }

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

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

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

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

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

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

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

  .m-md-68 {
    margin: 4.25rem !important;
  }

  .mt-md-68,
.my-md-68 {
    margin-top: 4.25rem !important;
  }

  .mr-md-68,
.mx-md-68 {
    margin-right: 4.25rem !important;
  }

  .mb-md-68,
.my-md-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-md-68,
.mx-md-68 {
    margin-left: 4.25rem !important;
  }

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

  .mt-md-72,
.my-md-72 {
    margin-top: 4.5rem !important;
  }

  .mr-md-72,
.mx-md-72 {
    margin-right: 4.5rem !important;
  }

  .mb-md-72,
.my-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-72,
.mx-md-72 {
    margin-left: 4.5rem !important;
  }

  .m-md-76 {
    margin: 4.75rem !important;
  }

  .mt-md-76,
.my-md-76 {
    margin-top: 4.75rem !important;
  }

  .mr-md-76,
.mx-md-76 {
    margin-right: 4.75rem !important;
  }

  .mb-md-76,
.my-md-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-md-76,
.mx-md-76 {
    margin-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-240,
.my-md-240 {
    margin-top: 15rem !important;
  }

  .mr-md-240,
.mx-md-240 {
    margin-right: 15rem !important;
  }

  .mb-md-240,
.my-md-240 {
    margin-bottom: 15rem !important;
  }

  .ml-md-240,
.mx-md-240 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-12,
.py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

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

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

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

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

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

  .p-md-28 {
    padding: 1.75rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 1.75rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 1.75rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-md-36 {
    padding: 2.25rem !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 2.25rem !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 2.25rem !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 2.25rem !important;
  }

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

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-md-44,
.py-md-44 {
    padding-top: 2.75rem !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 2.75rem !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-md-52 {
    padding: 3.25rem !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 3.25rem !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 3.25rem !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 3.25rem !important;
  }

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

  .pt-md-56,
.py-md-56 {
    padding-top: 3.5rem !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 3.5rem !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 3.5rem !important;
  }

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

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

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

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

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

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

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

  .p-md-68 {
    padding: 4.25rem !important;
  }

  .pt-md-68,
.py-md-68 {
    padding-top: 4.25rem !important;
  }

  .pr-md-68,
.px-md-68 {
    padding-right: 4.25rem !important;
  }

  .pb-md-68,
.py-md-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-md-68,
.px-md-68 {
    padding-left: 4.25rem !important;
  }

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

  .pt-md-72,
.py-md-72 {
    padding-top: 4.5rem !important;
  }

  .pr-md-72,
.px-md-72 {
    padding-right: 4.5rem !important;
  }

  .pb-md-72,
.py-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-72,
.px-md-72 {
    padding-left: 4.5rem !important;
  }

  .p-md-76 {
    padding: 4.75rem !important;
  }

  .pt-md-76,
.py-md-76 {
    padding-top: 4.75rem !important;
  }

  .pr-md-76,
.px-md-76 {
    padding-right: 4.75rem !important;
  }

  .pb-md-76,
.py-md-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-md-76,
.px-md-76 {
    padding-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-md-96,
.px-md-96 {
    padding-left: 6rem !important;
  }

  .p-md-144 {
    padding: 9rem !important;
  }

  .pt-md-144,
.py-md-144 {
    padding-top: 9rem !important;
  }

  .pr-md-144,
.px-md-144 {
    padding-right: 9rem !important;
  }

  .pb-md-144,
.py-md-144 {
    padding-bottom: 9rem !important;
  }

  .pl-md-144,
.px-md-144 {
    padding-left: 9rem !important;
  }

  .p-md-192 {
    padding: 12rem !important;
  }

  .pt-md-192,
.py-md-192 {
    padding-top: 12rem !important;
  }

  .pr-md-192,
.px-md-192 {
    padding-right: 12rem !important;
  }

  .pb-md-192,
.py-md-192 {
    padding-bottom: 12rem !important;
  }

  .pl-md-192,
.px-md-192 {
    padding-left: 12rem !important;
  }

  .p-md-240 {
    padding: 15rem !important;
  }

  .pt-md-240,
.py-md-240 {
    padding-top: 15rem !important;
  }

  .pr-md-240,
.px-md-240 {
    padding-right: 15rem !important;
  }

  .pb-md-240,
.py-md-240 {
    padding-bottom: 15rem !important;
  }

  .pl-md-240,
.px-md-240 {
    padding-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n12,
.my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -0.75rem !important;
  }

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

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

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

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

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

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

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

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

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

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

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

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

  .m-md-n28 {
    margin: -1.75rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-md-n36 {
    margin: -2.25rem !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -2.25rem !important;
  }

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

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

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

  .mt-md-n44,
.my-md-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-md-n52 {
    margin: -3.25rem !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -3.25rem !important;
  }

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

  .mt-md-n56,
.my-md-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -3.5rem !important;
  }

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

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

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

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

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

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

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

  .m-md-n68 {
    margin: -4.25rem !important;
  }

  .mt-md-n68,
.my-md-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-md-n68,
.mx-md-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-md-n68,
.my-md-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-md-n68,
.mx-md-n68 {
    margin-left: -4.25rem !important;
  }

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

  .mt-md-n72,
.my-md-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n72,
.mx-md-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n72,
.my-md-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n72,
.mx-md-n72 {
    margin-left: -4.5rem !important;
  }

  .m-md-n76 {
    margin: -4.75rem !important;
  }

  .mt-md-n76,
.my-md-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-md-n76,
.mx-md-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-md-n76,
.my-md-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-md-n76,
.mx-md-n76 {
    margin-left: -4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-n240,
.my-md-n240 {
    margin-top: -15rem !important;
  }

  .mr-md-n240,
.mx-md-n240 {
    margin-right: -15rem !important;
  }

  .mb-md-n240,
.my-md-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n240,
.mx-md-n240 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

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

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

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

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

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

  .m-lg-28 {
    margin: 1.75rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-lg-36 {
    margin: 2.25rem !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 2.25rem !important;
  }

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

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

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

  .mt-lg-44,
.my-lg-44 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-lg-52 {
    margin: 3.25rem !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 3.25rem !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 3.25rem !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 3.25rem !important;
  }

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

  .mt-lg-56,
.my-lg-56 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 3.5rem !important;
  }

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

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

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

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

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

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

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

  .m-lg-68 {
    margin: 4.25rem !important;
  }

  .mt-lg-68,
.my-lg-68 {
    margin-top: 4.25rem !important;
  }

  .mr-lg-68,
.mx-lg-68 {
    margin-right: 4.25rem !important;
  }

  .mb-lg-68,
.my-lg-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-lg-68,
.mx-lg-68 {
    margin-left: 4.25rem !important;
  }

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

  .mt-lg-72,
.my-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-72,
.mx-lg-72 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-72,
.my-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-72,
.mx-lg-72 {
    margin-left: 4.5rem !important;
  }

  .m-lg-76 {
    margin: 4.75rem !important;
  }

  .mt-lg-76,
.my-lg-76 {
    margin-top: 4.75rem !important;
  }

  .mr-lg-76,
.mx-lg-76 {
    margin-right: 4.75rem !important;
  }

  .mb-lg-76,
.my-lg-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-lg-76,
.mx-lg-76 {
    margin-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-240,
.my-lg-240 {
    margin-top: 15rem !important;
  }

  .mr-lg-240,
.mx-lg-240 {
    margin-right: 15rem !important;
  }

  .mb-lg-240,
.my-lg-240 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-240,
.mx-lg-240 {
    margin-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-12,
.py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 0.75rem !important;
  }

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

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

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

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

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

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

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

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

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

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

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

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

  .p-lg-28 {
    padding: 1.75rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 1.75rem !important;
  }

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

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

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

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

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

  .p-lg-36 {
    padding: 2.25rem !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 2.25rem !important;
  }

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

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

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

  .pt-lg-44,
.py-lg-44 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-lg-52 {
    padding: 3.25rem !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 3.25rem !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 3.25rem !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 3.25rem !important;
  }

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

  .pt-lg-56,
.py-lg-56 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 3.5rem !important;
  }

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

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

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

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

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

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

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

  .p-lg-68 {
    padding: 4.25rem !important;
  }

  .pt-lg-68,
.py-lg-68 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-68,
.px-lg-68 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-68,
.py-lg-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-68,
.px-lg-68 {
    padding-left: 4.25rem !important;
  }

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

  .pt-lg-72,
.py-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-72,
.px-lg-72 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-72,
.py-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-72,
.px-lg-72 {
    padding-left: 4.5rem !important;
  }

  .p-lg-76 {
    padding: 4.75rem !important;
  }

  .pt-lg-76,
.py-lg-76 {
    padding-top: 4.75rem !important;
  }

  .pr-lg-76,
.px-lg-76 {
    padding-right: 4.75rem !important;
  }

  .pb-lg-76,
.py-lg-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-lg-76,
.px-lg-76 {
    padding-left: 4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

  .pl-lg-96,
.px-lg-96 {
    padding-left: 6rem !important;
  }

  .p-lg-144 {
    padding: 9rem !important;
  }

  .pt-lg-144,
.py-lg-144 {
    padding-top: 9rem !important;
  }

  .pr-lg-144,
.px-lg-144 {
    padding-right: 9rem !important;
  }

  .pb-lg-144,
.py-lg-144 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-144,
.px-lg-144 {
    padding-left: 9rem !important;
  }

  .p-lg-192 {
    padding: 12rem !important;
  }

  .pt-lg-192,
.py-lg-192 {
    padding-top: 12rem !important;
  }

  .pr-lg-192,
.px-lg-192 {
    padding-right: 12rem !important;
  }

  .pb-lg-192,
.py-lg-192 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-192,
.px-lg-192 {
    padding-left: 12rem !important;
  }

  .p-lg-240 {
    padding: 15rem !important;
  }

  .pt-lg-240,
.py-lg-240 {
    padding-top: 15rem !important;
  }

  .pr-lg-240,
.px-lg-240 {
    padding-right: 15rem !important;
  }

  .pb-lg-240,
.py-lg-240 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-240,
.px-lg-240 {
    padding-left: 15rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

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

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

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

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

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

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

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

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

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

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

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

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

  .m-lg-n28 {
    margin: -1.75rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-lg-n36 {
    margin: -2.25rem !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -2.25rem !important;
  }

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

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

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

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-lg-n52 {
    margin: -3.25rem !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -3.25rem !important;
  }

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

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -3.5rem !important;
  }

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

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

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

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

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

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

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

  .m-lg-n68 {
    margin: -4.25rem !important;
  }

  .mt-lg-n68,
.my-lg-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n68,
.mx-lg-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n68,
.my-lg-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n68,
.mx-lg-n68 {
    margin-left: -4.25rem !important;
  }

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

  .mt-lg-n72,
.my-lg-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n72,
.mx-lg-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n72,
.my-lg-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n72,
.mx-lg-n72 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n76 {
    margin: -4.75rem !important;
  }

  .mt-lg-n76,
.my-lg-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-lg-n76,
.mx-lg-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-lg-n76,
.my-lg-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-lg-n76,
.mx-lg-n76 {
    margin-left: -4.75rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-n240,
.my-lg-n240 {
    margin-top: -15rem !important;
  }

  .mr-lg-n240,
.mx-lg-n240 {
    margin-right: -15rem !important;
  }

  .mb-lg-n240,
.my-lg-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n240,
.mx-lg-n240 {
    margin-left: -15rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-16 {
    margin: 1rem !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 1rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 1rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 1rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xl-28 {
    margin: 1.75rem !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 2rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 2rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 2rem !important;
  }

  .m-xl-36 {
    margin: 2.25rem !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-44 {
    margin: 2.75rem !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xl-48 {
    margin: 3rem !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 3rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 3rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 3rem !important;
  }

  .m-xl-52 {
    margin: 3.25rem !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xl-56 {
    margin: 3.5rem !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-64 {
    margin: 4rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 4rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 4rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 4rem !important;
  }

  .m-xl-68 {
    margin: 4.25rem !important;
  }

  .mt-xl-68,
.my-xl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xl-68,
.mx-xl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xl-68,
.my-xl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xl-68,
.mx-xl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xl-72 {
    margin: 4.5rem !important;
  }

  .mt-xl-72,
.my-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-72,
.mx-xl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-72,
.my-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-72,
.mx-xl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xl-76 {
    margin: 4.75rem !important;
  }

  .mt-xl-76,
.my-xl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xl-76,
.mx-xl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xl-76,
.my-xl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xl-76,
.mx-xl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-96 {
    margin: 6rem !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 6rem !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 6rem !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 6rem !important;
  }

  .m-xl-144 {
    margin: 9rem !important;
  }

  .mt-xl-144,
.my-xl-144 {
    margin-top: 9rem !important;
  }

  .mr-xl-144,
.mx-xl-144 {
    margin-right: 9rem !important;
  }

  .mb-xl-144,
.my-xl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-144,
.mx-xl-144 {
    margin-left: 9rem !important;
  }

  .m-xl-192 {
    margin: 12rem !important;
  }

  .mt-xl-192,
.my-xl-192 {
    margin-top: 12rem !important;
  }

  .mr-xl-192,
.mx-xl-192 {
    margin-right: 12rem !important;
  }

  .mb-xl-192,
.my-xl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-192,
.mx-xl-192 {
    margin-left: 12rem !important;
  }

  .m-xl-240 {
    margin: 15rem !important;
  }

  .mt-xl-240,
.my-xl-240 {
    margin-top: 15rem !important;
  }

  .mr-xl-240,
.mx-xl-240 {
    margin-right: 15rem !important;
  }

  .mb-xl-240,
.my-xl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-240,
.mx-xl-240 {
    margin-left: 15rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 1rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 1rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 1rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xl-28 {
    padding: 1.75rem !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 2rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 2rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 2rem !important;
  }

  .p-xl-36 {
    padding: 2.25rem !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-44 {
    padding: 2.75rem !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xl-48 {
    padding: 3rem !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 3rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 3rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 3rem !important;
  }

  .p-xl-52 {
    padding: 3.25rem !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xl-56 {
    padding: 3.5rem !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-64 {
    padding: 4rem !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 4rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 4rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 4rem !important;
  }

  .p-xl-68 {
    padding: 4.25rem !important;
  }

  .pt-xl-68,
.py-xl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xl-68,
.px-xl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xl-68,
.py-xl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xl-68,
.px-xl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xl-72 {
    padding: 4.5rem !important;
  }

  .pt-xl-72,
.py-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-72,
.px-xl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-72,
.py-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-72,
.px-xl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xl-76 {
    padding: 4.75rem !important;
  }

  .pt-xl-76,
.py-xl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xl-76,
.px-xl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xl-76,
.py-xl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xl-76,
.px-xl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-96 {
    padding: 6rem !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 6rem !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 6rem !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 6rem !important;
  }

  .p-xl-144 {
    padding: 9rem !important;
  }

  .pt-xl-144,
.py-xl-144 {
    padding-top: 9rem !important;
  }

  .pr-xl-144,
.px-xl-144 {
    padding-right: 9rem !important;
  }

  .pb-xl-144,
.py-xl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-144,
.px-xl-144 {
    padding-left: 9rem !important;
  }

  .p-xl-192 {
    padding: 12rem !important;
  }

  .pt-xl-192,
.py-xl-192 {
    padding-top: 12rem !important;
  }

  .pr-xl-192,
.px-xl-192 {
    padding-right: 12rem !important;
  }

  .pb-xl-192,
.py-xl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-192,
.px-xl-192 {
    padding-left: 12rem !important;
  }

  .p-xl-240 {
    padding: 15rem !important;
  }

  .pt-xl-240,
.py-xl-240 {
    padding-top: 15rem !important;
  }

  .pr-xl-240,
.px-xl-240 {
    padding-right: 15rem !important;
  }

  .pb-xl-240,
.py-xl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-240,
.px-xl-240 {
    padding-left: 15rem !important;
  }

  .m-xl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n16 {
    margin: -1rem !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -1rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n32 {
    margin: -2rem !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -2rem !important;
  }

  .m-xl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n48 {
    margin: -3rem !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -3rem !important;
  }

  .m-xl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n64 {
    margin: -4rem !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -4rem !important;
  }

  .m-xl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xl-n68,
.my-xl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xl-n68,
.mx-xl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xl-n68,
.my-xl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xl-n68,
.mx-xl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xl-n72,
.my-xl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n72,
.mx-xl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n72,
.my-xl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n72,
.mx-xl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xl-n76,
.my-xl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xl-n76,
.mx-xl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xl-n76,
.my-xl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xl-n76,
.mx-xl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n96 {
    margin: -6rem !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -6rem !important;
  }

  .m-xl-n144 {
    margin: -9rem !important;
  }

  .mt-xl-n144,
.my-xl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xl-n144,
.mx-xl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xl-n144,
.my-xl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n144,
.mx-xl-n144 {
    margin-left: -9rem !important;
  }

  .m-xl-n192 {
    margin: -12rem !important;
  }

  .mt-xl-n192,
.my-xl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xl-n192,
.mx-xl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xl-n192,
.my-xl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n192,
.mx-xl-n192 {
    margin-left: -12rem !important;
  }

  .m-xl-n240 {
    margin: -15rem !important;
  }

  .mt-xl-n240,
.my-xl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xl-n240,
.mx-xl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xl-n240,
.my-xl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n240,
.mx-xl-n240 {
    margin-left: -15rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-4 {
    margin: 0.25rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-8 {
    margin: 0.5rem !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-16 {
    margin: 1rem !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 1rem !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 1rem !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 1rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-28 {
    margin: 1.75rem !important;
  }

  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xxl-32 {
    margin: 2rem !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 2rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 2rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 2rem !important;
  }

  .m-xxl-36 {
    margin: 2.25rem !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-44 {
    margin: 2.75rem !important;
  }

  .mt-xxl-44,
.my-xxl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-44,
.mx-xxl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-44,
.my-xxl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-44,
.mx-xxl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xxl-48 {
    margin: 3rem !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 3rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 3rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 3rem !important;
  }

  .m-xxl-52 {
    margin: 3.25rem !important;
  }

  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xxl-56 {
    margin: 3.5rem !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-64 {
    margin: 4rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 4rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 4rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 4rem !important;
  }

  .m-xxl-68 {
    margin: 4.25rem !important;
  }

  .mt-xxl-68,
.my-xxl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xxl-68,
.mx-xxl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xxl-68,
.my-xxl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxl-68,
.mx-xxl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xxl-72 {
    margin: 4.5rem !important;
  }

  .mt-xxl-72,
.my-xxl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-72,
.mx-xxl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-72,
.my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-72,
.mx-xxl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-76 {
    margin: 4.75rem !important;
  }

  .mt-xxl-76,
.my-xxl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xxl-76,
.mx-xxl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xxl-76,
.my-xxl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xxl-76,
.mx-xxl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-96 {
    margin: 6rem !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 6rem !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 6rem !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 6rem !important;
  }

  .m-xxl-144 {
    margin: 9rem !important;
  }

  .mt-xxl-144,
.my-xxl-144 {
    margin-top: 9rem !important;
  }

  .mr-xxl-144,
.mx-xxl-144 {
    margin-right: 9rem !important;
  }

  .mb-xxl-144,
.my-xxl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-144,
.mx-xxl-144 {
    margin-left: 9rem !important;
  }

  .m-xxl-192 {
    margin: 12rem !important;
  }

  .mt-xxl-192,
.my-xxl-192 {
    margin-top: 12rem !important;
  }

  .mr-xxl-192,
.mx-xxl-192 {
    margin-right: 12rem !important;
  }

  .mb-xxl-192,
.my-xxl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xxl-192,
.mx-xxl-192 {
    margin-left: 12rem !important;
  }

  .m-xxl-240 {
    margin: 15rem !important;
  }

  .mt-xxl-240,
.my-xxl-240 {
    margin-top: 15rem !important;
  }

  .mr-xxl-240,
.mx-xxl-240 {
    margin-right: 15rem !important;
  }

  .mb-xxl-240,
.my-xxl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-240,
.mx-xxl-240 {
    margin-left: 15rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-4 {
    padding: 0.25rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-8 {
    padding: 0.5rem !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-16 {
    padding: 1rem !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 1rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 1rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 1rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-28 {
    padding: 1.75rem !important;
  }

  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xxl-32 {
    padding: 2rem !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 2rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 2rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 2rem !important;
  }

  .p-xxl-36 {
    padding: 2.25rem !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-44 {
    padding: 2.75rem !important;
  }

  .pt-xxl-44,
.py-xxl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-44,
.px-xxl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-44,
.py-xxl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-44,
.px-xxl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xxl-48 {
    padding: 3rem !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 3rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 3rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 3rem !important;
  }

  .p-xxl-52 {
    padding: 3.25rem !important;
  }

  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xxl-56 {
    padding: 3.5rem !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-64 {
    padding: 4rem !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 4rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 4rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 4rem !important;
  }

  .p-xxl-68 {
    padding: 4.25rem !important;
  }

  .pt-xxl-68,
.py-xxl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xxl-68,
.px-xxl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xxl-68,
.py-xxl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxl-68,
.px-xxl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xxl-72 {
    padding: 4.5rem !important;
  }

  .pt-xxl-72,
.py-xxl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-72,
.px-xxl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-72,
.py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-72,
.px-xxl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-76 {
    padding: 4.75rem !important;
  }

  .pt-xxl-76,
.py-xxl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xxl-76,
.px-xxl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xxl-76,
.py-xxl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xxl-76,
.px-xxl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-96 {
    padding: 6rem !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 6rem !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 6rem !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 6rem !important;
  }

  .p-xxl-144 {
    padding: 9rem !important;
  }

  .pt-xxl-144,
.py-xxl-144 {
    padding-top: 9rem !important;
  }

  .pr-xxl-144,
.px-xxl-144 {
    padding-right: 9rem !important;
  }

  .pb-xxl-144,
.py-xxl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-144,
.px-xxl-144 {
    padding-left: 9rem !important;
  }

  .p-xxl-192 {
    padding: 12rem !important;
  }

  .pt-xxl-192,
.py-xxl-192 {
    padding-top: 12rem !important;
  }

  .pr-xxl-192,
.px-xxl-192 {
    padding-right: 12rem !important;
  }

  .pb-xxl-192,
.py-xxl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xxl-192,
.px-xxl-192 {
    padding-left: 12rem !important;
  }

  .p-xxl-240 {
    padding: 15rem !important;
  }

  .pt-xxl-240,
.py-xxl-240 {
    padding-top: 15rem !important;
  }

  .pr-xxl-240,
.px-xxl-240 {
    padding-right: 15rem !important;
  }

  .pb-xxl-240,
.py-xxl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-240,
.px-xxl-240 {
    padding-left: 15rem !important;
  }

  .m-xxl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n16 {
    margin: -1rem !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -1rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n32 {
    margin: -2rem !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -2rem !important;
  }

  .m-xxl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n44,
.my-xxl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n44,
.mx-xxl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n44,
.my-xxl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n44,
.mx-xxl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n48 {
    margin: -3rem !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -3rem !important;
  }

  .m-xxl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xxl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n64 {
    margin: -4rem !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -4rem !important;
  }

  .m-xxl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xxl-n68,
.my-xxl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xxl-n68,
.mx-xxl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xxl-n68,
.my-xxl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxl-n68,
.mx-xxl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xxl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n72,
.my-xxl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n72,
.mx-xxl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n72,
.my-xxl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n72,
.mx-xxl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xxl-n76,
.my-xxl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xxl-n76,
.mx-xxl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xxl-n76,
.my-xxl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xxl-n76,
.mx-xxl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxl-n96 {
    margin: -6rem !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -6rem !important;
  }

  .m-xxl-n144 {
    margin: -9rem !important;
  }

  .mt-xxl-n144,
.my-xxl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n144,
.mx-xxl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n144,
.my-xxl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n144,
.mx-xxl-n144 {
    margin-left: -9rem !important;
  }

  .m-xxl-n192 {
    margin: -12rem !important;
  }

  .mt-xxl-n192,
.my-xxl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xxl-n192,
.mx-xxl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xxl-n192,
.my-xxl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xxl-n192,
.mx-xxl-n192 {
    margin-left: -12rem !important;
  }

  .m-xxl-n240 {
    margin: -15rem !important;
  }

  .mt-xxl-n240,
.my-xxl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n240,
.mx-xxl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n240,
.my-xxl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n240,
.mx-xxl-n240 {
    margin-left: -15rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -624.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 31.25rem;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 18.75rem;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 71.25rem;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0 0;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 2px solid #e2e2e2;
}
.nav-tabs .nav-item {
  margin-bottom: -0.125rem;
}
.nav-tabs .nav-link {
  border: 2px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e2e2e2;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e2e2e2;
  background-color: transparent;
  border-color: #e2e2e2;
}
.nav-tabs .dropdown-menu {
  margin-top: -0.125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1699.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1700px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #e2e2e2;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #242323;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #f6f6f6;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #242323;
}
.navbar-light .navbar-toggler {
  color: #e2e2e2;
}
.navbar-light .navbar-text {
  color: #e2e2e2;
}
.navbar-light .navbar-text a {
  color: #242323;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #242323;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v126/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons, .brand-header__nav a[class*=l-] .icon,
.brand-header__nav .nav-link .icon {
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1.5rem;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
}
.icon-car::before {
  content: "";
}
.icon-chat::before {
  content: "";
}
.icon-currency::before {
  content: "";
}
.icon-location::before {
  content: "";
}
.icon-chevron-right::before {
  content: "";
}
.icon-launch::before {
  content: "";
}
.icon-play::before {
  content: "";
}
.icon-close::before {
  content: "";
}
.icon-cancel::before {
  content: "";
}
.icon-bulleted-list::before {
  content: "";
}
.icon-phone::before {
  content: "";
}
.icon-info::before {
  content: "";
}
.icon-fullscreen::before {
  content: "";
}
.icon-fullscreen-exit::before {
  content: "";
}
.icon-assessment::before {
  content: "";
}
.icon-autorenew::before {
  content: "";
}
.icon-battery::before {
  content: "";
}
.icon-bluetooth::before {
  content: "";
}
.icon-build::before {
  content: "";
}
.icon-chevron-left::before {
  content: "";
}
.icon-tick::before {
  content: "";
}
.icon-cloud-download::before {
  content: "";
}
.icon-download::before {
  content: "";
}
.icon-email::before {
  content: "";
}
.icon-error::before {
  content: "";
}
.icon-chevron-down::before {
  content: "";
}
.icon-chevron-top::before {
  content: "";
}
.icon-explore::before {
  content: "";
}
.icon-hearing::before {
  content: "";
}
.icon-link::before {
  content: "";
}
.icon-fuel::before {
  content: "";
}
.icon-map::before {
  content: "";
}
.icon-mic::before {
  content: "";
}
.icon-mic-off::before {
  content: "";
}
.icon-navigate::before {
  content: "";
}
.icon-my-location::before {
  content: "";
}
.icon-notifications::before {
  content: "";
}
.icon-people::before {
  content: "";
}
.icon-person::before {
  content: "";
}
.icon-place::before {
  content: "";
}
.icon-reply::before {
  content: "";
}
.icon-seat::before {
  content: "";
}
.icon-settings::before {
  content: "";
}
.icon-smartphone::before {
  content: "";
}
.icon-star::before {
  content: "";
}
.icon-terrain::before {
  content: "";
}
.icon-visibility::before {
  content: "";
}
.icon-warning::before {
  content: "";
}
.icon-work::before {
  content: "";
}
.icon-add::before {
  content: "";
}
.icon-arrow-back::before {
  content: "";
}
.icon-arrow-forward::before {
  content: "";
}
.icon-web::before {
  content: "";
}
.icon-service::before {
  content: "";
}
.icon-sales::before {
  content: "";
}
.icon-public::before {
  content: "";
}
.icon-battery-charging-full::before {
  content: "";
}
.icon-directions-car::before {
  content: "";
}
.icon-date::before {
  content: "";
}
.icon-360::before {
  content: "360";
}
.icon-remove::before {
  content: "remove";
}
.icon-speed::before {
  content: "speed";
}
.icon-rotate-right::before {
  content: "rotate_right";
}
.icon-cast::before {
  content: "cast";
}
.icon-flip::before {
  content: "flip";
}
.icon-open-in-full::before {
  content: "open_in_full";
}
.icon-airline-seat-recline-extra::before {
  content: "airline_seat_recline_extra";
}
.icon-filter-4::before {
  content: "filter_4";
}
.icon-rv-hookup::before {
  content: "rv_hookup";
}
.icon-grain::before {
  content: "grain";
}
.icon-texture::before {
  content: "texture";
}
.icon-add-road::before {
  content: "add_road";
}
.icon-leak-add::before {
  content: "leak_add";
}
.icon-opacity::before {
  content: "opacity";
}
.icon-add-circle-outline::before {
  content: "add_circle_outline";
}
.icon-add-circle-fill::before {
  content: "add_circle";
}
.icon-airline-seat-legroom-normal:before {
  content: "airline_seat_legroom_normal";
}
.icon-airline-seat-recline-normal:before {
  content: "airline_seat_recline_normal";
}
.icon-alarm:before {
  content: "alarm";
}
.icon-attach-money:before {
  content: "attach_money";
}
.icon-cached:before {
  content: "cached";
}
.icon-chat-bubble:before {
  content: "chat_bubble";
}
.icon-check-circle:before {
  content: "check_circle";
}
.icon-compass-calibration:before {
  content: "compass_calibration";
}
.icon-content-paste:before {
  content: "content_paste";
}
.icon-directions:before {
  content: "directions";
}
.icon-done-all:before {
  content: "done_all";
}
.icon-done:before {
  content: "done";
}
.icon-drive-eta:before {
  content: "drive_eta";
}
.icon-eco:before {
  content: "eco";
}
.icon-electirc-car:before {
  content: "electric_car";
}
.icon-expand-less:before {
  content: "expand_less";
}
.icon-expand-more:before {
  content: "expand_more";
}
.icon-filter-5:before {
  content: "filter_5";
}
.icon-format-quote:before {
  content: "format_quote";
}
.icon-get-app:before {
  content: "get_app";
}
.icon-group-add:before {
  content: "group_add";
}
.icon-local-gas-station:before {
  content: "local_gas_station";
}
.icon-looks-5:before {
  content: "looks_5";
}
.icon-menu:before {
  content: "menu";
}
.icon-navigation:before {
  content: "navigation";
}
.icon-phonelink-ring:before {
  content: "phonelink_ring";
}
.icon-cycle:before {
  content: "";
}
.icon-privacy-tip:before {
  content: "privacy_tip";
}
.icon-replay:before {
  content: "replay";
}
.icon-report-problem:before {
  content: "report_problem";
}
.icon-send:before {
  content: "send";
}
.icon-sentiment-satisfied:before {
  content: "sentiment_satisfied";
}
.icon-thumb-up:before {
  content: "thumb_up";
}
.icon-touch-app:before {
  content: "touch_app";
}
.icon-trending-down:before {
  content: "trending_down";
}
.icon-trending-up:before {
  content: "trending_up";
}
.icon-trip-origin:before {
  content: "trip_origin";
}
.icon-verified-user:before {
  content: "verified_user";
}
.icon-verified:before {
  content: "verified";
}
.icon-whatshot:before {
  content: "whatshot";
}
.icon-airline-seat-legroom-extra:before {
  content: "airline_seat_legroom_extra";
}
.icon-calendar-today:before {
  content: "calendar_today";
}
.icon-time-to-leave:before {
  content: "time_to_leave";
}
.icon-check:before {
  content: "";
}
.icon-more-horiz:before {
  content: "";
}
.footer {
  background-color: #000;
}
.footer .experiencefragment .xf-content-height {
  margin: 0;
}
.footer .parsys_column.row .parsys_column:last-child .navlist ul.theme--footer-dropdown-remove-boarder {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer .colctrl.colctrl-2c {
    height: 9.0625rem;
  }
}
.footer section.contentblock .parsys_column.row .parsys_column:last-child .text ~ .colctrl {
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #b6b6b6;
}
@media (min-width: 992px) {
  .footer section.contentblock .parsys_column.row {
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #b6b6b6;
  }
  .footer section.contentblock .parsys_column.row .parsys_column:last-child .text ~ .colctrl {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .footer section.contentblock.theme--footer-bottom-container .parsys_column.row {
    border-bottom: none;
  }
}
.theme--footer-brand {
  position: relative;
  width: 100%;
  padding-bottom: 0.0625rem;
}
.theme--footer-brand .parsys_column.col-sm.col-sm-12 {
  padding-bottom: 0;
}
.theme--footer-brand .parsys_column.col-sm.col-sm-12:last-child {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .theme--footer-brand .theme--footer-dropdown-links {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .theme--footer-brand .theme--footer-dropdown-links p {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 1rem;
  }
  .theme--footer-brand .theme--footer-dropdown-links.show::after {
    transform: rotate(270deg);
  }
  .theme--footer-brand .theme--footer-dropdown-links::after {
    color: #fff;
    content: "" !important;
    font-family: "Material Icons";
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    transform: rotate(90deg) translateX(2px);
    transition: all 0.3s;
    height: 1em;
    width: 1em;
  }
  .theme--footer-brand .theme--footer-dropdown-list {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .theme--footer-brand .theme--footer-dropdown-list.show {
    margin-top: 1rem;
    max-height: 1000px;
  }
  .theme--footer-brand .theme--footer-dropdown-list.show:not(.theme--footer-dropdown-remove-boarder) {
    padding-bottom: 1rem;
    border-bottom: 1px solid #686d71;
  }
  .theme--footer-brand .theme--page-list-social-links {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .theme--footer-brand .theme--page-list-social-links.show {
    max-height: 64px;
  }
}
.theme--footer-brand .theme--footer-bottom-container {
  color: #bfc2c4;
}
.theme--footer-brand .theme--footer-bottom-container .row {
  padding: 1.25rem 0;
}
@media (min-width: 768px) {
  .theme--footer-brand .theme--footer-bottom-container .row {
    padding: 3rem 0;
  }
}
.theme--footer-brand .theme--footer-bottom-container .row .parsys_column:nth-child(1) {
  padding-bottom: 0;
}
.theme--footer-brand .theme--footer-bottom-container .row .parsys_column:nth-child(1) .text.aem-GridColumn.aem-GridColumn--default--12 .text {
  font-weight: 400 !important;
  line-height: 1.0625rem;
}
.theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links {
  padding-left: 0;
}
@media (min-width: 992px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links {
    padding-left: calc(100% - 22.5rem);
  }
}
.theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid {
    display: block;
  }
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid p {
    font-size: 0.75rem;
  }
}
.theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid span {
  font-size: 0.75rem;
}
.theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid a {
  transition: 0.3s;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #bfc2c4;
}
.theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid a:hover, .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid a:active {
  color: #ed0000;
}
@media (max-width: 575.98px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid p {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid .aem-GridColumn:last-child .text p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid .aem-GridColumn:last-child .text p {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .theme--footer-brand .theme--footer-bottom-container .theme--footer-bottom-links > .aem-Grid .aem-GridColumn .text p {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
}
.theme--footer-brand .theme--footer-bottom-container .parsys_column.row {
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .theme--footer-brand .theme--footer-bottom-container .parsys_column.row {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .theme--footer-brand .theme--footer-bottom-container .parsys_column.row {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.theme--footer-brand .theme--footer-bottom-container .parsys_column.row .parsys_column.col-sm.col-md-6 .text p + p {
  display: none;
}
.theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links {
    padding-bottom: 1.25rem;
  }
}
.theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links p {
  margin-bottom: 0;
}
.theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links p + p {
  display: none;
}
@media (max-width: 767.98px) {
  .theme--footer-brand .col-sm {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
@media (max-width: 991.98px) {
  .theme--footer-brand .col-md-6 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .theme--footer-brand .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.theme--footer-brand .parsys_column.row {
  background-color: #000;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .theme--footer-brand .parsys_column.row {
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .theme--footer-brand .parsys_column.row {
    padding-top: 3rem;
  }
  .theme--footer-brand .parsys_column.row .parsys_column .navlist + .text .theme--list-title.theme--footer-dropdown-links {
    padding-top: 1.75rem;
  }
}
@media (max-width: 991.98px) {
  .theme--footer-brand .parsys_column.row {
    display: flex;
    flex-direction: column;
  }
  .theme--footer-brand .parsys_column.row > div {
    max-width: none;
  }
}
.theme--footer-brand .navlist > .theme--footer-dropdown-list {
  margin-bottom: 0;
}
.theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
@media (min-width: 992px) {
  .theme--footer-brand .text.theme--list-title.theme--footer-dropdown-links p {
    color: #bfc2c4;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 5.28px;
    font-weight: 700;
  }
}
.theme--footer-brand .theme--nav-list-container .nav-item .nav-link {
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .theme--footer-brand .theme--nav-list-container .nav-item .nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .theme--footer-brand .theme--nav-list-container .nav-item .nav-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.theme--footer-brand .theme--nav-list-container {
  margin-bottom: 2rem;
}
.header .experiencefragment .xf-content-height {
  margin: 0;
}
.brand-header {
  background-color: #fff;
  box-shadow: 0 1px 0 #e3e5e6;
  height: 4.125rem;
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.5s ease;
}
@media (min-width: 992px) {
  .brand-header.tooltip-hidden .tool-tip {
    animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    visibility: hidden;
  }
}
.brand-header__placeholder {
  height: 4.125rem;
}
@media (min-width: 768px) {
  .brand-header__placeholder {
    height: 5.1875rem;
  }
}
@media (min-width: 992px) {
  .brand-header__placeholder {
    height: 5.875rem;
  }
}
.brand-header__placeholder.ter-nav {
  height: 6.625rem;
}
@media (min-width: 766px) {
  .brand-header__placeholder.ter-nav {
    height: 8.1875rem;
  }
}
@media (min-width: 992px) {
  .brand-header__placeholder.ter-nav {
    height: 8.875rem;
  }
}
.brand-header a:hover {
  text-decoration: none;
}
.brand-header .theme--logo {
  flex: 1 auto;
  width: 3.25rem;
}
@media (min-width: 992px) {
  .brand-header .theme--logo {
    width: 4rem;
  }
}
.brand-header__container {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  width: 100%;
}
.brand-header__container .navbar-toggler {
  border: 0;
  display: block;
  height: 1.25rem;
  margin: 1.0625rem 0;
  outline: none;
  position: absolute;
  right: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  width: 1.25rem;
  z-index: 2;
}
.brand-header__container .navbar-toggler span {
  background-color: #000;
  border-radius: 9px;
  display: block;
  height: 0.125rem;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.brand-header__container .navbar-toggler span:nth-child(1) {
  top: 0;
}
.brand-header__container .navbar-toggler span:nth-child(2) {
  top: 0.4375rem;
}
.brand-header__container .navbar-toggler span:nth-child(3) {
  top: 0.875rem;
}
.brand-header__container .navbar-toggler[aria-expanded=true] span {
  background-color: #000;
}
.brand-header__container .navbar-toggler[aria-expanded=true] span:nth-child(1) {
  left: 0;
  top: 0.4375rem;
  transform: rotate(45deg);
}
.brand-header__container .navbar-toggler[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  width: 0%;
}
.brand-header__container .navbar-toggler[aria-expanded=true] span:nth-child(3) {
  left: 0;
  top: 0.4375rem;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .brand-header__container .navbar-toggler {
    display: none !important;
  }
}
.brand-header__container .collapse:not(.show, .vue-modal) {
  display: flex;
}
.brand-header__nav {
  margin: 0;
  padding-left: 2.5rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .brand-header__nav {
    padding-left: 1rem;
  }
}
.brand-header__nav a[class*=l-] .icon,
.brand-header__nav .nav-link .icon {
  color: #000;
}
.brand-header__nav a[class*=l-] .icon.fa-long-arrow-right::before,
.brand-header__nav .nav-link .icon.fa-long-arrow-right::before {
  content: "";
  position: relative;
  top: 0.5rem;
}
@media (max-width: 991.98px) {
  .brand-header__nav {
    margin: 0;
    padding: 0;
  }
  .brand-header__nav .meta {
    display: none;
  }
}
@media (min-width: 992px) {
  .brand-header__nav a.l-1[aria-expanded=true]::before,
.brand-header__nav a.l-2[aria-expanded=true]::before {
    opacity: 1;
  }
}
.brand-header__nav a.nav-link.l-2 {
  background-color: #fff;
}
@media (min-width: 992px) {
  .brand-header__nav a.nav-link.l-2 {
    background-color: inherit;
  }
}
.brand-header__nav a.l-1 {
  z-index: 1;
}
@media (min-width: 992px) {
  .brand-header__nav a.l-1::before {
    height: 1.25rem;
  }
  .brand-header__nav a.l-1.active, .brand-header__nav a.l-1[aria-expanded=true] {
    box-shadow: inset 0 -2px 0 #000;
  }
  .brand-header__nav a.l-1.active::before, .brand-header__nav a.l-1[aria-expanded=true]::before {
    background-color: #000;
    height: 0.125rem;
  }
  .brand-header__nav a.l-1.active::before {
    opacity: 1;
  }
  .brand-header__nav a.l-1 + .dropdown-menu {
    margin-top: 0;
  }
}
.brand-header__nav a[class*=l-] {
  align-items: center;
  color: #000;
  display: flex;
  margin-top: 0;
  position: relative;
}
.brand-header__nav a[class*=l-]::after {
  display: none;
}
@media (max-width: 767.98px) {
  .brand-header__nav a[class*=l-] {
    box-shadow: none;
    margin-right: 0;
    width: 100%;
    background-color: #fff;
    padding-left: 1.5rem;
    position: relative;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  .brand-header__nav a[class*=l-]::before {
    bottom: 0;
    content: " ";
    display: block;
    height: 0.0625rem;
    left: inherit;
    position: absolute;
    right: 0;
    transform: none;
    z-index: 1;
  }
  .brand-header__nav a[class*=l-]:focus, .brand-header__nav a[class*=l-]:active {
    color: #000;
    z-index: 1;
  }
  .brand-header__nav a[class*=l-], .brand-header__nav a[class*=l-]:focus, .brand-header__nav a[class*=l-]:active, .brand-header__nav a[class*=l-][aria-expanded=true], .brand-header__nav a[class*=l-]:hover {
    border-bottom-width: 0;
    box-shadow: none;
    padding-top: 0;
  }
}
.brand-header__nav .nav-item {
  display: inline-block;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .brand-header__nav .nav-item {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .brand-header__nav .nav-item {
    margin-right: 2rem;
  }
}
.brand-header__nav .nav-item::before {
  display: none;
}
.brand-header__nav .nav-item:last-child[class*=l-] {
  margin-right: 0;
}
@media (min-width: 992px) {
  .brand-header__nav .nav-item.dropdown.show::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.77);
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 6.25rem;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.brand-header__nav .nav-item.l-1 .nav-link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding: 1rem 1.5rem 1.125rem;
}
@media (min-width: 992px) {
  .brand-header__nav .nav-item.l-1 .nav-link {
    padding: 1rem 0 2.0625rem;
  }
}
.brand-header__nav .nav-item.l-1 .nav-link:hover, .brand-header__nav .nav-item.l-1 .nav-link:focus {
  color: #000;
}
@media (max-width: 991.98px) {
  .brand-header__nav .nav-item.l-1 .nav-link.l-1 {
    border-bottom: 1px solid #e3e5e6;
    outline: none;
  }
  .brand-header__nav .nav-item.l-1 .nav-link.l-1 .fa-long-arrow-right {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    transform: rotate(-90deg);
  }
  .brand-header__nav .nav-item.l-1 .nav-link.l-1.open {
    font-weight: bold;
    text-align: center;
  }
  .brand-header__nav .nav-item.l-1 .nav-link.l-1.open .fa-long-arrow-right {
    left: 1.5rem;
    right: auto;
    transform: rotate(90deg);
  }
  .brand-header__nav .nav-item.l-1 .nav-link.l-1.hide {
    display: none;
    border-bottom-width: 0;
  }
}
@media (min-width: 992px) {
  .brand-header__nav .nav-item.l-1 {
    border-bottom-width: 0;
  }
}
.brand-header__nav .nav-item.dropdown-toggle {
  color: #000;
  display: inline-block;
  transition: 0.3s;
}
.brand-header__nav .nav-item.dropdown-toggle:hover, .brand-header__nav .nav-item.dropdown-toggle:focus {
  color: #000;
  outline: none;
}
.brand-header__nav .nav-item:not(.dropdown) .icon {
  display: none;
}
.brand-header__nav .nav-item.show .nav-link .icon.fa-long-arrow-right::before {
  content: "";
}
.brand-header__nav .nav-item .dropdown-menu {
  align-items: center;
  border: 0;
  border-radius: 0;
  flex-direction: row;
  left: 0;
  overflow: auto;
  padding: 0;
  width: 100%;
}
.brand-header__nav .nav-item .dropdown-menu .container {
  padding: 0;
}
@media (min-width: 992px) {
  .brand-header__nav .nav-item .dropdown-menu {
    overflow: visible;
    position: absolute;
    top: 0;
    transform: translate3d(0, -42px, 0) !important;
    transition: transform 0.3s ease-in-out;
  }
  .brand-header__nav .nav-item .dropdown-menu.show {
    transform: translate3d(0, 96px, 0) !important;
    transition: transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .brand-header__nav .nav-item .dropdown-menu {
    box-shadow: none;
    color: #000;
    display: block !important;
    height: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition: height 0.15s ease-out;
    width: 100%;
    z-index: 5;
  }
  .brand-header__nav .nav-item .dropdown-menu.show {
    background-color: #fff;
    height: auto !important;
    position: relative !important;
    transform: none !important;
    transition: height 0.25s ease-in;
  }
}
.brand-header__nav .nav-item .dropdown-menu button.link, .brand-header__nav .nav-item .dropdown-menu button.card-link {
  display: none;
}
.brand-header__nav .nav-item .dropdown-menu.show {
  position: relative;
  z-index: 1000;
}
@media (min-width: 992px) {
  .brand-header__nav .nav-item .dropdown-menu.show {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .brand-header__nav .nav-item .dropdown-menu.show {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .brand-header__nav {
    display: block;
    height: 100%;
    max-width: inherit;
    order: -1;
    padding-right: 0;
  }
  .brand-header__nav a[class*=l-],
.brand-header__nav .nav-link {
    color: #fff;
    position: relative;
  }
  .brand-header__nav .nav-item {
    display: flex;
    flex-direction: column;
  }
  .brand-header__nav .nav-item:focus,
.brand-header__nav .nav-item:focus > a {
    outline: none;
  }
}
.brand-header .nav-secondary-menu__container {
  padding: 2.25rem 1.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__container {
    padding: 2.5rem;
    margin: 0 6.5rem;
  }
}
.brand-header .nav-secondary-menu__container > div {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  grid-template-areas: ".";
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__container > div {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 24px 24px;
    grid-template-areas: ". . . .";
  }
}
.brand-header .nav-secondary-menu__container.show {
  display: block;
}
.brand-header .nav-secondary-menu__container.cq-Editable-dom {
  display: block;
}
.brand-header .nav-secondary-menu__item {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .brand-header .nav-secondary-menu__item {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__item {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.brand-header .nav-secondary-menu__item ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.brand-header .nav-secondary-menu__item h2 {
  font-size: "MMC", verdana, sans-serif;
  font-size: 0.75rem;
  line-height: 0.75rem;
  letter-spacing: 0.33em;
  text-transform: uppercase;
  color: #686d71;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__item h2 {
    margin-bottom: 1.25rem;
  }
}
.brand-header .nav-secondary-menu__item .navlist {
  display: flex;
  flex-direction: column;
}
.brand-header .nav-secondary-menu__item .navlist .nav-item {
  padding: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__item .navlist .nav-item {
    margin-bottom: 1.5rem;
  }
}
.brand-header .nav-secondary-menu__item .navlist .nav-item:last-child {
  margin-bottom: 2.75rem;
}
.brand-header .nav-secondary-menu__item .navlist .nav-item i {
  display: none;
}
.brand-header .nav-secondary-menu__item .navlist .nav-item::before {
  display: none;
}
.brand-header .nav-secondary-menu__item .navlist .nav-item a {
  padding: 0;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .brand-header .nav-secondary-menu__item .navlist .nav-item a {
    line-height: 1.5rem;
  }
}
.brand-header .nav-secondary-menu__item .navlist .nav-item a:hover {
  color: #ed0000;
}
.brand-header .nav-secondary-menu__item a:hover .link-text {
  color: #ed0000;
}
.brand-header .nav-secondary-menu__item i {
  color: #ed0000;
}
.brand-header__nav-container {
  width: 100%;
}
.brand-header__nav-container > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.brand-header__nav-container .dropdown {
  position: static;
}
.brand-header__nav-container > .aem-Grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brand-header__nav-container > .aem-Grid > .navlist {
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .brand-header__nav-container > .aem-Grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .brand-header__nav-container {
    background-color: #fff;
    height: 0;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    position: fixed;
    top: 5.25rem;
  }
  .brand-header__nav-container.show {
    height: calc(100% - 5.1875rem);
  }
  .brand-header__nav-container:not(.show) .dropdown {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .brand-header__nav-container {
    top: 4.1875rem;
  }
  .brand-header__nav-container.show {
    height: calc(100% - 4.125rem);
  }
}
@media (min-width: 992px) {
  .brand-header__nav-container {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    position: static;
    width: 100%;
  }
  .brand-header__nav-container:not(.collapse):not(.collapsing) {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .brand-header__nav-container {
    max-width: 100%;
  }
}
.brand-header__nav-backdrop {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 4.125rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: height 0.3s ease-in-out;
  width: calc(100% - 20rem);
}
@media (min-width: 992px) {
  .brand-header__nav-backdrop {
    display: none;
  }
}
.brand-header__container > .brand-header__actions {
  display: inline-flex;
}
.brand-header__nav-container > .brand-header__actions {
  display: none;
}
@media (min-width: 768px) {
  .brand-header {
    height: 5.1875rem;
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .brand-header {
    height: 5.9375rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .brand-header {
    height: 5.9375rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .brand-header__nav-container > .brand-header__actions {
    display: inline-flex;
  }
  .brand-header__container > .brand-header__actions {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .brand-header__container:nth-child(1) {
    position: relative;
  }
}
.brand-header__container > .aem-Grid {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .brand-header__container > .aem-Grid {
    justify-content: space-between;
  }
  .brand-header__container > .aem-Grid > .contentblock.aem-GridColumn {
    width: 100%;
  }
}
.brand-header__container > .aem-Grid div.link:first-child, .brand-header__container > .aem-Grid div.card-link:first-child {
  display: none;
}
@media (min-width: 992px) {
  .brand-header__container > .aem-Grid div.link:first-child, .brand-header__container > .aem-Grid div.card-link:first-child {
    display: inline-flex;
  }
}
html.aem-AuthorLayer-Edit .brand-header {
  height: auto;
  position: relative !important;
}
html.aem-AuthorLayer-Edit .brand-header .dropdown-menu {
  display: none !important;
}
html.aem-AuthorLayer-Edit .brand-header__container > .aem-Grid {
  display: flex;
  flex-direction: column;
}
.container-flush .row {
  margin: 0 !important;
}
.container-flush .parsys_column:not([id*=colctrl_] > div > div.parsys_column.col-sm.col-md-12.col-lg-5,
[id*=colctrl_] > div > div.parsys_column.col-sm.col-md-12.col-lg-7) {
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .range-margin.my-56 {
    margin-top: 0 !important;
  }
}
.backgroundcontainer {
  height: 100%;
}
.container-parent {
  --current-aspect-ratio: var(--mobile-aspect-ratio, var(--desktop-aspect-ratio));
  --current-background-image: var(--mobile-background-image, var(--desktop-background-image));
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .container-parent {
    --current-aspect-ratio: var(--desktop-aspect-ratio);
    --current-background-image: var(--desktop-background-image);
  }
}
.container-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: var(--current-background-image);
  width: 100%;
  min-height: 150px;
  background-position: var(--background-position-mobile);
  height: 100%;
}
.container-background.fixedHeightOnMobile {
  min-height: 0;
  height: var(--fixed-height-on-mobile);
}
@media (min-width: 768px) {
  .container-background.fixedHeightOnMobile {
    min-height: 150px;
    height: 100%;
  }
}
.container-breakout .container-background {
  background-image: none;
}
@media (min-width: 576px) {
  .container-breakout .container-background {
    background-color: var(--background-color);
    display: block;
    background-image: var(--current-background-image);
  }
}
@media (min-width: 576px) {
  .container-background {
    background-color: var(--background-color);
  }
}
@media (min-width: 768px) {
  .container-background {
    background-position: var(--background-position-desktop);
  }
}
.container-grid {
  display: grid;
  align-items: var(--vertical-alignment);
  justify-content: var(--mobile-alignment);
}
.container-grid.use-custom-width {
  display: flex;
}
.container-breakout .container-grid {
  justify-content: center;
}
@media (min-width: 768px) {
  .container-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-content: unset;
  }
  .container-grid.use-custom-width {
    display: grid;
  }
}
.breakout-background {
  background-image: var(--current-background-image);
  aspect-ratio: var(--current-aspect-ratio);
  background-size: cover;
}
@media (min-width: 576px) {
  .breakout-background {
    display: none;
  }
}
.container-content-wrapper {
  width: 100%;
  aspect-ratio: var(--current-aspect-ratio);
  position: relative;
  background-color: rgba(0, 0, 0, var(--opacity));
}
@media (max-width: 767.98px) {
  .container-content-wrapper.unset-aspect-ratio-mobile {
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .container-content-wrapper.unset-aspect-ratio-desktop {
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .container-content-wrapper.fill-column {
    aspect-ratio: unset;
    height: 100%;
  }
}
.container-breakout .container-content-wrapper {
  background-color: var(--breakout-background, black);
  height: unset;
  aspect-ratio: unset;
}
@media (min-width: 576px) {
  .container-breakout .container-content-wrapper {
    aspect-ratio: var(--current-aspect-ratio);
    background-color: rgba(0, 0, 0, var(--opacity));
  }
}
@media (min-width: 768px) {
  .container-breakout .container-content-wrapper.fill-column {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .container-content-wrapper {
    aspect-ratio: var(--current-aspect-ratio);
  }
}
.container-contents {
  padding: var(--mobile-padding);
}
@media (min-width: 768px) {
  .container-contents {
    padding: var(--desktop-padding);
  }
}
.breadcrumb {
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.4375rem;
}
.breadcrumb-item {
  align-items: center;
  display: inline-flex;
}
.breadcrumb-item,
.breadcrumb-item a {
  color: #000;
  font-weight: 400;
}
.breadcrumb-item .icon {
  margin-left: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.bg-charcoal .breadcrumb-item.active :not(a) {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item::before {
  display: none;
}
nav.breadcrumb {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.btn {
  align-items: center;
  border-bottom-width: 0;
  display: inline-flex;
  height: 3.125rem;
  letter-spacing: -0.5px;
  min-width: 10.9375rem;
  position: relative;
}
.btn-primary-red {
  background-color: #ed0000;
  border-color: #ed0000;
  box-shadow: inset 0 -1px 0 #ed0000;
  color: #fff;
}
.btn-primary-red:not(:active):hover {
  box-shadow: inset 0 -2px 0 #ad1914;
  color: #fff;
}
.btn-primary-red:active {
  color: #fff;
}
.btn-primary-yellow {
  background-color: #ffeb14;
  border-color: #ffeb14;
  box-shadow: inset 0 -1px 0 #ffeb14;
  color: #000;
}
.btn-primary-yellow:not(:active):hover {
  background-color: #ffd200;
  border-color: #ffd200;
  box-shadow: inset 0 -2px 0 #fcb945;
  color: #000;
}
.btn-primary-yellow:active {
  color: #000;
}
.btn-secondary-charcoal {
  background-color: #242323;
  border-color: #242323;
  box-shadow: inset 0 -1px 0 #242323;
  color: #fff;
}
.btn-secondary-charcoal:not(:active):hover {
  background-color: #58595b;
  border-color: #58595b;
  box-shadow: inset 0 -2px 0 #000;
  color: #fff;
}
.btn-secondary-charcoal:active {
  color: #fff;
}
.btn-secondary-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 -1px 0 #fff;
  color: #000;
}
.btn-secondary-white:not(:active):hover {
  box-shadow: inset 0 -2px 0 #a5a5a5;
  color: #000;
}
.btn-secondary-white:active {
  color: #000;
}
.btn-secondary-outline {
  background-color: transparent;
  border-color: #d1d1d1;
  box-shadow: inset 0 -1px 0 #d1d1d1;
}
.btn-secondary-outline:not(:active):hover {
  border-color: #242323;
  box-shadow: inset 0 -2px 0 #242323;
}
.bg-charcoal .btn-secondary-outline:not(:active):hover {
  border-color: currentColor;
  box-shadow: inset 0 -2px 0 currentColor;
  color: #fff;
}
.bg-charcoal .btn-secondary-outline {
  background-color: transparent;
  border-color: currentColor;
  box-shadow: inset 0 -1px 0 currentColor;
  color: #fff;
}
.btn-secondary-outline-charcoal {
  background-color: transparent;
  border-color: #242323;
  box-shadow: inset 0 -1px 0 #242323;
}
.btn-secondary-outline-charcoal:not(:active):hover {
  border-color: #242323;
  box-shadow: inset 0 -2px 0 #242323;
}
.bg-charcoal .btn-secondary-outline-charcoal:not(:active):hover {
  border-color: currentColor;
  box-shadow: inset 0 -2px 0 currentColor;
  color: #fff;
}
.bg-charcoal .btn-secondary-outline-charcoal {
  background-color: transparent;
  border-color: currentColor;
  box-shadow: inset 0 -1px 0 currentColor;
  color: #fff;
}
.btn > span,
.btn > .svg-inline--fa {
  transition: transform 0.15s ease-in-out;
}
.btn > .svg-inline--fa {
  font-size: 0.875rem;
  margin-left: auto;
}
@media (min-width: 768px) {
  .btn > .svg-inline--fa {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .btn > .svg-inline--fa {
    font-size: 1.125rem;
  }
}
.btn:not(.btn-link) > span {
  margin-right: 0.9375rem;
}
.btn:hover:not(.btn-link):not(:active) > span,
.btn:hover:not(.btn-link):not(:active) > .svg-inline--fa {
  transform: translateY(-2px);
}
.btn-sm, .btn-group-sm > .btn {
  height: 2.5rem;
}
.btn-lg, .btn-group-lg > .btn {
  height: 3.75rem;
}
.btn-link {
  color: #000;
  font-size: 0.875rem;
  min-width: unset;
  padding: 0;
}
.btn-link > .svg-inline--fa {
  margin-left: 1.875rem;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn.disabled:not(.btn-link), .btn:disabled {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #808285;
}
.btn.disabled:not(.btn-link).btn-secondary-outline, .btn:disabled.btn-secondary-outline {
  background-color: transparent;
  border-color: rgba(173, 173, 173, 0.5);
  box-shadow: inset 0 -1px 0 rgba(173, 173, 173, 0.5);
  color: rgba(128, 130, 133, 0.5);
}
.bg-charcoal .btn.disabled:not(.btn-link).btn-secondary-outline, .bg-charcoal .btn:disabled.btn-secondary-outline {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
.btn:focus, .btn.focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
@media (max-width: 767.98px) {
  .btn:not(.btn-sm):not(.btn-lg):not(.btn-link) {
    font-size: 0.625rem;
    height: 2.5rem;
    line-height: 0.875rem;
  }
}
.btn-group .btn:not(:first-child) {
  border-left-width: 0 !important;
}
.card {
  box-shadow: 0 2px 3px #e2e2e2;
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}
.card-img-top,
.card .lazysizes-display-clone {
  display: block;
  height: 9.0625rem;
}
@media (min-width: 768px) {
  .card-img-top,
.card .lazysizes-display-clone {
    height: 10rem;
  }
}
@media (min-width: 1200px) {
  .card-img-top,
.card .lazysizes-display-clone {
    height: 13.125rem;
  }
}
.card-img-top img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
     object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.card-subtitle, .card-date, .card-taglist, .card-text {
  margin-bottom: 1rem;
}
.card-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.card-body > :last-child:not(.card-title):not(.card-subtitle):not(.card-text) {
  margin-top: auto;
}
.card-body > :only-child,
.card-body > :last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card-body {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .card-body {
    padding: 1.5rem 2.5rem;
  }
}
.card-date {
  font-weight: 300;
}
.card-taglist .taglist li::before {
  display: none;
}
.card-taglist ul {
  margin-bottom: 0;
}
.card-taglist li {
  padding-left: 0;
}
.card-taglist--basic {
  color: #a5a5a5;
  font-size: 0.75rem;
  margin-bottom: 0;
}
.card-taglist--basic li::before {
  display: none;
}
.card--taglist-button .card-date {
  color: #a5a5a5;
  font-weight: 400;
}
.card--taglist-button .taglist__item {
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  color: #242323;
  display: inline-block;
  font-size: smaller;
  font-weight: 600;
  line-height: 1rem;
  padding: 0.125rem 0.5rem;
}
.card-text {
  color: #808285;
}
.card-action {
  padding-top: 1.5rem;
}
.card-link {
  height: auto;
}
.card--background, .cards-background .card {
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .card--background .card-img-top,
.card--background .lazysizes-display-clone, .cards-background .card .card-img-top,
.cards-background .card .lazysizes-display-clone {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.card--background .card-img-top img, .cards-background .card .card-img-top img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: top";
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
  .card--background .card-img-top img, .cards-background .card .card-img-top img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: left bottom";
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
@media (min-width: 992px) {
  .card--background .card-img-top img, .cards-background .card .card-img-top img {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain; object-position: right bottom";
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
  .card--background .card-img-top, .cards-background .card .card-img-top {
    bottom: 0;
    height: auto;
    left: 50%;
    margin-left: -3.125rem;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}
.card--background .card-body, .cards-background .card .card-body {
  background-color: transparent;
  padding: 1.875rem;
  position: relative;
}
.card--background .card-body .card-subtitle, .cards-background .card .card-body .card-subtitle {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card--background .card-body .card-subtitle, .cards-background .card .card-body .card-subtitle {
    margin-bottom: 0.375rem;
  }
}
.card--background .card-body .card-title, .cards-background .card .card-body .card-title {
  margin-bottom: 1.25rem;
}
.card--background .card-body .card-text, .cards-background .card .card-body .card-text {
  margin-bottom: 1.875rem;
}
.card--background .card-body .card-action, .cards-background .card .card-body .card-action {
  padding-top: 0;
}
@media (min-width: 992px) {
  .card--background .card-body .card-action, .cards-background .card .card-body .card-action {
    margin-top: 0 !important;
  }
}
.card--background .card-body .card-link, .cards-background .card .card-body .card-link {
  min-width: 8.4375rem;
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
  .card--background .card-body, .cards-background .card .card-body {
    max-width: 60%;
    padding: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .card--background .card-body, .cards-background .card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card--background .card-body, .cards-background .card .card-body {
    padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .card--background, .cards-background .card {
    display: block;
    height: 21.875rem;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .card--background, .cards-background .card {
    height: 25.3125rem;
    min-height: 405px;
  }
}
.cards-column .card .card-link, .cards-columns .card .card-link,
.card [class*=card--column] .card-link {
  min-width: 7.8125rem;
}
@media (min-width: 768px) {
  .cards-column .card .card-link, .cards-columns .card .card-link,
.card [class*=card--column] .card-link {
    min-width: 10.9375rem;
  }
}
.cards-column .card .card-text, .cards-columns .card .card-text,
.card [class*=card--column] .card-text {
  margin-bottom: 2.8125rem;
}
.cards-column .card .card-action, .cards-columns .card .card-action,
.card [class*=card--column] .card-action {
  padding-top: 0;
}
.card--notification .card-action, .cards-notification .card .card-action {
  padding-top: 0.625rem;
}
.card--taglist-share .card-link {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .card--column .card-img-top,
.card--column .card-body,
.card--column .lazysizes-display-clone, .cards-column .card .card-img-top,
.cards-column .card .card-body,
.cards-column .card .lazysizes-display-clone {
    max-height: 435px;
    min-height: 435px;
    min-width: 50%;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card--column .card-img-top,
.card--column .card-body,
.card--column .lazysizes-display-clone, .cards-column .card .card-img-top,
.cards-column .card .card-body,
.cards-column .card .lazysizes-display-clone {
    max-height: 500px;
    min-height: 500px;
  }
}
.card--column .card-img-top,
.card--column .lazysizes-display-clone, .cards-column .card .card-img-top,
.cards-column .card .lazysizes-display-clone {
  height: 9.375rem;
}
@media (min-width: 768px) {
  .card--column .card-img-top,
.card--column .lazysizes-display-clone, .cards-column .card .card-img-top,
.cards-column .card .lazysizes-display-clone {
    height: 11.125rem;
  }
}
.card--column .card-body h2::after, .card--column .card-body h3::after, .card--column .card-body h4::after, .cards-column .card .card-body h2::after, .cards-column .card .card-body h3::after, .cards-column .card .card-body h4::after {
  background-color: #ed0000;
  content: "";
  display: block;
  height: 0.0625rem;
  margin-top: 1.25rem;
  width: 5rem;
}
@media (min-width: 992px) {
  .card--column .card-body h2::after, .card--column .card-body h3::after, .card--column .card-body h4::after, .cards-column .card .card-body h2::after, .cards-column .card .card-body h3::after, .cards-column .card .card-body h4::after {
    margin-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .card--column .card-body h4::after, .cards-column .card .card-body h4::after {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .card--column .card-body, .cards-column .card .card-body {
    padding: 3.125rem 3.75rem;
  }
}
@media (min-width: 992px) {
  .card--column .card-title, .cards-column .card .card-title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .card--column .card-text, .cards-column .card .card-text {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .card--column, .cards-column .card {
    flex-direction: row;
  }
}
.cards-columns .card .card-img-top {
  height: 9.625rem;
}
@media (min-width: 768px) {
  .cards-columns .card .card-img-top {
    height: 11.125rem;
  }
}
@media (min-width: 992px) {
  .cards-columns .card .card-title {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .cards-columns.theme--lists-equal .card .card-img-top {
    height: 10rem;
  }
}
@media (min-width: 1200px) {
  .cards-columns.theme--lists-equal .card .card-img-top {
    height: 13.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--testimonial.card, .card--testimonial .card.card {
    flex-direction: row;
  }
  .card--testimonial .card-img-top, .card--testimonial .card .card-img-top {
    width: 50%;
  }
}
.card--testimonial .card-body, .card--testimonial .card .card-body {
  max-height: none !important;
  min-height: auto !important;
  text-align: center;
}
.card--testimonial .card-body .card-text::after, .card--testimonial .card .card-body .card-text::after {
  margin-left: auto;
  margin-right: auto;
}
.card--testimonial .card-body .subtitle-text, .card--testimonial .card .card-body .subtitle-text {
  display: block;
  line-height: normal;
}
@media (min-width: 992px) {
  .card--testimonial .card-body .subtitle-text, .card--testimonial .card .card-body .subtitle-text {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .card--testimonial .card-body, .card--testimonial .card .card-body {
    width: 50%;
  }
  .card--testimonial .card-body.card-body--standard, .card--testimonial .card .card-body.card-body--standard {
    width: 100%;
  }
  .card--testimonial .card-body--onlinemedia, .card--testimonial .card .card-body--onlinemedia {
    margin-left: 50%;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .card--testimonial .card-body, .card--testimonial .card .card-body {
    text-align: left;
  }
  .card--testimonial .card-body .card-text::after, .card--testimonial .card .card-body .card-text::after {
    margin-left: unset;
    margin-right: unset;
  }
  .card--testimonial .card-body.card-body--standard, .card--testimonial .card .card-body.card-body--standard {
    text-align: center;
  }
  .card--testimonial .card-body.card-body--standard .card-text::after, .card--testimonial .card .card-body.card-body--standard .card-text::after {
    margin-left: auto;
    margin-right: auto;
  }
  .card--testimonial .card-body.card-body--standard .subtitle-text, .card--testimonial .card .card-body.card-body--standard .subtitle-text {
    display: inline;
  }
}
.card--testimonial .card-text, .card--testimonial .card .card-text {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem;
}
.card--testimonial .card-text::after, .card--testimonial .card .card-text::after {
  background-color: #ed0000;
  content: "";
  display: block;
  height: 0.0625rem;
  margin-top: 1.25rem;
  width: 5rem;
}
@media (min-width: 992px) {
  .card--testimonial .card-text::after, .card--testimonial .card .card-text::after {
    margin-top: 1.875rem;
  }
}
.card--testimonial .card-text::after, .card--testimonial .card .card-text::after {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .card--testimonial .card-text, .card--testimonial .card .card-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.cards-tiles-narrow .card {
  background-color: #fff !important;
  border-radius: 3px;
  flex-direction: row;
  height: auto;
  text-decoration: none;
}
.cards-tiles-narrow .card .card-body {
  border-radius: 3px;
  flex-direction: row;
  padding: 1rem;
}
.cards-tiles-narrow .card .card-body .card-icon {
  font-size: 0.8125rem;
  line-height: inherit;
  margin-top: 0;
}
.cards-tiles-narrow .card .card-body .card-icon:first-child {
  margin-right: 1rem;
}
.cards-tiles-narrow .card .card-body .card-icon:last-child {
  color: #242323;
  margin-left: auto;
  margin-top: 0;
}
@media (min-width: 768px) {
  .cards-tiles-narrow .card .card-body .card-icon {
    font-size: 1rem;
  }
}
.cards-tiles-narrow .card .card-body .card-title {
  color: #242323;
  line-height: inherit;
  margin-bottom: 0;
}
.cards-tiles-narrow .card .card-body:hover {
  background-color: #242323;
  color: #fff;
}
.cards-tiles-narrow .card .card-body:hover .card-title,
.cards-tiles-narrow .card .card-body:hover .card-icon {
  color: #fff;
}
@media (min-width: 768px) {
  .cards-tiles-narrow .card .card-body {
    padding: 0.875rem 1.125rem;
  }
}
.bg-yellow .card, .bg-yellow-pattern .card {
  box-shadow: 0 2px 3px #f3c26d;
}
@supports (padding: max(0px)) {
  .container {
    padding-left: max(0.75rem, var(safe-area-inset-left));
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, var(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-left));
  }
}
.container .row {
  margin: 0 1rem;
}
@media (min-width: 576px) {
  .container .row {
    margin: 0 3rem;
  }
}
@media (min-width: 768px) {
  .container .row {
    margin: 0 3.25rem;
  }
}
@media (min-width: 992px) {
  .container .row {
    margin: 0 5rem;
  }
}
@media (min-width: 1200px) {
  .container .row {
    margin: 0 8.25rem;
  }
}
.container .row > [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .container .row > [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.container-full {
  max-width: 100%;
  width: 100%;
}
.image,
.cmp-image {
  position: relative;
}
.image figure,
.cmp-image figure {
  margin: 0;
}
.nav-tabs {
  border-bottom-width: 0;
  justify-content: center;
}
.nav-tabs .nav-item {
  min-width: 11.5rem;
  text-align: center;
}
.nav-tabs .nav-link {
  border-color: #e2e2e2;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  color: #e2e2e2;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
  position: relative;
}
.nav-tabs .nav-link::after {
  background-color: #e2e2e2;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  font-weight: 600;
}
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-item.show .nav-link::after {
  opacity: 1;
}
.navbar {
  height: 4.5rem;
  justify-content: flex-start;
}
.navbar-toggler > .embedsource {
  margin-right: auto;
}
@media (min-width: 768px) {
  .navbar-toggler > .embedsource {
    margin-right: 0;
  }
}
.navbar-brand {
  transition: opacity 0.15s linear;
}
.navbar-brand img {
  height: 3.25rem;
  width: 13.25rem;
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: 0;
  }
}
.global-search .navbar-brand {
  opacity: 0;
}
@media (min-width: 992px) {
  .global-search .navbar-brand {
    opacity: 1;
  }
}
.navbar-home {
  color: #e2e2e2;
  margin-right: 1.875rem;
  order: 1;
}
.navbar-home:hover, .navbar-home:focus {
  color: #242323;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navbar-home {
    margin-right: 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar-home {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: rgba(115, 117, 120, 0.5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1030;
  }
}
.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
  transition: none;
}
@media (min-width: 992px) {
  .navbar-nav,
.navbar-nav .nav-item {
    height: 100%;
  }
}
.navbar-nav .nav-item {
  border-bottom: 1px solid rgba(237, 0, 0, 0.3);
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    align-items: center;
    border-bottom-width: 0;
    display: flex;
    max-width: 12.5rem;
    position: relative;
  }
  .navbar-nav .nav-item + .nav-item {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-item + .nav-item {
    margin-left: 2.5rem;
  }
}
.navbar-nav .nav-link {
  align-items: flex-end;
  background-color: #ffeb14;
  display: inline-flex;
  font-weight: 600;
  padding: 1.25rem 1.875rem;
  width: 100%;
}
.navbar-nav .nav-link.dropdown-toggle::after {
  border-width: 0;
  display: block;
  height: auto;
  margin-left: auto;
  margin-top: 0;
  position: relative;
  top: 0.125rem;
  width: auto;
}
.navbar-nav .nav-link[aria-expanded=true] {
  outline: none;
}
.navbar-nav .nav-link[aria-expanded=true]::after {
  content: get-icon("chevron-up");
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    line-height: 1rem;
  }
  .navbar-nav .nav-link::before {
    background-color: #4cafbb;
    bottom: 0;
    content: "";
    display: block;
    height: 0.5rem;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all 0.2s ease-in-out;
  }
  .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: 0.3125rem;
  }
  .navbar-nav .nav-link:hover::before, .navbar-nav .nav-link:hover[aria-expanded=true]::before, .navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:focus[aria-expanded=true]::before {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #e2e2e2;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    background-color: transparent;
    font-weight: 400;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav {
    background-color: #a0ece9;
    height: 100%;
    max-width: 21.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    width: 70%;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .navbar {
    flex-direction: row-reverse;
    height: 5rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-black {
  background-color: #000 !important;
}
a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
a.bg-black-50:hover, a.bg-black-50:focus,
button.bg-black-50:hover,
button.bg-black-50:focus {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-black-75 {
  background-color: #1c1d1d !important;
}
a.bg-black-75:hover, a.bg-black-75:focus,
button.bg-black-75:hover,
button.bg-black-75:focus {
  background-color: #030303 !important;
}
.bg-blue {
  background-color: #5bc0de !important;
}
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #31b0d5 !important;
}
.bg-blue-10 {
  background-color: rgba(91, 192, 222, 0.098) !important;
}
a.bg-blue-10:hover, a.bg-blue-10:focus,
button.bg-blue-10:hover,
button.bg-blue-10:focus {
  background-color: rgba(49, 176, 213, 0.098) !important;
}
.bg-charcoal {
  background-color: #242323 !important;
}
a.bg-charcoal:hover, a.bg-charcoal:focus,
button.bg-charcoal:hover,
button.bg-charcoal:focus {
  background-color: #0a0a0a !important;
}
.bg-dark-grey {
  background-color: #686d71 !important;
}
a.bg-dark-grey:hover, a.bg-dark-grey:focus,
button.bg-dark-grey:hover,
button.bg-dark-grey:focus {
  background-color: #505356 !important;
}
.bg-dark-grey-75 {
  background-color: rgba(104, 109, 113, 0.749) !important;
}
a.bg-dark-grey-75:hover, a.bg-dark-grey-75:focus,
button.bg-dark-grey-75:hover,
button.bg-dark-grey-75:focus {
  background-color: rgba(80, 83, 86, 0.749) !important;
}
.bg-dark-grey-50 {
  background-color: rgba(104, 109, 113, 0.498) !important;
}
a.bg-dark-grey-50:hover, a.bg-dark-grey-50:focus,
button.bg-dark-grey-50:hover,
button.bg-dark-grey-50:focus {
  background-color: rgba(80, 83, 86, 0.498) !important;
}
.bg-dark-grey-25 {
  background-color: rgba(104, 109, 113, 0.247) !important;
}
a.bg-dark-grey-25:hover, a.bg-dark-grey-25:focus,
button.bg-dark-grey-25:hover,
button.bg-dark-grey-25:focus {
  background-color: rgba(80, 83, 86, 0.247) !important;
}
.bg-dark-red {
  background-color: #b41114 !important;
}
a.bg-dark-red:hover, a.bg-dark-red:focus,
button.bg-dark-red:hover,
button.bg-dark-red:focus {
  background-color: #850d0f !important;
}
.bg-eco-green {
  background-color: #2e934f !important;
}
a.bg-eco-green:hover, a.bg-eco-green:focus,
button.bg-eco-green:hover,
button.bg-eco-green:focus {
  background-color: #226c3a !important;
}
.bg-error {
  background-color: #fd8204 !important;
}
a.bg-error:hover, a.bg-error:focus,
button.bg-error:hover,
button.bg-error:focus {
  background-color: #cc6802 !important;
}
.bg-error-dark {
  background-color: #a73d00 !important;
}
a.bg-error-dark:hover, a.bg-error-dark:focus,
button.bg-error-dark:hover,
button.bg-error-dark:focus {
  background-color: #742a00 !important;
}
.bg-error-light {
  background-color: #fff4eb !important;
}
a.bg-error-light:hover, a.bg-error-light:focus,
button.bg-error-light:hover,
button.bg-error-light:focus {
  background-color: #ffd8b8 !important;
}
.bg-info-light {
  background-color: #f1f7fa !important;
}
a.bg-info-light:hover, a.bg-info-light:focus,
button.bg-info-light:hover,
button.bg-info-light:focus {
  background-color: #cbe2ed !important;
}
.bg-info {
  background-color: #2aa0cb !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #217fa1 !important;
}
.bg-footer-grey {
  background-color: #c2c2c2 !important;
}
a.bg-footer-grey:hover, a.bg-footer-grey:focus,
button.bg-footer-grey:hover,
button.bg-footer-grey:focus {
  background-color: darkgray !important;
}
.bg-footer-rule-grey {
  background-color: #b6b6b6 !important;
}
a.bg-footer-rule-grey:hover, a.bg-footer-rule-grey:focus,
button.bg-footer-rule-grey:hover,
button.bg-footer-rule-grey:focus {
  background-color: #9d9d9d !important;
}
.bg-fun-blue {
  background-color: #2aa0cb !important;
}
a.bg-fun-blue:hover, a.bg-fun-blue:focus,
button.bg-fun-blue:hover,
button.bg-fun-blue:focus {
  background-color: #217fa1 !important;
}
.bg-green {
  background-color: #69be28 !important;
}
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #52941f !important;
}
.bg-green-10 {
  background-color: rgba(105, 190, 40, 0.098) !important;
}
a.bg-green-10:hover, a.bg-green-10:focus,
button.bg-green-10:hover,
button.bg-green-10:focus {
  background-color: rgba(82, 148, 31, 0.098) !important;
}
.bg-grey {
  background-color: #bfc2c4 !important;
}
a.bg-grey:hover, a.bg-grey:focus,
button.bg-grey:hover,
button.bg-grey:focus {
  background-color: #a4a9ac !important;
}
.bg-grey-1 {
  background-color: #737578 !important;
}
a.bg-grey-1:hover, a.bg-grey-1:focus,
button.bg-grey-1:hover,
button.bg-grey-1:focus {
  background-color: #5a5c5e !important;
}
.bg-grey-2 {
  background-color: #a5a5a5 !important;
}
a.bg-grey-2:hover, a.bg-grey-2:focus,
button.bg-grey-2:hover,
button.bg-grey-2:focus {
  background-color: #8c8c8c !important;
}
.bg-grey-3 {
  background-color: #d1d1d1 !important;
}
a.bg-grey-3:hover, a.bg-grey-3:focus,
button.bg-grey-3:hover,
button.bg-grey-3:focus {
  background-color: #b8b8b8 !important;
}
.bg-grey-4 {
  background-color: #e2e2e2 !important;
}
a.bg-grey-4:hover, a.bg-grey-4:focus,
button.bg-grey-4:hover,
button.bg-grey-4:focus {
  background-color: #c9c9c9 !important;
}
.bg-grey-5 {
  background-color: #f6f6f6 !important;
}
a.bg-grey-5:hover, a.bg-grey-5:focus,
button.bg-grey-5:hover,
button.bg-grey-5:focus {
  background-color: #dddddd !important;
}
.bg-grey-6 {
  background-color: rgba(227, 229, 230, 0.501) !important;
}
a.bg-grey-6:hover, a.bg-grey-6:focus,
button.bg-grey-6:hover,
button.bg-grey-6:focus {
  background-color: rgba(200, 204, 206, 0.501) !important;
}
.bg-grey-7 {
  background-color: #d0d1d3 !important;
}
a.bg-grey-7:hover, a.bg-grey-7:focus,
button.bg-grey-7:hover,
button.bg-grey-7:focus {
  background-color: #b6b7ba !important;
}
.bg-grey-8 {
  background-color: #e3e5e680 !important;
}
a.bg-grey-8:hover, a.bg-grey-8:focus,
button.bg-grey-8:hover,
button.bg-grey-8:focus {
  background-color: rgba(200, 204, 206, 0.5019607843) !important;
}
.bg-grey-9 {
  background-color: #e3e5e6 !important;
}
a.bg-grey-9:hover, a.bg-grey-9:focus,
button.bg-grey-9:hover,
button.bg-grey-9:focus {
  background-color: #c8ccce !important;
}
.bg-grey-10 {
  background-color: #f1f2f2 !important;
}
a.bg-grey-10:hover, a.bg-grey-10:focus,
button.bg-grey-10:hover,
button.bg-grey-10:focus {
  background-color: #d7d9d9 !important;
}
.bg-grey-25 {
  background-color: rgba(191, 194, 196, 0.247) !important;
}
a.bg-grey-25:hover, a.bg-grey-25:focus,
button.bg-grey-25:hover,
button.bg-grey-25:focus {
  background-color: rgba(164, 169, 172, 0.247) !important;
}
.bg-grey-50 {
  background-color: rgba(191, 194, 196, 0.498) !important;
}
a.bg-grey-50:hover, a.bg-grey-50:focus,
button.bg-grey-50:hover,
button.bg-grey-50:focus {
  background-color: rgba(164, 169, 172, 0.498) !important;
}
.bg-grey-75 {
  background-color: rgba(191, 194, 196, 0.749) !important;
}
a.bg-grey-75:hover, a.bg-grey-75:focus,
button.bg-grey-75:hover,
button.bg-grey-75:focus {
  background-color: rgba(164, 169, 172, 0.749) !important;
}
.bg-light-grey {
  background-color: #e3e5e6 !important;
}
a.bg-light-grey:hover, a.bg-light-grey:focus,
button.bg-light-grey:hover,
button.bg-light-grey:focus {
  background-color: #c8ccce !important;
}
.bg-light-grey-25 {
  background-color: rgba(227, 229, 230, 0.247) !important;
}
a.bg-light-grey-25:hover, a.bg-light-grey-25:focus,
button.bg-light-grey-25:hover,
button.bg-light-grey-25:focus {
  background-color: rgba(200, 204, 206, 0.247) !important;
}
.bg-light-grey-50 {
  background-color: rgba(227, 229, 230, 0.498) !important;
}
a.bg-light-grey-50:hover, a.bg-light-grey-50:focus,
button.bg-light-grey-50:hover,
button.bg-light-grey-50:focus {
  background-color: rgba(200, 204, 206, 0.498) !important;
}
.bg-light-grey-75 {
  background-color: rgba(227, 229, 230, 0.749) !important;
}
a.bg-light-grey-75:hover, a.bg-light-grey-75:focus,
button.bg-light-grey-75:hover,
button.bg-light-grey-75:focus {
  background-color: rgba(200, 204, 206, 0.749) !important;
}
.bg-orange {
  background-color: #fd8204 !important;
}
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #cc6802 !important;
}
.bg-orange-10 {
  background-color: rgba(253, 130, 4, 0.098) !important;
}
a.bg-orange-10:hover, a.bg-orange-10:focus,
button.bg-orange-10:hover,
button.bg-orange-10:focus {
  background-color: rgba(204, 104, 2, 0.098) !important;
}
.bg-purple {
  background-color: #883681 !important;
}
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #63285e !important;
}
.bg-purple-50 {
  background-color: #c39ac0 !important;
}
a.bg-purple-50:hover, a.bg-purple-50:focus,
button.bg-purple-50:hover,
button.bg-purple-50:focus {
  background-color: #b07aac !important;
}
.bg-red {
  background-color: #ed0000 !important;
}
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ba0000 !important;
}
.bg-red-10 {
  background-color: rgba(214, 0, 0, 0.098) !important;
}
a.bg-red-10:hover, a.bg-red-10:focus,
button.bg-red-10:hover,
button.bg-red-10:focus {
  background-color: rgba(163, 0, 0, 0.098) !important;
}
.bg-red-25 {
  background-color: rgba(237, 0, 0, 0.247) !important;
}
a.bg-red-25:hover, a.bg-red-25:focus,
button.bg-red-25:hover,
button.bg-red-25:focus {
  background-color: rgba(186, 0, 0, 0.247) !important;
}
.bg-red-50 {
  background-color: rgba(237, 0, 0, 0.498) !important;
}
a.bg-red-50:hover, a.bg-red-50:focus,
button.bg-red-50:hover,
button.bg-red-50:focus {
  background-color: rgba(186, 0, 0, 0.498) !important;
}
.bg-red-75 {
  background-color: rgba(237, 0, 0, 0.749) !important;
}
a.bg-red-75:hover, a.bg-red-75:focus,
button.bg-red-75:hover,
button.bg-red-75:focus {
  background-color: rgba(186, 0, 0, 0.749) !important;
}
.bg-red-100 {
  background-color: #d60000 !important;
}
a.bg-red-100:hover, a.bg-red-100:focus,
button.bg-red-100:hover,
button.bg-red-100:focus {
  background-color: #a30000 !important;
}
.bg-red-250 {
  background-color: #fbcccc !important;
}
a.bg-red-250:hover, a.bg-red-250:focus,
button.bg-red-250:hover,
button.bg-red-250:focus {
  background-color: #f79d9d !important;
}
.bg-turquoise {
  background-color: #00bed8 !important;
}
a.bg-turquoise:hover, a.bg-turquoise:focus,
button.bg-turquoise:hover,
button.bg-turquoise:focus {
  background-color: #0091a5 !important;
}
.bg-turquoise-50 {
  background-color: #7dfeeb !important;
}
a.bg-turquoise-50:hover, a.bg-turquoise-50:focus,
button.bg-turquoise-50:hover,
button.bg-turquoise-50:focus {
  background-color: #4afee3 !important;
}
.bg-white {
  background-color: #fff !important;
}
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}
.bg-yellow {
  background-color: #ffeb14 !important;
}
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #e0cd00 !important;
}
.bg-yellow-50 {
  background-color: #fff589 !important;
}
a.bg-yellow-50:hover, a.bg-yellow-50:focus,
button.bg-yellow-50:hover,
button.bg-yellow-50:focus {
  background-color: #fff156 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #e2e2e2 !important;
}
.border-top {
  border-top: 1px solid #e2e2e2 !important;
}
.border-right {
  border-right: 1px solid #e2e2e2 !important;
}
.border-bottom {
  border-bottom: 1px solid #e2e2e2 !important;
}
.border-left {
  border-left: 1px solid #e2e2e2 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-black {
  border-color: #000 !important;
}
.border-black-50 {
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.border-black-75 {
  border-color: #1c1d1d !important;
}
.border-blue {
  border-color: #5bc0de !important;
}
.border-blue-10 {
  border-color: rgba(91, 192, 222, 0.098) !important;
}
.border-charcoal {
  border-color: #242323 !important;
}
.border-dark-grey {
  border-color: #686d71 !important;
}
.border-dark-grey-75 {
  border-color: rgba(104, 109, 113, 0.749) !important;
}
.border-dark-grey-50 {
  border-color: rgba(104, 109, 113, 0.498) !important;
}
.border-dark-grey-25 {
  border-color: rgba(104, 109, 113, 0.247) !important;
}
.border-dark-red {
  border-color: #b41114 !important;
}
.border-eco-green {
  border-color: #2e934f !important;
}
.border-error {
  border-color: #fd8204 !important;
}
.border-error-dark {
  border-color: #a73d00 !important;
}
.border-error-light {
  border-color: #fff4eb !important;
}
.border-info-light {
  border-color: #f1f7fa !important;
}
.border-info {
  border-color: #2aa0cb !important;
}
.border-footer-grey {
  border-color: #c2c2c2 !important;
}
.border-footer-rule-grey {
  border-color: #b6b6b6 !important;
}
.border-fun-blue {
  border-color: #2aa0cb !important;
}
.border-green {
  border-color: #69be28 !important;
}
.border-green-10 {
  border-color: rgba(105, 190, 40, 0.098) !important;
}
.border-grey {
  border-color: #bfc2c4 !important;
}
.border-grey-1 {
  border-color: #737578 !important;
}
.border-grey-2 {
  border-color: #a5a5a5 !important;
}
.border-grey-3 {
  border-color: #d1d1d1 !important;
}
.border-grey-4 {
  border-color: #e2e2e2 !important;
}
.border-grey-5 {
  border-color: #f6f6f6 !important;
}
.border-grey-6 {
  border-color: rgba(227, 229, 230, 0.501) !important;
}
.border-grey-7 {
  border-color: #d0d1d3 !important;
}
.border-grey-8 {
  border-color: #e3e5e680 !important;
}
.border-grey-9 {
  border-color: #e3e5e6 !important;
}
.border-grey-10 {
  border-color: #f1f2f2 !important;
}
.border-grey-25 {
  border-color: rgba(191, 194, 196, 0.247) !important;
}
.border-grey-50 {
  border-color: rgba(191, 194, 196, 0.498) !important;
}
.border-grey-75 {
  border-color: rgba(191, 194, 196, 0.749) !important;
}
.border-light-grey {
  border-color: #e3e5e6 !important;
}
.border-light-grey-25 {
  border-color: rgba(227, 229, 230, 0.247) !important;
}
.border-light-grey-50 {
  border-color: rgba(227, 229, 230, 0.498) !important;
}
.border-light-grey-75 {
  border-color: rgba(227, 229, 230, 0.749) !important;
}
.border-orange {
  border-color: #fd8204 !important;
}
.border-orange-10 {
  border-color: rgba(253, 130, 4, 0.098) !important;
}
.border-purple {
  border-color: #883681 !important;
}
.border-purple-50 {
  border-color: #c39ac0 !important;
}
.border-red {
  border-color: #ed0000 !important;
}
.border-red-10 {
  border-color: rgba(214, 0, 0, 0.098) !important;
}
.border-red-25 {
  border-color: rgba(237, 0, 0, 0.247) !important;
}
.border-red-50 {
  border-color: rgba(237, 0, 0, 0.498) !important;
}
.border-red-75 {
  border-color: rgba(237, 0, 0, 0.749) !important;
}
.border-red-100 {
  border-color: #d60000 !important;
}
.border-red-250 {
  border-color: #fbcccc !important;
}
.border-turquoise {
  border-color: #00bed8 !important;
}
.border-turquoise-50 {
  border-color: #7dfeeb !important;
}
.border-white {
  border-color: #fff !important;
}
.border-yellow {
  border-color: #ffeb14 !important;
}
.border-yellow-50 {
  border-color: #fff589 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-lg {
  border-radius: 0 !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1700px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: 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;
}
.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;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.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;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-4 {
  margin: 0.25rem !important;
}
.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}
.m-8 {
  margin: 0.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.mt-16,
.my-16 {
  margin-top: 1rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}
.m-28 {
  margin: 1.75rem !important;
}
.mt-28,
.my-28 {
  margin-top: 1.75rem !important;
}
.mr-28,
.mx-28 {
  margin-right: 1.75rem !important;
}
.mb-28,
.my-28 {
  margin-bottom: 1.75rem !important;
}
.ml-28,
.mx-28 {
  margin-left: 1.75rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.mt-32,
.my-32 {
  margin-top: 2rem !important;
}
.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}
.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}
.m-36 {
  margin: 2.25rem !important;
}
.mt-36,
.my-36 {
  margin-top: 2.25rem !important;
}
.mr-36,
.mx-36 {
  margin-right: 2.25rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 2.25rem !important;
}
.ml-36,
.mx-36 {
  margin-left: 2.25rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-44 {
  margin: 2.75rem !important;
}
.mt-44,
.my-44 {
  margin-top: 2.75rem !important;
}
.mr-44,
.mx-44 {
  margin-right: 2.75rem !important;
}
.mb-44,
.my-44 {
  margin-bottom: 2.75rem !important;
}
.ml-44,
.mx-44 {
  margin-left: 2.75rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.mt-48,
.my-48 {
  margin-top: 3rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}
.m-52 {
  margin: 3.25rem !important;
}
.mt-52,
.my-52 {
  margin-top: 3.25rem !important;
}
.mr-52,
.mx-52 {
  margin-right: 3.25rem !important;
}
.mb-52,
.my-52 {
  margin-bottom: 3.25rem !important;
}
.ml-52,
.mx-52 {
  margin-left: 3.25rem !important;
}
.m-56 {
  margin: 3.5rem !important;
}
.mt-56,
.my-56 {
  margin-top: 3.5rem !important;
}
.mr-56,
.mx-56 {
  margin-right: 3.5rem !important;
}
.mb-56,
.my-56 {
  margin-bottom: 3.5rem !important;
}
.ml-56,
.mx-56 {
  margin-left: 3.5rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-64 {
  margin: 4rem !important;
}
.mt-64,
.my-64 {
  margin-top: 4rem !important;
}
.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}
.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}
.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}
.m-68 {
  margin: 4.25rem !important;
}
.mt-68,
.my-68 {
  margin-top: 4.25rem !important;
}
.mr-68,
.mx-68 {
  margin-right: 4.25rem !important;
}
.mb-68,
.my-68 {
  margin-bottom: 4.25rem !important;
}
.ml-68,
.mx-68 {
  margin-left: 4.25rem !important;
}
.m-72 {
  margin: 4.5rem !important;
}
.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}
.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}
.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}
.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}
.m-76 {
  margin: 4.75rem !important;
}
.mt-76,
.my-76 {
  margin-top: 4.75rem !important;
}
.mr-76,
.mx-76 {
  margin-right: 4.75rem !important;
}
.mb-76,
.my-76 {
  margin-bottom: 4.75rem !important;
}
.ml-76,
.mx-76 {
  margin-left: 4.75rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-96 {
  margin: 6rem !important;
}
.mt-96,
.my-96 {
  margin-top: 6rem !important;
}
.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}
.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}
.m-144 {
  margin: 9rem !important;
}
.mt-144,
.my-144 {
  margin-top: 9rem !important;
}
.mr-144,
.mx-144 {
  margin-right: 9rem !important;
}
.mb-144,
.my-144 {
  margin-bottom: 9rem !important;
}
.ml-144,
.mx-144 {
  margin-left: 9rem !important;
}
.m-192 {
  margin: 12rem !important;
}
.mt-192,
.my-192 {
  margin-top: 12rem !important;
}
.mr-192,
.mx-192 {
  margin-right: 12rem !important;
}
.mb-192,
.my-192 {
  margin-bottom: 12rem !important;
}
.ml-192,
.mx-192 {
  margin-left: 12rem !important;
}
.m-240 {
  margin: 15rem !important;
}
.mt-240,
.my-240 {
  margin-top: 15rem !important;
}
.mr-240,
.mx-240 {
  margin-right: 15rem !important;
}
.mb-240,
.my-240 {
  margin-bottom: 15rem !important;
}
.ml-240,
.mx-240 {
  margin-left: 15rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-4 {
  padding: 0.25rem !important;
}
.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}
.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}
.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}
.p-8 {
  padding: 0.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-16,
.py-16 {
  padding-top: 1rem !important;
}
.pr-16,
.px-16 {
  padding-right: 1rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}
.pl-16,
.px-16 {
  padding-left: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}
.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}
.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}
.p-28 {
  padding: 1.75rem !important;
}
.pt-28,
.py-28 {
  padding-top: 1.75rem !important;
}
.pr-28,
.px-28 {
  padding-right: 1.75rem !important;
}
.pb-28,
.py-28 {
  padding-bottom: 1.75rem !important;
}
.pl-28,
.px-28 {
  padding-left: 1.75rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.pt-32,
.py-32 {
  padding-top: 2rem !important;
}
.pr-32,
.px-32 {
  padding-right: 2rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}
.pl-32,
.px-32 {
  padding-left: 2rem !important;
}
.p-36 {
  padding: 2.25rem !important;
}
.pt-36,
.py-36 {
  padding-top: 2.25rem !important;
}
.pr-36,
.px-36 {
  padding-right: 2.25rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 2.25rem !important;
}
.pl-36,
.px-36 {
  padding-left: 2.25rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-44 {
  padding: 2.75rem !important;
}
.pt-44,
.py-44 {
  padding-top: 2.75rem !important;
}
.pr-44,
.px-44 {
  padding-right: 2.75rem !important;
}
.pb-44,
.py-44 {
  padding-bottom: 2.75rem !important;
}
.pl-44,
.px-44 {
  padding-left: 2.75rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.pt-48,
.py-48 {
  padding-top: 3rem !important;
}
.pr-48,
.px-48 {
  padding-right: 3rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}
.pl-48,
.px-48 {
  padding-left: 3rem !important;
}
.p-52 {
  padding: 3.25rem !important;
}
.pt-52,
.py-52 {
  padding-top: 3.25rem !important;
}
.pr-52,
.px-52 {
  padding-right: 3.25rem !important;
}
.pb-52,
.py-52 {
  padding-bottom: 3.25rem !important;
}
.pl-52,
.px-52 {
  padding-left: 3.25rem !important;
}
.p-56 {
  padding: 3.5rem !important;
}
.pt-56,
.py-56 {
  padding-top: 3.5rem !important;
}
.pr-56,
.px-56 {
  padding-right: 3.5rem !important;
}
.pb-56,
.py-56 {
  padding-bottom: 3.5rem !important;
}
.pl-56,
.px-56 {
  padding-left: 3.5rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-64 {
  padding: 4rem !important;
}
.pt-64,
.py-64 {
  padding-top: 4rem !important;
}
.pr-64,
.px-64 {
  padding-right: 4rem !important;
}
.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}
.pl-64,
.px-64 {
  padding-left: 4rem !important;
}
.p-68 {
  padding: 4.25rem !important;
}
.pt-68,
.py-68 {
  padding-top: 4.25rem !important;
}
.pr-68,
.px-68 {
  padding-right: 4.25rem !important;
}
.pb-68,
.py-68 {
  padding-bottom: 4.25rem !important;
}
.pl-68,
.px-68 {
  padding-left: 4.25rem !important;
}
.p-72 {
  padding: 4.5rem !important;
}
.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}
.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}
.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}
.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}
.p-76 {
  padding: 4.75rem !important;
}
.pt-76,
.py-76 {
  padding-top: 4.75rem !important;
}
.pr-76,
.px-76 {
  padding-right: 4.75rem !important;
}
.pb-76,
.py-76 {
  padding-bottom: 4.75rem !important;
}
.pl-76,
.px-76 {
  padding-left: 4.75rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-96 {
  padding: 6rem !important;
}
.pt-96,
.py-96 {
  padding-top: 6rem !important;
}
.pr-96,
.px-96 {
  padding-right: 6rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}
.pl-96,
.px-96 {
  padding-left: 6rem !important;
}
.p-144 {
  padding: 9rem !important;
}
.pt-144,
.py-144 {
  padding-top: 9rem !important;
}
.pr-144,
.px-144 {
  padding-right: 9rem !important;
}
.pb-144,
.py-144 {
  padding-bottom: 9rem !important;
}
.pl-144,
.px-144 {
  padding-left: 9rem !important;
}
.p-192 {
  padding: 12rem !important;
}
.pt-192,
.py-192 {
  padding-top: 12rem !important;
}
.pr-192,
.px-192 {
  padding-right: 12rem !important;
}
.pb-192,
.py-192 {
  padding-bottom: 12rem !important;
}
.pl-192,
.px-192 {
  padding-left: 12rem !important;
}
.p-240 {
  padding: 15rem !important;
}
.pt-240,
.py-240 {
  padding-top: 15rem !important;
}
.pr-240,
.px-240 {
  padding-right: 15rem !important;
}
.pb-240,
.py-240 {
  padding-bottom: 15rem !important;
}
.pl-240,
.px-240 {
  padding-left: 15rem !important;
}
.m-n4 {
  margin: -0.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}
.m-n8 {
  margin: -0.5rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n16 {
  margin: -1rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -1rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -1rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -1rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -1rem !important;
}
.m-n20 {
  margin: -1.25rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}
.m-n24 {
  margin: -1.5rem !important;
}
.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}
.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}
.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}
.m-n28 {
  margin: -1.75rem !important;
}
.mt-n28,
.my-n28 {
  margin-top: -1.75rem !important;
}
.mr-n28,
.mx-n28 {
  margin-right: -1.75rem !important;
}
.mb-n28,
.my-n28 {
  margin-bottom: -1.75rem !important;
}
.ml-n28,
.mx-n28 {
  margin-left: -1.75rem !important;
}
.m-n32 {
  margin: -2rem !important;
}
.mt-n32,
.my-n32 {
  margin-top: -2rem !important;
}
.mr-n32,
.mx-n32 {
  margin-right: -2rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -2rem !important;
}
.ml-n32,
.mx-n32 {
  margin-left: -2rem !important;
}
.m-n36 {
  margin: -2.25rem !important;
}
.mt-n36,
.my-n36 {
  margin-top: -2.25rem !important;
}
.mr-n36,
.mx-n36 {
  margin-right: -2.25rem !important;
}
.mb-n36,
.my-n36 {
  margin-bottom: -2.25rem !important;
}
.ml-n36,
.mx-n36 {
  margin-left: -2.25rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n44 {
  margin: -2.75rem !important;
}
.mt-n44,
.my-n44 {
  margin-top: -2.75rem !important;
}
.mr-n44,
.mx-n44 {
  margin-right: -2.75rem !important;
}
.mb-n44,
.my-n44 {
  margin-bottom: -2.75rem !important;
}
.ml-n44,
.mx-n44 {
  margin-left: -2.75rem !important;
}
.m-n48 {
  margin: -3rem !important;
}
.mt-n48,
.my-n48 {
  margin-top: -3rem !important;
}
.mr-n48,
.mx-n48 {
  margin-right: -3rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -3rem !important;
}
.ml-n48,
.mx-n48 {
  margin-left: -3rem !important;
}
.m-n52 {
  margin: -3.25rem !important;
}
.mt-n52,
.my-n52 {
  margin-top: -3.25rem !important;
}
.mr-n52,
.mx-n52 {
  margin-right: -3.25rem !important;
}
.mb-n52,
.my-n52 {
  margin-bottom: -3.25rem !important;
}
.ml-n52,
.mx-n52 {
  margin-left: -3.25rem !important;
}
.m-n56 {
  margin: -3.5rem !important;
}
.mt-n56,
.my-n56 {
  margin-top: -3.5rem !important;
}
.mr-n56,
.mx-n56 {
  margin-right: -3.5rem !important;
}
.mb-n56,
.my-n56 {
  margin-bottom: -3.5rem !important;
}
.ml-n56,
.mx-n56 {
  margin-left: -3.5rem !important;
}
.m-n60 {
  margin: -3.75rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}
.m-n64 {
  margin: -4rem !important;
}
.mt-n64,
.my-n64 {
  margin-top: -4rem !important;
}
.mr-n64,
.mx-n64 {
  margin-right: -4rem !important;
}
.mb-n64,
.my-n64 {
  margin-bottom: -4rem !important;
}
.ml-n64,
.mx-n64 {
  margin-left: -4rem !important;
}
.m-n68 {
  margin: -4.25rem !important;
}
.mt-n68,
.my-n68 {
  margin-top: -4.25rem !important;
}
.mr-n68,
.mx-n68 {
  margin-right: -4.25rem !important;
}
.mb-n68,
.my-n68 {
  margin-bottom: -4.25rem !important;
}
.ml-n68,
.mx-n68 {
  margin-left: -4.25rem !important;
}
.m-n72 {
  margin: -4.5rem !important;
}
.mt-n72,
.my-n72 {
  margin-top: -4.5rem !important;
}
.mr-n72,
.mx-n72 {
  margin-right: -4.5rem !important;
}
.mb-n72,
.my-n72 {
  margin-bottom: -4.5rem !important;
}
.ml-n72,
.mx-n72 {
  margin-left: -4.5rem !important;
}
.m-n76 {
  margin: -4.75rem !important;
}
.mt-n76,
.my-n76 {
  margin-top: -4.75rem !important;
}
.mr-n76,
.mx-n76 {
  margin-right: -4.75rem !important;
}
.mb-n76,
.my-n76 {
  margin-bottom: -4.75rem !important;
}
.ml-n76,
.mx-n76 {
  margin-left: -4.75rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n96 {
  margin: -6rem !important;
}
.mt-n96,
.my-n96 {
  margin-top: -6rem !important;
}
.mr-n96,
.mx-n96 {
  margin-right: -6rem !important;
}
.mb-n96,
.my-n96 {
  margin-bottom: -6rem !important;
}
.ml-n96,
.mx-n96 {
  margin-left: -6rem !important;
}
.m-n144 {
  margin: -9rem !important;
}
.mt-n144,
.my-n144 {
  margin-top: -9rem !important;
}
.mr-n144,
.mx-n144 {
  margin-right: -9rem !important;
}
.mb-n144,
.my-n144 {
  margin-bottom: -9rem !important;
}
.ml-n144,
.mx-n144 {
  margin-left: -9rem !important;
}
.m-n192 {
  margin: -12rem !important;
}
.mt-n192,
.my-n192 {
  margin-top: -12rem !important;
}
.mr-n192,
.mx-n192 {
  margin-right: -12rem !important;
}
.mb-n192,
.my-n192 {
  margin-bottom: -12rem !important;
}
.ml-n192,
.mx-n192 {
  margin-left: -12rem !important;
}
.m-n240 {
  margin: -15rem !important;
}
.mt-n240,
.my-n240 {
  margin-top: -15rem !important;
}
.mr-n240,
.mx-n240 {
  margin-right: -15rem !important;
}
.mb-n240,
.my-n240 {
  margin-bottom: -15rem !important;
}
.ml-n240,
.mx-n240 {
  margin-left: -15rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-4 {
    margin: 0.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 0.25rem !important;
  }

  .m-sm-8 {
    margin: 0.5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 0.5rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-16 {
    margin: 1rem !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 1rem !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 1rem !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 1rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-24 {
    margin: 1.5rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 1.5rem !important;
  }

  .m-sm-28 {
    margin: 1.75rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 1.75rem !important;
  }

  .m-sm-32 {
    margin: 2rem !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 2rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 2rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 2rem !important;
  }

  .m-sm-36 {
    margin: 2.25rem !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 2.25rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-44 {
    margin: 2.75rem !important;
  }

  .mt-sm-44,
.my-sm-44 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 2.75rem !important;
  }

  .m-sm-48 {
    margin: 3rem !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 3rem !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 3rem !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 3rem !important;
  }

  .m-sm-52 {
    margin: 3.25rem !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 3.25rem !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 3.25rem !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 3.25rem !important;
  }

  .m-sm-56 {
    margin: 3.5rem !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 3.5rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-64 {
    margin: 4rem !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 4rem !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 4rem !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 4rem !important;
  }

  .m-sm-68 {
    margin: 4.25rem !important;
  }

  .mt-sm-68,
.my-sm-68 {
    margin-top: 4.25rem !important;
  }

  .mr-sm-68,
.mx-sm-68 {
    margin-right: 4.25rem !important;
  }

  .mb-sm-68,
.my-sm-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-sm-68,
.mx-sm-68 {
    margin-left: 4.25rem !important;
  }

  .m-sm-72 {
    margin: 4.5rem !important;
  }

  .mt-sm-72,
.my-sm-72 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-72,
.mx-sm-72 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-72,
.my-sm-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-72,
.mx-sm-72 {
    margin-left: 4.5rem !important;
  }

  .m-sm-76 {
    margin: 4.75rem !important;
  }

  .mt-sm-76,
.my-sm-76 {
    margin-top: 4.75rem !important;
  }

  .mr-sm-76,
.mx-sm-76 {
    margin-right: 4.75rem !important;
  }

  .mb-sm-76,
.my-sm-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-sm-76,
.mx-sm-76 {
    margin-left: 4.75rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-96 {
    margin: 6rem !important;
  }

  .mt-sm-96,
.my-sm-96 {
    margin-top: 6rem !important;
  }

  .mr-sm-96,
.mx-sm-96 {
    margin-right: 6rem !important;
  }

  .mb-sm-96,
.my-sm-96 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-96,
.mx-sm-96 {
    margin-left: 6rem !important;
  }

  .m-sm-144 {
    margin: 9rem !important;
  }

  .mt-sm-144,
.my-sm-144 {
    margin-top: 9rem !important;
  }

  .mr-sm-144,
.mx-sm-144 {
    margin-right: 9rem !important;
  }

  .mb-sm-144,
.my-sm-144 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-144,
.mx-sm-144 {
    margin-left: 9rem !important;
  }

  .m-sm-192 {
    margin: 12rem !important;
  }

  .mt-sm-192,
.my-sm-192 {
    margin-top: 12rem !important;
  }

  .mr-sm-192,
.mx-sm-192 {
    margin-right: 12rem !important;
  }

  .mb-sm-192,
.my-sm-192 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-192,
.mx-sm-192 {
    margin-left: 12rem !important;
  }

  .m-sm-240 {
    margin: 15rem !important;
  }

  .mt-sm-240,
.my-sm-240 {
    margin-top: 15rem !important;
  }

  .mr-sm-240,
.mx-sm-240 {
    margin-right: 15rem !important;
  }

  .mb-sm-240,
.my-sm-240 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-240,
.mx-sm-240 {
    margin-left: 15rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-4 {
    padding: 0.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 0.25rem !important;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 0.5rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-16 {
    padding: 1rem !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 1rem !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 1rem !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 1rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-24 {
    padding: 1.5rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 1.5rem !important;
  }

  .p-sm-28 {
    padding: 1.75rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 1.75rem !important;
  }

  .p-sm-32 {
    padding: 2rem !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 2rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 2rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 2rem !important;
  }

  .p-sm-36 {
    padding: 2.25rem !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 2.25rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-44 {
    padding: 2.75rem !important;
  }

  .pt-sm-44,
.py-sm-44 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 2.75rem !important;
  }

  .p-sm-48 {
    padding: 3rem !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 3rem !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 3rem !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 3rem !important;
  }

  .p-sm-52 {
    padding: 3.25rem !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 3.25rem !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 3.25rem !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 3.25rem !important;
  }

  .p-sm-56 {
    padding: 3.5rem !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 3.5rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-64 {
    padding: 4rem !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 4rem !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 4rem !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 4rem !important;
  }

  .p-sm-68 {
    padding: 4.25rem !important;
  }

  .pt-sm-68,
.py-sm-68 {
    padding-top: 4.25rem !important;
  }

  .pr-sm-68,
.px-sm-68 {
    padding-right: 4.25rem !important;
  }

  .pb-sm-68,
.py-sm-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-sm-68,
.px-sm-68 {
    padding-left: 4.25rem !important;
  }

  .p-sm-72 {
    padding: 4.5rem !important;
  }

  .pt-sm-72,
.py-sm-72 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-72,
.px-sm-72 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-72,
.py-sm-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-72,
.px-sm-72 {
    padding-left: 4.5rem !important;
  }

  .p-sm-76 {
    padding: 4.75rem !important;
  }

  .pt-sm-76,
.py-sm-76 {
    padding-top: 4.75rem !important;
  }

  .pr-sm-76,
.px-sm-76 {
    padding-right: 4.75rem !important;
  }

  .pb-sm-76,
.py-sm-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-sm-76,
.px-sm-76 {
    padding-left: 4.75rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-96 {
    padding: 6rem !important;
  }

  .pt-sm-96,
.py-sm-96 {
    padding-top: 6rem !important;
  }

  .pr-sm-96,
.px-sm-96 {
    padding-right: 6rem !important;
  }

  .pb-sm-96,
.py-sm-96 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-96,
.px-sm-96 {
    padding-left: 6rem !important;
  }

  .p-sm-144 {
    padding: 9rem !important;
  }

  .pt-sm-144,
.py-sm-144 {
    padding-top: 9rem !important;
  }

  .pr-sm-144,
.px-sm-144 {
    padding-right: 9rem !important;
  }

  .pb-sm-144,
.py-sm-144 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-144,
.px-sm-144 {
    padding-left: 9rem !important;
  }

  .p-sm-192 {
    padding: 12rem !important;
  }

  .pt-sm-192,
.py-sm-192 {
    padding-top: 12rem !important;
  }

  .pr-sm-192,
.px-sm-192 {
    padding-right: 12rem !important;
  }

  .pb-sm-192,
.py-sm-192 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-192,
.px-sm-192 {
    padding-left: 12rem !important;
  }

  .p-sm-240 {
    padding: 15rem !important;
  }

  .pt-sm-240,
.py-sm-240 {
    padding-top: 15rem !important;
  }

  .pr-sm-240,
.px-sm-240 {
    padding-right: 15rem !important;
  }

  .pb-sm-240,
.py-sm-240 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-240,
.px-sm-240 {
    padding-left: 15rem !important;
  }

  .m-sm-n4 {
    margin: -0.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n8 {
    margin: -0.5rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n12 {
    margin: -0.75rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n16 {
    margin: -1rem !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -1rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -1rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -1rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n24 {
    margin: -1.5rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n28 {
    margin: -1.75rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -1.75rem !important;
  }

  .m-sm-n32 {
    margin: -2rem !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -2rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -2rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -2rem !important;
  }

  .m-sm-n36 {
    margin: -2.25rem !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n40 {
    margin: -2.5rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n44 {
    margin: -2.75rem !important;
  }

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -2.75rem !important;
  }

  .m-sm-n48 {
    margin: -3rem !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -3rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -3rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -3rem !important;
  }

  .m-sm-n52 {
    margin: -3.25rem !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -3.25rem !important;
  }

  .m-sm-n56 {
    margin: -3.5rem !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n60 {
    margin: -3.75rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n64 {
    margin: -4rem !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -4rem !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -4rem !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -4rem !important;
  }

  .m-sm-n68 {
    margin: -4.25rem !important;
  }

  .mt-sm-n68,
.my-sm-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-sm-n68,
.mx-sm-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-sm-n68,
.my-sm-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-sm-n68,
.mx-sm-n68 {
    margin-left: -4.25rem !important;
  }

  .m-sm-n72 {
    margin: -4.5rem !important;
  }

  .mt-sm-n72,
.my-sm-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n72,
.mx-sm-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n72,
.my-sm-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n72,
.mx-sm-n72 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n76 {
    margin: -4.75rem !important;
  }

  .mt-sm-n76,
.my-sm-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-sm-n76,
.mx-sm-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-sm-n76,
.my-sm-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-sm-n76,
.mx-sm-n76 {
    margin-left: -4.75rem !important;
  }

  .m-sm-n80 {
    margin: -5rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -5rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -5rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -5rem !important;
  }

  .m-sm-n96 {
    margin: -6rem !important;
  }

  .mt-sm-n96,
.my-sm-n96 {
    margin-top: -6rem !important;
  }

  .mr-sm-n96,
.mx-sm-n96 {
    margin-right: -6rem !important;
  }

  .mb-sm-n96,
.my-sm-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n96,
.mx-sm-n96 {
    margin-left: -6rem !important;
  }

  .m-sm-n144 {
    margin: -9rem !important;
  }

  .mt-sm-n144,
.my-sm-n144 {
    margin-top: -9rem !important;
  }

  .mr-sm-n144,
.mx-sm-n144 {
    margin-right: -9rem !important;
  }

  .mb-sm-n144,
.my-sm-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n144,
.mx-sm-n144 {
    margin-left: -9rem !important;
  }

  .m-sm-n192 {
    margin: -12rem !important;
  }

  .mt-sm-n192,
.my-sm-n192 {
    margin-top: -12rem !important;
  }

  .mr-sm-n192,
.mx-sm-n192 {
    margin-right: -12rem !important;
  }

  .mb-sm-n192,
.my-sm-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n192,
.mx-sm-n192 {
    margin-left: -12rem !important;
  }

  .m-sm-n240 {
    margin: -15rem !important;
  }

  .mt-sm-n240,
.my-sm-n240 {
    margin-top: -15rem !important;
  }

  .mr-sm-n240,
.mx-sm-n240 {
    margin-right: -15rem !important;
  }

  .mb-sm-n240,
.my-sm-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n240,
.mx-sm-n240 {
    margin-left: -15rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-4 {
    margin: 0.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 0.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 0.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 0.25rem !important;
  }

  .m-md-8 {
    margin: 0.5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 0.5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 0.5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 0.5rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-16 {
    margin: 1rem !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 1rem !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 1rem !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 1rem !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 1rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-24 {
    margin: 1.5rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 1.5rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 1.5rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 1.5rem !important;
  }

  .m-md-28 {
    margin: 1.75rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 1.75rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 1.75rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 1.75rem !important;
  }

  .m-md-32 {
    margin: 2rem !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 2rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 2rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 2rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 2rem !important;
  }

  .m-md-36 {
    margin: 2.25rem !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 2.25rem !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 2.25rem !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 2.25rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-44 {
    margin: 2.75rem !important;
  }

  .mt-md-44,
.my-md-44 {
    margin-top: 2.75rem !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 2.75rem !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 2.75rem !important;
  }

  .m-md-48 {
    margin: 3rem !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 3rem !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 3rem !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 3rem !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 3rem !important;
  }

  .m-md-52 {
    margin: 3.25rem !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 3.25rem !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 3.25rem !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 3.25rem !important;
  }

  .m-md-56 {
    margin: 3.5rem !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 3.5rem !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 3.5rem !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 3.5rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-64 {
    margin: 4rem !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 4rem !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 4rem !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 4rem !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 4rem !important;
  }

  .m-md-68 {
    margin: 4.25rem !important;
  }

  .mt-md-68,
.my-md-68 {
    margin-top: 4.25rem !important;
  }

  .mr-md-68,
.mx-md-68 {
    margin-right: 4.25rem !important;
  }

  .mb-md-68,
.my-md-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-md-68,
.mx-md-68 {
    margin-left: 4.25rem !important;
  }

  .m-md-72 {
    margin: 4.5rem !important;
  }

  .mt-md-72,
.my-md-72 {
    margin-top: 4.5rem !important;
  }

  .mr-md-72,
.mx-md-72 {
    margin-right: 4.5rem !important;
  }

  .mb-md-72,
.my-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-72,
.mx-md-72 {
    margin-left: 4.5rem !important;
  }

  .m-md-76 {
    margin: 4.75rem !important;
  }

  .mt-md-76,
.my-md-76 {
    margin-top: 4.75rem !important;
  }

  .mr-md-76,
.mx-md-76 {
    margin-right: 4.75rem !important;
  }

  .mb-md-76,
.my-md-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-md-76,
.mx-md-76 {
    margin-left: 4.75rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-96 {
    margin: 6rem !important;
  }

  .mt-md-96,
.my-md-96 {
    margin-top: 6rem !important;
  }

  .mr-md-96,
.mx-md-96 {
    margin-right: 6rem !important;
  }

  .mb-md-96,
.my-md-96 {
    margin-bottom: 6rem !important;
  }

  .ml-md-96,
.mx-md-96 {
    margin-left: 6rem !important;
  }

  .m-md-144 {
    margin: 9rem !important;
  }

  .mt-md-144,
.my-md-144 {
    margin-top: 9rem !important;
  }

  .mr-md-144,
.mx-md-144 {
    margin-right: 9rem !important;
  }

  .mb-md-144,
.my-md-144 {
    margin-bottom: 9rem !important;
  }

  .ml-md-144,
.mx-md-144 {
    margin-left: 9rem !important;
  }

  .m-md-192 {
    margin: 12rem !important;
  }

  .mt-md-192,
.my-md-192 {
    margin-top: 12rem !important;
  }

  .mr-md-192,
.mx-md-192 {
    margin-right: 12rem !important;
  }

  .mb-md-192,
.my-md-192 {
    margin-bottom: 12rem !important;
  }

  .ml-md-192,
.mx-md-192 {
    margin-left: 12rem !important;
  }

  .m-md-240 {
    margin: 15rem !important;
  }

  .mt-md-240,
.my-md-240 {
    margin-top: 15rem !important;
  }

  .mr-md-240,
.mx-md-240 {
    margin-right: 15rem !important;
  }

  .mb-md-240,
.my-md-240 {
    margin-bottom: 15rem !important;
  }

  .ml-md-240,
.mx-md-240 {
    margin-left: 15rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-4 {
    padding: 0.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 0.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 0.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 0.25rem !important;
  }

  .p-md-8 {
    padding: 0.5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 0.5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 0.5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 0.5rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-16 {
    padding: 1rem !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 1rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 1rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 1rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 1rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-24 {
    padding: 1.5rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 1.5rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 1.5rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 1.5rem !important;
  }

  .p-md-28 {
    padding: 1.75rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 1.75rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 1.75rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 1.75rem !important;
  }

  .p-md-32 {
    padding: 2rem !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 2rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 2rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 2rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 2rem !important;
  }

  .p-md-36 {
    padding: 2.25rem !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 2.25rem !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 2.25rem !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 2.25rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-44 {
    padding: 2.75rem !important;
  }

  .pt-md-44,
.py-md-44 {
    padding-top: 2.75rem !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 2.75rem !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 2.75rem !important;
  }

  .p-md-48 {
    padding: 3rem !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 3rem !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 3rem !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 3rem !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 3rem !important;
  }

  .p-md-52 {
    padding: 3.25rem !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 3.25rem !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 3.25rem !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 3.25rem !important;
  }

  .p-md-56 {
    padding: 3.5rem !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 3.5rem !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 3.5rem !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 3.5rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-64 {
    padding: 4rem !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 4rem !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 4rem !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 4rem !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 4rem !important;
  }

  .p-md-68 {
    padding: 4.25rem !important;
  }

  .pt-md-68,
.py-md-68 {
    padding-top: 4.25rem !important;
  }

  .pr-md-68,
.px-md-68 {
    padding-right: 4.25rem !important;
  }

  .pb-md-68,
.py-md-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-md-68,
.px-md-68 {
    padding-left: 4.25rem !important;
  }

  .p-md-72 {
    padding: 4.5rem !important;
  }

  .pt-md-72,
.py-md-72 {
    padding-top: 4.5rem !important;
  }

  .pr-md-72,
.px-md-72 {
    padding-right: 4.5rem !important;
  }

  .pb-md-72,
.py-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-72,
.px-md-72 {
    padding-left: 4.5rem !important;
  }

  .p-md-76 {
    padding: 4.75rem !important;
  }

  .pt-md-76,
.py-md-76 {
    padding-top: 4.75rem !important;
  }

  .pr-md-76,
.px-md-76 {
    padding-right: 4.75rem !important;
  }

  .pb-md-76,
.py-md-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-md-76,
.px-md-76 {
    padding-left: 4.75rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-96 {
    padding: 6rem !important;
  }

  .pt-md-96,
.py-md-96 {
    padding-top: 6rem !important;
  }

  .pr-md-96,
.px-md-96 {
    padding-right: 6rem !important;
  }

  .pb-md-96,
.py-md-96 {
    padding-bottom: 6rem !important;
  }

  .pl-md-96,
.px-md-96 {
    padding-left: 6rem !important;
  }

  .p-md-144 {
    padding: 9rem !important;
  }

  .pt-md-144,
.py-md-144 {
    padding-top: 9rem !important;
  }

  .pr-md-144,
.px-md-144 {
    padding-right: 9rem !important;
  }

  .pb-md-144,
.py-md-144 {
    padding-bottom: 9rem !important;
  }

  .pl-md-144,
.px-md-144 {
    padding-left: 9rem !important;
  }

  .p-md-192 {
    padding: 12rem !important;
  }

  .pt-md-192,
.py-md-192 {
    padding-top: 12rem !important;
  }

  .pr-md-192,
.px-md-192 {
    padding-right: 12rem !important;
  }

  .pb-md-192,
.py-md-192 {
    padding-bottom: 12rem !important;
  }

  .pl-md-192,
.px-md-192 {
    padding-left: 12rem !important;
  }

  .p-md-240 {
    padding: 15rem !important;
  }

  .pt-md-240,
.py-md-240 {
    padding-top: 15rem !important;
  }

  .pr-md-240,
.px-md-240 {
    padding-right: 15rem !important;
  }

  .pb-md-240,
.py-md-240 {
    padding-bottom: 15rem !important;
  }

  .pl-md-240,
.px-md-240 {
    padding-left: 15rem !important;
  }

  .m-md-n4 {
    margin: -0.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -0.25rem !important;
  }

  .m-md-n8 {
    margin: -0.5rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -0.5rem !important;
  }

  .m-md-n12 {
    margin: -0.75rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -0.75rem !important;
  }

  .m-md-n16 {
    margin: -1rem !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -1rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -1rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -1rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n24 {
    margin: -1.5rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -1.5rem !important;
  }

  .m-md-n28 {
    margin: -1.75rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -1.75rem !important;
  }

  .m-md-n32 {
    margin: -2rem !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -2rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -2rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -2rem !important;
  }

  .m-md-n36 {
    margin: -2.25rem !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -2.25rem !important;
  }

  .m-md-n40 {
    margin: -2.5rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

  .m-md-n44 {
    margin: -2.75rem !important;
  }

  .mt-md-n44,
.my-md-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -2.75rem !important;
  }

  .m-md-n48 {
    margin: -3rem !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -3rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -3rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -3rem !important;
  }

  .m-md-n52 {
    margin: -3.25rem !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -3.25rem !important;
  }

  .m-md-n56 {
    margin: -3.5rem !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -3.5rem !important;
  }

  .m-md-n60 {
    margin: -3.75rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

  .m-md-n64 {
    margin: -4rem !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -4rem !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -4rem !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -4rem !important;
  }

  .m-md-n68 {
    margin: -4.25rem !important;
  }

  .mt-md-n68,
.my-md-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-md-n68,
.mx-md-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-md-n68,
.my-md-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-md-n68,
.mx-md-n68 {
    margin-left: -4.25rem !important;
  }

  .m-md-n72 {
    margin: -4.5rem !important;
  }

  .mt-md-n72,
.my-md-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n72,
.mx-md-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n72,
.my-md-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n72,
.mx-md-n72 {
    margin-left: -4.5rem !important;
  }

  .m-md-n76 {
    margin: -4.75rem !important;
  }

  .mt-md-n76,
.my-md-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-md-n76,
.mx-md-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-md-n76,
.my-md-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-md-n76,
.mx-md-n76 {
    margin-left: -4.75rem !important;
  }

  .m-md-n80 {
    margin: -5rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -5rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -5rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -5rem !important;
  }

  .m-md-n96 {
    margin: -6rem !important;
  }

  .mt-md-n96,
.my-md-n96 {
    margin-top: -6rem !important;
  }

  .mr-md-n96,
.mx-md-n96 {
    margin-right: -6rem !important;
  }

  .mb-md-n96,
.my-md-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n96,
.mx-md-n96 {
    margin-left: -6rem !important;
  }

  .m-md-n144 {
    margin: -9rem !important;
  }

  .mt-md-n144,
.my-md-n144 {
    margin-top: -9rem !important;
  }

  .mr-md-n144,
.mx-md-n144 {
    margin-right: -9rem !important;
  }

  .mb-md-n144,
.my-md-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n144,
.mx-md-n144 {
    margin-left: -9rem !important;
  }

  .m-md-n192 {
    margin: -12rem !important;
  }

  .mt-md-n192,
.my-md-n192 {
    margin-top: -12rem !important;
  }

  .mr-md-n192,
.mx-md-n192 {
    margin-right: -12rem !important;
  }

  .mb-md-n192,
.my-md-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n192,
.mx-md-n192 {
    margin-left: -12rem !important;
  }

  .m-md-n240 {
    margin: -15rem !important;
  }

  .mt-md-n240,
.my-md-n240 {
    margin-top: -15rem !important;
  }

  .mr-md-n240,
.mx-md-n240 {
    margin-right: -15rem !important;
  }

  .mb-md-n240,
.my-md-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n240,
.mx-md-n240 {
    margin-left: -15rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-4 {
    margin: 0.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 0.25rem !important;
  }

  .m-lg-8 {
    margin: 0.5rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 0.5rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-16 {
    margin: 1rem !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 1rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 1rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 1rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-24 {
    margin: 1.5rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 1.5rem !important;
  }

  .m-lg-28 {
    margin: 1.75rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 1.75rem !important;
  }

  .m-lg-32 {
    margin: 2rem !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 2rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 2rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 2rem !important;
  }

  .m-lg-36 {
    margin: 2.25rem !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 2.25rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-44 {
    margin: 2.75rem !important;
  }

  .mt-lg-44,
.my-lg-44 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 2.75rem !important;
  }

  .m-lg-48 {
    margin: 3rem !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 3rem !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 3rem !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 3rem !important;
  }

  .m-lg-52 {
    margin: 3.25rem !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 3.25rem !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 3.25rem !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 3.25rem !important;
  }

  .m-lg-56 {
    margin: 3.5rem !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 3.5rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-64 {
    margin: 4rem !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 4rem !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 4rem !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 4rem !important;
  }

  .m-lg-68 {
    margin: 4.25rem !important;
  }

  .mt-lg-68,
.my-lg-68 {
    margin-top: 4.25rem !important;
  }

  .mr-lg-68,
.mx-lg-68 {
    margin-right: 4.25rem !important;
  }

  .mb-lg-68,
.my-lg-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-lg-68,
.mx-lg-68 {
    margin-left: 4.25rem !important;
  }

  .m-lg-72 {
    margin: 4.5rem !important;
  }

  .mt-lg-72,
.my-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-72,
.mx-lg-72 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-72,
.my-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-72,
.mx-lg-72 {
    margin-left: 4.5rem !important;
  }

  .m-lg-76 {
    margin: 4.75rem !important;
  }

  .mt-lg-76,
.my-lg-76 {
    margin-top: 4.75rem !important;
  }

  .mr-lg-76,
.mx-lg-76 {
    margin-right: 4.75rem !important;
  }

  .mb-lg-76,
.my-lg-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-lg-76,
.mx-lg-76 {
    margin-left: 4.75rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-96 {
    margin: 6rem !important;
  }

  .mt-lg-96,
.my-lg-96 {
    margin-top: 6rem !important;
  }

  .mr-lg-96,
.mx-lg-96 {
    margin-right: 6rem !important;
  }

  .mb-lg-96,
.my-lg-96 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-96,
.mx-lg-96 {
    margin-left: 6rem !important;
  }

  .m-lg-144 {
    margin: 9rem !important;
  }

  .mt-lg-144,
.my-lg-144 {
    margin-top: 9rem !important;
  }

  .mr-lg-144,
.mx-lg-144 {
    margin-right: 9rem !important;
  }

  .mb-lg-144,
.my-lg-144 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-144,
.mx-lg-144 {
    margin-left: 9rem !important;
  }

  .m-lg-192 {
    margin: 12rem !important;
  }

  .mt-lg-192,
.my-lg-192 {
    margin-top: 12rem !important;
  }

  .mr-lg-192,
.mx-lg-192 {
    margin-right: 12rem !important;
  }

  .mb-lg-192,
.my-lg-192 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-192,
.mx-lg-192 {
    margin-left: 12rem !important;
  }

  .m-lg-240 {
    margin: 15rem !important;
  }

  .mt-lg-240,
.my-lg-240 {
    margin-top: 15rem !important;
  }

  .mr-lg-240,
.mx-lg-240 {
    margin-right: 15rem !important;
  }

  .mb-lg-240,
.my-lg-240 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-240,
.mx-lg-240 {
    margin-left: 15rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-4 {
    padding: 0.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 0.25rem !important;
  }

  .p-lg-8 {
    padding: 0.5rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 0.5rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-16 {
    padding: 1rem !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 1rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 1rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 1rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-24 {
    padding: 1.5rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 1.5rem !important;
  }

  .p-lg-28 {
    padding: 1.75rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 1.75rem !important;
  }

  .p-lg-32 {
    padding: 2rem !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 2rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 2rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 2rem !important;
  }

  .p-lg-36 {
    padding: 2.25rem !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 2.25rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-44 {
    padding: 2.75rem !important;
  }

  .pt-lg-44,
.py-lg-44 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 2.75rem !important;
  }

  .p-lg-48 {
    padding: 3rem !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 3rem !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 3rem !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 3rem !important;
  }

  .p-lg-52 {
    padding: 3.25rem !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 3.25rem !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 3.25rem !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 3.25rem !important;
  }

  .p-lg-56 {
    padding: 3.5rem !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 3.5rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-64 {
    padding: 4rem !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 4rem !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 4rem !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 4rem !important;
  }

  .p-lg-68 {
    padding: 4.25rem !important;
  }

  .pt-lg-68,
.py-lg-68 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-68,
.px-lg-68 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-68,
.py-lg-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-68,
.px-lg-68 {
    padding-left: 4.25rem !important;
  }

  .p-lg-72 {
    padding: 4.5rem !important;
  }

  .pt-lg-72,
.py-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-72,
.px-lg-72 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-72,
.py-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-72,
.px-lg-72 {
    padding-left: 4.5rem !important;
  }

  .p-lg-76 {
    padding: 4.75rem !important;
  }

  .pt-lg-76,
.py-lg-76 {
    padding-top: 4.75rem !important;
  }

  .pr-lg-76,
.px-lg-76 {
    padding-right: 4.75rem !important;
  }

  .pb-lg-76,
.py-lg-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-lg-76,
.px-lg-76 {
    padding-left: 4.75rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-96 {
    padding: 6rem !important;
  }

  .pt-lg-96,
.py-lg-96 {
    padding-top: 6rem !important;
  }

  .pr-lg-96,
.px-lg-96 {
    padding-right: 6rem !important;
  }

  .pb-lg-96,
.py-lg-96 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-96,
.px-lg-96 {
    padding-left: 6rem !important;
  }

  .p-lg-144 {
    padding: 9rem !important;
  }

  .pt-lg-144,
.py-lg-144 {
    padding-top: 9rem !important;
  }

  .pr-lg-144,
.px-lg-144 {
    padding-right: 9rem !important;
  }

  .pb-lg-144,
.py-lg-144 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-144,
.px-lg-144 {
    padding-left: 9rem !important;
  }

  .p-lg-192 {
    padding: 12rem !important;
  }

  .pt-lg-192,
.py-lg-192 {
    padding-top: 12rem !important;
  }

  .pr-lg-192,
.px-lg-192 {
    padding-right: 12rem !important;
  }

  .pb-lg-192,
.py-lg-192 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-192,
.px-lg-192 {
    padding-left: 12rem !important;
  }

  .p-lg-240 {
    padding: 15rem !important;
  }

  .pt-lg-240,
.py-lg-240 {
    padding-top: 15rem !important;
  }

  .pr-lg-240,
.px-lg-240 {
    padding-right: 15rem !important;
  }

  .pb-lg-240,
.py-lg-240 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-240,
.px-lg-240 {
    padding-left: 15rem !important;
  }

  .m-lg-n4 {
    margin: -0.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n8 {
    margin: -0.5rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n12 {
    margin: -0.75rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n16 {
    margin: -1rem !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -1rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -1rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -1rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n24 {
    margin: -1.5rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n28 {
    margin: -1.75rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n32 {
    margin: -2rem !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -2rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -2rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -2rem !important;
  }

  .m-lg-n36 {
    margin: -2.25rem !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n40 {
    margin: -2.5rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n44 {
    margin: -2.75rem !important;
  }

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n48 {
    margin: -3rem !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -3rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -3rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -3rem !important;
  }

  .m-lg-n52 {
    margin: -3.25rem !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -3.25rem !important;
  }

  .m-lg-n56 {
    margin: -3.5rem !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n60 {
    margin: -3.75rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n64 {
    margin: -4rem !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -4rem !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -4rem !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -4rem !important;
  }

  .m-lg-n68 {
    margin: -4.25rem !important;
  }

  .mt-lg-n68,
.my-lg-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n68,
.mx-lg-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n68,
.my-lg-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n68,
.mx-lg-n68 {
    margin-left: -4.25rem !important;
  }

  .m-lg-n72 {
    margin: -4.5rem !important;
  }

  .mt-lg-n72,
.my-lg-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n72,
.mx-lg-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n72,
.my-lg-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n72,
.mx-lg-n72 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n76 {
    margin: -4.75rem !important;
  }

  .mt-lg-n76,
.my-lg-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-lg-n76,
.mx-lg-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-lg-n76,
.my-lg-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-lg-n76,
.mx-lg-n76 {
    margin-left: -4.75rem !important;
  }

  .m-lg-n80 {
    margin: -5rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -5rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -5rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -5rem !important;
  }

  .m-lg-n96 {
    margin: -6rem !important;
  }

  .mt-lg-n96,
.my-lg-n96 {
    margin-top: -6rem !important;
  }

  .mr-lg-n96,
.mx-lg-n96 {
    margin-right: -6rem !important;
  }

  .mb-lg-n96,
.my-lg-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n96,
.mx-lg-n96 {
    margin-left: -6rem !important;
  }

  .m-lg-n144 {
    margin: -9rem !important;
  }

  .mt-lg-n144,
.my-lg-n144 {
    margin-top: -9rem !important;
  }

  .mr-lg-n144,
.mx-lg-n144 {
    margin-right: -9rem !important;
  }

  .mb-lg-n144,
.my-lg-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n144,
.mx-lg-n144 {
    margin-left: -9rem !important;
  }

  .m-lg-n192 {
    margin: -12rem !important;
  }

  .mt-lg-n192,
.my-lg-n192 {
    margin-top: -12rem !important;
  }

  .mr-lg-n192,
.mx-lg-n192 {
    margin-right: -12rem !important;
  }

  .mb-lg-n192,
.my-lg-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n192,
.mx-lg-n192 {
    margin-left: -12rem !important;
  }

  .m-lg-n240 {
    margin: -15rem !important;
  }

  .mt-lg-n240,
.my-lg-n240 {
    margin-top: -15rem !important;
  }

  .mr-lg-n240,
.mx-lg-n240 {
    margin-right: -15rem !important;
  }

  .mb-lg-n240,
.my-lg-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n240,
.mx-lg-n240 {
    margin-left: -15rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-4 {
    margin: 0.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xl-8 {
    margin: 0.5rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-16 {
    margin: 1rem !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 1rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 1rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 1rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xl-28 {
    margin: 1.75rem !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 2rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 2rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 2rem !important;
  }

  .m-xl-36 {
    margin: 2.25rem !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-44 {
    margin: 2.75rem !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xl-48 {
    margin: 3rem !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 3rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 3rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 3rem !important;
  }

  .m-xl-52 {
    margin: 3.25rem !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xl-56 {
    margin: 3.5rem !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-64 {
    margin: 4rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 4rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 4rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 4rem !important;
  }

  .m-xl-68 {
    margin: 4.25rem !important;
  }

  .mt-xl-68,
.my-xl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xl-68,
.mx-xl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xl-68,
.my-xl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xl-68,
.mx-xl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xl-72 {
    margin: 4.5rem !important;
  }

  .mt-xl-72,
.my-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-72,
.mx-xl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-72,
.my-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-72,
.mx-xl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xl-76 {
    margin: 4.75rem !important;
  }

  .mt-xl-76,
.my-xl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xl-76,
.mx-xl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xl-76,
.my-xl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xl-76,
.mx-xl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-96 {
    margin: 6rem !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 6rem !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 6rem !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 6rem !important;
  }

  .m-xl-144 {
    margin: 9rem !important;
  }

  .mt-xl-144,
.my-xl-144 {
    margin-top: 9rem !important;
  }

  .mr-xl-144,
.mx-xl-144 {
    margin-right: 9rem !important;
  }

  .mb-xl-144,
.my-xl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-144,
.mx-xl-144 {
    margin-left: 9rem !important;
  }

  .m-xl-192 {
    margin: 12rem !important;
  }

  .mt-xl-192,
.my-xl-192 {
    margin-top: 12rem !important;
  }

  .mr-xl-192,
.mx-xl-192 {
    margin-right: 12rem !important;
  }

  .mb-xl-192,
.my-xl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-192,
.mx-xl-192 {
    margin-left: 12rem !important;
  }

  .m-xl-240 {
    margin: 15rem !important;
  }

  .mt-xl-240,
.my-xl-240 {
    margin-top: 15rem !important;
  }

  .mr-xl-240,
.mx-xl-240 {
    margin-right: 15rem !important;
  }

  .mb-xl-240,
.my-xl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-240,
.mx-xl-240 {
    margin-left: 15rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 1rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 1rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 1rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xl-28 {
    padding: 1.75rem !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 2rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 2rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 2rem !important;
  }

  .p-xl-36 {
    padding: 2.25rem !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-44 {
    padding: 2.75rem !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xl-48 {
    padding: 3rem !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 3rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 3rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 3rem !important;
  }

  .p-xl-52 {
    padding: 3.25rem !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xl-56 {
    padding: 3.5rem !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-64 {
    padding: 4rem !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 4rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 4rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 4rem !important;
  }

  .p-xl-68 {
    padding: 4.25rem !important;
  }

  .pt-xl-68,
.py-xl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xl-68,
.px-xl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xl-68,
.py-xl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xl-68,
.px-xl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xl-72 {
    padding: 4.5rem !important;
  }

  .pt-xl-72,
.py-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-72,
.px-xl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-72,
.py-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-72,
.px-xl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xl-76 {
    padding: 4.75rem !important;
  }

  .pt-xl-76,
.py-xl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xl-76,
.px-xl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xl-76,
.py-xl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xl-76,
.px-xl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-96 {
    padding: 6rem !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 6rem !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 6rem !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 6rem !important;
  }

  .p-xl-144 {
    padding: 9rem !important;
  }

  .pt-xl-144,
.py-xl-144 {
    padding-top: 9rem !important;
  }

  .pr-xl-144,
.px-xl-144 {
    padding-right: 9rem !important;
  }

  .pb-xl-144,
.py-xl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-144,
.px-xl-144 {
    padding-left: 9rem !important;
  }

  .p-xl-192 {
    padding: 12rem !important;
  }

  .pt-xl-192,
.py-xl-192 {
    padding-top: 12rem !important;
  }

  .pr-xl-192,
.px-xl-192 {
    padding-right: 12rem !important;
  }

  .pb-xl-192,
.py-xl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-192,
.px-xl-192 {
    padding-left: 12rem !important;
  }

  .p-xl-240 {
    padding: 15rem !important;
  }

  .pt-xl-240,
.py-xl-240 {
    padding-top: 15rem !important;
  }

  .pr-xl-240,
.px-xl-240 {
    padding-right: 15rem !important;
  }

  .pb-xl-240,
.py-xl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-240,
.px-xl-240 {
    padding-left: 15rem !important;
  }

  .m-xl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n16 {
    margin: -1rem !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -1rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n32 {
    margin: -2rem !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -2rem !important;
  }

  .m-xl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n48 {
    margin: -3rem !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -3rem !important;
  }

  .m-xl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n64 {
    margin: -4rem !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -4rem !important;
  }

  .m-xl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xl-n68,
.my-xl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xl-n68,
.mx-xl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xl-n68,
.my-xl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xl-n68,
.mx-xl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xl-n72,
.my-xl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n72,
.mx-xl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n72,
.my-xl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n72,
.mx-xl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xl-n76,
.my-xl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xl-n76,
.mx-xl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xl-n76,
.my-xl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xl-n76,
.mx-xl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n96 {
    margin: -6rem !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -6rem !important;
  }

  .m-xl-n144 {
    margin: -9rem !important;
  }

  .mt-xl-n144,
.my-xl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xl-n144,
.mx-xl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xl-n144,
.my-xl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n144,
.mx-xl-n144 {
    margin-left: -9rem !important;
  }

  .m-xl-n192 {
    margin: -12rem !important;
  }

  .mt-xl-n192,
.my-xl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xl-n192,
.mx-xl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xl-n192,
.my-xl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n192,
.mx-xl-n192 {
    margin-left: -12rem !important;
  }

  .m-xl-n240 {
    margin: -15rem !important;
  }

  .mt-xl-n240,
.my-xl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xl-n240,
.mx-xl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xl-n240,
.my-xl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n240,
.mx-xl-n240 {
    margin-left: -15rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-4 {
    margin: 0.25rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-8 {
    margin: 0.5rem !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-16 {
    margin: 1rem !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 1rem !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 1rem !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 1rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-28 {
    margin: 1.75rem !important;
  }

  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xxl-32 {
    margin: 2rem !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 2rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 2rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 2rem !important;
  }

  .m-xxl-36 {
    margin: 2.25rem !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-44 {
    margin: 2.75rem !important;
  }

  .mt-xxl-44,
.my-xxl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-44,
.mx-xxl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-44,
.my-xxl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-44,
.mx-xxl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xxl-48 {
    margin: 3rem !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 3rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 3rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 3rem !important;
  }

  .m-xxl-52 {
    margin: 3.25rem !important;
  }

  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xxl-56 {
    margin: 3.5rem !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-64 {
    margin: 4rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 4rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 4rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 4rem !important;
  }

  .m-xxl-68 {
    margin: 4.25rem !important;
  }

  .mt-xxl-68,
.my-xxl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xxl-68,
.mx-xxl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xxl-68,
.my-xxl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxl-68,
.mx-xxl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xxl-72 {
    margin: 4.5rem !important;
  }

  .mt-xxl-72,
.my-xxl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-72,
.mx-xxl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-72,
.my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-72,
.mx-xxl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-76 {
    margin: 4.75rem !important;
  }

  .mt-xxl-76,
.my-xxl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xxl-76,
.mx-xxl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xxl-76,
.my-xxl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xxl-76,
.mx-xxl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-96 {
    margin: 6rem !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 6rem !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 6rem !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 6rem !important;
  }

  .m-xxl-144 {
    margin: 9rem !important;
  }

  .mt-xxl-144,
.my-xxl-144 {
    margin-top: 9rem !important;
  }

  .mr-xxl-144,
.mx-xxl-144 {
    margin-right: 9rem !important;
  }

  .mb-xxl-144,
.my-xxl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-144,
.mx-xxl-144 {
    margin-left: 9rem !important;
  }

  .m-xxl-192 {
    margin: 12rem !important;
  }

  .mt-xxl-192,
.my-xxl-192 {
    margin-top: 12rem !important;
  }

  .mr-xxl-192,
.mx-xxl-192 {
    margin-right: 12rem !important;
  }

  .mb-xxl-192,
.my-xxl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xxl-192,
.mx-xxl-192 {
    margin-left: 12rem !important;
  }

  .m-xxl-240 {
    margin: 15rem !important;
  }

  .mt-xxl-240,
.my-xxl-240 {
    margin-top: 15rem !important;
  }

  .mr-xxl-240,
.mx-xxl-240 {
    margin-right: 15rem !important;
  }

  .mb-xxl-240,
.my-xxl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-240,
.mx-xxl-240 {
    margin-left: 15rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-4 {
    padding: 0.25rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-8 {
    padding: 0.5rem !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-16 {
    padding: 1rem !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 1rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 1rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 1rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-28 {
    padding: 1.75rem !important;
  }

  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xxl-32 {
    padding: 2rem !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 2rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 2rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 2rem !important;
  }

  .p-xxl-36 {
    padding: 2.25rem !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-44 {
    padding: 2.75rem !important;
  }

  .pt-xxl-44,
.py-xxl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-44,
.px-xxl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-44,
.py-xxl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-44,
.px-xxl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xxl-48 {
    padding: 3rem !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 3rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 3rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 3rem !important;
  }

  .p-xxl-52 {
    padding: 3.25rem !important;
  }

  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xxl-56 {
    padding: 3.5rem !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-64 {
    padding: 4rem !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 4rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 4rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 4rem !important;
  }

  .p-xxl-68 {
    padding: 4.25rem !important;
  }

  .pt-xxl-68,
.py-xxl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xxl-68,
.px-xxl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xxl-68,
.py-xxl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxl-68,
.px-xxl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xxl-72 {
    padding: 4.5rem !important;
  }

  .pt-xxl-72,
.py-xxl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-72,
.px-xxl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-72,
.py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-72,
.px-xxl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-76 {
    padding: 4.75rem !important;
  }

  .pt-xxl-76,
.py-xxl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xxl-76,
.px-xxl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xxl-76,
.py-xxl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xxl-76,
.px-xxl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-96 {
    padding: 6rem !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 6rem !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 6rem !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 6rem !important;
  }

  .p-xxl-144 {
    padding: 9rem !important;
  }

  .pt-xxl-144,
.py-xxl-144 {
    padding-top: 9rem !important;
  }

  .pr-xxl-144,
.px-xxl-144 {
    padding-right: 9rem !important;
  }

  .pb-xxl-144,
.py-xxl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-144,
.px-xxl-144 {
    padding-left: 9rem !important;
  }

  .p-xxl-192 {
    padding: 12rem !important;
  }

  .pt-xxl-192,
.py-xxl-192 {
    padding-top: 12rem !important;
  }

  .pr-xxl-192,
.px-xxl-192 {
    padding-right: 12rem !important;
  }

  .pb-xxl-192,
.py-xxl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xxl-192,
.px-xxl-192 {
    padding-left: 12rem !important;
  }

  .p-xxl-240 {
    padding: 15rem !important;
  }

  .pt-xxl-240,
.py-xxl-240 {
    padding-top: 15rem !important;
  }

  .pr-xxl-240,
.px-xxl-240 {
    padding-right: 15rem !important;
  }

  .pb-xxl-240,
.py-xxl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-240,
.px-xxl-240 {
    padding-left: 15rem !important;
  }

  .m-xxl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n16 {
    margin: -1rem !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -1rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n32 {
    margin: -2rem !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -2rem !important;
  }

  .m-xxl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n44,
.my-xxl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n44,
.mx-xxl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n44,
.my-xxl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n44,
.mx-xxl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n48 {
    margin: -3rem !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -3rem !important;
  }

  .m-xxl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xxl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n64 {
    margin: -4rem !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -4rem !important;
  }

  .m-xxl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xxl-n68,
.my-xxl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xxl-n68,
.mx-xxl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xxl-n68,
.my-xxl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxl-n68,
.mx-xxl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xxl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n72,
.my-xxl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n72,
.mx-xxl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n72,
.my-xxl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n72,
.mx-xxl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xxl-n76,
.my-xxl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xxl-n76,
.mx-xxl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xxl-n76,
.my-xxl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xxl-n76,
.mx-xxl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxl-n96 {
    margin: -6rem !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -6rem !important;
  }

  .m-xxl-n144 {
    margin: -9rem !important;
  }

  .mt-xxl-n144,
.my-xxl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n144,
.mx-xxl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n144,
.my-xxl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n144,
.mx-xxl-n144 {
    margin-left: -9rem !important;
  }

  .m-xxl-n192 {
    margin: -12rem !important;
  }

  .mt-xxl-n192,
.my-xxl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xxl-n192,
.mx-xxl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xxl-n192,
.my-xxl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xxl-n192,
.mx-xxl-n192 {
    margin-left: -12rem !important;
  }

  .m-xxl-n240 {
    margin: -15rem !important;
  }

  .mt-xxl-n240,
.my-xxl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n240,
.mx-xxl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n240,
.my-xxl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n240,
.mx-xxl-n240 {
    margin-left: -15rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover, a.text-black:focus {
  color: black !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
a.text-black-50:hover, a.text-black-50:focus {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-black-75 {
  color: #1c1d1d !important;
}
a.text-black-75:hover, a.text-black-75:focus {
  color: black !important;
}
.text-blue {
  color: #5bc0de !important;
}
a.text-blue:hover, a.text-blue:focus {
  color: #28a1c5 !important;
}
.text-blue-10 {
  color: rgba(91, 192, 222, 0.098) !important;
}
a.text-blue-10:hover, a.text-blue-10:focus {
  color: rgba(40, 161, 197, 0.098) !important;
}
.text-charcoal {
  color: #242323 !important;
}
a.text-charcoal:hover, a.text-charcoal:focus {
  color: black !important;
}
.text-dark-grey {
  color: #686d71 !important;
}
a.text-dark-grey:hover, a.text-dark-grey:focus {
  color: #434749 !important;
}
.text-dark-grey-75 {
  color: rgba(104, 109, 113, 0.749) !important;
}
a.text-dark-grey-75:hover, a.text-dark-grey-75:focus {
  color: rgba(67, 71, 73, 0.749) !important;
}
.text-dark-grey-50 {
  color: rgba(104, 109, 113, 0.498) !important;
}
a.text-dark-grey-50:hover, a.text-dark-grey-50:focus {
  color: rgba(67, 71, 73, 0.498) !important;
}
.text-dark-grey-25 {
  color: rgba(104, 109, 113, 0.247) !important;
}
a.text-dark-grey-25:hover, a.text-dark-grey-25:focus {
  color: rgba(67, 71, 73, 0.247) !important;
}
.text-dark-red {
  color: #b41114 !important;
}
a.text-dark-red:hover, a.text-dark-red:focus {
  color: #6e0a0c !important;
}
.text-eco-green {
  color: #2e934f !important;
}
a.text-eco-green:hover, a.text-eco-green:focus {
  color: #1c5930 !important;
}
.text-error {
  color: #fd8204 !important;
}
a.text-error:hover, a.text-error:focus {
  color: #b35b01 !important;
}
.text-error-dark {
  color: #a73d00 !important;
}
a.text-error-dark:hover, a.text-error-dark:focus {
  color: #5b2100 !important;
}
.text-error-light {
  color: #fff4eb !important;
}
a.text-error-light:hover, a.text-error-light:focus {
  color: #ffca9f !important;
}
.text-info-light {
  color: #f1f7fa !important;
}
a.text-info-light:hover, a.text-info-light:focus {
  color: #b9d7e6 !important;
}
.text-info {
  color: #2aa0cb !important;
}
a.text-info:hover, a.text-info:focus {
  color: #1d6e8c !important;
}
.text-footer-grey {
  color: #c2c2c2 !important;
}
a.text-footer-grey:hover, a.text-footer-grey:focus {
  color: #9c9c9c !important;
}
.text-footer-rule-grey {
  color: #b6b6b6 !important;
}
a.text-footer-rule-grey:hover, a.text-footer-rule-grey:focus {
  color: #909090 !important;
}
.text-fun-blue {
  color: #2aa0cb !important;
}
a.text-fun-blue:hover, a.text-fun-blue:focus {
  color: #1d6e8c !important;
}
.text-green {
  color: #69be28 !important;
}
a.text-green:hover, a.text-green:focus {
  color: #467f1b !important;
}
.text-green-10 {
  color: rgba(105, 190, 40, 0.098) !important;
}
a.text-green-10:hover, a.text-green-10:focus {
  color: rgba(70, 127, 27, 0.098) !important;
}
.text-grey {
  color: #bfc2c4 !important;
}
a.text-grey:hover, a.text-grey:focus {
  color: #979c9f !important;
}
.text-grey-1 {
  color: #737578 !important;
}
a.text-grey-1:hover, a.text-grey-1:focus {
  color: #4e4f51 !important;
}
.text-grey-2 {
  color: #a5a5a5 !important;
}
a.text-grey-2:hover, a.text-grey-2:focus {
  color: #7f7f7f !important;
}
.text-grey-3 {
  color: #d1d1d1 !important;
}
a.text-grey-3:hover, a.text-grey-3:focus {
  color: #ababab !important;
}
.text-grey-4 {
  color: #e2e2e2 !important;
}
a.text-grey-4:hover, a.text-grey-4:focus {
  color: #bcbcbc !important;
}
.text-grey-5 {
  color: #f6f6f6 !important;
}
a.text-grey-5:hover, a.text-grey-5:focus {
  color: #d0d0d0 !important;
}
.text-grey-6 {
  color: rgba(227, 229, 230, 0.501) !important;
}
a.text-grey-6:hover, a.text-grey-6:focus {
  color: rgba(187, 191, 194, 0.501) !important;
}
.text-grey-7 {
  color: #d0d1d3 !important;
}
a.text-grey-7:hover, a.text-grey-7:focus {
  color: #a8aaae !important;
}
.text-grey-8 {
  color: #e3e5e680 !important;
}
a.text-grey-8:hover, a.text-grey-8:focus {
  color: rgba(187, 191, 194, 0.5019607843) !important;
}
.text-grey-9 {
  color: #e3e5e6 !important;
}
a.text-grey-9:hover, a.text-grey-9:focus {
  color: #bbbfc2 !important;
}
.text-grey-10 {
  color: #f1f2f2 !important;
}
a.text-grey-10:hover, a.text-grey-10:focus {
  color: #c9cdcd !important;
}
.text-grey-25 {
  color: rgba(191, 194, 196, 0.247) !important;
}
a.text-grey-25:hover, a.text-grey-25:focus {
  color: rgba(151, 156, 159, 0.247) !important;
}
.text-grey-50 {
  color: rgba(191, 194, 196, 0.498) !important;
}
a.text-grey-50:hover, a.text-grey-50:focus {
  color: rgba(151, 156, 159, 0.498) !important;
}
.text-grey-75 {
  color: rgba(191, 194, 196, 0.749) !important;
}
a.text-grey-75:hover, a.text-grey-75:focus {
  color: rgba(151, 156, 159, 0.749) !important;
}
.text-light-grey {
  color: #e3e5e6 !important;
}
a.text-light-grey:hover, a.text-light-grey:focus {
  color: #bbbfc2 !important;
}
.text-light-grey-25 {
  color: rgba(227, 229, 230, 0.247) !important;
}
a.text-light-grey-25:hover, a.text-light-grey-25:focus {
  color: rgba(187, 191, 194, 0.247) !important;
}
.text-light-grey-50 {
  color: rgba(227, 229, 230, 0.498) !important;
}
a.text-light-grey-50:hover, a.text-light-grey-50:focus {
  color: rgba(187, 191, 194, 0.498) !important;
}
.text-light-grey-75 {
  color: rgba(227, 229, 230, 0.749) !important;
}
a.text-light-grey-75:hover, a.text-light-grey-75:focus {
  color: rgba(187, 191, 194, 0.749) !important;
}
.text-orange {
  color: #fd8204 !important;
}
a.text-orange:hover, a.text-orange:focus {
  color: #b35b01 !important;
}
.text-orange-10 {
  color: rgba(253, 130, 4, 0.098) !important;
}
a.text-orange-10:hover, a.text-orange-10:focus {
  color: rgba(179, 91, 1, 0.098) !important;
}
.text-purple {
  color: #883681 !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: #51204d !important;
}
.text-purple-50 {
  color: #c39ac0 !important;
}
a.text-purple-50:hover, a.text-purple-50:focus {
  color: #a66aa2 !important;
}
.text-red {
  color: #ed0000 !important;
}
a.text-red:hover, a.text-red:focus {
  color: #a10000 !important;
}
.text-red-10 {
  color: rgba(214, 0, 0, 0.098) !important;
}
a.text-red-10:hover, a.text-red-10:focus {
  color: rgba(138, 0, 0, 0.098) !important;
}
.text-red-25 {
  color: rgba(237, 0, 0, 0.247) !important;
}
a.text-red-25:hover, a.text-red-25:focus {
  color: rgba(161, 0, 0, 0.247) !important;
}
.text-red-50 {
  color: rgba(237, 0, 0, 0.498) !important;
}
a.text-red-50:hover, a.text-red-50:focus {
  color: rgba(161, 0, 0, 0.498) !important;
}
.text-red-75 {
  color: rgba(237, 0, 0, 0.749) !important;
}
a.text-red-75:hover, a.text-red-75:focus {
  color: rgba(161, 0, 0, 0.749) !important;
}
.text-red-100 {
  color: #d60000 !important;
}
a.text-red-100:hover, a.text-red-100:focus {
  color: #8a0000 !important;
}
.text-red-250 {
  color: #fbcccc !important;
}
a.text-red-250:hover, a.text-red-250:focus {
  color: #f58585 !important;
}
.text-turquoise {
  color: #00bed8 !important;
}
a.text-turquoise:hover, a.text-turquoise:focus {
  color: #007b8c !important;
}
.text-turquoise-50 {
  color: #7dfeeb !important;
}
a.text-turquoise-50:hover, a.text-turquoise-50:focus {
  color: #31fddf !important;
}
.text-white {
  color: #fff !important;
}
a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important;
}
.text-yellow {
  color: #ffeb14 !important;
}
a.text-yellow:hover, a.text-yellow:focus {
  color: #c7b600 !important;
}
.text-yellow-50 {
  color: #fff589 !important;
}
a.text-yellow-50:hover, a.text-yellow-50:focus {
  color: #ffef3d !important;
}
.text-body {
  color: #000 !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.bg-charcoal *:not(.link):not(.card-link):not(.link-text):not(.svg-inline--fa):not(path):not(select):not(option):not(.ignore) {
  color: #fff;
}
.bg-charcoal table,
.bg-charcoal table td,
.bg-charcoal table tr,
.bg-charcoal table th {
  border-color: #fff;
}
.bg-black {
  background-color: #000;
  color: #fff;
}
.bg-eco-green {
  background-color: #000;
  color: #fff;
}
.border-radius-0 {
  border-radius: 0px;
}
.border-radius-1 {
  border-radius: 1px;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-3 {
  border-radius: 3px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-5 {
  border-radius: 5px;
}
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-7 {
  border-radius: 7px;
}
.border-radius-8 {
  border-radius: 8px;
}
@media (min-width: 576px) {
  .border-radius-sm-0 {
    border-radius: 0px;
  }

  .border-radius-sm-1 {
    border-radius: 1px;
  }

  .border-radius-sm-2 {
    border-radius: 2px;
  }

  .border-radius-sm-3 {
    border-radius: 3px;
  }

  .border-radius-sm-4 {
    border-radius: 4px;
  }

  .border-radius-sm-5 {
    border-radius: 5px;
  }

  .border-radius-sm-6 {
    border-radius: 6px;
  }

  .border-radius-sm-7 {
    border-radius: 7px;
  }

  .border-radius-sm-8 {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .border-radius-md-0 {
    border-radius: 0px;
  }

  .border-radius-md-1 {
    border-radius: 1px;
  }

  .border-radius-md-2 {
    border-radius: 2px;
  }

  .border-radius-md-3 {
    border-radius: 3px;
  }

  .border-radius-md-4 {
    border-radius: 4px;
  }

  .border-radius-md-5 {
    border-radius: 5px;
  }

  .border-radius-md-6 {
    border-radius: 6px;
  }

  .border-radius-md-7 {
    border-radius: 7px;
  }

  .border-radius-md-8 {
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .border-radius-lg-0 {
    border-radius: 0px;
  }

  .border-radius-lg-1 {
    border-radius: 1px;
  }

  .border-radius-lg-2 {
    border-radius: 2px;
  }

  .border-radius-lg-3 {
    border-radius: 3px;
  }

  .border-radius-lg-4 {
    border-radius: 4px;
  }

  .border-radius-lg-5 {
    border-radius: 5px;
  }

  .border-radius-lg-6 {
    border-radius: 6px;
  }

  .border-radius-lg-7 {
    border-radius: 7px;
  }

  .border-radius-lg-8 {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .border-radius-xl-0 {
    border-radius: 0px;
  }

  .border-radius-xl-1 {
    border-radius: 1px;
  }

  .border-radius-xl-2 {
    border-radius: 2px;
  }

  .border-radius-xl-3 {
    border-radius: 3px;
  }

  .border-radius-xl-4 {
    border-radius: 4px;
  }

  .border-radius-xl-5 {
    border-radius: 5px;
  }

  .border-radius-xl-6 {
    border-radius: 6px;
  }

  .border-radius-xl-7 {
    border-radius: 7px;
  }

  .border-radius-xl-8 {
    border-radius: 8px;
  }
}
@media (min-width: 1700px) {
  .border-radius-xxl-0 {
    border-radius: 0px;
  }

  .border-radius-xxl-1 {
    border-radius: 1px;
  }

  .border-radius-xxl-2 {
    border-radius: 2px;
  }

  .border-radius-xxl-3 {
    border-radius: 3px;
  }

  .border-radius-xxl-4 {
    border-radius: 4px;
  }

  .border-radius-xxl-5 {
    border-radius: 5px;
  }

  .border-radius-xxl-6 {
    border-radius: 6px;
  }

  .border-radius-xxl-7 {
    border-radius: 7px;
  }

  .border-radius-xxl-8 {
    border-radius: 8px;
  }
}
.conditionalContent {
  display: none;
}
.cq-Editable-dom .conditionalContent {
  display: block;
}
.container-text {
  max-width: 0;
}
@media (min-width: 576px) {
  .container-text {
    max-width: 36rem;
  }
}
@media (min-width: 768px) {
  .container-text {
    max-width: 48rem;
  }
}
@media (min-width: 992px) {
  .container-text {
    max-width: 62rem;
  }
}
@media (min-width: 1200px) {
  .container-text {
    max-width: 75rem;
  }
}
.max-width-0 {
  max-width: 0;
}
.max-width-4 {
  max-width: 0.25rem;
}
.max-width-8 {
  max-width: 0.5rem;
}
.max-width-12 {
  max-width: 0.75rem;
}
.max-width-16 {
  max-width: 1rem;
}
.max-width-20 {
  max-width: 1.25rem;
}
.max-width-24 {
  max-width: 1.5rem;
}
.max-width-28 {
  max-width: 1.75rem;
}
.max-width-32 {
  max-width: 2rem;
}
.max-width-40 {
  max-width: 2.5rem;
}
.max-width-48 {
  max-width: 3rem;
}
.max-width-56 {
  max-width: 3.5rem;
}
.max-width-64 {
  max-width: 4rem;
}
.max-width-72 {
  max-width: 4.5rem;
}
.max-width-80 {
  max-width: 5rem;
}
.max-width-96 {
  max-width: 6rem;
}
.max-width-144 {
  max-width: 9rem;
}
.max-width-192 {
  max-width: 12rem;
}
.max-width-240 {
  max-width: 15rem;
}
.max-width-288 {
  max-width: 18rem;
}
.max-width-336 {
  max-width: 21rem;
}
.max-width-384 {
  max-width: 24rem;
}
.max-width-432 {
  max-width: 27rem;
}
.max-width-480 {
  max-width: 30rem;
}
.max-width-528 {
  max-width: 33rem;
}
.max-width-576 {
  max-width: 36rem;
}
.max-width-624 {
  max-width: 39rem;
}
.max-width-672 {
  max-width: 42rem;
}
.max-width-720 {
  max-width: 45rem;
}
.max-width-768 {
  max-width: 48rem;
}
.max-width-816 {
  max-width: 51rem;
}
.max-width-864 {
  max-width: 54rem;
}
.max-width-912 {
  max-width: 57rem;
}
.max-width-960 {
  max-width: 60rem;
}
.max-width-1008 {
  max-width: 63rem;
}
.max-width-1056 {
  max-width: 66rem;
}
.max-width-1104 {
  max-width: 69rem;
}
.max-width-1152 {
  max-width: 72rem;
}
.max-width-1200 {
  max-width: 75rem;
}
.max-width-1248 {
  max-width: 78rem;
}
.max-width-1296 {
  max-width: 81rem;
}
.max-width-1344 {
  max-width: 84rem;
}
.max-width-1392 {
  max-width: 87rem;
}
.max-width-1440 {
  max-width: 90rem;
}
.max-width-1488 {
  max-width: 93rem;
}
.max-width-1536 {
  max-width: 96rem;
}
.max-width-1584 {
  max-width: 99rem;
}
.max-width-1632 {
  max-width: 102rem;
}
.max-width-1680 {
  max-width: 105rem;
}
.max-width-1728 {
  max-width: 108rem;
}
.max-width-1776 {
  max-width: 111rem;
}
.max-width-1824 {
  max-width: 114rem;
}
.max-width-1872 {
  max-width: 117rem;
}
.max-width-1920 {
  max-width: 120rem;
}
.spacing-vertical-level {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.spacing-vertical-level-bottom {
  padding-bottom: 1.25rem !important;
}
.spacing-vertical-level-top {
  padding-top: 1.25rem !important;
}
@media (min-width: 576px) {
  .spacing-vertical-level {
    padding-bottom: 1.875rem !important;
    padding-top: 1.875rem !important;
  }

  .spacing-vertical-level-bottom {
    padding-bottom: 1.875rem !important;
  }

  .spacing-vertical-level-top {
    padding-top: 1.875rem !important;
  }
}
@media (min-width: 768px) {
  .spacing-vertical-level {
    padding-bottom: 1.875rem !important;
    padding-top: 1.875rem !important;
  }

  .spacing-vertical-level-bottom {
    padding-bottom: 1.875rem !important;
  }

  .spacing-vertical-level-top {
    padding-top: 1.875rem !important;
  }
}
@media (min-width: 992px) {
  .spacing-vertical-level {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important;
  }

  .spacing-vertical-level-bottom {
    padding-bottom: 2.5rem !important;
  }

  .spacing-vertical-level-top {
    padding-top: 2.5rem !important;
  }
}
@media (min-width: 1200px) {
  .spacing-vertical-level {
    padding-bottom: 3.125rem !important;
    padding-top: 3.125rem !important;
  }

  .spacing-vertical-level-bottom {
    padding-bottom: 3.125rem !important;
  }

  .spacing-vertical-level-top {
    padding-top: 3.125rem !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-4 {
  margin: 0.25rem !important;
}
.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}
.m-8 {
  margin: 0.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.mt-16,
.my-16 {
  margin-top: 1rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}
.m-20 {
  margin: 1.25rem !important;
}
.mt-20,
.my-20 {
  margin-top: 1.25rem !important;
}
.mr-20,
.mx-20 {
  margin-right: 1.25rem !important;
}
.mb-20,
.my-20 {
  margin-bottom: 1.25rem !important;
}
.ml-20,
.mx-20 {
  margin-left: 1.25rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}
.m-28 {
  margin: 1.75rem !important;
}
.mt-28,
.my-28 {
  margin-top: 1.75rem !important;
}
.mr-28,
.mx-28 {
  margin-right: 1.75rem !important;
}
.mb-28,
.my-28 {
  margin-bottom: 1.75rem !important;
}
.ml-28,
.mx-28 {
  margin-left: 1.75rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.mt-32,
.my-32 {
  margin-top: 2rem !important;
}
.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}
.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}
.m-36 {
  margin: 2.25rem !important;
}
.mt-36,
.my-36 {
  margin-top: 2.25rem !important;
}
.mr-36,
.mx-36 {
  margin-right: 2.25rem !important;
}
.mb-36,
.my-36 {
  margin-bottom: 2.25rem !important;
}
.ml-36,
.mx-36 {
  margin-left: 2.25rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-44 {
  margin: 2.75rem !important;
}
.mt-44,
.my-44 {
  margin-top: 2.75rem !important;
}
.mr-44,
.mx-44 {
  margin-right: 2.75rem !important;
}
.mb-44,
.my-44 {
  margin-bottom: 2.75rem !important;
}
.ml-44,
.mx-44 {
  margin-left: 2.75rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.mt-48,
.my-48 {
  margin-top: 3rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}
.m-52 {
  margin: 3.25rem !important;
}
.mt-52,
.my-52 {
  margin-top: 3.25rem !important;
}
.mr-52,
.mx-52 {
  margin-right: 3.25rem !important;
}
.mb-52,
.my-52 {
  margin-bottom: 3.25rem !important;
}
.ml-52,
.mx-52 {
  margin-left: 3.25rem !important;
}
.m-56 {
  margin: 3.5rem !important;
}
.mt-56,
.my-56 {
  margin-top: 3.5rem !important;
}
.mr-56,
.mx-56 {
  margin-right: 3.5rem !important;
}
.mb-56,
.my-56 {
  margin-bottom: 3.5rem !important;
}
.ml-56,
.mx-56 {
  margin-left: 3.5rem !important;
}
.m-60 {
  margin: 3.75rem !important;
}
.mt-60,
.my-60 {
  margin-top: 3.75rem !important;
}
.mr-60,
.mx-60 {
  margin-right: 3.75rem !important;
}
.mb-60,
.my-60 {
  margin-bottom: 3.75rem !important;
}
.ml-60,
.mx-60 {
  margin-left: 3.75rem !important;
}
.m-64 {
  margin: 4rem !important;
}
.mt-64,
.my-64 {
  margin-top: 4rem !important;
}
.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}
.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}
.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}
.m-68 {
  margin: 4.25rem !important;
}
.mt-68,
.my-68 {
  margin-top: 4.25rem !important;
}
.mr-68,
.mx-68 {
  margin-right: 4.25rem !important;
}
.mb-68,
.my-68 {
  margin-bottom: 4.25rem !important;
}
.ml-68,
.mx-68 {
  margin-left: 4.25rem !important;
}
.m-72 {
  margin: 4.5rem !important;
}
.mt-72,
.my-72 {
  margin-top: 4.5rem !important;
}
.mr-72,
.mx-72 {
  margin-right: 4.5rem !important;
}
.mb-72,
.my-72 {
  margin-bottom: 4.5rem !important;
}
.ml-72,
.mx-72 {
  margin-left: 4.5rem !important;
}
.m-76 {
  margin: 4.75rem !important;
}
.mt-76,
.my-76 {
  margin-top: 4.75rem !important;
}
.mr-76,
.mx-76 {
  margin-right: 4.75rem !important;
}
.mb-76,
.my-76 {
  margin-bottom: 4.75rem !important;
}
.ml-76,
.mx-76 {
  margin-left: 4.75rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-96 {
  margin: 6rem !important;
}
.mt-96,
.my-96 {
  margin-top: 6rem !important;
}
.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}
.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}
.m-144 {
  margin: 9rem !important;
}
.mt-144,
.my-144 {
  margin-top: 9rem !important;
}
.mr-144,
.mx-144 {
  margin-right: 9rem !important;
}
.mb-144,
.my-144 {
  margin-bottom: 9rem !important;
}
.ml-144,
.mx-144 {
  margin-left: 9rem !important;
}
.m-192 {
  margin: 12rem !important;
}
.mt-192,
.my-192 {
  margin-top: 12rem !important;
}
.mr-192,
.mx-192 {
  margin-right: 12rem !important;
}
.mb-192,
.my-192 {
  margin-bottom: 12rem !important;
}
.ml-192,
.mx-192 {
  margin-left: 12rem !important;
}
.m-240 {
  margin: 15rem !important;
}
.mt-240,
.my-240 {
  margin-top: 15rem !important;
}
.mr-240,
.mx-240 {
  margin-right: 15rem !important;
}
.mb-240,
.my-240 {
  margin-bottom: 15rem !important;
}
.ml-240,
.mx-240 {
  margin-left: 15rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-4 {
  padding: 0.25rem !important;
}
.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}
.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}
.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}
.p-8 {
  padding: 0.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-16,
.py-16 {
  padding-top: 1rem !important;
}
.pr-16,
.px-16 {
  padding-right: 1rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}
.pl-16,
.px-16 {
  padding-left: 1rem !important;
}
.p-20 {
  padding: 1.25rem !important;
}
.pt-20,
.py-20 {
  padding-top: 1.25rem !important;
}
.pr-20,
.px-20 {
  padding-right: 1.25rem !important;
}
.pb-20,
.py-20 {
  padding-bottom: 1.25rem !important;
}
.pl-20,
.px-20 {
  padding-left: 1.25rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}
.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}
.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}
.p-28 {
  padding: 1.75rem !important;
}
.pt-28,
.py-28 {
  padding-top: 1.75rem !important;
}
.pr-28,
.px-28 {
  padding-right: 1.75rem !important;
}
.pb-28,
.py-28 {
  padding-bottom: 1.75rem !important;
}
.pl-28,
.px-28 {
  padding-left: 1.75rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.pt-32,
.py-32 {
  padding-top: 2rem !important;
}
.pr-32,
.px-32 {
  padding-right: 2rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}
.pl-32,
.px-32 {
  padding-left: 2rem !important;
}
.p-36 {
  padding: 2.25rem !important;
}
.pt-36,
.py-36 {
  padding-top: 2.25rem !important;
}
.pr-36,
.px-36 {
  padding-right: 2.25rem !important;
}
.pb-36,
.py-36 {
  padding-bottom: 2.25rem !important;
}
.pl-36,
.px-36 {
  padding-left: 2.25rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-44 {
  padding: 2.75rem !important;
}
.pt-44,
.py-44 {
  padding-top: 2.75rem !important;
}
.pr-44,
.px-44 {
  padding-right: 2.75rem !important;
}
.pb-44,
.py-44 {
  padding-bottom: 2.75rem !important;
}
.pl-44,
.px-44 {
  padding-left: 2.75rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.pt-48,
.py-48 {
  padding-top: 3rem !important;
}
.pr-48,
.px-48 {
  padding-right: 3rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}
.pl-48,
.px-48 {
  padding-left: 3rem !important;
}
.p-52 {
  padding: 3.25rem !important;
}
.pt-52,
.py-52 {
  padding-top: 3.25rem !important;
}
.pr-52,
.px-52 {
  padding-right: 3.25rem !important;
}
.pb-52,
.py-52 {
  padding-bottom: 3.25rem !important;
}
.pl-52,
.px-52 {
  padding-left: 3.25rem !important;
}
.p-56 {
  padding: 3.5rem !important;
}
.pt-56,
.py-56 {
  padding-top: 3.5rem !important;
}
.pr-56,
.px-56 {
  padding-right: 3.5rem !important;
}
.pb-56,
.py-56 {
  padding-bottom: 3.5rem !important;
}
.pl-56,
.px-56 {
  padding-left: 3.5rem !important;
}
.p-60 {
  padding: 3.75rem !important;
}
.pt-60,
.py-60 {
  padding-top: 3.75rem !important;
}
.pr-60,
.px-60 {
  padding-right: 3.75rem !important;
}
.pb-60,
.py-60 {
  padding-bottom: 3.75rem !important;
}
.pl-60,
.px-60 {
  padding-left: 3.75rem !important;
}
.p-64 {
  padding: 4rem !important;
}
.pt-64,
.py-64 {
  padding-top: 4rem !important;
}
.pr-64,
.px-64 {
  padding-right: 4rem !important;
}
.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}
.pl-64,
.px-64 {
  padding-left: 4rem !important;
}
.p-68 {
  padding: 4.25rem !important;
}
.pt-68,
.py-68 {
  padding-top: 4.25rem !important;
}
.pr-68,
.px-68 {
  padding-right: 4.25rem !important;
}
.pb-68,
.py-68 {
  padding-bottom: 4.25rem !important;
}
.pl-68,
.px-68 {
  padding-left: 4.25rem !important;
}
.p-72 {
  padding: 4.5rem !important;
}
.pt-72,
.py-72 {
  padding-top: 4.5rem !important;
}
.pr-72,
.px-72 {
  padding-right: 4.5rem !important;
}
.pb-72,
.py-72 {
  padding-bottom: 4.5rem !important;
}
.pl-72,
.px-72 {
  padding-left: 4.5rem !important;
}
.p-76 {
  padding: 4.75rem !important;
}
.pt-76,
.py-76 {
  padding-top: 4.75rem !important;
}
.pr-76,
.px-76 {
  padding-right: 4.75rem !important;
}
.pb-76,
.py-76 {
  padding-bottom: 4.75rem !important;
}
.pl-76,
.px-76 {
  padding-left: 4.75rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-96 {
  padding: 6rem !important;
}
.pt-96,
.py-96 {
  padding-top: 6rem !important;
}
.pr-96,
.px-96 {
  padding-right: 6rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}
.pl-96,
.px-96 {
  padding-left: 6rem !important;
}
.p-144 {
  padding: 9rem !important;
}
.pt-144,
.py-144 {
  padding-top: 9rem !important;
}
.pr-144,
.px-144 {
  padding-right: 9rem !important;
}
.pb-144,
.py-144 {
  padding-bottom: 9rem !important;
}
.pl-144,
.px-144 {
  padding-left: 9rem !important;
}
.p-192 {
  padding: 12rem !important;
}
.pt-192,
.py-192 {
  padding-top: 12rem !important;
}
.pr-192,
.px-192 {
  padding-right: 12rem !important;
}
.pb-192,
.py-192 {
  padding-bottom: 12rem !important;
}
.pl-192,
.px-192 {
  padding-left: 12rem !important;
}
.p-240 {
  padding: 15rem !important;
}
.pt-240,
.py-240 {
  padding-top: 15rem !important;
}
.pr-240,
.px-240 {
  padding-right: 15rem !important;
}
.pb-240,
.py-240 {
  padding-bottom: 15rem !important;
}
.pl-240,
.px-240 {
  padding-left: 15rem !important;
}
.m-n4 {
  margin: -0.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}
.m-n8 {
  margin: -0.5rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n16 {
  margin: -1rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -1rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -1rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -1rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -1rem !important;
}
.m-n20 {
  margin: -1.25rem !important;
}
.mt-n20,
.my-n20 {
  margin-top: -1.25rem !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -1.25rem !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -1.25rem !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -1.25rem !important;
}
.m-n24 {
  margin: -1.5rem !important;
}
.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}
.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}
.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}
.m-n28 {
  margin: -1.75rem !important;
}
.mt-n28,
.my-n28 {
  margin-top: -1.75rem !important;
}
.mr-n28,
.mx-n28 {
  margin-right: -1.75rem !important;
}
.mb-n28,
.my-n28 {
  margin-bottom: -1.75rem !important;
}
.ml-n28,
.mx-n28 {
  margin-left: -1.75rem !important;
}
.m-n32 {
  margin: -2rem !important;
}
.mt-n32,
.my-n32 {
  margin-top: -2rem !important;
}
.mr-n32,
.mx-n32 {
  margin-right: -2rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -2rem !important;
}
.ml-n32,
.mx-n32 {
  margin-left: -2rem !important;
}
.m-n36 {
  margin: -2.25rem !important;
}
.mt-n36,
.my-n36 {
  margin-top: -2.25rem !important;
}
.mr-n36,
.mx-n36 {
  margin-right: -2.25rem !important;
}
.mb-n36,
.my-n36 {
  margin-bottom: -2.25rem !important;
}
.ml-n36,
.mx-n36 {
  margin-left: -2.25rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n44 {
  margin: -2.75rem !important;
}
.mt-n44,
.my-n44 {
  margin-top: -2.75rem !important;
}
.mr-n44,
.mx-n44 {
  margin-right: -2.75rem !important;
}
.mb-n44,
.my-n44 {
  margin-bottom: -2.75rem !important;
}
.ml-n44,
.mx-n44 {
  margin-left: -2.75rem !important;
}
.m-n48 {
  margin: -3rem !important;
}
.mt-n48,
.my-n48 {
  margin-top: -3rem !important;
}
.mr-n48,
.mx-n48 {
  margin-right: -3rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -3rem !important;
}
.ml-n48,
.mx-n48 {
  margin-left: -3rem !important;
}
.m-n52 {
  margin: -3.25rem !important;
}
.mt-n52,
.my-n52 {
  margin-top: -3.25rem !important;
}
.mr-n52,
.mx-n52 {
  margin-right: -3.25rem !important;
}
.mb-n52,
.my-n52 {
  margin-bottom: -3.25rem !important;
}
.ml-n52,
.mx-n52 {
  margin-left: -3.25rem !important;
}
.m-n56 {
  margin: -3.5rem !important;
}
.mt-n56,
.my-n56 {
  margin-top: -3.5rem !important;
}
.mr-n56,
.mx-n56 {
  margin-right: -3.5rem !important;
}
.mb-n56,
.my-n56 {
  margin-bottom: -3.5rem !important;
}
.ml-n56,
.mx-n56 {
  margin-left: -3.5rem !important;
}
.m-n60 {
  margin: -3.75rem !important;
}
.mt-n60,
.my-n60 {
  margin-top: -3.75rem !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -3.75rem !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -3.75rem !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -3.75rem !important;
}
.m-n64 {
  margin: -4rem !important;
}
.mt-n64,
.my-n64 {
  margin-top: -4rem !important;
}
.mr-n64,
.mx-n64 {
  margin-right: -4rem !important;
}
.mb-n64,
.my-n64 {
  margin-bottom: -4rem !important;
}
.ml-n64,
.mx-n64 {
  margin-left: -4rem !important;
}
.m-n68 {
  margin: -4.25rem !important;
}
.mt-n68,
.my-n68 {
  margin-top: -4.25rem !important;
}
.mr-n68,
.mx-n68 {
  margin-right: -4.25rem !important;
}
.mb-n68,
.my-n68 {
  margin-bottom: -4.25rem !important;
}
.ml-n68,
.mx-n68 {
  margin-left: -4.25rem !important;
}
.m-n72 {
  margin: -4.5rem !important;
}
.mt-n72,
.my-n72 {
  margin-top: -4.5rem !important;
}
.mr-n72,
.mx-n72 {
  margin-right: -4.5rem !important;
}
.mb-n72,
.my-n72 {
  margin-bottom: -4.5rem !important;
}
.ml-n72,
.mx-n72 {
  margin-left: -4.5rem !important;
}
.m-n76 {
  margin: -4.75rem !important;
}
.mt-n76,
.my-n76 {
  margin-top: -4.75rem !important;
}
.mr-n76,
.mx-n76 {
  margin-right: -4.75rem !important;
}
.mb-n76,
.my-n76 {
  margin-bottom: -4.75rem !important;
}
.ml-n76,
.mx-n76 {
  margin-left: -4.75rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n96 {
  margin: -6rem !important;
}
.mt-n96,
.my-n96 {
  margin-top: -6rem !important;
}
.mr-n96,
.mx-n96 {
  margin-right: -6rem !important;
}
.mb-n96,
.my-n96 {
  margin-bottom: -6rem !important;
}
.ml-n96,
.mx-n96 {
  margin-left: -6rem !important;
}
.m-n144 {
  margin: -9rem !important;
}
.mt-n144,
.my-n144 {
  margin-top: -9rem !important;
}
.mr-n144,
.mx-n144 {
  margin-right: -9rem !important;
}
.mb-n144,
.my-n144 {
  margin-bottom: -9rem !important;
}
.ml-n144,
.mx-n144 {
  margin-left: -9rem !important;
}
.m-n192 {
  margin: -12rem !important;
}
.mt-n192,
.my-n192 {
  margin-top: -12rem !important;
}
.mr-n192,
.mx-n192 {
  margin-right: -12rem !important;
}
.mb-n192,
.my-n192 {
  margin-bottom: -12rem !important;
}
.ml-n192,
.mx-n192 {
  margin-left: -12rem !important;
}
.m-n240 {
  margin: -15rem !important;
}
.mt-n240,
.my-n240 {
  margin-top: -15rem !important;
}
.mr-n240,
.mx-n240 {
  margin-right: -15rem !important;
}
.mb-n240,
.my-n240 {
  margin-bottom: -15rem !important;
}
.ml-n240,
.mx-n240 {
  margin-left: -15rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-4 {
    margin: 0.25rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 0.25rem !important;
  }

  .m-sm-8 {
    margin: 0.5rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 0.5rem !important;
  }

  .m-sm-12 {
    margin: 0.75rem !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 0.75rem !important;
  }

  .m-sm-16 {
    margin: 1rem !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 1rem !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 1rem !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 1rem !important;
  }

  .m-sm-20 {
    margin: 1.25rem !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 1.25rem !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 1.25rem !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 1.25rem !important;
  }

  .m-sm-24 {
    margin: 1.5rem !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 1.5rem !important;
  }

  .m-sm-28 {
    margin: 1.75rem !important;
  }

  .mt-sm-28,
.my-sm-28 {
    margin-top: 1.75rem !important;
  }

  .mr-sm-28,
.mx-sm-28 {
    margin-right: 1.75rem !important;
  }

  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-sm-28,
.mx-sm-28 {
    margin-left: 1.75rem !important;
  }

  .m-sm-32 {
    margin: 2rem !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 2rem !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 2rem !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 2rem !important;
  }

  .m-sm-36 {
    margin: 2.25rem !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 2.25rem !important;
  }

  .m-sm-40 {
    margin: 2.5rem !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 2.5rem !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 2.5rem !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 2.5rem !important;
  }

  .m-sm-44 {
    margin: 2.75rem !important;
  }

  .mt-sm-44,
.my-sm-44 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-44,
.mx-sm-44 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-44,
.my-sm-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-44,
.mx-sm-44 {
    margin-left: 2.75rem !important;
  }

  .m-sm-48 {
    margin: 3rem !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 3rem !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 3rem !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 3rem !important;
  }

  .m-sm-52 {
    margin: 3.25rem !important;
  }

  .mt-sm-52,
.my-sm-52 {
    margin-top: 3.25rem !important;
  }

  .mr-sm-52,
.mx-sm-52 {
    margin-right: 3.25rem !important;
  }

  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-sm-52,
.mx-sm-52 {
    margin-left: 3.25rem !important;
  }

  .m-sm-56 {
    margin: 3.5rem !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 3.5rem !important;
  }

  .m-sm-60 {
    margin: 3.75rem !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 3.75rem !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 3.75rem !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 3.75rem !important;
  }

  .m-sm-64 {
    margin: 4rem !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 4rem !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 4rem !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 4rem !important;
  }

  .m-sm-68 {
    margin: 4.25rem !important;
  }

  .mt-sm-68,
.my-sm-68 {
    margin-top: 4.25rem !important;
  }

  .mr-sm-68,
.mx-sm-68 {
    margin-right: 4.25rem !important;
  }

  .mb-sm-68,
.my-sm-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-sm-68,
.mx-sm-68 {
    margin-left: 4.25rem !important;
  }

  .m-sm-72 {
    margin: 4.5rem !important;
  }

  .mt-sm-72,
.my-sm-72 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-72,
.mx-sm-72 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-72,
.my-sm-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-72,
.mx-sm-72 {
    margin-left: 4.5rem !important;
  }

  .m-sm-76 {
    margin: 4.75rem !important;
  }

  .mt-sm-76,
.my-sm-76 {
    margin-top: 4.75rem !important;
  }

  .mr-sm-76,
.mx-sm-76 {
    margin-right: 4.75rem !important;
  }

  .mb-sm-76,
.my-sm-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-sm-76,
.mx-sm-76 {
    margin-left: 4.75rem !important;
  }

  .m-sm-80 {
    margin: 5rem !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 5rem !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 5rem !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 5rem !important;
  }

  .m-sm-96 {
    margin: 6rem !important;
  }

  .mt-sm-96,
.my-sm-96 {
    margin-top: 6rem !important;
  }

  .mr-sm-96,
.mx-sm-96 {
    margin-right: 6rem !important;
  }

  .mb-sm-96,
.my-sm-96 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-96,
.mx-sm-96 {
    margin-left: 6rem !important;
  }

  .m-sm-144 {
    margin: 9rem !important;
  }

  .mt-sm-144,
.my-sm-144 {
    margin-top: 9rem !important;
  }

  .mr-sm-144,
.mx-sm-144 {
    margin-right: 9rem !important;
  }

  .mb-sm-144,
.my-sm-144 {
    margin-bottom: 9rem !important;
  }

  .ml-sm-144,
.mx-sm-144 {
    margin-left: 9rem !important;
  }

  .m-sm-192 {
    margin: 12rem !important;
  }

  .mt-sm-192,
.my-sm-192 {
    margin-top: 12rem !important;
  }

  .mr-sm-192,
.mx-sm-192 {
    margin-right: 12rem !important;
  }

  .mb-sm-192,
.my-sm-192 {
    margin-bottom: 12rem !important;
  }

  .ml-sm-192,
.mx-sm-192 {
    margin-left: 12rem !important;
  }

  .m-sm-240 {
    margin: 15rem !important;
  }

  .mt-sm-240,
.my-sm-240 {
    margin-top: 15rem !important;
  }

  .mr-sm-240,
.mx-sm-240 {
    margin-right: 15rem !important;
  }

  .mb-sm-240,
.my-sm-240 {
    margin-bottom: 15rem !important;
  }

  .ml-sm-240,
.mx-sm-240 {
    margin-left: 15rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-4 {
    padding: 0.25rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 0.25rem !important;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 0.5rem !important;
  }

  .p-sm-12 {
    padding: 0.75rem !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 0.75rem !important;
  }

  .p-sm-16 {
    padding: 1rem !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 1rem !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 1rem !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 1rem !important;
  }

  .p-sm-20 {
    padding: 1.25rem !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 1.25rem !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 1.25rem !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 1.25rem !important;
  }

  .p-sm-24 {
    padding: 1.5rem !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 1.5rem !important;
  }

  .p-sm-28 {
    padding: 1.75rem !important;
  }

  .pt-sm-28,
.py-sm-28 {
    padding-top: 1.75rem !important;
  }

  .pr-sm-28,
.px-sm-28 {
    padding-right: 1.75rem !important;
  }

  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-sm-28,
.px-sm-28 {
    padding-left: 1.75rem !important;
  }

  .p-sm-32 {
    padding: 2rem !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 2rem !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 2rem !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 2rem !important;
  }

  .p-sm-36 {
    padding: 2.25rem !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 2.25rem !important;
  }

  .p-sm-40 {
    padding: 2.5rem !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 2.5rem !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 2.5rem !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 2.5rem !important;
  }

  .p-sm-44 {
    padding: 2.75rem !important;
  }

  .pt-sm-44,
.py-sm-44 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-44,
.px-sm-44 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-44,
.py-sm-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-44,
.px-sm-44 {
    padding-left: 2.75rem !important;
  }

  .p-sm-48 {
    padding: 3rem !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 3rem !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 3rem !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 3rem !important;
  }

  .p-sm-52 {
    padding: 3.25rem !important;
  }

  .pt-sm-52,
.py-sm-52 {
    padding-top: 3.25rem !important;
  }

  .pr-sm-52,
.px-sm-52 {
    padding-right: 3.25rem !important;
  }

  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-sm-52,
.px-sm-52 {
    padding-left: 3.25rem !important;
  }

  .p-sm-56 {
    padding: 3.5rem !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 3.5rem !important;
  }

  .p-sm-60 {
    padding: 3.75rem !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 3.75rem !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 3.75rem !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 3.75rem !important;
  }

  .p-sm-64 {
    padding: 4rem !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 4rem !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 4rem !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 4rem !important;
  }

  .p-sm-68 {
    padding: 4.25rem !important;
  }

  .pt-sm-68,
.py-sm-68 {
    padding-top: 4.25rem !important;
  }

  .pr-sm-68,
.px-sm-68 {
    padding-right: 4.25rem !important;
  }

  .pb-sm-68,
.py-sm-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-sm-68,
.px-sm-68 {
    padding-left: 4.25rem !important;
  }

  .p-sm-72 {
    padding: 4.5rem !important;
  }

  .pt-sm-72,
.py-sm-72 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-72,
.px-sm-72 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-72,
.py-sm-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-72,
.px-sm-72 {
    padding-left: 4.5rem !important;
  }

  .p-sm-76 {
    padding: 4.75rem !important;
  }

  .pt-sm-76,
.py-sm-76 {
    padding-top: 4.75rem !important;
  }

  .pr-sm-76,
.px-sm-76 {
    padding-right: 4.75rem !important;
  }

  .pb-sm-76,
.py-sm-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-sm-76,
.px-sm-76 {
    padding-left: 4.75rem !important;
  }

  .p-sm-80 {
    padding: 5rem !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 5rem !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 5rem !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 5rem !important;
  }

  .p-sm-96 {
    padding: 6rem !important;
  }

  .pt-sm-96,
.py-sm-96 {
    padding-top: 6rem !important;
  }

  .pr-sm-96,
.px-sm-96 {
    padding-right: 6rem !important;
  }

  .pb-sm-96,
.py-sm-96 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-96,
.px-sm-96 {
    padding-left: 6rem !important;
  }

  .p-sm-144 {
    padding: 9rem !important;
  }

  .pt-sm-144,
.py-sm-144 {
    padding-top: 9rem !important;
  }

  .pr-sm-144,
.px-sm-144 {
    padding-right: 9rem !important;
  }

  .pb-sm-144,
.py-sm-144 {
    padding-bottom: 9rem !important;
  }

  .pl-sm-144,
.px-sm-144 {
    padding-left: 9rem !important;
  }

  .p-sm-192 {
    padding: 12rem !important;
  }

  .pt-sm-192,
.py-sm-192 {
    padding-top: 12rem !important;
  }

  .pr-sm-192,
.px-sm-192 {
    padding-right: 12rem !important;
  }

  .pb-sm-192,
.py-sm-192 {
    padding-bottom: 12rem !important;
  }

  .pl-sm-192,
.px-sm-192 {
    padding-left: 12rem !important;
  }

  .p-sm-240 {
    padding: 15rem !important;
  }

  .pt-sm-240,
.py-sm-240 {
    padding-top: 15rem !important;
  }

  .pr-sm-240,
.px-sm-240 {
    padding-right: 15rem !important;
  }

  .pb-sm-240,
.py-sm-240 {
    padding-bottom: 15rem !important;
  }

  .pl-sm-240,
.px-sm-240 {
    padding-left: 15rem !important;
  }

  .m-sm-n4 {
    margin: -0.25rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n8 {
    margin: -0.5rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n12 {
    margin: -0.75rem !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -0.75rem !important;
  }

  .m-sm-n16 {
    margin: -1rem !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -1rem !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -1rem !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -1rem !important;
  }

  .m-sm-n20 {
    margin: -1.25rem !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -1.25rem !important;
  }

  .m-sm-n24 {
    margin: -1.5rem !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n28 {
    margin: -1.75rem !important;
  }

  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -1.75rem !important;
  }

  .m-sm-n32 {
    margin: -2rem !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -2rem !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -2rem !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -2rem !important;
  }

  .m-sm-n36 {
    margin: -2.25rem !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -2.25rem !important;
  }

  .m-sm-n40 {
    margin: -2.5rem !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -2.5rem !important;
  }

  .m-sm-n44 {
    margin: -2.75rem !important;
  }

  .mt-sm-n44,
.my-sm-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n44,
.mx-sm-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n44,
.my-sm-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n44,
.mx-sm-n44 {
    margin-left: -2.75rem !important;
  }

  .m-sm-n48 {
    margin: -3rem !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -3rem !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -3rem !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -3rem !important;
  }

  .m-sm-n52 {
    margin: -3.25rem !important;
  }

  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -3.25rem !important;
  }

  .m-sm-n56 {
    margin: -3.5rem !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -3.5rem !important;
  }

  .m-sm-n60 {
    margin: -3.75rem !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -3.75rem !important;
  }

  .m-sm-n64 {
    margin: -4rem !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -4rem !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -4rem !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -4rem !important;
  }

  .m-sm-n68 {
    margin: -4.25rem !important;
  }

  .mt-sm-n68,
.my-sm-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-sm-n68,
.mx-sm-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-sm-n68,
.my-sm-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-sm-n68,
.mx-sm-n68 {
    margin-left: -4.25rem !important;
  }

  .m-sm-n72 {
    margin: -4.5rem !important;
  }

  .mt-sm-n72,
.my-sm-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n72,
.mx-sm-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n72,
.my-sm-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n72,
.mx-sm-n72 {
    margin-left: -4.5rem !important;
  }

  .m-sm-n76 {
    margin: -4.75rem !important;
  }

  .mt-sm-n76,
.my-sm-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-sm-n76,
.mx-sm-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-sm-n76,
.my-sm-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-sm-n76,
.mx-sm-n76 {
    margin-left: -4.75rem !important;
  }

  .m-sm-n80 {
    margin: -5rem !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -5rem !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -5rem !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -5rem !important;
  }

  .m-sm-n96 {
    margin: -6rem !important;
  }

  .mt-sm-n96,
.my-sm-n96 {
    margin-top: -6rem !important;
  }

  .mr-sm-n96,
.mx-sm-n96 {
    margin-right: -6rem !important;
  }

  .mb-sm-n96,
.my-sm-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n96,
.mx-sm-n96 {
    margin-left: -6rem !important;
  }

  .m-sm-n144 {
    margin: -9rem !important;
  }

  .mt-sm-n144,
.my-sm-n144 {
    margin-top: -9rem !important;
  }

  .mr-sm-n144,
.mx-sm-n144 {
    margin-right: -9rem !important;
  }

  .mb-sm-n144,
.my-sm-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-sm-n144,
.mx-sm-n144 {
    margin-left: -9rem !important;
  }

  .m-sm-n192 {
    margin: -12rem !important;
  }

  .mt-sm-n192,
.my-sm-n192 {
    margin-top: -12rem !important;
  }

  .mr-sm-n192,
.mx-sm-n192 {
    margin-right: -12rem !important;
  }

  .mb-sm-n192,
.my-sm-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-sm-n192,
.mx-sm-n192 {
    margin-left: -12rem !important;
  }

  .m-sm-n240 {
    margin: -15rem !important;
  }

  .mt-sm-n240,
.my-sm-n240 {
    margin-top: -15rem !important;
  }

  .mr-sm-n240,
.mx-sm-n240 {
    margin-right: -15rem !important;
  }

  .mb-sm-n240,
.my-sm-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-sm-n240,
.mx-sm-n240 {
    margin-left: -15rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-4 {
    margin: 0.25rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 0.25rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 0.25rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 0.25rem !important;
  }

  .m-md-8 {
    margin: 0.5rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 0.5rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 0.5rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 0.5rem !important;
  }

  .m-md-12 {
    margin: 0.75rem !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 0.75rem !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 0.75rem !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 0.75rem !important;
  }

  .m-md-16 {
    margin: 1rem !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 1rem !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 1rem !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 1rem !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 1rem !important;
  }

  .m-md-20 {
    margin: 1.25rem !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 1.25rem !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 1.25rem !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 1.25rem !important;
  }

  .m-md-24 {
    margin: 1.5rem !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 1.5rem !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 1.5rem !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 1.5rem !important;
  }

  .m-md-28 {
    margin: 1.75rem !important;
  }

  .mt-md-28,
.my-md-28 {
    margin-top: 1.75rem !important;
  }

  .mr-md-28,
.mx-md-28 {
    margin-right: 1.75rem !important;
  }

  .mb-md-28,
.my-md-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-md-28,
.mx-md-28 {
    margin-left: 1.75rem !important;
  }

  .m-md-32 {
    margin: 2rem !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 2rem !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 2rem !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 2rem !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 2rem !important;
  }

  .m-md-36 {
    margin: 2.25rem !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 2.25rem !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 2.25rem !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 2.25rem !important;
  }

  .m-md-40 {
    margin: 2.5rem !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 2.5rem !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 2.5rem !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 2.5rem !important;
  }

  .m-md-44 {
    margin: 2.75rem !important;
  }

  .mt-md-44,
.my-md-44 {
    margin-top: 2.75rem !important;
  }

  .mr-md-44,
.mx-md-44 {
    margin-right: 2.75rem !important;
  }

  .mb-md-44,
.my-md-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-44,
.mx-md-44 {
    margin-left: 2.75rem !important;
  }

  .m-md-48 {
    margin: 3rem !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 3rem !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 3rem !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 3rem !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 3rem !important;
  }

  .m-md-52 {
    margin: 3.25rem !important;
  }

  .mt-md-52,
.my-md-52 {
    margin-top: 3.25rem !important;
  }

  .mr-md-52,
.mx-md-52 {
    margin-right: 3.25rem !important;
  }

  .mb-md-52,
.my-md-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-md-52,
.mx-md-52 {
    margin-left: 3.25rem !important;
  }

  .m-md-56 {
    margin: 3.5rem !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 3.5rem !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 3.5rem !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 3.5rem !important;
  }

  .m-md-60 {
    margin: 3.75rem !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 3.75rem !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 3.75rem !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 3.75rem !important;
  }

  .m-md-64 {
    margin: 4rem !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 4rem !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 4rem !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 4rem !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 4rem !important;
  }

  .m-md-68 {
    margin: 4.25rem !important;
  }

  .mt-md-68,
.my-md-68 {
    margin-top: 4.25rem !important;
  }

  .mr-md-68,
.mx-md-68 {
    margin-right: 4.25rem !important;
  }

  .mb-md-68,
.my-md-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-md-68,
.mx-md-68 {
    margin-left: 4.25rem !important;
  }

  .m-md-72 {
    margin: 4.5rem !important;
  }

  .mt-md-72,
.my-md-72 {
    margin-top: 4.5rem !important;
  }

  .mr-md-72,
.mx-md-72 {
    margin-right: 4.5rem !important;
  }

  .mb-md-72,
.my-md-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-72,
.mx-md-72 {
    margin-left: 4.5rem !important;
  }

  .m-md-76 {
    margin: 4.75rem !important;
  }

  .mt-md-76,
.my-md-76 {
    margin-top: 4.75rem !important;
  }

  .mr-md-76,
.mx-md-76 {
    margin-right: 4.75rem !important;
  }

  .mb-md-76,
.my-md-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-md-76,
.mx-md-76 {
    margin-left: 4.75rem !important;
  }

  .m-md-80 {
    margin: 5rem !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 5rem !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 5rem !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 5rem !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 5rem !important;
  }

  .m-md-96 {
    margin: 6rem !important;
  }

  .mt-md-96,
.my-md-96 {
    margin-top: 6rem !important;
  }

  .mr-md-96,
.mx-md-96 {
    margin-right: 6rem !important;
  }

  .mb-md-96,
.my-md-96 {
    margin-bottom: 6rem !important;
  }

  .ml-md-96,
.mx-md-96 {
    margin-left: 6rem !important;
  }

  .m-md-144 {
    margin: 9rem !important;
  }

  .mt-md-144,
.my-md-144 {
    margin-top: 9rem !important;
  }

  .mr-md-144,
.mx-md-144 {
    margin-right: 9rem !important;
  }

  .mb-md-144,
.my-md-144 {
    margin-bottom: 9rem !important;
  }

  .ml-md-144,
.mx-md-144 {
    margin-left: 9rem !important;
  }

  .m-md-192 {
    margin: 12rem !important;
  }

  .mt-md-192,
.my-md-192 {
    margin-top: 12rem !important;
  }

  .mr-md-192,
.mx-md-192 {
    margin-right: 12rem !important;
  }

  .mb-md-192,
.my-md-192 {
    margin-bottom: 12rem !important;
  }

  .ml-md-192,
.mx-md-192 {
    margin-left: 12rem !important;
  }

  .m-md-240 {
    margin: 15rem !important;
  }

  .mt-md-240,
.my-md-240 {
    margin-top: 15rem !important;
  }

  .mr-md-240,
.mx-md-240 {
    margin-right: 15rem !important;
  }

  .mb-md-240,
.my-md-240 {
    margin-bottom: 15rem !important;
  }

  .ml-md-240,
.mx-md-240 {
    margin-left: 15rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-4 {
    padding: 0.25rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 0.25rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 0.25rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 0.25rem !important;
  }

  .p-md-8 {
    padding: 0.5rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 0.5rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 0.5rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 0.5rem !important;
  }

  .p-md-12 {
    padding: 0.75rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 0.75rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 0.75rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 0.75rem !important;
  }

  .p-md-16 {
    padding: 1rem !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 1rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 1rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 1rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 1rem !important;
  }

  .p-md-20 {
    padding: 1.25rem !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 1.25rem !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 1.25rem !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 1.25rem !important;
  }

  .p-md-24 {
    padding: 1.5rem !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 1.5rem !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 1.5rem !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 1.5rem !important;
  }

  .p-md-28 {
    padding: 1.75rem !important;
  }

  .pt-md-28,
.py-md-28 {
    padding-top: 1.75rem !important;
  }

  .pr-md-28,
.px-md-28 {
    padding-right: 1.75rem !important;
  }

  .pb-md-28,
.py-md-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-28,
.px-md-28 {
    padding-left: 1.75rem !important;
  }

  .p-md-32 {
    padding: 2rem !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 2rem !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 2rem !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 2rem !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 2rem !important;
  }

  .p-md-36 {
    padding: 2.25rem !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 2.25rem !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 2.25rem !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 2.25rem !important;
  }

  .p-md-40 {
    padding: 2.5rem !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 2.5rem !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 2.5rem !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 2.5rem !important;
  }

  .p-md-44 {
    padding: 2.75rem !important;
  }

  .pt-md-44,
.py-md-44 {
    padding-top: 2.75rem !important;
  }

  .pr-md-44,
.px-md-44 {
    padding-right: 2.75rem !important;
  }

  .pb-md-44,
.py-md-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-44,
.px-md-44 {
    padding-left: 2.75rem !important;
  }

  .p-md-48 {
    padding: 3rem !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 3rem !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 3rem !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 3rem !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 3rem !important;
  }

  .p-md-52 {
    padding: 3.25rem !important;
  }

  .pt-md-52,
.py-md-52 {
    padding-top: 3.25rem !important;
  }

  .pr-md-52,
.px-md-52 {
    padding-right: 3.25rem !important;
  }

  .pb-md-52,
.py-md-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-md-52,
.px-md-52 {
    padding-left: 3.25rem !important;
  }

  .p-md-56 {
    padding: 3.5rem !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 3.5rem !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 3.5rem !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 3.5rem !important;
  }

  .p-md-60 {
    padding: 3.75rem !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 3.75rem !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 3.75rem !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 3.75rem !important;
  }

  .p-md-64 {
    padding: 4rem !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 4rem !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 4rem !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 4rem !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 4rem !important;
  }

  .p-md-68 {
    padding: 4.25rem !important;
  }

  .pt-md-68,
.py-md-68 {
    padding-top: 4.25rem !important;
  }

  .pr-md-68,
.px-md-68 {
    padding-right: 4.25rem !important;
  }

  .pb-md-68,
.py-md-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-md-68,
.px-md-68 {
    padding-left: 4.25rem !important;
  }

  .p-md-72 {
    padding: 4.5rem !important;
  }

  .pt-md-72,
.py-md-72 {
    padding-top: 4.5rem !important;
  }

  .pr-md-72,
.px-md-72 {
    padding-right: 4.5rem !important;
  }

  .pb-md-72,
.py-md-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-72,
.px-md-72 {
    padding-left: 4.5rem !important;
  }

  .p-md-76 {
    padding: 4.75rem !important;
  }

  .pt-md-76,
.py-md-76 {
    padding-top: 4.75rem !important;
  }

  .pr-md-76,
.px-md-76 {
    padding-right: 4.75rem !important;
  }

  .pb-md-76,
.py-md-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-md-76,
.px-md-76 {
    padding-left: 4.75rem !important;
  }

  .p-md-80 {
    padding: 5rem !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 5rem !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 5rem !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 5rem !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 5rem !important;
  }

  .p-md-96 {
    padding: 6rem !important;
  }

  .pt-md-96,
.py-md-96 {
    padding-top: 6rem !important;
  }

  .pr-md-96,
.px-md-96 {
    padding-right: 6rem !important;
  }

  .pb-md-96,
.py-md-96 {
    padding-bottom: 6rem !important;
  }

  .pl-md-96,
.px-md-96 {
    padding-left: 6rem !important;
  }

  .p-md-144 {
    padding: 9rem !important;
  }

  .pt-md-144,
.py-md-144 {
    padding-top: 9rem !important;
  }

  .pr-md-144,
.px-md-144 {
    padding-right: 9rem !important;
  }

  .pb-md-144,
.py-md-144 {
    padding-bottom: 9rem !important;
  }

  .pl-md-144,
.px-md-144 {
    padding-left: 9rem !important;
  }

  .p-md-192 {
    padding: 12rem !important;
  }

  .pt-md-192,
.py-md-192 {
    padding-top: 12rem !important;
  }

  .pr-md-192,
.px-md-192 {
    padding-right: 12rem !important;
  }

  .pb-md-192,
.py-md-192 {
    padding-bottom: 12rem !important;
  }

  .pl-md-192,
.px-md-192 {
    padding-left: 12rem !important;
  }

  .p-md-240 {
    padding: 15rem !important;
  }

  .pt-md-240,
.py-md-240 {
    padding-top: 15rem !important;
  }

  .pr-md-240,
.px-md-240 {
    padding-right: 15rem !important;
  }

  .pb-md-240,
.py-md-240 {
    padding-bottom: 15rem !important;
  }

  .pl-md-240,
.px-md-240 {
    padding-left: 15rem !important;
  }

  .m-md-n4 {
    margin: -0.25rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -0.25rem !important;
  }

  .m-md-n8 {
    margin: -0.5rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -0.5rem !important;
  }

  .m-md-n12 {
    margin: -0.75rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -0.75rem !important;
  }

  .m-md-n16 {
    margin: -1rem !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -1rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -1rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -1rem !important;
  }

  .m-md-n20 {
    margin: -1.25rem !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -1.25rem !important;
  }

  .m-md-n24 {
    margin: -1.5rem !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -1.5rem !important;
  }

  .m-md-n28 {
    margin: -1.75rem !important;
  }

  .mt-md-n28,
.my-md-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n28,
.mx-md-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n28,
.mx-md-n28 {
    margin-left: -1.75rem !important;
  }

  .m-md-n32 {
    margin: -2rem !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -2rem !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -2rem !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -2rem !important;
  }

  .m-md-n36 {
    margin: -2.25rem !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -2.25rem !important;
  }

  .m-md-n40 {
    margin: -2.5rem !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -2.5rem !important;
  }

  .m-md-n44 {
    margin: -2.75rem !important;
  }

  .mt-md-n44,
.my-md-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n44,
.mx-md-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n44,
.my-md-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n44,
.mx-md-n44 {
    margin-left: -2.75rem !important;
  }

  .m-md-n48 {
    margin: -3rem !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -3rem !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -3rem !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -3rem !important;
  }

  .m-md-n52 {
    margin: -3.25rem !important;
  }

  .mt-md-n52,
.my-md-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-md-n52,
.mx-md-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-md-n52,
.mx-md-n52 {
    margin-left: -3.25rem !important;
  }

  .m-md-n56 {
    margin: -3.5rem !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -3.5rem !important;
  }

  .m-md-n60 {
    margin: -3.75rem !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -3.75rem !important;
  }

  .m-md-n64 {
    margin: -4rem !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -4rem !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -4rem !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -4rem !important;
  }

  .m-md-n68 {
    margin: -4.25rem !important;
  }

  .mt-md-n68,
.my-md-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-md-n68,
.mx-md-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-md-n68,
.my-md-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-md-n68,
.mx-md-n68 {
    margin-left: -4.25rem !important;
  }

  .m-md-n72 {
    margin: -4.5rem !important;
  }

  .mt-md-n72,
.my-md-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n72,
.mx-md-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n72,
.my-md-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n72,
.mx-md-n72 {
    margin-left: -4.5rem !important;
  }

  .m-md-n76 {
    margin: -4.75rem !important;
  }

  .mt-md-n76,
.my-md-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-md-n76,
.mx-md-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-md-n76,
.my-md-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-md-n76,
.mx-md-n76 {
    margin-left: -4.75rem !important;
  }

  .m-md-n80 {
    margin: -5rem !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -5rem !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -5rem !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -5rem !important;
  }

  .m-md-n96 {
    margin: -6rem !important;
  }

  .mt-md-n96,
.my-md-n96 {
    margin-top: -6rem !important;
  }

  .mr-md-n96,
.mx-md-n96 {
    margin-right: -6rem !important;
  }

  .mb-md-n96,
.my-md-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n96,
.mx-md-n96 {
    margin-left: -6rem !important;
  }

  .m-md-n144 {
    margin: -9rem !important;
  }

  .mt-md-n144,
.my-md-n144 {
    margin-top: -9rem !important;
  }

  .mr-md-n144,
.mx-md-n144 {
    margin-right: -9rem !important;
  }

  .mb-md-n144,
.my-md-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-md-n144,
.mx-md-n144 {
    margin-left: -9rem !important;
  }

  .m-md-n192 {
    margin: -12rem !important;
  }

  .mt-md-n192,
.my-md-n192 {
    margin-top: -12rem !important;
  }

  .mr-md-n192,
.mx-md-n192 {
    margin-right: -12rem !important;
  }

  .mb-md-n192,
.my-md-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-md-n192,
.mx-md-n192 {
    margin-left: -12rem !important;
  }

  .m-md-n240 {
    margin: -15rem !important;
  }

  .mt-md-n240,
.my-md-n240 {
    margin-top: -15rem !important;
  }

  .mr-md-n240,
.mx-md-n240 {
    margin-right: -15rem !important;
  }

  .mb-md-n240,
.my-md-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-md-n240,
.mx-md-n240 {
    margin-left: -15rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-4 {
    margin: 0.25rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 0.25rem !important;
  }

  .m-lg-8 {
    margin: 0.5rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 0.5rem !important;
  }

  .m-lg-12 {
    margin: 0.75rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 0.75rem !important;
  }

  .m-lg-16 {
    margin: 1rem !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 1rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 1rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 1rem !important;
  }

  .m-lg-20 {
    margin: 1.25rem !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 1.25rem !important;
  }

  .m-lg-24 {
    margin: 1.5rem !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 1.5rem !important;
  }

  .m-lg-28 {
    margin: 1.75rem !important;
  }

  .mt-lg-28,
.my-lg-28 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-28,
.mx-lg-28 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-28,
.mx-lg-28 {
    margin-left: 1.75rem !important;
  }

  .m-lg-32 {
    margin: 2rem !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 2rem !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 2rem !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 2rem !important;
  }

  .m-lg-36 {
    margin: 2.25rem !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 2.25rem !important;
  }

  .m-lg-40 {
    margin: 2.5rem !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 2.5rem !important;
  }

  .m-lg-44 {
    margin: 2.75rem !important;
  }

  .mt-lg-44,
.my-lg-44 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-44,
.mx-lg-44 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-44,
.my-lg-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-44,
.mx-lg-44 {
    margin-left: 2.75rem !important;
  }

  .m-lg-48 {
    margin: 3rem !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 3rem !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 3rem !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 3rem !important;
  }

  .m-lg-52 {
    margin: 3.25rem !important;
  }

  .mt-lg-52,
.my-lg-52 {
    margin-top: 3.25rem !important;
  }

  .mr-lg-52,
.mx-lg-52 {
    margin-right: 3.25rem !important;
  }

  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-lg-52,
.mx-lg-52 {
    margin-left: 3.25rem !important;
  }

  .m-lg-56 {
    margin: 3.5rem !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 3.5rem !important;
  }

  .m-lg-60 {
    margin: 3.75rem !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 3.75rem !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 3.75rem !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 3.75rem !important;
  }

  .m-lg-64 {
    margin: 4rem !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 4rem !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 4rem !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 4rem !important;
  }

  .m-lg-68 {
    margin: 4.25rem !important;
  }

  .mt-lg-68,
.my-lg-68 {
    margin-top: 4.25rem !important;
  }

  .mr-lg-68,
.mx-lg-68 {
    margin-right: 4.25rem !important;
  }

  .mb-lg-68,
.my-lg-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-lg-68,
.mx-lg-68 {
    margin-left: 4.25rem !important;
  }

  .m-lg-72 {
    margin: 4.5rem !important;
  }

  .mt-lg-72,
.my-lg-72 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-72,
.mx-lg-72 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-72,
.my-lg-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-72,
.mx-lg-72 {
    margin-left: 4.5rem !important;
  }

  .m-lg-76 {
    margin: 4.75rem !important;
  }

  .mt-lg-76,
.my-lg-76 {
    margin-top: 4.75rem !important;
  }

  .mr-lg-76,
.mx-lg-76 {
    margin-right: 4.75rem !important;
  }

  .mb-lg-76,
.my-lg-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-lg-76,
.mx-lg-76 {
    margin-left: 4.75rem !important;
  }

  .m-lg-80 {
    margin: 5rem !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 5rem !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 5rem !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 5rem !important;
  }

  .m-lg-96 {
    margin: 6rem !important;
  }

  .mt-lg-96,
.my-lg-96 {
    margin-top: 6rem !important;
  }

  .mr-lg-96,
.mx-lg-96 {
    margin-right: 6rem !important;
  }

  .mb-lg-96,
.my-lg-96 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-96,
.mx-lg-96 {
    margin-left: 6rem !important;
  }

  .m-lg-144 {
    margin: 9rem !important;
  }

  .mt-lg-144,
.my-lg-144 {
    margin-top: 9rem !important;
  }

  .mr-lg-144,
.mx-lg-144 {
    margin-right: 9rem !important;
  }

  .mb-lg-144,
.my-lg-144 {
    margin-bottom: 9rem !important;
  }

  .ml-lg-144,
.mx-lg-144 {
    margin-left: 9rem !important;
  }

  .m-lg-192 {
    margin: 12rem !important;
  }

  .mt-lg-192,
.my-lg-192 {
    margin-top: 12rem !important;
  }

  .mr-lg-192,
.mx-lg-192 {
    margin-right: 12rem !important;
  }

  .mb-lg-192,
.my-lg-192 {
    margin-bottom: 12rem !important;
  }

  .ml-lg-192,
.mx-lg-192 {
    margin-left: 12rem !important;
  }

  .m-lg-240 {
    margin: 15rem !important;
  }

  .mt-lg-240,
.my-lg-240 {
    margin-top: 15rem !important;
  }

  .mr-lg-240,
.mx-lg-240 {
    margin-right: 15rem !important;
  }

  .mb-lg-240,
.my-lg-240 {
    margin-bottom: 15rem !important;
  }

  .ml-lg-240,
.mx-lg-240 {
    margin-left: 15rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-4 {
    padding: 0.25rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 0.25rem !important;
  }

  .p-lg-8 {
    padding: 0.5rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 0.5rem !important;
  }

  .p-lg-12 {
    padding: 0.75rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 0.75rem !important;
  }

  .p-lg-16 {
    padding: 1rem !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 1rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 1rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 1rem !important;
  }

  .p-lg-20 {
    padding: 1.25rem !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 1.25rem !important;
  }

  .p-lg-24 {
    padding: 1.5rem !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 1.5rem !important;
  }

  .p-lg-28 {
    padding: 1.75rem !important;
  }

  .pt-lg-28,
.py-lg-28 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-28,
.px-lg-28 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-28,
.px-lg-28 {
    padding-left: 1.75rem !important;
  }

  .p-lg-32 {
    padding: 2rem !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 2rem !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 2rem !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 2rem !important;
  }

  .p-lg-36 {
    padding: 2.25rem !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 2.25rem !important;
  }

  .p-lg-40 {
    padding: 2.5rem !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 2.5rem !important;
  }

  .p-lg-44 {
    padding: 2.75rem !important;
  }

  .pt-lg-44,
.py-lg-44 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-44,
.px-lg-44 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-44,
.py-lg-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-44,
.px-lg-44 {
    padding-left: 2.75rem !important;
  }

  .p-lg-48 {
    padding: 3rem !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 3rem !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 3rem !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 3rem !important;
  }

  .p-lg-52 {
    padding: 3.25rem !important;
  }

  .pt-lg-52,
.py-lg-52 {
    padding-top: 3.25rem !important;
  }

  .pr-lg-52,
.px-lg-52 {
    padding-right: 3.25rem !important;
  }

  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-lg-52,
.px-lg-52 {
    padding-left: 3.25rem !important;
  }

  .p-lg-56 {
    padding: 3.5rem !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 3.5rem !important;
  }

  .p-lg-60 {
    padding: 3.75rem !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 3.75rem !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 3.75rem !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 3.75rem !important;
  }

  .p-lg-64 {
    padding: 4rem !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 4rem !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 4rem !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 4rem !important;
  }

  .p-lg-68 {
    padding: 4.25rem !important;
  }

  .pt-lg-68,
.py-lg-68 {
    padding-top: 4.25rem !important;
  }

  .pr-lg-68,
.px-lg-68 {
    padding-right: 4.25rem !important;
  }

  .pb-lg-68,
.py-lg-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-lg-68,
.px-lg-68 {
    padding-left: 4.25rem !important;
  }

  .p-lg-72 {
    padding: 4.5rem !important;
  }

  .pt-lg-72,
.py-lg-72 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-72,
.px-lg-72 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-72,
.py-lg-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-72,
.px-lg-72 {
    padding-left: 4.5rem !important;
  }

  .p-lg-76 {
    padding: 4.75rem !important;
  }

  .pt-lg-76,
.py-lg-76 {
    padding-top: 4.75rem !important;
  }

  .pr-lg-76,
.px-lg-76 {
    padding-right: 4.75rem !important;
  }

  .pb-lg-76,
.py-lg-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-lg-76,
.px-lg-76 {
    padding-left: 4.75rem !important;
  }

  .p-lg-80 {
    padding: 5rem !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 5rem !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 5rem !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 5rem !important;
  }

  .p-lg-96 {
    padding: 6rem !important;
  }

  .pt-lg-96,
.py-lg-96 {
    padding-top: 6rem !important;
  }

  .pr-lg-96,
.px-lg-96 {
    padding-right: 6rem !important;
  }

  .pb-lg-96,
.py-lg-96 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-96,
.px-lg-96 {
    padding-left: 6rem !important;
  }

  .p-lg-144 {
    padding: 9rem !important;
  }

  .pt-lg-144,
.py-lg-144 {
    padding-top: 9rem !important;
  }

  .pr-lg-144,
.px-lg-144 {
    padding-right: 9rem !important;
  }

  .pb-lg-144,
.py-lg-144 {
    padding-bottom: 9rem !important;
  }

  .pl-lg-144,
.px-lg-144 {
    padding-left: 9rem !important;
  }

  .p-lg-192 {
    padding: 12rem !important;
  }

  .pt-lg-192,
.py-lg-192 {
    padding-top: 12rem !important;
  }

  .pr-lg-192,
.px-lg-192 {
    padding-right: 12rem !important;
  }

  .pb-lg-192,
.py-lg-192 {
    padding-bottom: 12rem !important;
  }

  .pl-lg-192,
.px-lg-192 {
    padding-left: 12rem !important;
  }

  .p-lg-240 {
    padding: 15rem !important;
  }

  .pt-lg-240,
.py-lg-240 {
    padding-top: 15rem !important;
  }

  .pr-lg-240,
.px-lg-240 {
    padding-right: 15rem !important;
  }

  .pb-lg-240,
.py-lg-240 {
    padding-bottom: 15rem !important;
  }

  .pl-lg-240,
.px-lg-240 {
    padding-left: 15rem !important;
  }

  .m-lg-n4 {
    margin: -0.25rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n8 {
    margin: -0.5rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n12 {
    margin: -0.75rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n16 {
    margin: -1rem !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -1rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -1rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -1rem !important;
  }

  .m-lg-n20 {
    margin: -1.25rem !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n24 {
    margin: -1.5rem !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n28 {
    margin: -1.75rem !important;
  }

  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n32 {
    margin: -2rem !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -2rem !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -2rem !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -2rem !important;
  }

  .m-lg-n36 {
    margin: -2.25rem !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n40 {
    margin: -2.5rem !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n44 {
    margin: -2.75rem !important;
  }

  .mt-lg-n44,
.my-lg-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n44,
.mx-lg-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n44,
.my-lg-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n44,
.mx-lg-n44 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n48 {
    margin: -3rem !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -3rem !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -3rem !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -3rem !important;
  }

  .m-lg-n52 {
    margin: -3.25rem !important;
  }

  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -3.25rem !important;
  }

  .m-lg-n56 {
    margin: -3.5rem !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n60 {
    margin: -3.75rem !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -3.75rem !important;
  }

  .m-lg-n64 {
    margin: -4rem !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -4rem !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -4rem !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -4rem !important;
  }

  .m-lg-n68 {
    margin: -4.25rem !important;
  }

  .mt-lg-n68,
.my-lg-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-lg-n68,
.mx-lg-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-lg-n68,
.my-lg-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-lg-n68,
.mx-lg-n68 {
    margin-left: -4.25rem !important;
  }

  .m-lg-n72 {
    margin: -4.5rem !important;
  }

  .mt-lg-n72,
.my-lg-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n72,
.mx-lg-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n72,
.my-lg-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n72,
.mx-lg-n72 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n76 {
    margin: -4.75rem !important;
  }

  .mt-lg-n76,
.my-lg-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-lg-n76,
.mx-lg-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-lg-n76,
.my-lg-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-lg-n76,
.mx-lg-n76 {
    margin-left: -4.75rem !important;
  }

  .m-lg-n80 {
    margin: -5rem !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -5rem !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -5rem !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -5rem !important;
  }

  .m-lg-n96 {
    margin: -6rem !important;
  }

  .mt-lg-n96,
.my-lg-n96 {
    margin-top: -6rem !important;
  }

  .mr-lg-n96,
.mx-lg-n96 {
    margin-right: -6rem !important;
  }

  .mb-lg-n96,
.my-lg-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n96,
.mx-lg-n96 {
    margin-left: -6rem !important;
  }

  .m-lg-n144 {
    margin: -9rem !important;
  }

  .mt-lg-n144,
.my-lg-n144 {
    margin-top: -9rem !important;
  }

  .mr-lg-n144,
.mx-lg-n144 {
    margin-right: -9rem !important;
  }

  .mb-lg-n144,
.my-lg-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-lg-n144,
.mx-lg-n144 {
    margin-left: -9rem !important;
  }

  .m-lg-n192 {
    margin: -12rem !important;
  }

  .mt-lg-n192,
.my-lg-n192 {
    margin-top: -12rem !important;
  }

  .mr-lg-n192,
.mx-lg-n192 {
    margin-right: -12rem !important;
  }

  .mb-lg-n192,
.my-lg-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-lg-n192,
.mx-lg-n192 {
    margin-left: -12rem !important;
  }

  .m-lg-n240 {
    margin: -15rem !important;
  }

  .mt-lg-n240,
.my-lg-n240 {
    margin-top: -15rem !important;
  }

  .mr-lg-n240,
.mx-lg-n240 {
    margin-right: -15rem !important;
  }

  .mb-lg-n240,
.my-lg-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-lg-n240,
.mx-lg-n240 {
    margin-left: -15rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-4 {
    margin: 0.25rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xl-8 {
    margin: 0.5rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xl-12 {
    margin: 0.75rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xl-16 {
    margin: 1rem !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 1rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 1rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 1rem !important;
  }

  .m-xl-20 {
    margin: 1.25rem !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xl-24 {
    margin: 1.5rem !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xl-28 {
    margin: 1.75rem !important;
  }

  .mt-xl-28,
.my-xl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-28,
.mx-xl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-28,
.mx-xl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xl-32 {
    margin: 2rem !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 2rem !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 2rem !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 2rem !important;
  }

  .m-xl-36 {
    margin: 2.25rem !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xl-40 {
    margin: 2.5rem !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xl-44 {
    margin: 2.75rem !important;
  }

  .mt-xl-44,
.my-xl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-44,
.mx-xl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-44,
.my-xl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-44,
.mx-xl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xl-48 {
    margin: 3rem !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 3rem !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 3rem !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 3rem !important;
  }

  .m-xl-52 {
    margin: 3.25rem !important;
  }

  .mt-xl-52,
.my-xl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xl-52,
.mx-xl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xl-52,
.mx-xl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xl-56 {
    margin: 3.5rem !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xl-60 {
    margin: 3.75rem !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xl-64 {
    margin: 4rem !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 4rem !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 4rem !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 4rem !important;
  }

  .m-xl-68 {
    margin: 4.25rem !important;
  }

  .mt-xl-68,
.my-xl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xl-68,
.mx-xl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xl-68,
.my-xl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xl-68,
.mx-xl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xl-72 {
    margin: 4.5rem !important;
  }

  .mt-xl-72,
.my-xl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-72,
.mx-xl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-72,
.my-xl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-72,
.mx-xl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xl-76 {
    margin: 4.75rem !important;
  }

  .mt-xl-76,
.my-xl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xl-76,
.mx-xl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xl-76,
.my-xl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xl-76,
.mx-xl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xl-80 {
    margin: 5rem !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 5rem !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 5rem !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 5rem !important;
  }

  .m-xl-96 {
    margin: 6rem !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 6rem !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 6rem !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 6rem !important;
  }

  .m-xl-144 {
    margin: 9rem !important;
  }

  .mt-xl-144,
.my-xl-144 {
    margin-top: 9rem !important;
  }

  .mr-xl-144,
.mx-xl-144 {
    margin-right: 9rem !important;
  }

  .mb-xl-144,
.my-xl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-144,
.mx-xl-144 {
    margin-left: 9rem !important;
  }

  .m-xl-192 {
    margin: 12rem !important;
  }

  .mt-xl-192,
.my-xl-192 {
    margin-top: 12rem !important;
  }

  .mr-xl-192,
.mx-xl-192 {
    margin-right: 12rem !important;
  }

  .mb-xl-192,
.my-xl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xl-192,
.mx-xl-192 {
    margin-left: 12rem !important;
  }

  .m-xl-240 {
    margin: 15rem !important;
  }

  .mt-xl-240,
.my-xl-240 {
    margin-top: 15rem !important;
  }

  .mr-xl-240,
.mx-xl-240 {
    margin-right: 15rem !important;
  }

  .mb-xl-240,
.my-xl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xl-240,
.mx-xl-240 {
    margin-left: 15rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-4 {
    padding: 0.25rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xl-8 {
    padding: 0.5rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xl-12 {
    padding: 0.75rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xl-16 {
    padding: 1rem !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 1rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 1rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 1rem !important;
  }

  .p-xl-20 {
    padding: 1.25rem !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xl-24 {
    padding: 1.5rem !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xl-28 {
    padding: 1.75rem !important;
  }

  .pt-xl-28,
.py-xl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-28,
.px-xl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-28,
.px-xl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xl-32 {
    padding: 2rem !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 2rem !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 2rem !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 2rem !important;
  }

  .p-xl-36 {
    padding: 2.25rem !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xl-40 {
    padding: 2.5rem !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xl-44 {
    padding: 2.75rem !important;
  }

  .pt-xl-44,
.py-xl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-44,
.px-xl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-44,
.py-xl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-44,
.px-xl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xl-48 {
    padding: 3rem !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 3rem !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 3rem !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 3rem !important;
  }

  .p-xl-52 {
    padding: 3.25rem !important;
  }

  .pt-xl-52,
.py-xl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xl-52,
.px-xl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xl-52,
.px-xl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xl-56 {
    padding: 3.5rem !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xl-60 {
    padding: 3.75rem !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xl-64 {
    padding: 4rem !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 4rem !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 4rem !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 4rem !important;
  }

  .p-xl-68 {
    padding: 4.25rem !important;
  }

  .pt-xl-68,
.py-xl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xl-68,
.px-xl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xl-68,
.py-xl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xl-68,
.px-xl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xl-72 {
    padding: 4.5rem !important;
  }

  .pt-xl-72,
.py-xl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-72,
.px-xl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-72,
.py-xl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-72,
.px-xl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xl-76 {
    padding: 4.75rem !important;
  }

  .pt-xl-76,
.py-xl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xl-76,
.px-xl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xl-76,
.py-xl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xl-76,
.px-xl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xl-80 {
    padding: 5rem !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 5rem !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 5rem !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 5rem !important;
  }

  .p-xl-96 {
    padding: 6rem !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 6rem !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 6rem !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 6rem !important;
  }

  .p-xl-144 {
    padding: 9rem !important;
  }

  .pt-xl-144,
.py-xl-144 {
    padding-top: 9rem !important;
  }

  .pr-xl-144,
.px-xl-144 {
    padding-right: 9rem !important;
  }

  .pb-xl-144,
.py-xl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-144,
.px-xl-144 {
    padding-left: 9rem !important;
  }

  .p-xl-192 {
    padding: 12rem !important;
  }

  .pt-xl-192,
.py-xl-192 {
    padding-top: 12rem !important;
  }

  .pr-xl-192,
.px-xl-192 {
    padding-right: 12rem !important;
  }

  .pb-xl-192,
.py-xl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xl-192,
.px-xl-192 {
    padding-left: 12rem !important;
  }

  .p-xl-240 {
    padding: 15rem !important;
  }

  .pt-xl-240,
.py-xl-240 {
    padding-top: 15rem !important;
  }

  .pr-xl-240,
.px-xl-240 {
    padding-right: 15rem !important;
  }

  .pb-xl-240,
.py-xl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xl-240,
.px-xl-240 {
    padding-left: 15rem !important;
  }

  .m-xl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n16 {
    margin: -1rem !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -1rem !important;
  }

  .m-xl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n32 {
    margin: -2rem !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -2rem !important;
  }

  .m-xl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xl-n44,
.my-xl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n44,
.mx-xl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n44,
.my-xl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n44,
.mx-xl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n48 {
    margin: -3rem !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -3rem !important;
  }

  .m-xl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xl-n64 {
    margin: -4rem !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -4rem !important;
  }

  .m-xl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xl-n68,
.my-xl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xl-n68,
.mx-xl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xl-n68,
.my-xl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xl-n68,
.mx-xl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xl-n72,
.my-xl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n72,
.mx-xl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n72,
.my-xl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n72,
.mx-xl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xl-n76,
.my-xl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xl-n76,
.mx-xl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xl-n76,
.my-xl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xl-n76,
.mx-xl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xl-n80 {
    margin: -5rem !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -5rem !important;
  }

  .m-xl-n96 {
    margin: -6rem !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -6rem !important;
  }

  .m-xl-n144 {
    margin: -9rem !important;
  }

  .mt-xl-n144,
.my-xl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xl-n144,
.mx-xl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xl-n144,
.my-xl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xl-n144,
.mx-xl-n144 {
    margin-left: -9rem !important;
  }

  .m-xl-n192 {
    margin: -12rem !important;
  }

  .mt-xl-n192,
.my-xl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xl-n192,
.mx-xl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xl-n192,
.my-xl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xl-n192,
.mx-xl-n192 {
    margin-left: -12rem !important;
  }

  .m-xl-n240 {
    margin: -15rem !important;
  }

  .mt-xl-n240,
.my-xl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xl-n240,
.mx-xl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xl-n240,
.my-xl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xl-n240,
.mx-xl-n240 {
    margin-left: -15rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-4 {
    margin: 0.25rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-8 {
    margin: 0.5rem !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-12 {
    margin: 0.75rem !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 0.75rem !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 0.75rem !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 0.75rem !important;
  }

  .m-xxl-16 {
    margin: 1rem !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 1rem !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 1rem !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 1rem !important;
  }

  .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .m-xxl-24 {
    margin: 1.5rem !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-28 {
    margin: 1.75rem !important;
  }

  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 1.75rem !important;
  }

  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 1.75rem !important;
  }

  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 1.75rem !important;
  }

  .m-xxl-32 {
    margin: 2rem !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 2rem !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 2rem !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 2rem !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 2rem !important;
  }

  .m-xxl-36 {
    margin: 2.25rem !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 2.25rem !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 2.25rem !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 2.25rem !important;
  }

  .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .m-xxl-44 {
    margin: 2.75rem !important;
  }

  .mt-xxl-44,
.my-xxl-44 {
    margin-top: 2.75rem !important;
  }

  .mr-xxl-44,
.mx-xxl-44 {
    margin-right: 2.75rem !important;
  }

  .mb-xxl-44,
.my-xxl-44 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xxl-44,
.mx-xxl-44 {
    margin-left: 2.75rem !important;
  }

  .m-xxl-48 {
    margin: 3rem !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 3rem !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 3rem !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 3rem !important;
  }

  .m-xxl-52 {
    margin: 3.25rem !important;
  }

  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 3.25rem !important;
  }

  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 3.25rem !important;
  }

  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 3.25rem !important;
  }

  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 3.25rem !important;
  }

  .m-xxl-56 {
    margin: 3.5rem !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 3.5rem !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 3.5rem !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 3.5rem !important;
  }

  .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .m-xxl-64 {
    margin: 4rem !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 4rem !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 4rem !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 4rem !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 4rem !important;
  }

  .m-xxl-68 {
    margin: 4.25rem !important;
  }

  .mt-xxl-68,
.my-xxl-68 {
    margin-top: 4.25rem !important;
  }

  .mr-xxl-68,
.mx-xxl-68 {
    margin-right: 4.25rem !important;
  }

  .mb-xxl-68,
.my-xxl-68 {
    margin-bottom: 4.25rem !important;
  }

  .ml-xxl-68,
.mx-xxl-68 {
    margin-left: 4.25rem !important;
  }

  .m-xxl-72 {
    margin: 4.5rem !important;
  }

  .mt-xxl-72,
.my-xxl-72 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-72,
.mx-xxl-72 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-72,
.my-xxl-72 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-72,
.mx-xxl-72 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-76 {
    margin: 4.75rem !important;
  }

  .mt-xxl-76,
.my-xxl-76 {
    margin-top: 4.75rem !important;
  }

  .mr-xxl-76,
.mx-xxl-76 {
    margin-right: 4.75rem !important;
  }

  .mb-xxl-76,
.my-xxl-76 {
    margin-bottom: 4.75rem !important;
  }

  .ml-xxl-76,
.mx-xxl-76 {
    margin-left: 4.75rem !important;
  }

  .m-xxl-80 {
    margin: 5rem !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 5rem !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 5rem !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 5rem !important;
  }

  .m-xxl-96 {
    margin: 6rem !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 6rem !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 6rem !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 6rem !important;
  }

  .m-xxl-144 {
    margin: 9rem !important;
  }

  .mt-xxl-144,
.my-xxl-144 {
    margin-top: 9rem !important;
  }

  .mr-xxl-144,
.mx-xxl-144 {
    margin-right: 9rem !important;
  }

  .mb-xxl-144,
.my-xxl-144 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-144,
.mx-xxl-144 {
    margin-left: 9rem !important;
  }

  .m-xxl-192 {
    margin: 12rem !important;
  }

  .mt-xxl-192,
.my-xxl-192 {
    margin-top: 12rem !important;
  }

  .mr-xxl-192,
.mx-xxl-192 {
    margin-right: 12rem !important;
  }

  .mb-xxl-192,
.my-xxl-192 {
    margin-bottom: 12rem !important;
  }

  .ml-xxl-192,
.mx-xxl-192 {
    margin-left: 12rem !important;
  }

  .m-xxl-240 {
    margin: 15rem !important;
  }

  .mt-xxl-240,
.my-xxl-240 {
    margin-top: 15rem !important;
  }

  .mr-xxl-240,
.mx-xxl-240 {
    margin-right: 15rem !important;
  }

  .mb-xxl-240,
.my-xxl-240 {
    margin-bottom: 15rem !important;
  }

  .ml-xxl-240,
.mx-xxl-240 {
    margin-left: 15rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-4 {
    padding: 0.25rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-8 {
    padding: 0.5rem !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-12 {
    padding: 0.75rem !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 0.75rem !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 0.75rem !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 0.75rem !important;
  }

  .p-xxl-16 {
    padding: 1rem !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 1rem !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 1rem !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 1rem !important;
  }

  .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .p-xxl-24 {
    padding: 1.5rem !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-28 {
    padding: 1.75rem !important;
  }

  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 1.75rem !important;
  }

  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 1.75rem !important;
  }

  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 1.75rem !important;
  }

  .p-xxl-32 {
    padding: 2rem !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 2rem !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 2rem !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 2rem !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 2rem !important;
  }

  .p-xxl-36 {
    padding: 2.25rem !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 2.25rem !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 2.25rem !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 2.25rem !important;
  }

  .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .p-xxl-44 {
    padding: 2.75rem !important;
  }

  .pt-xxl-44,
.py-xxl-44 {
    padding-top: 2.75rem !important;
  }

  .pr-xxl-44,
.px-xxl-44 {
    padding-right: 2.75rem !important;
  }

  .pb-xxl-44,
.py-xxl-44 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xxl-44,
.px-xxl-44 {
    padding-left: 2.75rem !important;
  }

  .p-xxl-48 {
    padding: 3rem !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 3rem !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 3rem !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 3rem !important;
  }

  .p-xxl-52 {
    padding: 3.25rem !important;
  }

  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 3.25rem !important;
  }

  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 3.25rem !important;
  }

  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 3.25rem !important;
  }

  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 3.25rem !important;
  }

  .p-xxl-56 {
    padding: 3.5rem !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 3.5rem !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 3.5rem !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 3.5rem !important;
  }

  .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .p-xxl-64 {
    padding: 4rem !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 4rem !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 4rem !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 4rem !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 4rem !important;
  }

  .p-xxl-68 {
    padding: 4.25rem !important;
  }

  .pt-xxl-68,
.py-xxl-68 {
    padding-top: 4.25rem !important;
  }

  .pr-xxl-68,
.px-xxl-68 {
    padding-right: 4.25rem !important;
  }

  .pb-xxl-68,
.py-xxl-68 {
    padding-bottom: 4.25rem !important;
  }

  .pl-xxl-68,
.px-xxl-68 {
    padding-left: 4.25rem !important;
  }

  .p-xxl-72 {
    padding: 4.5rem !important;
  }

  .pt-xxl-72,
.py-xxl-72 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-72,
.px-xxl-72 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-72,
.py-xxl-72 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-72,
.px-xxl-72 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-76 {
    padding: 4.75rem !important;
  }

  .pt-xxl-76,
.py-xxl-76 {
    padding-top: 4.75rem !important;
  }

  .pr-xxl-76,
.px-xxl-76 {
    padding-right: 4.75rem !important;
  }

  .pb-xxl-76,
.py-xxl-76 {
    padding-bottom: 4.75rem !important;
  }

  .pl-xxl-76,
.px-xxl-76 {
    padding-left: 4.75rem !important;
  }

  .p-xxl-80 {
    padding: 5rem !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 5rem !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 5rem !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 5rem !important;
  }

  .p-xxl-96 {
    padding: 6rem !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 6rem !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 6rem !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 6rem !important;
  }

  .p-xxl-144 {
    padding: 9rem !important;
  }

  .pt-xxl-144,
.py-xxl-144 {
    padding-top: 9rem !important;
  }

  .pr-xxl-144,
.px-xxl-144 {
    padding-right: 9rem !important;
  }

  .pb-xxl-144,
.py-xxl-144 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-144,
.px-xxl-144 {
    padding-left: 9rem !important;
  }

  .p-xxl-192 {
    padding: 12rem !important;
  }

  .pt-xxl-192,
.py-xxl-192 {
    padding-top: 12rem !important;
  }

  .pr-xxl-192,
.px-xxl-192 {
    padding-right: 12rem !important;
  }

  .pb-xxl-192,
.py-xxl-192 {
    padding-bottom: 12rem !important;
  }

  .pl-xxl-192,
.px-xxl-192 {
    padding-left: 12rem !important;
  }

  .p-xxl-240 {
    padding: 15rem !important;
  }

  .pt-xxl-240,
.py-xxl-240 {
    padding-top: 15rem !important;
  }

  .pr-xxl-240,
.px-xxl-240 {
    padding-right: 15rem !important;
  }

  .pb-xxl-240,
.py-xxl-240 {
    padding-bottom: 15rem !important;
  }

  .pl-xxl-240,
.px-xxl-240 {
    padding-left: 15rem !important;
  }

  .m-xxl-n4 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n8 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n12 {
    margin: -0.75rem !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -0.75rem !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -0.75rem !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -0.75rem !important;
  }

  .m-xxl-n16 {
    margin: -1rem !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -1rem !important;
  }

  .m-xxl-n20 {
    margin: -1.25rem !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -1.25rem !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -1.25rem !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -1.25rem !important;
  }

  .m-xxl-n24 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n28 {
    margin: -1.75rem !important;
  }

  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -1.75rem !important;
  }

  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -1.75rem !important;
  }

  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -1.75rem !important;
  }

  .m-xxl-n32 {
    margin: -2rem !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -2rem !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -2rem !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -2rem !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -2rem !important;
  }

  .m-xxl-n36 {
    margin: -2.25rem !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -2.25rem !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -2.25rem !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -2.25rem !important;
  }

  .m-xxl-n40 {
    margin: -2.5rem !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -2.5rem !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -2.5rem !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -2.5rem !important;
  }

  .m-xxl-n44 {
    margin: -2.75rem !important;
  }

  .mt-xxl-n44,
.my-xxl-n44 {
    margin-top: -2.75rem !important;
  }

  .mr-xxl-n44,
.mx-xxl-n44 {
    margin-right: -2.75rem !important;
  }

  .mb-xxl-n44,
.my-xxl-n44 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xxl-n44,
.mx-xxl-n44 {
    margin-left: -2.75rem !important;
  }

  .m-xxl-n48 {
    margin: -3rem !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -3rem !important;
  }

  .m-xxl-n52 {
    margin: -3.25rem !important;
  }

  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -3.25rem !important;
  }

  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -3.25rem !important;
  }

  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -3.25rem !important;
  }

  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -3.25rem !important;
  }

  .m-xxl-n56 {
    margin: -3.5rem !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -3.5rem !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -3.5rem !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -3.5rem !important;
  }

  .m-xxl-n60 {
    margin: -3.75rem !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -3.75rem !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -3.75rem !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -3.75rem !important;
  }

  .m-xxl-n64 {
    margin: -4rem !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -4rem !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -4rem !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -4rem !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -4rem !important;
  }

  .m-xxl-n68 {
    margin: -4.25rem !important;
  }

  .mt-xxl-n68,
.my-xxl-n68 {
    margin-top: -4.25rem !important;
  }

  .mr-xxl-n68,
.mx-xxl-n68 {
    margin-right: -4.25rem !important;
  }

  .mb-xxl-n68,
.my-xxl-n68 {
    margin-bottom: -4.25rem !important;
  }

  .ml-xxl-n68,
.mx-xxl-n68 {
    margin-left: -4.25rem !important;
  }

  .m-xxl-n72 {
    margin: -4.5rem !important;
  }

  .mt-xxl-n72,
.my-xxl-n72 {
    margin-top: -4.5rem !important;
  }

  .mr-xxl-n72,
.mx-xxl-n72 {
    margin-right: -4.5rem !important;
  }

  .mb-xxl-n72,
.my-xxl-n72 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xxl-n72,
.mx-xxl-n72 {
    margin-left: -4.5rem !important;
  }

  .m-xxl-n76 {
    margin: -4.75rem !important;
  }

  .mt-xxl-n76,
.my-xxl-n76 {
    margin-top: -4.75rem !important;
  }

  .mr-xxl-n76,
.mx-xxl-n76 {
    margin-right: -4.75rem !important;
  }

  .mb-xxl-n76,
.my-xxl-n76 {
    margin-bottom: -4.75rem !important;
  }

  .ml-xxl-n76,
.mx-xxl-n76 {
    margin-left: -4.75rem !important;
  }

  .m-xxl-n80 {
    margin: -5rem !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -5rem !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -5rem !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -5rem !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -5rem !important;
  }

  .m-xxl-n96 {
    margin: -6rem !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -6rem !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -6rem !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -6rem !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -6rem !important;
  }

  .m-xxl-n144 {
    margin: -9rem !important;
  }

  .mt-xxl-n144,
.my-xxl-n144 {
    margin-top: -9rem !important;
  }

  .mr-xxl-n144,
.mx-xxl-n144 {
    margin-right: -9rem !important;
  }

  .mb-xxl-n144,
.my-xxl-n144 {
    margin-bottom: -9rem !important;
  }

  .ml-xxl-n144,
.mx-xxl-n144 {
    margin-left: -9rem !important;
  }

  .m-xxl-n192 {
    margin: -12rem !important;
  }

  .mt-xxl-n192,
.my-xxl-n192 {
    margin-top: -12rem !important;
  }

  .mr-xxl-n192,
.mx-xxl-n192 {
    margin-right: -12rem !important;
  }

  .mb-xxl-n192,
.my-xxl-n192 {
    margin-bottom: -12rem !important;
  }

  .ml-xxl-n192,
.mx-xxl-n192 {
    margin-left: -12rem !important;
  }

  .m-xxl-n240 {
    margin: -15rem !important;
  }

  .mt-xxl-n240,
.my-xxl-n240 {
    margin-top: -15rem !important;
  }

  .mr-xxl-n240,
.mx-xxl-n240 {
    margin-right: -15rem !important;
  }

  .mb-xxl-n240,
.my-xxl-n240 {
    margin-bottom: -15rem !important;
  }

  .ml-xxl-n240,
.mx-xxl-n240 {
    margin-left: -15rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.invisible-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .invisible-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .invisible-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .invisible-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .invisible-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .invisible-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .invisible-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .invisible-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .invisible-xl-up {
    display: none !important;
  }
}
@media (max-width: 1699.98px) {
  .invisible-xl-down {
    display: none !important;
  }
}
@media (min-width: 1700px) {
  .invisible-xxl-up {
    display: none !important;
  }
}
.invisible-xxl-down {
  display: none !important;
}
.width-0 {
  width: 0;
}
.width-4 {
  width: 0.25rem;
}
.width-8 {
  width: 0.5rem;
}
.width-12 {
  width: 0.75rem;
}
.width-16 {
  width: 1rem;
}
.width-20 {
  width: 1.25rem;
}
.width-24 {
  width: 1.5rem;
}
.width-28 {
  width: 1.75rem;
}
.width-32 {
  width: 2rem;
}
.width-36 {
  width: 2.25rem;
}
.width-40 {
  width: 2.5rem;
}
.width-44 {
  width: 2.75rem;
}
.width-48 {
  width: 3rem;
}
.width-52 {
  width: 3.25rem;
}
.width-56 {
  width: 3.5rem;
}
.width-60 {
  width: 3.75rem;
}
.width-64 {
  width: 4rem;
}
.width-68 {
  width: 4.25rem;
}
.width-72 {
  width: 4.5rem;
}
.width-76 {
  width: 4.75rem;
}
.width-80 {
  width: 5rem;
}
.width-96 {
  width: 6rem;
}
.width-144 {
  width: 9rem;
}
.width-192 {
  width: 12rem;
}
.width-240 {
  width: 15rem;
}
.width-288 {
  width: 18rem;
}
.width-336 {
  width: 21rem;
}
.width-384 {
  width: 24rem;
}
.width-432 {
  width: 27rem;
}
.width-480 {
  width: 30rem;
}
.width-528 {
  width: 33rem;
}
.width-576 {
  width: 36rem;
}
.width-624 {
  width: 39rem;
}
.width-672 {
  width: 42rem;
}
.width-720 {
  width: 45rem;
}
.width-768 {
  width: 48rem;
}
[component].newslist, [component].eventlist {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@supports (padding: max(0px)) {
  [component].newslist, [component].eventlist {
    padding-left: max(0.75rem, var(safe-area-inset-left));
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, var(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-left));
  }
}
[component].newslist > .content > ul, [component].eventlist > .content > ul,
[component].newslist > .content .owl-carousel:not(.owl-loaded),
[component].eventlist > .content .owl-carousel:not(.owl-loaded) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  [component].newslist > .content > ul, [component].eventlist > .content > ul,
[component].newslist > .content .owl-carousel:not(.owl-loaded),
[component].eventlist > .content .owl-carousel:not(.owl-loaded) {
    margin-left: -0.625rem;
    width: calc(100% + 1.25rem);
  }
}
@media (min-width: 992px) {
  [component].newslist > .content > ul, [component].eventlist > .content > ul,
[component].newslist > .content .owl-carousel:not(.owl-loaded),
[component].eventlist > .content .owl-carousel:not(.owl-loaded) {
    margin-left: -0.78125rem;
    width: calc(100% + 1.5625rem);
  }
}
[component].newslist > .content > ul > li, [component].eventlist > .content > ul > li,
[component].newslist > .content .owl-carousel > .item,
[component].eventlist > .content .owl-carousel > .item {
  flex: 0 1 100%;
  position: relative;
  width: 100%;
}
[component].newslist > .content > ul, [component].eventlist > .content > ul {
  margin-bottom: -0.9375rem;
}
[component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
  margin-bottom: 0.9375rem;
  padding-left: 0;
}
[component].newslist > .content > ul > li::before, [component].eventlist > .content > ul > li::before {
  display: none;
}
@media (min-width: 768px) {
  [component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 768px) {
  [component].newslist > .content > ul, [component].eventlist > .content > ul {
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 992px) {
  [component].newslist > .content > ul, [component].eventlist > .content > ul {
    margin-bottom: -1.5625rem;
  }
}
[component].newslist > .content .owl-carousel:not(.mobile-carousel) + ul, [component].eventlist > .content .owl-carousel:not(.mobile-carousel) + ul {
  display: none;
}
[component].newslist .pagination, [component].eventlist .pagination {
  display: none;
}
[component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
  flex: 0 1 100%;
}
@media (min-width: 768px) {
  [component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (min-width: 992px) {
  [component].newslist > .content > ul > li, [component].eventlist > .content > ul > li {
    padding-left: 0.78125rem;
    padding-right: 0.78125rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [component].newslist:not(.theme--lists-fill):not([data-modules=carousel]):not(.theme--page-list-social-links):not(.theme--lists-horizontal) > .content > ul > li, [component].eventlist:not(.theme--lists-fill):not([data-modules=carousel]):not(.theme--page-list-social-links):not(.theme--lists-horizontal) > .content > ul > li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.owl-ready[component].newslist .owl-carousel:not(.owl-loaded), .owl-ready[component].eventlist .owl-carousel:not(.owl-loaded) {
  max-width: 100%;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}
[component].newslist .owl-carousel .owl-stage, [component].eventlist .owl-carousel .owl-stage {
  display: flex;
}
[component].newslist .owl-carousel .owl-stage-outer, [component].eventlist .owl-carousel .owl-stage-outer {
  margin-bottom: -1.25rem;
  margin-left: -0.625rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  width: calc(100% + 100% + 0.625rem);
}
[component].newslist .owl-carousel .owl-item > .item, [component].eventlist .owl-carousel .owl-item > .item,
[component].newslist .owl-carousel > .item,
[component].eventlist .owl-carousel > .item {
  height: 100%;
  width: 100%;
}
[component].newslist .owl-carousel .owl-item, [component].eventlist .owl-carousel .owl-item,
[component].newslist .owl-carousel > .item,
[component].eventlist .owl-carousel > .item {
  display: flex;
  flex-basis: 17rem;
  float: none;
  height: auto;
  max-width: 17rem;
  min-height: 100%;
  min-width: 17rem;
  transition: opacity 0.15s linear;
}
@media (min-width: 768px) {
  [component].newslist .owl-carousel .owl-item, [component].eventlist .owl-carousel .owl-item,
[component].newslist .owl-carousel > .item,
[component].eventlist .owl-carousel > .item {
    flex-basis: 16.25rem;
    max-width: 16.25rem;
    min-width: 16.25rem;
  }
}
@media (min-width: 992px) {
  [component].newslist .owl-carousel .owl-item, [component].eventlist .owl-carousel .owl-item,
[component].newslist .owl-carousel > .item,
[component].eventlist .owl-carousel > .item {
    flex-basis: 18.125rem;
    max-width: 18.125rem;
    min-width: 18.125rem;
  }
}
@media (min-width: 1200px) {
  [component].newslist .owl-carousel .owl-item, [component].eventlist .owl-carousel .owl-item,
[component].newslist .owl-carousel > .item,
[component].eventlist .owl-carousel > .item {
    flex-basis: 25.20813rem;
    max-width: 25.20813rem;
    min-width: 25.20813rem;
  }
}
[component].newslist .owl-carousel.owl-loaded, [component].eventlist .owl-carousel.owl-loaded {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
[component].newslist .owl-carousel .owl-item:not(.active), [component].eventlist .owl-carousel .owl-item:not(.active) {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  [component].newslist .owl-carousel .owl-item.active ~ .owl-item, [component].eventlist .owl-carousel .owl-item.active ~ .owl-item {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) and (orientation: landscape) {
  [component].newslist .owl-carousel .owl-item.active + .owl-item.active ~ .owl-item, [component].eventlist .owl-carousel .owl-item.active + .owl-item.active ~ .owl-item {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  [component].newslist .owl-carousel .owl-item.active + .owl-item.active ~ .owl-item, [component].eventlist .owl-carousel .owl-item.active + .owl-item.active ~ .owl-item {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  [component].newslist .owl-carousel, [component].eventlist .owl-carousel {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  [component].newslist .owl-carousel .owl-item.active + .owl-item.active + .owl-item.active ~ .owl-item, [component].eventlist .owl-carousel .owl-item.active + .owl-item.active + .owl-item.active ~ .owl-item {
    opacity: 0.5;
    pointer-events: none;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist {
  margin-bottom: -20px;
  padding-bottom: 20px;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel].owl-ready[component].newslist, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel].owl-ready[component].eventlist {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 991.98px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel].owl-ready[component].newslist > .content, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel].owl-ready[component].eventlist > .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready), html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) {
  padding-left: 12px;
  padding-right: 12px;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel {
  flex-wrap: nowrap;
  margin-left: -15px;
  overflow: hidden;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel > .item, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel > .item {
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel > .item:nth-child(n+3), html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel > .item:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 768px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel > .item, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel > .item {
    margin-left: 20px;
  }
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel > .item:nth-child(n+4), html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel > .item:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 992px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel > .item, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel > .item {
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel {
    margin-left: -20px;
  }
}
@media (min-width: 992px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].newslist:not(.owl-ready) .owl-carousel, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-modules*=carousel][component].eventlist:not(.owl-ready) .owl-carousel {
    margin-left: -25px;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true].owl-ready[component].newslist, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true].owl-ready[component].eventlist {
  max-width: 100%;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].newslist ul, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].eventlist ul {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].newslist ul:not(.mobile-carousel), html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].eventlist ul:not(.mobile-carousel) {
    display: none;
  }
}
@media (min-width: 992px) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].newslist ul.mobile-carousel, html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) [data-list-split-enabled=true][component].eventlist ul.mobile-carousel {
    display: none;
  }
}
[component].contentblock--notification, [component].contentblock--notification-full, .card--notification, .cards-notification .card {
  border-radius: 3px;
  box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.5);
  padding: 0.3125rem 0.0625rem 0.0625rem;
  position: relative;
}
[component].contentblock--notification > .icon, [component].contentblock--notification-full > .icon, .card--notification .card-icon, .cards-notification .card .card-icon {
  align-items: center;
  background-color: inherit;
  border-radius: 50%;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  left: 1.25rem;
  position: absolute;
  top: 1.5625rem;
  width: 1.875rem;
}
[component].contentblock--notification > .icon .icon, [component].contentblock--notification-full > .icon .icon, .card--notification .card-icon .icon, .cards-notification .card .card-icon .icon {
  color: #fff;
  font-size: 0.8125rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  [component].contentblock--notification > .icon .icon, [component].contentblock--notification-full > .icon .icon, .card--notification .card-icon .icon, .cards-notification .card .card-icon .icon {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [component].contentblock--notification > .icon, [component].contentblock--notification-full > .icon, .card--notification .card-icon, .cards-notification .card .card-icon {
    left: 0.9375rem;
    top: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock--notification > .icon, [component].contentblock--notification-full > .icon, .card--notification .card-icon, .cards-notification .card .card-icon {
    height: 2.5rem;
    left: 1.25rem;
    top: 1.875rem;
    width: 2.5rem;
  }
}
[component].contentblock--notification, [component].contentblock--notification-full, .card--notification .card-body, .cards-notification .card .card-body {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 4.0625rem 1.25rem 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  [component].contentblock--notification, [component].contentblock--notification-full, .card--notification .card-body, .cards-notification .card .card-body {
    padding: 1.25rem 1.5625rem 1.5625rem 3.75rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock--notification, [component].contentblock--notification-full, .card--notification .card-body, .cards-notification .card .card-body {
    padding: 1.75rem 1.875rem 1.875rem 5rem;
  }
}
[component].contentblock.advsection > .content > .title h1::after, [component].contentblock.advsection > .content > .title h2::after, [component].contentblock.advsection > .content > .title h3::after, [component].contentblock.advsection > .content > .title h4::after, [component].contentblock.advsection > .content > .title .h1::after, [component].contentblock.advsection > .content > .title .vehicle-carousel__model-name::after, [component].contentblock.advsection > .content > .title .h2::after, [component].contentblock.advsection > .content > .title .h3::after, [component].contentblock.advsection > .content > .title .h4::after, [component].contentblock.advsection > .content > .title [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active::after, [component].contenttabs.theme--image-tabs > .nav-tabs [component].contentblock.advsection > .content > .title .nav-links.active::after, [component].contentblock.advsection > .content > .title [component].navlist.theme--list-style-h4 .nav-item .nav-link::after, [component].navlist.theme--list-style-h4 .nav-item [component].contentblock.advsection > .content > .title .nav-link::after {
  background-color: #ed0000;
  content: "";
  display: block;
  height: 0.0625rem;
  margin-top: 1.25rem;
  width: 5rem;
}
@media (min-width: 992px) {
  [component].contentblock.advsection > .content > .title h1::after, [component].contentblock.advsection > .content > .title h2::after, [component].contentblock.advsection > .content > .title h3::after, [component].contentblock.advsection > .content > .title h4::after, [component].contentblock.advsection > .content > .title .h1::after, [component].contentblock.advsection > .content > .title .vehicle-carousel__model-name::after, [component].contentblock.advsection > .content > .title .h2::after, [component].contentblock.advsection > .content > .title .h3::after, [component].contentblock.advsection > .content > .title .h4::after, [component].contentblock.advsection > .content > .title [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active::after, [component].contenttabs.theme--image-tabs > .nav-tabs [component].contentblock.advsection > .content > .title .nav-links.active::after, [component].contentblock.advsection > .content > .title [component].navlist.theme--list-style-h4 .nav-item .nav-link::after, [component].navlist.theme--list-style-h4 .nav-item [component].contentblock.advsection > .content > .title .nav-link::after {
    margin-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock.advsection > .content > .title h4::after, [component].contentblock.advsection > .content > .title .h4::after, [component].contentblock.advsection > .content > .title [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active::after, [component].contenttabs.theme--image-tabs > .nav-tabs [component].contentblock.advsection > .content > .title .nav-links.active::after, [component].contentblock.advsection > .content > .title [component].navlist.theme--list-style-h4 .nav-item .nav-link::after, [component].navlist.theme--list-style-h4 .nav-item [component].contentblock.advsection > .content > .title .nav-link::after {
    width: 3.75rem;
  }
}
[component].contentblock::after {
  display: block;
  clear: both;
  content: "";
}
[component].contentblock > .icon {
  color: #ed0000;
  font-size: 1.4375rem;
  margin-bottom: 0.625rem;
}
[component].contentblock.container > .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
[component].contentblock.advsection > .content > .title {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
[component].contentblock.advsection > .content > .contents > .responsivegrid > .aem-Grid > .colctrl > .row {
  margin-left: 0;
  margin-right: 0;
}
[component].contentblock.accordion .accordion-toggle {
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  background-color: #fff;
  border-width: 0;
  border-bottom: 1px solid #e3e5e6;
  border-radius: 0;
  color: #000;
  display: block;
  height: auto !important;
  outline: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
[component].contentblock.accordion .accordion-toggle > .material-icons, [component].contentblock.accordion .brand-header__nav a[class*=l-] .accordion-toggle > .icon, .brand-header__nav a[class*=l-] [component].contentblock.accordion .accordion-toggle > .icon,
[component].contentblock.accordion .brand-header__nav .nav-link .accordion-toggle > .icon,
.brand-header__nav .nav-link [component].contentblock.accordion .accordion-toggle > .icon {
  color: #000;
  font-size: 1.5rem;
  margin-right: 0;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) !important;
}
@media (min-width: 992px) {
  [component].contentblock.accordion .accordion-toggle > .material-icons, [component].contentblock.accordion .brand-header__nav a[class*=l-] .accordion-toggle > .icon, .brand-header__nav a[class*=l-] [component].contentblock.accordion .accordion-toggle > .icon,
[component].contentblock.accordion .brand-header__nav .nav-link .accordion-toggle > .icon,
.brand-header__nav .nav-link [component].contentblock.accordion .accordion-toggle > .icon {
    right: 3rem;
  }
}
[component].contentblock.accordion .accordion-toggle .icon-expanded {
  display: block;
}
[component].contentblock.accordion .accordion-toggle .icon-collapsed {
  display: none;
}
[component].contentblock.accordion .accordion-toggle.collapsed .icon-expanded {
  display: none;
}
[component].contentblock.accordion .accordion-toggle.collapsed .icon-collapsed {
  display: block;
}
[component].contentblock.accordion .accordion-toggle:hover {
  background-color: #e3e5e6;
}
[component].contentblock.accordion .accordion-toggle-inner {
  align-items: center;
  border: 2px solid transparent;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.125rem 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  [component].contentblock.accordion .accordion-toggle-inner {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock.accordion .accordion-toggle-inner {
    padding: 1.5rem 3rem;
  }
}
[component].contentblock.accordion .accordion-title {
  font-size: 1rem;
  margin-bottom: 0;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  [component].contentblock.accordion .accordion-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock.accordion .accordion-title {
    font-size: 1.5rem;
  }
}
[component].contentblock.accordion .accordion-body {
  padding: 1.125rem 1.5rem;
}
@media (min-width: 768px) {
  [component].contentblock.accordion .accordion-body {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].contentblock.accordion .accordion-body {
    padding: 1.5rem 3rem;
  }
}
[component].contentblock :focus > .accordion-toggle-inner {
  border-color: #2aa0cb;
}
[component].contentblock .accordion-toggle:not(:-moz-focusring):focus > .accordion-toggle-inner {
  border-color: transparent;
}
[component].contentblock.card {
  padding: 1.5rem;
}
[component].contentblock.card .image,
[component].contentblock.card .cmp-image {
  margin: -1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
[component].contentblock.card .image img,
[component].contentblock.card .cmp-image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center";
  -o-object-position: center;
     object-position: center;
  display: block;
  max-height: 154px;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  [component].contentblock.card .image img,
[component].contentblock.card .cmp-image img {
    max-height: 178px;
  }
}
@media (min-width: 1200px) {
  [component].contentblock.card .image img,
[component].contentblock.card .cmp-image img {
    max-height: 220px;
  }
}
[component].contentblock.card > .colctrl {
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
}
@media (max-width: 991.98px) {
  [component].contentblock.card > .colctrl .col-sm:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
[component].contentblock--notification, [component].contentblock--notification-full {
  height: 100%;
  z-index: 1;
}
[component].contentblock--notification > .title, [component].contentblock--notification-full > .title {
  margin-top: 0.3125rem;
}
[component].contentblock--notification::before, [component].contentblock--notification-full::before {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  content: "";
  display: block;
  height: calc(100% - 0.375rem);
  left: 0.0625rem;
  position: absolute;
  top: 0.3125rem;
  width: calc(100% - 0.125rem);
  z-index: -1;
}
[component].contentblock--notification-full {
  border-radius: 3px;
  box-shadow: none;
}
[component].contentblock--notification-full > .icon {
  background-color: #242323;
}
[component].contentblock--notification-full > .responsivegrid .aem-Grid > :not(:last-child) {
  margin-bottom: 1rem;
}
[component].contentblock--notification-full::before {
  content: none;
}
[component].contentblock--notification-full.bg-charcoal > .icon {
  background-color: #fff;
  color: #242323 !important;
}
[component].contentblockmenu {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
[component].contentblockmenu ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
[component].contentblockmenu li {
  line-height: 1.25rem;
  margin-bottom: 0.15625rem;
  margin-top: 0.15625rem;
}
[component].contentblockmenu a {
  align-items: flex-end;
  color: #883681;
  display: inline-flex;
  text-decoration: none;
}
[component].contentblockmenu a::after {
  margin-left: 0.625rem;
}
[component].contentblockmenu a:hover {
  color: #ed0000;
}
@media (min-width: 768px) {
  [component].contentblockmenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cmp-contentfragment a {
  word-break: break-all;
}
[component].link > span, [component].card-link > span {
  align-items: center;
  display: flex;
  width: 100%;
}
[component].link .icon:not(.svg-inline--fa), [component].card-link .icon:not(.svg-inline--fa) {
  width: 1rem;
}
[component].link .icon:not(.svg-inline--fa):first-child, [component].card-link .icon:not(.svg-inline--fa):first-child {
  margin-right: 0.625rem;
}
[component].link .icon:not(.svg-inline--fa):last-child, [component].card-link .icon:not(.svg-inline--fa):last-child {
  margin-left: 0.625rem;
}
[component].link:not(.btn), [component].card-link:not(.btn) {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
}
[component].link:not(.btn) .svg-inline--fa, [component].card-link:not(.btn) .svg-inline--fa {
  font-size: 1rem;
}
[component].link:not(.btn) .svg-inline--fa:first-child, [component].card-link:not(.btn) .svg-inline--fa:first-child {
  margin-right: 0.625rem;
}
[component].link:not(.btn) .svg-inline--fa:last-child, [component].card-link:not(.btn) .svg-inline--fa:last-child {
  margin-left: 0.625rem;
}
[component].link:not(.btn):hover, [component].card-link:not(.btn):hover {
  text-decoration: none;
}
[component].link.theme--link-primary, [component].theme--link-primary.card-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  background-color: #ed0000;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].link.theme--link-primary, [component].theme--link-primary.card-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-primary, [component].theme--link-primary.card-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  [component].link.theme--link-primary, [component].theme--link-primary.card-link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-primary, [component].theme--link-primary.card-link {
    padding: 1.25rem;
  }
}
[component].link.theme--link-primary:hover, [component].theme--link-primary.card-link:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ed0000;
}
[component].link.theme--link-secondary-black, [component].theme--link-secondary-black.card-link {
  --link-border: solid 1px #000;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: var(--link-border);
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].link.theme--link-secondary-black, [component].theme--link-secondary-black.card-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-secondary-black, [component].theme--link-secondary-black.card-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
[component].link.theme--link-secondary-black.button, [component].theme--link-secondary-black.button.card-link {
  border: var(--link-border);
  background-color: transparent;
}
[component].link.theme--link-secondary-black:hover, [component].theme--link-secondary-black.card-link:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  [component].link.theme--link-secondary-black, [component].theme--link-secondary-black.card-link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-secondary-black, [component].theme--link-secondary-black.card-link {
    padding: 1.25rem;
  }
}
[component].link.theme--link-secondary-white, [component].theme--link-secondary-white.card-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].link.theme--link-secondary-white, [component].theme--link-secondary-white.card-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-secondary-white, [component].theme--link-secondary-white.card-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
[component].link.theme--link-secondary-white.button, [component].theme--link-secondary-white.button.card-link {
  border: solid 1px #fff;
  background-color: transparent;
}
[component].link.theme--link-secondary-white:hover, [component].theme--link-secondary-white.card-link:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  [component].link.theme--link-secondary-white, [component].theme--link-secondary-white.card-link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-secondary-white, [component].theme--link-secondary-white.card-link {
    padding: 1.25rem;
  }
}
[component].link.theme--link-tertiary, [component].theme--link-tertiary.card-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000;
  font-weight: 700;
  margin-top: 1.5rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].link.theme--link-tertiary, [component].theme--link-tertiary.card-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-tertiary, [component].theme--link-tertiary.card-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
[component].link.theme--link-tertiary .icon-chevron-right::before, [component].theme--link-tertiary.card-link .icon-chevron-right::before {
  transition: 0.3s;
}
[component].link.theme--link-tertiary:hover, [component].theme--link-tertiary.card-link:hover {
  color: #ed0000;
}
[component].link.theme--link-tertiary:hover .icon-chevron-right::before, [component].theme--link-tertiary.card-link:hover .icon-chevron-right::before {
  margin-left: 0.9375rem;
}
[component].link.theme--link-tertiary.button, [component].theme--link-tertiary.button.card-link {
  background-color: transparent;
}
[component].link.theme--link-tertiary .icon-chevron-right, [component].theme--link-tertiary.card-link .icon-chevron-right {
  color: #ed0000;
  font-weight: 700;
  margin-left: 0.5rem;
  margin-right: 0;
}
[component].link.theme--link-card, [component].theme--link-card.card-link {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0 1.5rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].link.theme--link-card, [component].theme--link-card.card-link {
    margin: 0.5rem 0 0;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-card, [component].theme--link-card.card-link {
    margin: 1rem 0 0;
  }
}
[component].link.theme--link-card.button, [component].theme--link-card.button.card-link {
  background-color: transparent;
  padding: 0;
  text-align: left;
}
[component].link.theme--link-card:hover, [component].theme--link-card.card-link:hover {
  color: #ed0000;
}
[component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text {
  margin: 0;
  max-width: 80%;
  width: auto;
}
@media (min-width: 768px) {
  [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-card .link-text, [component].theme--link-card.card-link .link-text {
    max-width: 80%;
  }
}
[component].link.theme--link-card .icon-chevron-right, [component].theme--link-card.card-link .icon-chevron-right {
  font-size: 1.875rem;
  line-height: 1.5rem;
}
[component].link.theme--link-card .material-icons, [component].theme--link-card.card-link .material-icons, [component].link.theme--link-card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].link.theme--link-card .icon, [component].theme--link-card.card-link .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].theme--link-card.card-link .icon,
[component].link.theme--link-card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].link.theme--link-card .icon,
[component].theme--link-card.card-link .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].theme--link-card.card-link .icon {
  color: #ed0000;
  margin-left: 0 !important;
  padding-right: 0.25rem;
  width: auto;
}
@media (min-width: 768px) {
  [component].link.theme--link-card .material-icons, [component].theme--link-card.card-link .material-icons, [component].link.theme--link-card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].link.theme--link-card .icon, [component].theme--link-card.card-link .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].theme--link-card.card-link .icon,
[component].link.theme--link-card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].link.theme--link-card .icon,
[component].theme--link-card.card-link .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].theme--link-card.card-link .icon {
    padding-right: 0;
    padding-top: 0.25rem;
  }
}
@media (min-width: 992px) {
  [component].link.theme--link-card .material-icons, [component].theme--link-card.card-link .material-icons, [component].link.theme--link-card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].link.theme--link-card .icon, [component].theme--link-card.card-link .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].theme--link-card.card-link .icon,
[component].link.theme--link-card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].link.theme--link-card .icon,
[component].theme--link-card.card-link .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].theme--link-card.card-link .icon {
    font-size: 1.875rem;
  }
}
[component].link.theme--content-selector-link, [component].theme--content-selector-link.card-link {
  padding: 0.4375rem 0.75rem;
  width: 8.75rem;
  height: 1.9375rem;
  border: 1px solid #bfc2c4;
  background-color: #fff;
  color: #686d71;
  cursor: pointer;
  transition: 0.3s;
}
[component].link.theme--content-selector-link > span, [component].theme--content-selector-link.card-link > span {
  justify-content: center;
}
@media (hover: hover) {
  [component].link.theme--content-selector-link:hover, [component].theme--content-selector-link.card-link:hover {
    border: 1px solid #000;
    color: #000;
  }
}
[component].link.modifier--content-selector-link-active, [component].modifier--content-selector-link-active.card-link {
  --link-border: solid 2px #000;
  --link-border-hover: solid 1px #000;
  border: var(--link-border);
  color: #000;
}
[component].link.modifier--content-selector-link-active.button, [component].modifier--content-selector-link-active.button.card-link {
  border: var(--link-border);
}
[component].link.modifier--content-selector-link-active.button:hover, [component].modifier--content-selector-link-active.button.card-link:hover {
  border: var(--link-border-hover);
}
[component].link.skip-link, [component].skip-link.card-link {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  padding: 0.5rem;
  font-weight: 700;
  top: 0;
  left: 50%;
  transform: translateY(-100%);
  position: fixed;
  transition: transform 0.3s;
  z-index: 1112;
}
@media (min-width: 768px) {
  [component].link.skip-link, [component].skip-link.card-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].link.skip-link, [component].skip-link.card-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
[component].link.skip-link:focus, [component].skip-link.card-link:focus {
  transform: translateY(0%);
}
[component].link.button, [component].button.card-link {
  border: none;
}
:root {
  --scroll-bar: 20px;
}
[component].feature-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
[component].feature-block::before {
  content: "";
  position: absolute;
  background: #e3e5e680;
  top: 0;
  height: 100%;
  width: 100vw;
}
@media (min-width: 768px) {
  [component].feature-block::before {
    width: calc(100vw - (var(--scroll-bar)));
  }
}
@media (min-width: 1200px) {
  [component].feature-block::before {
    height: 75%;
  }
}
@media (min-width: 768px) {
  [component].feature-block > div {
    height: 100%;
  }
}
@media (min-width: 992px) {
  [component].feature-block {
    margin-bottom: 6.25rem;
  }
}
.feature-block__pre-heading {
  color: #686d71;
  font-family: "MMC", verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .feature-block__pre-heading {
    margin-bottom: 2.5rem;
  }
}
.feature-block__introduction,
.feature-block__introduction-content,
.feature-block__overview-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .feature-block__introduction {
    padding-right: 1.625rem !important;
  }
}
@media (min-width: 992px) {
  .feature-block__introduction {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
.feature-block__introduction-hero {
  position: absolute;
  bottom: -15%;
  right: -15%;
}
.feature-block__introduction-hero .image,
.feature-block__introduction-hero .cmp-image {
  z-index: 2;
}
@media (max-width: 1350px) {
  .feature-block__introduction-hero {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.feature-block__overview {
  display: flex;
  flex-direction: column;
  background-color: #000;
  color: #fff;
  padding: 2rem 1.5rem !important;
}
.feature-block__overview-content {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .feature-block__overview-content {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .feature-block__overview-content {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 576px) {
  .feature-block__overview {
    padding: 3rem 3.375rem !important;
  }
}
@media (min-width: 992px) {
  .feature-block__overview {
    padding: 5rem 6rem !important;
    height: 100%;
  }
}
.feature-block__features-list {
  margin-bottom: 10%;
}
.feature-block__features-list li {
  padding-left: 0;
}
.feature-block__features-list li::before {
  content: none;
}
.feature-block__features-list li + li {
  padding-top: 2rem;
}
.feature-block__feature-icon {
  flex-shrink: 0;
  width: 2.5rem;
}
.feature-block__feature-icon > span {
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .feature-block__feature-icon > span {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .feature-block__feature-icon > span {
    font-size: 2.5rem;
  }
}
.feature-block__feature-info {
  padding-left: 0.75rem;
}
@media (min-width: 576px) {
  .feature-block__feature-info {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .feature-block__feature-info {
    padding-left: 2.5rem;
  }
}
.feature-block__feature-heading, .feature-block__feature-text {
  margin-bottom: 0;
}
.feature-block__feature-heading {
  color: #bfc2c4;
  font-family: "MMC", verdana, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 576px) {
  .feature-block__feature-heading {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .feature-block__feature-heading {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.feature-block__feature-text {
  font-family: "MMC", verdana, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25rem;
}
.feature-block__feature-text sup {
  left: -0.25rem;
}
@media (min-width: 576px) {
  .feature-block__feature-text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .feature-block__feature-text {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.gallery-360__wrapper {
  position: relative;
  height: 11.25rem;
}
@media (min-width: 768px) {
  .gallery-360__wrapper {
    height: 27rem;
  }
}
@media (min-width: 992px) {
  .gallery-360__wrapper {
    height: 50.625rem;
  }
}
.gallery-360__wrapper::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  height: 100%;
  width: 100%;
}
.gallery-360__image-section {
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.gallery-360__image-section.hide {
  opacity: 0;
  visibility: hidden;
}
.gallery-360__static-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.gallery-360__content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.gallery-360__content-section.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gallery-360__description {
  text-align: center;
  display: none;
}
.gallery-360__description * {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gallery-360__description {
    display: block;
    margin-bottom: 2rem;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-360__description {
    width: 30%;
    margin-bottom: 2.5rem;
  }
}
.gallery-360__link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery-360__link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .gallery-360__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.gallery-360__link span {
  padding-right: 0.75rem;
}
.gallery-360__link:not(.btn) {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
}
.gallery-360__link:not(.btn):hover {
  text-decoration: none;
}
.gallery-360__link:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .gallery-360__link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .gallery-360__link {
    padding: 1.25rem;
  }
}
.gallery-360__panorama-section {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.5s;
}
.gallery-360__panorama-section.show {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
}
@media (min-width: 768px) {
  .gallery-360__panorama-section {
    position: absolute;
  }
}
.gallery-360__close {
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  height: 2.625rem;
  width: 2.625rem;
  background: #ed0000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
}
.gallery-360__close .icon {
  font-size: 1rem;
}
.gallery-360__close.show {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .gallery-360__close {
    display: none;
  }
}
.gallery-360 .infospot-text {
  border-radius: 2px;
  background: black;
  padding: 0.25rem 0.5rem;
  color: #fff;
  display: block !important;
  transition: top 150ms linear, opacity 150ms linear;
  top: 2.375rem !important;
  font-family: inherit !important;
  opacity: 0;
}
.gallery-360 .infospot-text[style*="display: block"] {
  top: -0.25rem !important;
  opacity: 1;
}
.gallery-hotspot {
  position: relative;
  background: #000;
  display: flex;
}
@media (min-width: 1200px) {
  .gallery-hotspot {
    padding: 7.5rem 0;
  }
}
.gallery-hotspot__wrapper {
  position: relative;
  width: 100%;
}
.gallery-hotspot__image-section {
  background: #686d71;
  position: relative;
  width: 100%;
  min-height: 120px;
}
@media (min-width: 1200px) {
  .gallery-hotspot__image-section {
    display: inline-block;
    width: 64%;
  }
}
.gallery-hotspot__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-hotspot__hotspot {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  position: absolute !important;
  animation: shadow-pulse 4s infinite ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 25rem;
}
@media (max-width: 991.98px) {
  .gallery-hotspot__hotspot:before {
    position: absolute;
    content: "";
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 15px;
    background-color: #ed0000;
    opacity: 0;
    left: -0.5625rem;
  }
}
.hotspot-authoring .gallery-hotspot__hotspot {
  animation: none;
  transition: none;
}
@media (hover: hover), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery-hotspot__hotspot:hover {
    background: #000;
    z-index: 2;
  }
  .gallery-hotspot__hotspot:hover .gallery-hotspot__hotspot-text {
    display: block;
    animation: fade-in 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation-delay: 0.2s;
    max-height: 200px;
    padding: 0.5rem 0.875rem 0.5rem 0;
    max-width: 31.25rem;
    z-index: 2;
  }
}
.gallery-hotspot__hotspot-icon {
  font-size: 0.75rem;
  padding: 0.1875rem;
}
@media (min-width: 768px) {
  .gallery-hotspot__hotspot-icon {
    font-size: 1rem;
    padding: 0.25rem;
  }
}
@media (min-width: 992px) {
  .gallery-hotspot__hotspot-icon {
    font-size: 1.25rem;
    padding: 0.375rem;
  }
}
.gallery-hotspot__hotspot-text {
  animation: fade-out 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  white-space: nowrap;
  max-width: 0;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .gallery-hotspot__hotspot-text {
    display: none;
  }
}
.gallery-hotspot__text-section {
  padding: 2.5rem 1.5rem;
  word-break: break-word;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery-hotspot__text-section {
    padding: 2.5rem 4rem;
  }
}
@media (min-width: 992px) {
  .gallery-hotspot__text-section {
    padding: 2.5rem 5rem;
  }
}
@media (min-width: 1200px) {
  .gallery-hotspot__text-section {
    display: inline-block;
    margin-left: 1.5rem;
    padding: 0;
    vertical-align: middle;
    width: 25%;
  }
}
.gallery-hotspot__text-section * {
  margin-bottom: 0;
}
.gallery-hotspot-controls {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery-hotspot-controls {
    width: 50%;
  }
}
.gallery-hotspot-controls__text-area {
  margin-top: 0.25rem;
  padding: 0.5rem;
  display: none;
  min-width: 34.375rem;
  min-height: 400px;
}
.gallery-hotspot-controls--active .gallery-hotspot-controls__text-area {
  display: block;
}
.gallery-hotspot-notifications {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.25rem;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  .gallery-hotspot-notifications {
    font-size: 0.75rem;
  }
}
.gallery-hotspot-notification {
  padding: 0.25rem 0.5rem;
  color: #fff;
}
.gallery-hotspot-notification--ok {
  background-color: #00bed8;
}
.gallery-hotspot-notification--error {
  background-color: #ed0000;
}
.gallery-hotspot-notification--warn {
  background-color: #ffeb14;
}
.gallery-hotspot__config {
  display: none;
}
.gallery-slider {
  background: #000;
  color: #fff;
  padding: 2rem 0 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .gallery-slider {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .gallery-slider {
    padding: 5rem 0;
  }
}
.gallery-slider.bgwhite {
  background: #fff;
  color: #000;
}
.gallery-slider.theme--gallery-intro {
  background: #fff;
  color: #000;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .gallery-slider.theme--gallery-intro {
    padding: 3rem 2.75rem 3rem 4rem;
  }
}
@media (min-width: 1200px) {
  .gallery-slider.theme--gallery-intro {
    padding: 4.75rem 6.75rem;
  }
}
.gallery-slider__preheading {
  margin: 0 auto;
  color: #686d71;
  margin-bottom: 1rem;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .gallery-slider__preheading {
    margin-bottom: 1.25rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .gallery-slider__preheading {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}
.gallery-slider__title {
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .gallery-slider__title {
    margin-bottom: 1.25rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .gallery-slider__title {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}
.gallery-slider__copy {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .gallery-slider__copy {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .gallery-slider__copy {
    width: 50%;
  }
}
.gallery-slider__container {
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding: 1.5rem 0 1.75rem;
  margin-bottom: -1.875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .gallery-slider__container {
    padding: 2rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__container {
    padding: 2rem 0 2.25rem;
  }
}
.gallery-slider__container * {
  -ms-overflow-style: none;
}
.gallery-slider__container *::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.gallery-slider__slide {
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: content-box;
  cursor: pointer;
  flex: 1 0 auto;
  height: 18.375rem;
  margin-right: 1rem;
  max-height: 294px;
  max-width: 14rem;
  position: relative;
  transition: all 0.3s ease;
  width: 14rem;
}
@media (min-width: 768px) {
  .gallery-slider__slide {
    height: 16.375rem;
    margin-right: 1.5rem;
    max-height: 262px;
    width: 12.375rem;
    max-width: 12.375rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__slide {
    height: 28.125rem;
    max-height: 450px;
    width: 23rem;
    max-width: 23rem;
  }
}
.gallery-slider__slide:hover {
  box-shadow: 0px 0px 48px rgba(0, 0, 0, 0.1);
  transform: translateY(-12px);
}
.gallery-slider__slide:hover .gallery-slider__icon {
  animation: rotate-in-2-cw 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  background: #ed0000;
  border-color: #ed0000;
}
.gallery-slider__slide:last-child {
  margin: 0;
}
.landscape .gallery-slider__slide {
  height: 10.4375rem;
  max-height: 167px;
}
@media (min-width: 768px) {
  .landscape .gallery-slider__slide {
    height: 9.25rem;
    max-height: 148px;
  }
}
@media (min-width: 992px) {
  .landscape .gallery-slider__slide {
    height: 17.25rem;
    max-height: 276px;
  }
}
.gallery-slider__slide::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.gallery-slider__image {
  height: 18.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 14rem;
}
@media (min-width: 768px) {
  .gallery-slider__image {
    height: 16.375rem;
    width: 12.375rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__image {
    height: 28.125rem;
    width: 23rem;
  }
}
.gallery-slider__image-container {
  height: 100%;
  width: 100%;
}
.landscape .gallery-slider__image {
  height: 10.4375rem;
}
@media (min-width: 768px) {
  .landscape .gallery-slider__image {
    height: 9.25rem;
  }
}
@media (min-width: 992px) {
  .landscape .gallery-slider__image {
    height: 17.25rem;
  }
}
.gallery-slider__caption {
  bottom: 0;
  padding: 0 1.25rem 1.25rem;
  position: absolute;
}
@media (min-width: 768px) {
  .gallery-slider__caption {
    padding: 0 1rem 1rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__caption {
    padding: 0 2rem 2rem;
  }
}
.gallery-slider__caption-text {
  color: #fff;
  margin: 0;
}
.landscape .gallery-slider__caption {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .landscape .gallery-slider__caption {
    padding: 0 0.75rem 0.75rem;
  }
}
@media (min-width: 992px) {
  .landscape .gallery-slider__caption {
    padding: 0 1.5rem 1.5rem;
  }
}
.gallery-slider__link {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
}
@media (min-width: 992px) {
  .gallery-slider__link {
    right: 1.5rem;
    top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .landscape .gallery-slider__link {
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .landscape .gallery-slider__link {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.gallery-slider__icon {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .gallery-slider__icon {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__icon {
    font-size: 1rem;
    padding: 0.3125rem;
  }
}
.theme--gallery-intro .gallery-slider__title {
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__title {
    margin-bottom: 1.25rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .theme--gallery-intro .gallery-slider__title {
    margin-bottom: 1.5rem;
    width: 50%;
  }
}
.theme--gallery-intro .gallery-slider__copy {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 90%;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__copy {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .theme--gallery-intro .gallery-slider__copy {
    width: 50%;
  }
}
.theme--gallery-intro .gallery-slider__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem 0;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__container {
    padding: 2rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .theme--gallery-intro .gallery-slider__container {
    padding: 2rem 0 2.25rem;
  }
}
.theme--gallery-intro .gallery-slider__container::before {
  display: none;
}
.theme--gallery-intro .gallery-slider__container::after {
  display: none;
}
.theme--gallery-intro .gallery-slider__slide {
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: content-box;
  cursor: pointer;
  flex: 1 0 auto;
  height: 10.4375rem;
  margin: 0;
  margin-bottom: 1rem;
  position: relative;
  transition: all 0.3s ease;
  width: 14rem;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__slide {
    height: 9.25rem;
    margin: 0 0.625rem 1.5rem 0.625rem;
    width: 12.375rem;
  }
}
@media (min-width: 992px) {
  .theme--gallery-intro .gallery-slider__slide {
    height: 17.25rem;
    margin: 0 0.4375rem 1.5rem 0.4375rem;
    width: 23rem;
  }
}
.theme--gallery-intro .gallery-slider__image {
  height: 10.4375rem;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__image {
    height: 9.25rem;
  }
}
@media (min-width: 992px) {
  .theme--gallery-intro .gallery-slider__image {
    height: 17.25rem;
  }
}
.theme--gallery-intro .gallery-slider__caption {
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__caption {
    padding: 0 0.75rem 0.75rem;
  }
}
@media (min-width: 992px) {
  .theme--gallery-intro .gallery-slider__caption {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .theme--gallery-intro .gallery-slider__link {
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .theme--gallery-intro .gallery-slider__link {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.gallery-slider__cta {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  display: inline-flex;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .gallery-slider__cta {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__cta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.gallery-slider__cta:hover {
  text-decoration: none;
}
.gallery-slider__cta:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .gallery-slider__cta {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .gallery-slider__cta {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .gallery-slider__cta {
    margin-top: 2.5rem;
  }
}
.gallery-slider__cta > span {
  align-items: center;
  display: flex;
  width: 100%;
}
.gallery-slider__cta-container {
  text-align: center;
}
.overlay-carousel--outreach .outreach-modal__body {
  display: grid;
  grid-template-areas: "image" "content";
  row-gap: 24px;
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .outreach-modal__body {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image content";
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.overlay-carousel--outreach .outreach-modal__body-image {
  grid-area: image;
}
.overlay-carousel--outreach .outreach-modal__body-image img {
  width: 100%;
}
.overlay-carousel--outreach .outreach-modal__body-content {
  grid-area: content;
}
.overlay-carousel--outreach .outreach-modal__header {
  border-bottom: 1px solid #686d71;
}
.overlay-carousel--outreach .outreach-modal__rank {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  background: #ed0000;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  .overlay-carousel--outreach .outreach-modal__rank {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .outreach-modal__rank {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.overlay-carousel--outreach .outreach-modal__score {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  background: #686d71;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  margin-top: 1rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .overlay-carousel--outreach .outreach-modal__score {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .outreach-modal__score {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 576px) {
  .overlay-carousel--outreach .outreach-modal__score {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .overlay-carousel--outreach .outreach-modal__score {
    margin-left: 0 !important;
  }
}
.overlay-carousel--outreach .header__meta {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlay-carousel--outreach .header__meta {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .header__meta {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.overlay-carousel--outreach .rte {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .overlay-carousel--outreach .rte {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .rte {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.overlay-carousel--outreach .rte a {
  color: inherit;
  text-decoration: underline;
}
.overlay-carousel--outreach .rte a:hover, .overlay-carousel--outreach .rte a:focus {
  text-decoration: none;
}
.overlay-carousel--outreach .rte ::last-child {
  margin-bottom: 0;
}
.overlay-carousel--outreach .cmp-carousel__content {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .overlay-carousel--outreach .cmp-carousel__content {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .overlay-carousel--outreach .cmp-carousel__content {
    padding-bottom: 6.5rem;
  }
}
[component].image[data-asset-licensed=true] .license {
  display: none;
}
[component].navlist.theme--nav-list-container {
  display: flex;
  flex-direction: column;
}
[component].navlist.theme--nav-list-container .nav-item {
  margin-bottom: 0.75rem;
  padding: 0;
}
@media (min-width: 992px) {
  [component].navlist.theme--nav-list-container .nav-item {
    margin-bottom: 1rem;
  }
}
[component].navlist.theme--nav-list-container .nav-item::before {
  display: none;
}
[component].navlist.theme--nav-list-container .nav-item .nav-link {
  color: inherit;
  padding: 0;
  transition: 0.3s;
}
[component].navlist.theme--nav-list-container .nav-item .nav-link:hover, [component].navlist.theme--nav-list-container .nav-item .nav-link:focus {
  color: #ed0000;
  outline: none;
}
[component].navlist .nav-link {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  [component].navlist .nav-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].navlist .nav-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
[component].navlist.theme--list-style-h4 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  [component].navlist.theme--list-style-h4 {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  [component].navlist.theme--list-style-h4 {
    margin-top: 2.5rem;
  }
}
[component].navlist.theme--list-style-h4 .nav-item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  [component].navlist.theme--list-style-h4 .nav-item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].navlist.theme--list-style-h4 .nav-item {
    margin-bottom: 1.5rem;
  }
}
[component].navlist.theme--list-style-h4 .nav-item .nav-link {
  margin-bottom: 0;
}
[component].news-details {
  padding: 1.25rem 0;
  position: relative;
}
[component].news-details > .container {
  max-width: 35.9375rem;
}
@media (min-width: 768px) {
  [component].news-details {
    padding: 1.75rem 0;
  }
}
@media (min-width: 992px) {
  [component].news-details > .container {
    max-width: 43.125rem;
  }
}
@media (min-width: 1200px) {
  [component].news-details {
    padding: 2rem 0;
  }
  [component].news-details > .container {
    max-width: 57.1875rem;
  }
}
[component].news-details::before {
  background-color: #242323;
  content: " ";
  display: block;
  height: 16.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  [component].news-details::before {
    height: 18.125rem;
  }
}
@media (min-width: 992px) {
  [component].news-details::before {
    height: 21.875rem;
  }
}
@media (min-width: 1200px) {
  [component].news-details::before {
    height: 25rem;
  }
}
[component].news-details h1,
[component].news-details .published,
[component].news-details .tag {
  color: #fff;
}
[component].news-details h1 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.8125rem;
  margin: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  [component].news-details h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 992px) {
  [component].news-details h1 {
    margin: 0 0 2.5rem 0;
  }
}
[component].news-details .tags,
[component].news-details .published {
  display: inline-block;
  font-size: 0.625rem;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  [component].news-details .tags,
[component].news-details .published {
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 992px) {
  [component].news-details .tags,
[component].news-details .published {
    font-size: 0.75rem;
    margin: 0 0 1.75rem 0;
  }
}
[component].news-details .tags .tag {
  display: inline-block;
  margin-left: 0.5rem;
}
[component].news-details .tags .tag::before {
  color: #fff;
  content: "#";
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  [component].news-details .tags .tag::before {
    font-size: 0.75rem;
  }
}
[component].news-details .tags::before {
  background-color: #fff;
  content: " ";
  display: inline-block;
  height: 1.0625rem;
  margin-left: 0.5rem;
  margin-right: 0.1875rem;
  transform: translateY(4px);
  width: 0.0625rem;
}
@media (min-width: 992px) {
  [component].news-details .tags::before {
    height: 1.5rem;
    margin-left: 0.75rem;
    margin-right: 0.5rem;
    transform: translateY(6px);
  }
}
[component].news-details nav.breadcrumb > ol.breadcrumb {
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  [component].news-details nav.breadcrumb > ol.breadcrumb {
    padding-bottom: 0.9375rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].news-details nav.breadcrumb > ol.breadcrumb {
    padding-bottom: 1.875rem;
    padding-top: 1.875rem;
  }
}
[component].news-details .card-img-top {
  max-height: inherit;
  overflow: visible;
}
[component].news-details .card-img-top img {
  display: block;
  height: auto;
  min-height: auto;
  min-width: auto;
  position: relative;
  top: 0;
  transform: inherit;
  width: 100%;
}
[component].news-details .card-img-top::before {
  display: none;
}
[component].onlinemedia-container {
  box-shadow: 0 2px 3px #e2e2e2;
  overflow: hidden;
  position: relative;
}
[component].onlinemedia-container.onlinemedia--playing iframe {
  position: fixed;
  z-index: 1001;
}
[component].onlinemedia-container.onlinemedia--playing .onlinemedia-close-button {
  display: block;
  z-index: 1002;
}
[component].onlinemedia-container .onlinemedia-image {
  position: relative;
}
[component].onlinemedia-container .image-gradient {
  background: rgba(0, 0, 0, 0.42);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[component].onlinemedia-container .onlinemedia-title {
  margin-bottom: 0;
  padding: 1.25rem;
}
[component].onlinemedia-container .onlinemedia {
  height: 100% !important;
  margin-bottom: unset;
}
[component].onlinemedia-container .onlinemedia-info-container,
[component].onlinemedia-container .onlinemedia-close-button {
  opacity: 1;
  transition: opacity 500ms, z-index 500ms;
}
[component].onlinemedia-container .onlinemedia-close-button {
  display: none;
  position: fixed;
  right: 1.875rem;
  text-align: right;
  top: 4.375rem;
  z-index: 2;
}
[component].onlinemedia-container .onlinemedia-close-button .close-video {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  [component].onlinemedia-container .onlinemedia-close-button .close-video {
    min-width: 0;
    padding: 0.625rem 0.9375rem;
  }
  [component].onlinemedia-container .onlinemedia-close-button .close-video .close-video-label {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
[component].onlinemedia-container .onlinemedia-close-button .close-video.hidden {
  opacity: 0;
  z-index: 0;
}
[component].onlinemedia-container .onlinemedia-info-container {
  height: 100%;
  left: 0;
  margin-bottom: -56.25%;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
}
[component].onlinemedia-container .onlinemedia-info-container.hidden {
  opacity: 0;
  z-index: 0;
}
[component].onlinemedia-container .onlinemedia-info-container .onlinemedia-play-button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
[component].onlinemedia-container .onlinemedia-info-container .play-video {
  border: 1px solid #fff;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  height: 4rem;
  justify-content: center;
  min-width: 0;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 4rem;
}
@media (min-width: 992px) {
  [component].onlinemedia-container .onlinemedia-info-container .play-video {
    font-size: 3rem;
    height: 6rem;
    width: 6rem;
  }
}
[component].onlinemedia-container .onlinemedia-info-container .play-video:hover {
  border-radius: 0;
  transform: rotate(45deg);
  transition: border-radius 400ms ease, transform 400ms ease;
}
[component].onlinemedia-container .onlinemedia-info-container .play-video:hover .icon-play {
  transform: none;
}
[component].onlinemedia-container .onlinemedia-info-container .play-video svg {
  margin-left: 0;
}
[component].onlinemedia-container .onlinemedia-info-container .icon-play {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  height: 4rem;
  justify-content: center;
  width: 4rem;
}
@media (min-width: 992px) {
  [component].onlinemedia-container .onlinemedia-info-container .icon-play {
    font-size: 3rem;
    height: 6rem;
    width: 6rem;
  }
}
@media (min-width: 768px) {
  [component].onlinemedia-container {
    box-shadow: none;
    margin: 0;
    padding-bottom: 0;
  }
  [component].onlinemedia-container .onlinemedia-title {
    bottom: 5rem;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    height: 0;
    left: 6.5625rem;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  [component].onlinemedia-container .onlinemedia-title.hidden {
    display: none;
  }

  [component].onlinemedia {
    margin-bottom: unset;
  }

  [component].onlinemedia-info-container {
    height: 0;
    margin-bottom: 0;
  }
  [component].onlinemedia-info-container .onlinemedia-play-button {
    bottom: 5rem;
    display: block;
    height: 3.125rem;
    left: 1.875rem;
    position: relative;
    top: auto;
    transform: none;
    width: 3.125rem;
    z-index: 2;
  }

  [component].onlinemedia-close-button {
    bottom: 3.125rem;
    right: 1.25rem;
    z-index: 2;
  }
  [component].onlinemedia-close-button .close-video .close-video-label {
    display: inline;
  }
}
.cmp-carousel {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 1.5rem 1.25rem;
  position: fixed;
  transition: all 0.5s ease;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
}
@media (min-width: 768px) {
  .cmp-carousel {
    padding: 6.125rem 4rem;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .cmp-carousel {
    padding: 1.5rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel {
    padding: 4.375rem 9rem;
  }
}
.cmp-carousel.active {
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.cmp-carousel.inactive {
  animation: fade-out 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  visibility: hidden;
}
.cmp-carousel.hide {
  display: none;
}
.cmp-carousel__content {
  height: 100%;
  padding: 1rem;
  padding-top: 4.6875rem;
  position: relative;
  background-image: linear-gradient(110deg, #000 21%, #1c1d1d 21%);
}
@media (min-width: 576px) {
  .cmp-carousel__content {
    padding: 1.5rem 3.25rem 3.75rem 1.75rem;
  }
}
@media (min-width: 768px) {
  .cmp-carousel__content {
    background-image: linear-gradient(138deg, #000 38.33%, #1c1d1d 38.36%);
    padding: 2.5rem 10.4375rem 2.5rem 6.875rem;
  }
}
@media (max-width: 1199.98px) and (orientation: landscape) {
  .cmp-carousel__content {
    padding: 1.5rem 3.25rem 3.75rem 1.75rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__content {
    align-items: center;
    display: flex;
    padding: 8.375rem 6.25rem 10.875rem;
    max-width: 81.25rem;
    margin: 0 auto;
  }
}
.cmp-carousel__content .text {
  animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  color: #fff;
  max-width: 29.375rem;
}
@media (min-width: 1200px) {
  .cmp-carousel__content .text {
    max-width: 43.75rem;
  }
}
.cmp-carousel__content .link, .cmp-carousel__content .card-link {
  animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.cmp-carousel__content .image,
.cmp-carousel__content .cmp-image {
  animation: fade-out 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  margin-bottom: 1.25rem;
  height: 12.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-carousel__content .image,
.cmp-carousel__content .cmp-image {
    height: 16.875rem;
    margin-bottom: 2rem;
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__content .image,
.cmp-carousel__content .cmp-image {
    height: 21.875rem;
    width: 29.0625rem;
  }
}
@media (min-width: 1200px) {
  .cmp-carousel__content .image,
.cmp-carousel__content .cmp-image {
    margin-bottom: 0;
  }
}
.cmp-carousel__content .image img,
.cmp-carousel__content .cmp-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 12.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-carousel__content .image img,
.cmp-carousel__content .cmp-image img {
    height: 16.875rem;
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__content .image img,
.cmp-carousel__content .cmp-image img {
    height: 21.875rem;
    width: 29.0625rem;
  }
}
.cmp-carousel__content .onlinemedia {
  margin-bottom: 1.25rem;
  height: 9.375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-carousel__content .onlinemedia {
    height: 16.875rem;
    margin-bottom: 2rem;
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__content .onlinemedia {
    height: 21.875rem;
    width: 29.0625rem;
  }
}
@media (min-width: 1200px) {
  .cmp-carousel__content .onlinemedia {
    margin-bottom: 0;
  }
}
.cmp-carousel__content .onlinemedia img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 9.375rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-carousel__content .onlinemedia img {
    height: 16.875rem;
    width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__content .onlinemedia img {
    height: 21.875rem;
    width: 29.0625rem;
  }
}
.cmp-carousel__item {
  padding-bottom: 1.5rem;
}
.cmp-carousel__item-container {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
.cmp-carousel__item-container::-webkit-scrollbar {
  height: 100%;
  width: 0.5rem;
  border-radius: 2px;
  background-color: rgba(191, 194, 196, 0.498);
}
.cmp-carousel__item-container::-webkit-scrollbar-thumb {
  background-color: #ed0000;
  border-radius: 2px;
}
.cmp-carousel__item--active .image,
.cmp-carousel__item--active .cmp-image {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.cmp-carousel__item--active .link, .cmp-carousel__item--active .card-link {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
.cmp-carousel__item--active .text {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
@media (min-width: 1200px) {
  .cmp-carousel__item section.contentblock > .aem-Grid {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .cmp-carousel__item section.contentblock .image,
.cmp-carousel__item section.contentblock .cmp-image,
.cmp-carousel__item section.contentblock .video,
.cmp-carousel__item section.contentblock .onlinemedia {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .cmp-carousel__item section.contentblock .text {
    grid-column: 2;
    grid-row: 1;
    padding-left: 1.5rem;
  }
  .cmp-carousel__item section.contentblock .text .text {
    padding: 0;
  }
  .cmp-carousel__item section.contentblock .link, .cmp-carousel__item section.contentblock .card-link {
    grid-column: 2;
    grid-row: 2;
    padding-left: 1.5rem;
  }
}
.cmp-carousel__actions-container {
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cmp-carousel__actions {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 1rem;
  z-index: 2;
  gap: 1.1rem;
}
@media (min-width: 768px) {
  .cmp-carousel__actions {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__actions {
    padding: 2rem;
  }
}
.cmp-carousel .material-icons, .cmp-carousel .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .cmp-carousel .icon,
.cmp-carousel .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .cmp-carousel .icon {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.cmp-carousel .material-icons.next, .cmp-carousel .brand-header__nav a[class*=l-] .next.icon, .brand-header__nav a[class*=l-] .cmp-carousel .next.icon,
.cmp-carousel .brand-header__nav .nav-link .next.icon,
.brand-header__nav .nav-link .cmp-carousel .next.icon {
  transform: rotate(180deg);
}
.cmp-carousel__action {
  align-items: center;
  background: none;
  border: none;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  outline: none;
  width: 1.5rem;
}
.cmp-carousel__action:focus {
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .cmp-carousel__action {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.cmp-carousel__action .material-icons, .cmp-carousel__action .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .cmp-carousel__action .icon,
.cmp-carousel__action .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .cmp-carousel__action .icon {
  color: #ed0000;
}
.cmp-carousel__action-text {
  display: none;
}
.cmp-carousel__pagination {
  bottom: 1.625rem;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-carousel__pagination {
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel__pagination {
    bottom: 2.875rem;
  }
}
.cmp-carousel__indicators {
  display: none;
}
.cmp-carousel__indicator {
  background: none;
  display: none;
  position: static;
  flex: none;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  font-size: inherit;
  text-indent: 0;
}
.cmp-carousel__indicator--active {
  background: none;
  display: inline-block;
}
.cmp-carousel__close {
  animation: fade-in 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.625rem;
  width: 2.625rem;
  background: #ed0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-carousel__close .icon {
  font-size: 1rem;
}
.cmp-carousel__footer {
  height: 5rem;
}
.cmp-carousel sup {
  vertical-align: super;
}
html.aem-AuthorLayer-Edit .cmp-carousel {
  display: block;
  position: static;
}
html.aem-AuthorLayer-Edit .cmp-carousel section.contentblock > .aem-Grid {
  display: block;
}
[component].page-details {
  background: none !important;
}
[component].page-details .hero-banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner {
    height: calc(100vh - 8.875rem);
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner.banner-height-80 {
    height: calc(80vh - 8.875rem);
  }
  [component].page-details .hero-banner.banner-height-80__asset-container {
    height: calc(80vh - 8.875rem);
  }
  [component].page-details .hero-banner.banner-height-80 .is-image {
    height: calc(80vh - 8.875rem);
  }
  [component].page-details .hero-banner.banner-height-80 img {
    height: calc(80vh - 8.875rem);
  }
  [component].page-details .hero-banner.banner-height-80 video {
    height: calc(80vh - 8.875rem);
  }
}
[component].page-details .hero-banner__heading {
  left: 50%;
  padding: 2rem 2rem 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__heading {
    padding: 2rem 4.75rem 0;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__heading {
    padding: 4rem 9rem 0;
  }
}
[component].page-details .hero-banner__heading * {
  text-align: center !important;
}
[component].page-details .hero-banner__heading .description > * {
  margin-bottom: 0.5rem;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__heading .description > * {
    margin-bottom: 1rem;
  }
}
[component].page-details .hero-banner__button {
  background: none;
}
[component].page-details .hero-banner__button:focus:not(:focus-visible) {
  outline: none;
}
[component].page-details .hero-banner__link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  [component].page-details .hero-banner__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].page-details .hero-banner__link {
    padding: 1.25rem;
  }
}
[component].page-details .hero-banner__link:hover {
  text-decoration: none;
}
[component].page-details .hero-banner__link-container {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__link-container {
    display: inline-flex;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__link-container--margin {
    margin-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__link-container--margin {
    margin-right: 1.25rem;
  }
}
[component].page-details .hero-banner__link > span {
  align-items: center;
  display: flex;
  width: 100%;
}
[component].page-details .hero-banner__link--secondary {
  border: solid 1px #fff;
  border-radius: 4px;
  margin-top: 0.5rem;
}
[component].page-details .hero-banner__link--secondary:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__link--secondary {
    margin-top: 1rem;
  }
}
[component].page-details .hero-banner__asset-container {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__asset-container {
    height: calc(100vh - 8.875rem);
  }
}
[component].page-details .hero-banner__asset-container.is-image {
  height: 18.75rem;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__asset-container.is-image {
    height: 23.75rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__asset-container.is-image {
    height: calc(100vh - 8.875rem);
  }
}
[component].page-details .hero-banner__asset-container::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[component].page-details .hero-banner__asset-container img {
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  font-family: "object-fit: cover";
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__asset-container img {
    height: 23.75rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__asset-container img {
    height: calc(100vh - 8.875rem);
  }
}
[component].page-details .hero-banner__asset-container img.mobile-image {
  display: none;
}
@media (max-width: 767.98px) {
  [component].page-details .hero-banner__asset-container img.desktop-image {
    display: none;
  }
  [component].page-details .hero-banner__asset-container img.mobile-image {
    display: block;
  }
}
[component].page-details .hero-banner__asset-container video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__asset-container video {
    height: calc(100vh - 8.875rem);
  }
}
[component].page-details .hero-banner__asset-container .hero-banner__scroll-icon {
  position: absolute;
  bottom: 9.375rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2.5rem;
  width: 2.5rem;
  opacity: 1;
  transition: opacity 0.5s;
}
@media (max-width: 1199.98px) {
  [component].page-details .hero-banner__asset-container .hero-banner__scroll-icon {
    bottom: 1.25rem;
  }
}
@media (max-width: 991.98px) {
  [component].page-details .hero-banner__asset-container .hero-banner__scroll-icon {
    display: none;
  }
}
[component].page-details .hero-banner__asset-container .hero-banner__scroll-icon.page-scrolled {
  opacity: 0;
}
[component].page-details .hero-banner__feature-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 1rem;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__feature-list {
    flex-wrap: nowrap;
    padding: 2rem 4.75rem;
  }
}
@media (min-width: 992px) {
  [component].page-details .hero-banner__feature-list {
    flex-wrap: nowrap;
    padding: 2rem 7rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__feature-list {
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 9rem 7rem 9rem;
    position: absolute;
    right: 0;
  }
}
[component].page-details .hero-banner__feature-list-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem;
  position: relative;
  width: 50%;
}
[component].page-details .hero-banner__feature-list-item::before {
  display: none;
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__feature-list-item {
    padding: 0 1.5rem;
  }
  [component].page-details .hero-banner__feature-list-item:first-child {
    padding-left: 0;
  }
  [component].page-details .hero-banner__feature-list-item:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__feature-list-item {
    padding: 0 0.75rem;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner__feature-list-item::after {
    background-color: #e3e5e6;
    content: "";
    height: 4rem;
    position: absolute;
    right: 0;
    width: 0.0625rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__feature-list-item {
    font-weight: bold;
  }
  [component].page-details .hero-banner__feature-list-item::after {
    height: 5.25rem;
    top: -0.375rem;
  }
}
[component].page-details .hero-banner__feature-list-item.no-border::after {
  display: none;
}
[component].page-details .hero-banner__feature-desc {
  margin-top: 0.125rem;
  text-align: center;
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner__feature-desc {
    margin-top: 0.25rem;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner .material-icons, [component].page-details .hero-banner .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].page-details .hero-banner .icon,
[component].page-details .hero-banner .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].page-details .hero-banner .icon {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner .material-icons, [component].page-details .hero-banner .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].page-details .hero-banner .icon,
[component].page-details .hero-banner .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].page-details .hero-banner .icon {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner.feature-left .hero-banner__feature-list {
    bottom: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    left: 0;
    padding-bottom: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  [component].page-details .hero-banner.feature-left .hero-banner__feature-list-item {
    align-items: flex-start;
    padding: 2rem 0;
    width: auto;
  }
  [component].page-details .hero-banner.feature-left .hero-banner__feature-list-item::after {
    bottom: 0;
    height: 0.0625rem;
    left: 0;
    top: auto;
    width: 5rem;
  }
  [component].page-details .hero-banner.feature-right .hero-banner__feature-list {
    bottom: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    left: auto;
    padding-bottom: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  [component].page-details .hero-banner.feature-right .hero-banner__feature-list-item {
    align-items: flex-end;
    padding: 2rem 0;
    width: auto;
  }
  [component].page-details .hero-banner.feature-right .hero-banner__feature-list-item::after {
    bottom: 0;
    height: 0.0625rem;
    right: 0;
    top: auto;
    width: 5rem;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner.heading-right .hero-banner__heading {
    left: auto;
    padding: 0;
    top: 30%;
    transform: translateY(-30%);
    right: 4.75rem;
    width: 60%;
  }
  [component].page-details .hero-banner.heading-right .hero-banner__heading * {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner.heading-right .hero-banner__heading {
    top: 50%;
    transform: translateY(-50%);
    right: 9rem;
    width: 50%;
  }
}
@media (min-width: 768px) {
  [component].page-details .hero-banner.heading-left .hero-banner__heading {
    right: auto;
    padding: 0;
    top: 30%;
    transform: translateY(-30%);
    left: 4.75rem;
    width: 60%;
  }
  [component].page-details .hero-banner.heading-left .hero-banner__heading * {
    text-align: left !important;
  }
}
@media (min-width: 1200px) {
  [component].page-details .hero-banner.heading-left .hero-banner__heading {
    top: 50%;
    transform: translateY(-50%);
    left: 9rem;
    width: 50%;
  }
}
[component].page-details .hero-banner.heading-center .hero-banner__heading {
  right: auto;
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80%;
}
[component].page-details .hero-banner.heading-center .hero-banner__heading * {
  text-align: center !important;
}
[component].page-details .hero-banner.opacity .hero-banner__asset-container {
  position: relative;
}
[component].page-details .hero-banner.opacity .hero-banner__asset-container::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
[component].page-details .hero-banner.opacity-10 .hero-banner__asset-container::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
[component].page-details .hero-banner.opacity-20 .hero-banner__asset-container::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
[component].page-details .hero-banner.opacity-40 .hero-banner__asset-container::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
@media (min-width: 1200px) {
  .cq-Editable-dom [component].page-details .hero-banner {
    max-height: 800px;
  }
}
@media (min-width: 1200px) {
  .cq-Editable-dom [component].page-details .banner-height-80 {
    max-height: 650px;
  }
}
.cq-Editable-dom [component].page-details .banner-height-80 img,
.cq-Editable-dom [component].page-details .banner-height-80 video {
  max-height: 650px;
  width: 100%;
}
.cq-Editable-dom [component].page-details img,
.cq-Editable-dom [component].page-details video {
  max-height: 800px;
  width: 100%;
}
[component].pagelist.theme--nav-page-list ul.list,
[component].childlist.theme--nav-page-list ul.list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90rem;
  width: 100%;
}
[component].pagelist.theme--nav-page-list ul.list li,
[component].childlist.theme--nav-page-list ul.list li {
  padding: 0 0 1.5rem;
  width: 50%;
}
@media (min-width: 768px) {
  [component].pagelist.theme--nav-page-list ul.list li,
[component].childlist.theme--nav-page-list ul.list li {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  [component].pagelist.theme--nav-page-list ul.list li,
[component].childlist.theme--nav-page-list ul.list li {
    padding: 0 3rem 2.5rem 0;
    width: 33%;
  }
}
[component].pagelist.theme--nav-page-list ul.list li:nth-child(odd),
[component].childlist.theme--nav-page-list ul.list li:nth-child(odd) {
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  [component].pagelist.theme--nav-page-list ul.list li:nth-child(odd),
[component].childlist.theme--nav-page-list ul.list li:nth-child(odd) {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  [component].pagelist.theme--nav-page-list ul.list li:nth-child(odd),
[component].childlist.theme--nav-page-list ul.list li:nth-child(odd) {
    padding-right: 3rem;
  }
}
[component].pagelist.theme--nav-page-list ul.list li:nth-child(even),
[component].childlist.theme--nav-page-list ul.list li:nth-child(even) {
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  [component].pagelist.theme--nav-page-list ul.list li:nth-child(even),
[component].childlist.theme--nav-page-list ul.list li:nth-child(even) {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  [component].pagelist.theme--nav-page-list ul.list li:nth-child(even),
[component].childlist.theme--nav-page-list ul.list li:nth-child(even) {
    padding-left: 0;
  }
}
[component].pagelist.theme--nav-page-list ul.list li::before,
[component].childlist.theme--nav-page-list ul.list li::before {
  display: none;
}
[component].pagelist.theme--nav-page-list ul.list .card,
[component].childlist.theme--nav-page-list ul.list .card {
  box-shadow: none;
  flex-direction: column-reverse;
  transition: 0.3s;
}
[component].pagelist.theme--nav-page-list ul.list .card-body,
[component].childlist.theme--nav-page-list ul.list .card-body {
  background-color: inherit;
  padding: 0;
}
[component].pagelist.theme--nav-page-list ul.list .card-title,
[component].childlist.theme--nav-page-list ul.list .card-title {
  color: #000;
  margin-bottom: 0;
}
[component].pagelist.theme--nav-page-list ul.list .card-img-top,
[component].childlist.theme--nav-page-list ul.list .card-img-top {
  height: auto;
}
[component].pagelist.theme--nav-page-list .card:hover,
[component].pagelist.theme--nav-page-list .card:focus,
[component].childlist.theme--nav-page-list .card:hover,
[component].childlist.theme--nav-page-list .card:focus {
  outline: none;
  text-decoration: none;
}
[component].pagelist.theme--nav-page-list .card:hover .card-title,
[component].pagelist.theme--nav-page-list .card:focus .card-title,
[component].childlist.theme--nav-page-list .card:hover .card-title,
[component].childlist.theme--nav-page-list .card:focus .card-title {
  color: #ed0000;
  outline: none;
}
[component].pagelist.theme--nav-page-list.align-items-bottom-margin ul.list li,
[component].childlist.theme--nav-page-list.align-items-bottom-margin ul.list li {
  margin-bottom: 5rem;
}
[component].pagelist.theme--nav-page-list.align-items-bottom-margin ul.list li .card-body,
[component].childlist.theme--nav-page-list.align-items-bottom-margin ul.list li .card-body {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767.98px) {
  [component].pagelist.theme--nav-page-list.align-items-bottom-margin ul.list li,
[component].childlist.theme--nav-page-list.align-items-bottom-margin ul.list li {
    margin-bottom: 2.1875rem;
  }
}
[component].pagelist.theme--icon-page-list,
[component].childlist.theme--icon-page-list {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  margin: 0;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list,
[component].childlist.theme--icon-page-list {
    padding: 0 2.25rem;
  }
}
@media (min-width: 992px) {
  [component].pagelist.theme--icon-page-list,
[component].childlist.theme--icon-page-list {
    padding: 0 2.5rem;
  }
}
[component].pagelist.theme--icon-page-list ul.list,
[component].childlist.theme--icon-page-list ul.list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  [component].pagelist.theme--icon-page-list ul.list,
[component].childlist.theme--icon-page-list ul.list {
    justify-content: flex-end;
  }
}
[component].pagelist.theme--icon-page-list li,
[component].childlist.theme--icon-page-list li {
  border-left: 1px solid #000;
  flex: 1;
  padding: 0;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list li,
[component].childlist.theme--icon-page-list li {
    border: 0;
    flex: inherit;
    padding: 0.75rem 0;
  }
}
@media (min-width: 1200px) {
  [component].pagelist.theme--icon-page-list li,
[component].childlist.theme--icon-page-list li {
    margin-left: 1.5rem;
  }
}
[component].pagelist.theme--icon-page-list li::before,
[component].childlist.theme--icon-page-list li::before {
  display: none;
}
[component].pagelist.theme--icon-page-list li:first-child,
[component].childlist.theme--icon-page-list li:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
[component].pagelist.theme--icon-page-list li:last-child,
[component].childlist.theme--icon-page-list li:last-child {
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ed0000;
  border-top-right-radius: 4px;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list li:last-child,
[component].childlist.theme--icon-page-list li:last-child {
    border-right: 0;
  }
}
[component].pagelist.theme--icon-page-list li:last-child .card,
[component].childlist.theme--icon-page-list li:last-child .card {
  background-color: #ed0000;
}
[component].pagelist.theme--icon-page-list li:last-child .card:hover, [component].pagelist.theme--icon-page-list li:last-child .card:focus,
[component].childlist.theme--icon-page-list li:last-child .card:hover,
[component].childlist.theme--icon-page-list li:last-child .card:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ed0000;
  color: #fff;
}
[component].pagelist.theme--icon-page-list li:last-child .card:hover .card-body, [component].pagelist.theme--icon-page-list li:last-child .card:focus .card-body,
[component].childlist.theme--icon-page-list li:last-child .card:hover .card-body,
[component].childlist.theme--icon-page-list li:last-child .card:focus .card-body {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ed0000;
}
[component].pagelist.theme--icon-page-list li:last-child .card-icon,
[component].childlist.theme--icon-page-list li:last-child .card-icon {
  color: #fff;
}
[component].pagelist.theme--icon-page-list li:last-child .card-title,
[component].childlist.theme--icon-page-list li:last-child .card-title {
  font-weight: 700;
}
[component].pagelist.theme--icon-page-list .card,
[component].childlist.theme--icon-page-list .card {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  padding: 0.5rem 0.625rem 0.75rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list .card,
[component].childlist.theme--icon-page-list .card {
    border-radius: 4px;
    flex-direction: row;
    padding: 0.75rem 1.25rem;
  }
}
[component].pagelist.theme--icon-page-list .card:hover, [component].pagelist.theme--icon-page-list .card:focus,
[component].childlist.theme--icon-page-list .card:hover,
[component].childlist.theme--icon-page-list .card:focus {
  color: #ed0000;
  outline: none;
  text-decoration: none;
}
[component].pagelist.theme--icon-page-list .card-icon,
[component].childlist.theme--icon-page-list .card-icon {
  color: #ed0000;
  display: flex;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list .card-icon,
[component].childlist.theme--icon-page-list .card-icon {
    margin-bottom: 0;
    margin-right: 0.625rem;
  }
}
[component].pagelist.theme--icon-page-list .card .material-icons, [component].pagelist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].pagelist.theme--icon-page-list .card .icon,
[component].pagelist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].pagelist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .material-icons,
[component].childlist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon,
.brand-header__nav a[class*=l-] [component].childlist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].childlist.theme--icon-page-list .card .icon {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list .card .material-icons, [component].pagelist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].pagelist.theme--icon-page-list .card .icon,
[component].pagelist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].pagelist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .material-icons,
[component].childlist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon,
.brand-header__nav a[class*=l-] [component].childlist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].childlist.theme--icon-page-list .card .icon {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  [component].pagelist.theme--icon-page-list .card .material-icons, [component].pagelist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] [component].pagelist.theme--icon-page-list .card .icon,
[component].pagelist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].pagelist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .material-icons,
[component].childlist.theme--icon-page-list .card .brand-header__nav a[class*=l-] .icon,
.brand-header__nav a[class*=l-] [component].childlist.theme--icon-page-list .card .icon,
[component].childlist.theme--icon-page-list .card .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link [component].childlist.theme--icon-page-list .card .icon {
    font-size: 1.25rem;
  }
}
[component].pagelist.theme--icon-page-list .card-body,
[component].childlist.theme--icon-page-list .card-body {
  background-color: inherit;
  justify-content: center;
  padding: 0;
  text-align: center;
}
[component].pagelist.theme--icon-page-list .card-title,
[component].childlist.theme--icon-page-list .card-title {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
  font-family: "MMC", verdana, sans-serif;
  margin: 0;
}
@media (min-width: 768px) {
  [component].pagelist.theme--icon-page-list .card-title,
[component].childlist.theme--icon-page-list .card-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) {
  [component].pagelist.theme--icon-page-list .card-title,
[component].childlist.theme--icon-page-list .card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
[component].pagelist.theme--icon-page-list .card-text,
[component].childlist.theme--icon-page-list .card-text {
  display: none;
}
.quicklinks {
  position: sticky;
  width: 100%;
  transition: 0.1s;
  padding: 0 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .quicklinks {
    padding: 0 1.25rem 1.25rem;
  }
}
.quicklinks.stuck {
  transition: 0.1s;
  padding: 0;
  position: relative;
}
.quicklinks.stuck .pagelist,
.quicklinks.stuck .pagelist.theme--icon-page-list li:first-child,
.quicklinks.stuck .pagelist.theme--icon-page-list li:last-child {
  border-radius: 0;
}
.quicklinks-container {
  bottom: 0;
  position: sticky;
  z-index: 4;
}
[component].mmalcontenttabs.theme--image-tabs > .nav-tabs {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (min-width: 992px) {
  [component].mmalcontenttabs.theme--image-tabs > .nav-tabs {
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
}
[component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  row-gap: 2px;
  padding: 1.25rem 0 0.625rem 0;
  font-size: 0.75rem;
  margin: 0;
}
[component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links img {
  width: 3.5rem;
}
@media (min-width: 768px) {
  [component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links {
    flex-direction: row-reverse;
    -moz-column-gap: 9px;
         column-gap: 9px;
    padding: 1.75rem 0 1rem 0;
    font-size: 1rem;
  }
  [component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links img {
    width: 4.75rem;
  }
}
@media (min-width: 992px) {
  [component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links {
    -moz-column-gap: 12px;
         column-gap: 12px;
    font-size: 1rem;
  }
  [component].mmalcontenttabs.theme--image-tabs > .nav-tabs > .nav-links img {
    width: 6rem;
  }
}
[component].mmalcontenttabs > .nav-tabs.stickyLinks {
  position: sticky;
  background-color: white;
  transition: top 0.5s ease;
  z-index: 1;
}
[component].mmalcontenttabs .nav-tabs {
  border: 0;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  [component].mmalcontenttabs .nav-tabs {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  [component].mmalcontenttabs .nav-tabs {
    padding-bottom: 2.5rem;
  }
}
[component].mmalcontenttabs .nav-tabs .nav-links {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  border: 0;
  color: #000;
  margin-right: 1.25rem;
  padding: 0.5rem 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  [component].mmalcontenttabs .nav-tabs .nav-links {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  [component].mmalcontenttabs .nav-tabs .nav-links {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  [component].mmalcontenttabs .nav-tabs .nav-links {
    margin-right: 2rem;
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  [component].mmalcontenttabs .nav-tabs .nav-links {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 1.25rem 0;
  }
}
[component].mmalcontenttabs .nav-tabs .nav-links::after {
  bottom: 0;
  border-bottom: 3px solid transparent;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}
[component].mmalcontenttabs .nav-tabs .nav-links:hover::after {
  border-bottom: 3px solid #ed0000;
}
[component].mmalcontenttabs .nav-tabs .nav-links.active {
  font-weight: 700;
}
[component].mmalcontenttabs .nav-tabs .nav-links.active::after {
  border-bottom: 3px solid #ed0000;
}
[component].mmalcontenttabs > .tab-content {
  transition: height 0.3s ease;
  overflow: hidden;
}
[component].contenttabs.theme--image-tabs > .nav-tabs {
  align-items: center;
  background: linear-gradient(to bottom, #fff 50%, rgba(227, 229, 230, 0.498) 50%);
  border: 0;
  justify-content: center;
  margin: 0;
  min-height: 100px;
  padding: 0 0.75rem 1.25rem;
}
@media (min-width: 768px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs {
    min-height: 190px;
    padding: 0 2.5rem 1.125rem;
  }
}
@media (min-width: 992px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs {
    min-height: 380px;
    padding: 0 2.5rem 3.625rem;
  }
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links {
  border: 0;
  color: #000;
  font-size: 0.75rem;
  margin: 0 0.375rem 0 0;
  padding: 0;
  text-align: center;
  transition: all 0.4s ease;
  width: 24%;
}
@media (min-width: 768px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin-right: 1.5rem;
  }
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links::after {
  display: none;
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active {
  font-size: 1rem;
  margin: 0 0.375rem 0 0;
  width: 36%;
}
@media (min-width: 768px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active {
    font-size: 3rem;
    line-height: 3.75rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1200px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-right: 1.5rem;
  }
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active .nav-title {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  [component].contenttabs.theme--image-tabs > .nav-tabs .nav-links.active .nav-title {
    margin-bottom: 1rem;
  }
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links > .nav-title {
  display: inline-block;
  margin-bottom: 0.5rem;
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links img {
  height: 100%;
  width: 100%;
}
[component].contenttabs.theme--image-tabs > .nav-tabs .nav-links:last-child {
  margin: 0;
}
[component].contenttabs.theme--image-tabs.bg-white .nav-tabs {
  background: #fff;
}
[component].contenttabs .nav-tabs {
  border: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  [component].contenttabs .nav-tabs {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  [component].contenttabs .nav-tabs {
    margin-bottom: 2.5rem;
  }
}
[component].contenttabs .nav-tabs .nav-links {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  border: 0;
  color: #000;
  margin-right: 1.25rem;
  padding: 0.5rem 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  [component].contenttabs .nav-tabs .nav-links {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  [component].contenttabs .nav-tabs .nav-links {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  [component].contenttabs .nav-tabs .nav-links {
    margin-right: 2rem;
    padding: 1rem 0;
  }
}
@media (min-width: 992px) {
  [component].contenttabs .nav-tabs .nav-links {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding: 1.25rem 0;
  }
}
[component].contenttabs .nav-tabs .nav-links::after {
  bottom: 0;
  border-bottom: 3px solid transparent;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: 100%;
}
[component].contenttabs .nav-tabs .nav-links:hover::after {
  border-bottom: 3px solid #ed0000;
}
[component].contenttabs .nav-tabs .nav-links.active {
  font-weight: 700;
}
[component].contenttabs .nav-tabs .nav-links.active::after {
  border-bottom: 3px solid #ed0000;
}
[component].taglist {
  list-style-type: none;
  padding-left: 0;
}
[component].taglist__item {
  color: #a5a5a5;
  display: inline-block;
  margin-right: 0.625rem;
  padding-left: 0;
}
.tertiary-nav {
  top: 5.9375rem;
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
}
.tertiary-nav.sticky {
  top: 4.1875rem;
  width: 100%;
}
@media (min-width: 766px) {
  .tertiary-nav.sticky {
    top: 5.1875rem;
  }
}
@media (min-width: 992px) {
  .tertiary-nav.sticky {
    top: 5.9375rem;
  }
}
.tertiary-nav.sticky.down {
  transition: all 0.5s ease;
  top: -6.25rem;
}
.tertiary-nav.expanded {
  box-shadow: 0 1px 0 #686d71;
}
.tertiary-nav__wrapper {
  align-items: center;
  background: #000;
  color: #fff;
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .tertiary-nav__wrapper {
    height: 3rem;
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .tertiary-nav__wrapper {
    padding: 0 2.5rem;
  }
}
.tertiary-nav__image {
  align-items: center;
  display: flex;
  height: 1.5rem;
  width: 4.875rem;
}
@media (min-width: 768px) {
  .tertiary-nav__image {
    height: 2rem;
    width: 6.5rem;
  }
}
.tertiary-nav__image img {
  width: 100%;
}
.tertiary-nav__chevron {
  cursor: pointer;
}
@media (min-width: 768px) {
  .tertiary-nav__chevron {
    display: none;
  }
}
.tertiary-nav__chevron.active {
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  .tertiary-nav__links {
    background: #000;
    box-shadow: 0 1px 0 #686d71;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 1.25rem 0.25rem;
    position: absolute;
    right: 0;
    top: 2.5625rem;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    z-index: 9;
  }
  .tertiary-nav__links.expanded {
    transform: scaleY(1);
  }
}
.tertiary-nav__link {
  color: #fff;
  padding: 1rem 1.25rem;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 768px) {
  .tertiary-nav__link {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    margin: 0 1rem;
    padding: 0.8125rem 0;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tertiary-nav__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .tertiary-nav__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tertiary-nav__link {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.0625rem;
    margin: 0 1.25rem;
    padding: 0.75rem 0;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .tertiary-nav__link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .tertiary-nav__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.tertiary-nav__link.active {
  box-shadow: -4px 0 0 #ed0000;
}
@media (min-width: 768px) {
  .tertiary-nav__link.active {
    box-shadow: 0 4px 1px -1px #ed0000;
  }
}
.tertiary-nav__link:hover {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .tertiary-nav__link:hover {
    box-shadow: 0 4px 1px -1px #ed0000;
  }
}
.tertiary-nav__link:last-child {
  margin-right: 0;
}
.tertiary-menu > .tertiary-menu {
  position: relative;
  transition: all 500ms ease;
  width: 100%;
  z-index: 999;
}
.tertiary-menu.sticky {
  position: fixed;
  top: 4.1875rem;
  width: 100%;
}
@media (min-width: 766px) {
  .tertiary-menu.sticky {
    top: 5.1875rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu.sticky {
    top: 5.9375rem;
  }
}
.tertiary-menu.sticky.down {
  top: 0;
}
.tertiary-menu.expanded {
  box-shadow: 0 1px 0 #686d71;
}
.tertiary-menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000;
  color: #fff;
  height: 2.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .tertiary-menu__wrapper {
    flex-direction: row;
    padding: 0 2rem;
    height: 3rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tertiary-menu__wrapper {
    gap: 24px;
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .tertiary-menu__wrapper {
    gap: 24px;
    padding: 0 2.5rem;
  }
}
.tertiary-menu__brand {
  align-items: center;
}
.tertiary-menu__brand.title {
  display: flex;
  width: auto;
}
.tertiary-menu__brand.title span {
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .tertiary-menu__brand.title {
    display: none;
  }
}
.tertiary-menu__brand.icon {
  width: 4.4375rem;
  height: auto;
}
@media (min-width: 768px) {
  .tertiary-menu__brand.icon {
    width: 5.5625rem;
  }
}
.tertiary-menu__brand.icon img {
  width: 100%;
}
.tertiary-menu__chevron {
  cursor: pointer;
}
@media (min-width: 992px) {
  .tertiary-menu__chevron {
    display: none;
  }
}
.tertiary-menu__chevron.active {
  transform: rotate(180deg);
}
.tertiary-menu__categories {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #000;
  border-top: 1px solid #686d71;
  left: 0;
  right: 0;
  top: 2.4375rem;
  z-index: 9;
  padding-top: 1.25rem;
  padding-bottom: 1.5rem;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.tertiary-menu__categories.expanded {
  transform: scaleY(1);
}
@media (min-width: 768px) {
  .tertiary-menu__categories {
    top: 3rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu__categories {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    top: 0;
    padding: 0;
    border-top: none;
    transform: scaleY(1);
    height: 100%;
  }
}
.tertiary-menu__category {
  display: flex;
  align-items: flex-start;
  align-items: center;
  flex-direction: column;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 992px) {
  .tertiary-menu__category {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
    padding: 0;
    margin: 0.25rem 0;
  }
}
.tertiary-menu__links {
  display: flex;
  flex-direction: row;
  margin: 0;
  gap: 24px;
}
.tertiary-menu__link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  padding: 1rem 1.5rem;
  gap: 8px;
  transition: box-shadow 0.3s ease;
}
@media (min-width: 992px) {
  .tertiary-menu__link {
    width: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.tertiary-menu__link.build-and-price {
  background-color: #ed0000;
  border-radius: 4px;
  margin: 1rem 0;
  justify-content: center;
  padding: 0.625rem;
  font-weight: 700;
  width: 90%;
}
.tertiary-menu__link.build-and-price:hover {
  background: #b41114;
}
.tertiary-menu__link.build-and-price:focus {
  border: 1px solid #2aa0cb;
}
@media (min-width: 768px) {
  .tertiary-menu__link.build-and-price {
    width: 9.8125rem;
    align-self: flex-start;
    padding: 0.75rem;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu__link.build-and-price {
    width: inherit;
    align-self: auto;
    font-weight: 400;
    margin: 0;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    border-radius: 0px;
    box-shadow: 0 0px 0px 4px #ed0000;
  }
  .tertiary-menu__link.build-and-price:hover {
    box-shadow: 0 0px 0px 4px #b41114;
  }
}
.tertiary-menu__link img {
  width: 1.5rem;
  height: 1.5rem;
}
.tertiary-menu__link.active {
  box-shadow: -4px 0 0 #ed0000;
}
@media (min-width: 992px) {
  .tertiary-menu__link.active {
    box-shadow: 0 5px 1px -1px #ed0000;
  }
}
.tertiary-menu__link:hover {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 992px) {
  .tertiary-menu__link:hover {
    box-shadow: 0 5px 1px -1px #ed0000;
  }
}
.tertiary-menu__link:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .tertiary-menu--simplified .tertiary-menu__wrapper {
    height: 4rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu--simplified .tertiary-menu__wrapper {
    height: 5rem;
  }
}
.tertiary-menu--simplified .tertiary-menu__categories {
  justify-content: center;
}
@media (min-width: 768px) {
  .tertiary-menu--simplified .tertiary-menu__category {
    gap: 64px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .tertiary-menu--simplified .tertiary-menu__category {
    gap: 80px;
  }
}
.tertiary-menu--simplified .tertiary-menu__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  height: auto;
}
@media (min-width: 768px) {
  .tertiary-menu--simplified .tertiary-menu__link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu--simplified .tertiary-menu__link {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .tertiary-menu--simplified .tertiary-menu__link {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .tertiary-menu--simplified .tertiary-menu__link {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .tertiary-menu--simplified {
    display: none;
  }
}
.tertiary-menu__drawer-button,
.tertiary-menu__drawer-button:hover,
.tertiary-menu__drawer-button:active,
.tertiary-menu__drawer-button:focus {
  background-color: transparent;
  border: none;
}
[component].text.icon-notification-banner .body-text-level2 img {
  position: absolute;
  top: 50%;
  left: -1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  [component].text.icon-notification-banner .body-text-level2 img {
    top: 0;
    transform: translateY(0);
  }
}
[component].text::after {
  display: block;
  clear: both;
  content: "";
}
[component].text-list-dark li::before {
  color: #ed0000;
}
[component].text ul li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.375rem;
}
[component].text ul li::before {
  background: none;
  border-radius: 0;
  color: #bfc2c4;
  content: "›";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding-right: 0.625rem;
  position: static;
  width: auto;
}
[component].text ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
[component].text ol li::before {
  background: none;
  border-radius: 0;
  color: #bfc2c4;
  display: inline-block;
  font-weight: 700;
  height: auto;
  margin: 0;
  padding-right: 0.625rem;
  position: static;
  width: auto;
}
[component].text .text-highlight {
  background: rgba(237, 0, 0, 0.2);
}
[component].text a {
  color: #ed0000;
  text-decoration: underline;
  word-break: break-word;
}
[component].text.theme--list-title {
  font-family: "MMC", verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 1rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  [component].text.theme--list-title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  [component].text.theme--list-title {
    margin-bottom: 2.5rem;
  }
}
[component].text.theme--list-title p {
  margin-bottom: 0;
}
[component].text.theme--icon-page-list {
  color: #fff;
  display: none;
  margin: 0;
  margin-left: 3.75rem;
  position: absolute;
  top: 1.5rem;
  z-index: 3;
}
@media (min-width: 1200px) {
  [component].text.theme--icon-page-list {
    display: inline-block;
  }
}
[component].text.theme--icon-page-list p {
  margin-bottom: 0;
}
[component].text.theme--list-style-tick ul li::before {
  border-bottom: 2px solid #bfc2c4;
  border-right: 2px solid #bfc2c4;
  content: "";
  height: 1rem;
  margin-right: 0.75rem;
  padding: 0;
  transform: rotate(45deg);
  width: 0.5rem;
}
[component].text.theme--colour-disclaimer {
  margin-top: -2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  [component].text.theme--colour-disclaimer {
    margin-top: -3.25rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  [component].text.theme--colour-disclaimer {
    margin-top: -6.25rem;
    padding-bottom: 7.5rem;
  }
}
html.aem-AuthorLayer-Edit [component].text.theme--icon-page-list {
  position: relative;
  top: 50px;
}
html.aem-AuthorLayer-Edit [component].text.theme--colour-disclaimer {
  margin: 0;
  padding: 0;
}
div.super-script p {
  display: inline;
}
.vehicle-carousel__wrapper {
  padding: 1.875rem 1.5rem;
  position: relative;
}
.vehicle-carousel__wrapper > .tns-outer {
  position: relative;
}
@media (min-width: 992px) {
  .vehicle-carousel__wrapper > .tns-outer {
    overflow: hidden;
  }
}
.vehicle-carousel__wrapper > .tns-outer::before {
  background: linear-gradient(to bottom, #fff 108px, #e3e5e6 108px);
  content: "";
  display: block;
  height: calc(100% + 1.875rem);
  left: -1.5rem;
  position: absolute;
  right: -1.5rem;
  top: 0;
  z-index: -1;
}
@media (min-width: 576px) {
  .vehicle-carousel__wrapper > .tns-outer::before {
    background: linear-gradient(to bottom, #fff 126px, #e3e5e6 126px);
  }
}
@media (min-width: 768px) {
  .vehicle-carousel__wrapper > .tns-outer::before {
    background: linear-gradient(to bottom, #fff 174px, #e3e5e6 174px);
    height: calc(100% + 3rem);
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__wrapper > .tns-outer::before {
    background: linear-gradient(to bottom, #fff 246px, #e3e5e6 246px);
    height: calc(100% + 4.5rem);
  }
}
@media (min-width: 768px) {
  .vehicle-carousel__wrapper {
    padding: 0;
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__wrapper {
    padding: 0;
    padding-top: 5rem;
  }
}
.vehicle-carousel__wrapper.bg-white {
  background: #fff;
}
.vehicle-carousel__container {
  width: 100%;
}
.vehicle-carousel__header {
  margin: 0 auto;
  text-align: center;
  width: 86%;
}
@media (min-width: 992px) {
  .vehicle-carousel__header {
    width: 36%;
  }
}
.vehicle-carousel__preheader {
  color: #686d71;
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .vehicle-carousel__preheader {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__preheader {
    padding-bottom: 2.5rem;
  }
}
.vehicle-carousel__headline {
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .vehicle-carousel__headline {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__headline {
    padding-bottom: 2.5rem;
  }
}
.vehicle-carousel__pagination {
  color: #686d71;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .vehicle-carousel__pagination {
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__pagination {
    padding-bottom: 3rem;
  }
}
.vehicle-carousel__model-name {
  margin: 0 auto;
  padding-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 992px) {
  .vehicle-carousel__model-name {
    margin-bottom: 2.5rem;
  }
}
.vehicle-carousel__image-container {
  height: 7.875rem;
  margin: 0 auto;
  width: 14rem;
}
@media (min-width: 768px) {
  .vehicle-carousel__image-container {
    height: 14.625rem;
    width: 26.125rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__image-container {
    height: 19.8125rem;
    width: 35.25rem;
  }
}
.vehicle-carousel__slide img {
  margin-top: -0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .vehicle-carousel__slide img {
    margin-top: -0.75rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__slide img {
    margin-top: -2.75rem;
  }
}
.vehicle-carousel__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .vehicle-carousel__content {
    flex-direction: row;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__content {
    margin-top: -2.75rem;
    width: 64%;
  }
}
@media (min-width: 1200px) {
  .vehicle-carousel__content {
    margin-top: -2.75rem;
    width: 64%;
  }
}
.vehicle-carousel__controls {
  display: flex;
  justify-content: space-between;
  left: 50%;
  outline: none;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 6.75rem;
  width: calc(95% + 1.5rem);
  z-index: 1;
}
@media (min-width: 576px) {
  .vehicle-carousel__controls {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .vehicle-carousel__controls {
    transform: translate(-50%, -50%);
    top: 10.875rem;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__controls {
    transform: translate(-50%, -50%);
    top: 15.375rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .vehicle-carousel__controls {
    width: 60%;
  }
}
.vehicle-carousel__nav {
  align-items: center;
  background: none;
  border: 1px solid #000;
  border-radius: 100px;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  outline: none;
  pointer-events: all;
  width: 1.5rem;
}
.vehicle-carousel__nav:focus {
  border: 1px solid #000;
  outline: none;
}
@media (min-width: 768px) {
  .vehicle-carousel__nav {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.vehicle-carousel__nav .material-icons, .vehicle-carousel__nav .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .vehicle-carousel__nav .icon,
.vehicle-carousel__nav .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .vehicle-carousel__nav .icon {
  color: #000;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .vehicle-carousel__nav .material-icons, .vehicle-carousel__nav .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .vehicle-carousel__nav .icon,
.vehicle-carousel__nav .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .vehicle-carousel__nav .icon {
    font-size: 1.125rem;
  }
}
.vehicle-carousel__nav .material-icons.next, .vehicle-carousel__nav .brand-header__nav a[class*=l-] .next.icon, .brand-header__nav a[class*=l-] .vehicle-carousel__nav .next.icon,
.vehicle-carousel__nav .brand-header__nav .nav-link .next.icon,
.brand-header__nav .nav-link .vehicle-carousel__nav .next.icon {
  transform: rotate(180deg);
}
.vehicle-carousel__cta {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: solid 1px #000;
  border-radius: 4px;
  color: #000;
  display: inline-flex;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .vehicle-carousel__cta {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__cta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.vehicle-carousel__cta:hover {
  text-decoration: none;
}
.vehicle-carousel__cta:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .vehicle-carousel__cta {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__cta {
    padding: 1.25rem;
  }
}
.vehicle-carousel__cta > span {
  align-items: center;
  display: flex;
  width: 100%;
}
.vehicle-carousel__cta-container {
  flex: 1 0 auto;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .vehicle-carousel__cta-container {
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .vehicle-carousel__cta-container {
    margin-left: 1.5rem;
  }
}
.image-carousel .tns-outer > .tns-controls, .image-carousel .tns-outer > [data-action] {
  display: none;
}
.image-carousel .tns-outer .tns-inner {
  overflow: hidden;
  position: relative;
}
.image-carousel .wrapper {
  position: relative;
  max-width: 118.75rem;
  margin: auto;
}
.image-carousel .wrapper .image-carousel__header {
  margin: 0 auto;
  text-align: center;
  width: 86%;
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__header {
    width: 36%;
  }
}
.image-carousel .wrapper .image-carousel__header .preheader {
  line-height: 1.5;
  color: #686d71;
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__header .preheader {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__header .preheader {
    padding-bottom: 2.5rem;
  }
}
.image-carousel .wrapper .image-carousel__header .headline {
  margin: 0;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__header .headline {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__header .headline {
    padding-bottom: 2.5rem;
  }
}
.image-carousel .wrapper .image-carousel__navigation {
  position: absolute;
  bottom: 1.875rem;
  width: 100%;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.image-carousel .wrapper .image-carousel__navigation .carousel-nav-button {
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin: 0.125rem;
  height: 1.125rem;
  min-height: 18px;
  width: 1.125rem;
  min-width: 1.125rem;
  box-shadow: 1px 2px 5px black;
  transition: opacity 0.3s;
}
.image-carousel .wrapper .image-carousel__navigation .carousel-nav-button.tns-nav-active, .image-carousel .wrapper .image-carousel__navigation .carousel-nav-button:hover {
  opacity: 1;
}
.image-carousel .wrapper .image-carousel__controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.image-carousel .wrapper .image-carousel__controls .nav {
  align-items: center;
  background: none;
  border: 1px solid #000;
  border-radius: 100px;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  outline: none;
  pointer-events: all;
  width: 1.5rem;
}
.image-carousel .wrapper .image-carousel__controls .nav:focus {
  border: 1px solid #000;
  outline: none;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__controls .nav {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.image-carousel .wrapper .image-carousel__controls .nav .material-icons, .image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .image-carousel .wrapper .image-carousel__controls .nav .icon,
.image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .image-carousel .wrapper .image-carousel__controls .nav .icon {
  color: #000;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__controls .nav .material-icons, .image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav a[class*=l-] .icon, .brand-header__nav a[class*=l-] .image-carousel .wrapper .image-carousel__controls .nav .icon,
.image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav .nav-link .icon,
.brand-header__nav .nav-link .image-carousel .wrapper .image-carousel__controls .nav .icon {
    font-size: 1.125rem;
  }
}
.image-carousel .wrapper .image-carousel__controls .nav .material-icons.next, .image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav a[class*=l-] .next.icon, .brand-header__nav a[class*=l-] .image-carousel .wrapper .image-carousel__controls .nav .next.icon,
.image-carousel .wrapper .image-carousel__controls .nav .brand-header__nav .nav-link .next.icon,
.brand-header__nav .nav-link .image-carousel .wrapper .image-carousel__controls .nav .next.icon {
  transform: rotate(180deg);
}
.image-carousel .wrapper .image-carousel__container {
  height: 65vh;
  min-height: 380px;
  max-height: 1000px;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .heading {
  margin-bottom: 0;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .copy {
  font-weight: normal;
  margin-bottom: 2.1875rem;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border-radius: 4px;
  border: solid 1px #000;
  color: #000;
  display: inline-flex;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta:hover {
  text-decoration: none;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta:hover {
  color: #fff;
  background-color: #000;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta {
    padding: 1.25rem;
  }
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper .content .cta-container .cta > span {
  align-items: center;
  display: flex;
  width: 100%;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border-radius: 4px;
  border: solid 1px #fff;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta:hover {
  text-decoration: none;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta:hover {
  color: #000;
  background-color: #fff;
}
@media (min-width: 768px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta {
    padding: 1.25rem;
  }
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.dark .content .cta-container .cta > span {
  align-items: center;
  display: flex;
  width: 100%;
}
.image-carousel .wrapper .image-carousel__container .image-carousel__slide .content-wrapper.light {
  background-color: rgba(255, 255, 255, 0.4);
}
.video {
  height: 100%;
  width: 100%;
}
.video video {
  width: 100%;
}
.theme--content-selector-container {
  padding: 1.5rem 0;
  background: rgba(227, 229, 230, 0.498);
}
@media (max-width: 991.98px) {
  .theme--content-selector-container {
    padding: 1.34375rem 0;
  }
}
@media (max-width: 575.98px) {
  .theme--content-selector-container {
    padding: 1rem 0;
  }
}
.theme--content-selector-container .parsys_column:nth-child(1) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .theme--content-selector-container .parsys_column:nth-child(1) {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .theme--content-selector-container .parsys_column:nth-child(1) {
    justify-content: center;
  }
}
.theme--content-selector-container .parsys_column:nth-child(2) {
  display: flex;
}
.theme--content-selector-container .parsys_column:nth-child(2) > .link:first-child a, .theme--content-selector-container .parsys_column:nth-child(2) > .card-link:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.theme--content-selector-container .parsys_column:nth-child(2) > .link:nth-child(2) a, .theme--content-selector-container .parsys_column:nth-child(2) > .card-link:nth-child(2) a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767.98px) {
  .theme--content-selector-container .parsys_column:nth-child(2) {
    justify-content: center;
    padding-top: 0.75rem;
  }
}
.image-selector__fields {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 576px) {
  .image-selector__fields {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.image-selector__checkbox {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #e3e5e6;
  padding: 1rem 0 1rem 0;
  opacity: 1;
  cursor: pointer;
}
@media (min-width: 576px) {
  .image-selector__checkbox {
    padding: 1.8rem 0 1rem 0;
  }
}
.image-selector__checkbox.checked {
  border: 2px solid #686d71;
}
.image-selector__checkbox.checked .image-selector__icon {
  display: block;
}
.image-selector__checkbox.disabled {
  opacity: 0.5;
  cursor: auto;
}
.image-selector__icon {
  display: none;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}
.image-selector__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 9.375rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.3125rem;
  pointer-events: none;
}
.image-selector__inner--image {
  display: flex;
  justify-content: center;
}
.image-selector__inner--image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .image-selector__inner--image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.image-selector__inner--label {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: normal;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
}
.image-selector__input {
  position: absolute;
  visibility: hidden;
}
.image-selector.error .image-selector__checkbox {
  border-width: 0.125rem;
  border-color: #fd8204;
  background-color: #fff4eb;
}
.theme--vehicle-recall {
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .theme--vehicle-recall .container-flush .parsys_column {
    margin: 0 auto !important;
  }
}
.theme--vehicle-recall .form.container.responsivegrid {
  padding: 0;
}
.theme--vehicle-recall .form.container.responsivegrid .form {
  background-color: rgba(227, 229, 230, 0.501);
  margin: 0.5rem 0 1.5rem;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .theme--vehicle-recall .form.container.responsivegrid .form {
    margin: 1.5rem 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .theme--vehicle-recall .form.container.responsivegrid .form {
    margin: 2rem 0 3rem;
  }
}
.theme--vehicle-recall .form.container.responsivegrid .form [component].colctrl {
  padding: 2rem 1rem;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .theme--vehicle-recall .form.container.responsivegrid .form [component].colctrl {
    padding: 2rem;
    padding-bottom: 0;
  }
}
.theme--vehicle-recall .form.container.responsivegrid .form .cmp-form-text {
  margin: 0;
}
.theme--vehicle-recall .form.container.responsivegrid .form .error-message-text {
  margin-bottom: 0;
}
.theme--vehicle-recall #disclaimerText1 {
  padding: 1.25rem 1rem;
  margin: 0;
}
@media (min-width: 768px) {
  .theme--vehicle-recall #disclaimerText1 {
    padding: 1.25rem 2rem 2rem;
  }
}
.theme--vehicle-recall .row {
  display: flex;
}
.theme--vehicle-recall .row .container .row > [class*=col-] {
  margin-top: 0;
  margin-bottom: 0;
}
.theme--vehicle-recall .row .button .form-button.link.theme--link-primary, .theme--vehicle-recall .row .button .form-button.theme--link-primary.card-link {
  height: 3rem;
  border: none;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .theme--vehicle-recall .row .button .form-button.link.theme--link-primary, .theme--vehicle-recall .row .button .form-button.theme--link-primary.card-link {
    margin-left: 0.75rem;
    margin-top: 1.75rem;
  }
}
.theme--vehicle-recall .row__height-zero {
  height: 0;
}
.theme--vehicle-recall .row #backNoResults {
  margin-top: 0;
  margin-left: 0;
}
.theme--vehicle-recall .link.theme--link-tertiary, .theme--vehicle-recall .theme--link-tertiary.card-link {
  margin-top: 0%;
  white-space: nowrap;
  margin-top: 6%;
}
@media (min-width: 768px) {
  .theme--vehicle-recall .link.theme--link-tertiary, .theme--vehicle-recall .theme--link-tertiary.card-link {
    margin-top: 6%;
    margin-left: -6%;
  }
}
@media (min-width: 992px) {
  .theme--vehicle-recall .link.theme--link-tertiary, .theme--vehicle-recall .theme--link-tertiary.card-link {
    margin-top: 10%;
    margin-left: 0%;
  }
}
.theme--vehicle-recall .link.theme--link-tertiary .icon-chevron-left, .theme--vehicle-recall .theme--link-tertiary.card-link .icon-chevron-left {
  color: #ed0000;
}
.theme--vehicle-recall__recall-results {
  margin-left: 0%;
  margin-left: -5%;
}
@media (min-width: 768px) {
  .theme--vehicle-recall__recall-results {
    margin-left: -4%;
  }
}
@media (min-width: 992px) {
  .theme--vehicle-recall__recall-results {
    margin-left: -1.375rem;
    margin-bottom: -3%;
  }
}
.theme--vehicle-recall__recall-results-outline {
  background-color: #fff;
  margin-bottom: 2%;
  padding: 2% 10% 3% 2%;
  margin-bottom: 5%;
  padding-top: 7%;
  padding-left: 5%;
  padding-bottom: 9%;
}
@media (min-width: 768px) {
  .theme--vehicle-recall__recall-results-outline {
    padding: 2% 10% 3% 2%;
  }
}
@media (min-width: 992px) {
  .theme--vehicle-recall__recall-results-outline {
    margin-bottom: 2%;
    padding: 2% 10% 3% 2%;
  }
}
.theme--vehicle-recall__recall-info {
  margin-bottom: 0;
  font-weight: 600;
}
.theme--vehicle-recall__error-message {
  color: #ed0000;
  text-align: center;
  margin-bottom: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .theme--vehicle-recall__error-message {
    margin-bottom: 0.75rem !important;
  }
}
.theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 {
  margin: 0 !important;
  margin-right: 1rem !important;
}
@media (min-width: 768px) {
  .theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 {
    max-width: 10.875rem;
  }
}
@media (min-width: 992px) {
  .theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 {
    max-width: 11.875rem;
  }
}
.theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 #downloadResults {
  margin-top: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 #downloadResults {
    float: right;
  }
}
@media (min-width: 992px) {
  .theme--vehicle-recall #colctrDownloadResultsSection > .row .col-md-6 #downloadResults {
    float: right;
  }
}
.contentblock .theme--thank-you-page-wrapper .experiencefragment .xf-content-height {
  margin: 0;
}
.jotform-content {
  display: block;
}
.jotform-content.hide {
  display: none;
}
.jotform-thank-you-content {
  display: block;
}
.jotform-thank-you-content.hide {
  display: none;
}
.jotform-thank-you-content .xf-content-height {
  margin: 0;
}
.jotform-thank-you-content .theme--thank-you-page [component].colctrl {
  box-shadow: none !important;
}
@media (min-width: 575px) {
  .jotform-thank-you-content #offer_customer_thank_you {
    margin: 0 1rem !important;
  }
}
@media (min-width: 992px) {
  .jw-drawer .jotform-thank-you-content .contentblock .theme--thank-you-page {
    margin: 11.25rem 1rem 6.25rem;
  }
}
.theme--jotform-article-wrapper .container-contents {
  padding: 0;
}
.theme--jotform-article-wrapper .container-contents .xf-content-height {
  margin: 0;
}
.theme--jotform-article-wrapper .container-contents .form-all {
  margin: 0 auto;
}
.jotform-page {
  overflow: hidden;
  display: flex;
}
.jotform-page .theme--jotform-article-wrapper .container-contents .form-all {
  margin: 4.5rem auto;
}
.contentblock .theme--thank-you-page {
  margin: 5rem 1rem 2.1875rem;
  max-width: 72rem;
}
@media (min-width: 768px) {
  .contentblock .theme--thank-you-page {
    margin: 7.5rem 4rem 6.25rem;
  }
}
@media (min-width: 992px) {
  .contentblock .theme--thank-you-page {
    margin: 11.25rem 6.25rem 6.25rem;
  }
}
@media (min-width: 1200px) {
  .contentblock .theme--thank-you-page {
    margin: 11.25rem auto 6.25rem;
  }
}
.contentblock .theme--thank-you-page.contentblock .colctrl .center {
  text-align: center;
}
.contentblock .theme--thank-you-page [itemscope].image,
.contentblock .theme--thank-you-page [itemscope].cmp-image {
  margin-top: -25%;
}
@media (min-width: 992px) {
  .contentblock .theme--thank-you-page [itemscope].image,
.contentblock .theme--thank-you-page [itemscope].cmp-image {
    margin-top: -15%;
    width: 50%;
    margin-left: 25%;
  }
}
.contentblock .theme--thank-you-page [component].colctrl {
  box-shadow: 0px 1px 0px #e3e5e6;
}
.contentblock .text .form-thank-you-location {
  min-height: 146px;
  width: 13.9375rem;
  margin-left: auto;
  margin-right: auto;
  background: #e3e5e680;
  margin-bottom: 1.5rem;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
}
@media (min-width: 768px) {
  .contentblock .text .form-thank-you-location {
    min-height: 158px;
    width: 19.25rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background: #e3e5e680;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .contentblock .text .form-thank-you-location {
    min-height: 181px;
    width: 23.1875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background: #e3e5e680;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .contentblock .text .form-thank-you-location {
    min-height: 181px;
    width: 23.1875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background: #e3e5e680;
    margin-bottom: 2.5rem;
  }
}
.cmp-teaser, .cmp-teaser__link {
  display: flex;
  flex-direction: column;
}
.cmp-teaser__link {
  width: 100%;
}
.cmp-teaser__link:hover .cmp-teaser__title, .cmp-teaser__link:focus .cmp-teaser__title {
  text-decoration: underline;
}
.cmp-teaser__content, .cmp-teaser__image {
  min-width: 50%;
}
.cmp-teaser__link:hover, .cmp-teaser__link:focus, .cmp-teaser__action-link:hover, .cmp-teaser__action-link:focus {
  text-decoration: none;
}
.cmp-teaser__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-teaser__content {
    padding-right: 3rem;
  }
}
.cmp-teaser__pretitle {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .cmp-teaser__pretitle {
    margin-bottom: 1.875rem;
  }
}
.teaser--inverted .cmp-teaser__pretitle {
  color: #bfc2c4;
}
.cmp-teaser__title {
  font-family: MMC, verdana, sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 576px) {
  .cmp-teaser__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .cmp-teaser__title {
    font-size: 2.5rem;
  }
}
.teaser--inverted .cmp-teaser__title, .teaser--inverted .cmp-teaser__title-link {
  color: #fff;
}
.cmp-teaser__description {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .cmp-teaser__description {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cmp-teaser__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.cmp-teaser__description > :last-child {
  margin-bottom: 0;
}
.cmp-teaser__action-container {
  margin-top: 1rem;
}
.cmp-teaser__action-link {
  --link-border: solid 1px #000;
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: var(--link-border);
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
  display: inline-block;
}
@media (min-width: 768px) {
  .cmp-teaser__action-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cmp-teaser__action-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.cmp-teaser__action-link.button {
  border: var(--link-border);
  background-color: transparent;
}
.cmp-teaser__action-link:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  .cmp-teaser__action-link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cmp-teaser__action-link {
    padding: 1.25rem;
  }
}
.teaser--inverted .cmp-teaser__action-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .teaser--inverted .cmp-teaser__action-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .teaser--inverted .cmp-teaser__action-link {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.teaser--inverted .cmp-teaser__action-link.button {
  border: solid 1px #fff;
  background-color: transparent;
}
.teaser--inverted .cmp-teaser__action-link:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .teaser--inverted .cmp-teaser__action-link {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .teaser--inverted .cmp-teaser__action-link {
    padding: 1.25rem;
  }
}
.cmp-teaser__image {
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .cmp-teaser__image {
    margin-bottom: 0.75rem;
    order: -1;
  }
}
@media (min-width: 768px) {
  .cmp-teaser__image {
    max-width: 50%;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
  }
}
@media (min-width: 768px) {
  .cmp-teaser, .cmp-teaser__link {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .teaser--reversed .cmp-teaser,
.teaser--reversed .cmp-teaser__link {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .teaser--reversed .cmp-teaser__content {
    padding-left: 3rem;
    padding-right: 0;
  }
}
.aem-Grid > div[class*=colctrl]:not([class*=col-]) {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  div[class*=colctrl]:not([class*=col-]) .col-sm {
    flex-basis: 100%;
    width: 100%;
  }
}
#CQ .x-window *,
#CQ .x-window *::before,
#CQ .x-window *::after {
  box-sizing: content-box;
}
.aem-Grid > .cq-Editable-dom:not(.new) {
  display: block !important;
}
.onlinemedia.cq-Editable-dom .onlinemedia-container {
  padding-bottom: 56.25%;
}
.theme--lists-horizontal {
  margin-right: 0 !important;
}
.theme--lists-horizontal > .content {
  margin: 0 !important;
}
.theme--lists-horizontal > .content > ul {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.theme--lists-horizontal > .content > ul > li {
  flex-basis: auto;
  margin-bottom: 0.4375rem !important;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.theme--lists-horizontal > .content > ul > li:not(:last-child) {
  margin-right: 1.75rem;
}
@media (min-width: 992px) {
  .theme--lists-horizontal > .content > ul > li {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .theme--lists-horizontal > .content > ul {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .theme--lists-horizontal {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .theme--lists-quarter > .content > ul > li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .theme--lists-quarter > .content > ul > li {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .theme--lists-equal > .content > ul > li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.theme--lists-fill > .content > ul > li {
  flex-basis: 100%;
  max-width: 100%;
}
.theme--page-list-social-links {
  background-color: #000;
  min-width: 100%;
}
.theme--page-list-social-links > .content {
  margin: 0;
}
.theme--page-list-social-links > .content > ul {
  display: flex;
  width: 100%;
}
.theme--page-list-social-links > .content li {
  list-style-type: none;
  padding: 0.5rem 0.5rem;
  width: auto;
}
.theme--page-list-social-links > .content li::before {
  display: inline;
}
.theme--page-list-social-links > .content li a {
  display: inline-block;
  width: 2.5rem;
}
.theme--page-list-social-links > .content li:last-child {
  margin-right: 0;
}
.theme--page-list-social-links > .content li img {
  width: 2rem;
}
.theme--page-list-social-links .icon {
  color: #fff;
  font-size: 1rem;
}
.theme--page-details-narrow, .theme--page-details-tall {
  background-color: #242323;
  position: relative;
  z-index: 1;
}
.theme--page-details-narrow > .container, .theme--page-details-tall > .container {
  background-color: #242323;
  padding: 1.5625rem 0;
  position: relative;
}
.theme--page-details-narrow > .container header,
.theme--page-details-narrow > .container header + .responsivegrid, .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.theme--page-details-narrow > .container .title,
.theme--page-details-narrow > .container .description, .theme--page-details-tall > .container .title,
.theme--page-details-tall > .container .description {
  color: #fff;
}
.theme--page-details-narrow > .container .title::after, .theme--page-details-tall > .container .title::after {
  background-color: #ffeb14;
}
@media (min-width: 992px) {
  .theme--page-details-narrow > .container, .theme--page-details-tall > .container {
    background-color: transparent;
    width: calc(100% - 1.5rem);
  }
  .theme--page-details-narrow > .container::before, .theme--page-details-tall > .container::before {
    background-color: rgba(36, 35, 35, 0.9);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .theme--page-details-narrow, .theme--page-details-tall {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .theme--page-details-narrow, .theme--page-details-tall {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .theme--page-details-narrow, .theme--page-details-tall {
    padding-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .theme--page-details-narrow > .container {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
  .theme--page-details-narrow > .container header,
.theme--page-details-narrow > .container header + .responsivegrid {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}
@media (min-width: 992px) {
  .theme--page-details-narrow > .container {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
  .theme--page-details-narrow > .container::before {
    width: 49.375rem;
  }
}
@media (max-width: 991.98px) {
  .theme--page-details-narrow {
    flex-direction: column;
    padding-top: 0;
  }
  .theme--page-details-narrow .page-details__hero,
.theme--page-details-narrow .page-details__hero img {
    max-height: 200px;
  }
  .theme--page-details-narrow .page-details__hero {
    position: static;
  }
}
@media (min-width: 768px) {
  .theme--page-details-narrow {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .theme--page-details-narrow {
    min-height: 430px;
  }
  .ie-11 .theme--page-details-narrow {
    min-height: 390px;
  }
}
.theme--page-details-tall {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .theme--page-details-tall > .container {
    background-color: rgba(36, 35, 35, 0.9);
    padding-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    width: calc(100% - 1.5rem);
  }
  .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}
@media (min-width: 992px) {
  .theme--page-details-tall > .container {
    background-color: transparent;
    padding-bottom: 0;
    padding-top: 3.75rem;
  }
  .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid, .theme--page-details-tall > .container::before {
    width: 36.25rem;
  }
}
@media (min-width: 1200px) {
  .theme--page-details-tall > .container {
    padding-top: 5.9375rem;
  }
  .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid {
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }
  .theme--page-details-tall > .container header,
.theme--page-details-tall > .container header + .responsivegrid, .theme--page-details-tall > .container::before {
    width: 42.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .theme--page-details-tall {
    padding-top: 18.125rem;
  }
}
@media (max-width: 767.98px) {
  .theme--page-details-tall {
    padding-top: 0;
  }
  .theme--page-details-tall .page-details__hero,
.theme--page-details-tall .page-details__hero img {
    max-height: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .theme--page-details-tall {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .theme--page-details-tall {
    min-height: 580px;
  }
}
@media (min-width: 992px) {
  .theme--page-details-tall {
    align-items: stretch;
    min-height: 508px;
  }
  .ie-11 .theme--page-details-tall {
    min-height: 468px;
  }
}
@media (min-width: 1200px) {
  .theme--page-details-tall {
    min-height: 600px;
  }
  .ie-11 .theme--page-details-tall {
    min-height: 560px;
  }
}
.theme--video-background .video {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.theme--video-background .video video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--video-background .video:not(.playing) {
  display: none;
}
.theme--logo img {
  height: 3.25rem;
  max-width: 3.125rem;
}
@media (min-width: 768px) {
  .theme--logo img {
    height: 3.25rem;
    min-width: 3.125rem;
  }
}
@media (min-width: 992px) {
  .theme--logo img {
    height: 4rem;
    min-width: 3.875rem;
  }
}
@media (min-width: 1200px) {
  .theme--logo img {
    height: 4rem;
    min-width: 3.875rem;
  }
}
.theme--contentblock-coming-soon-banner {
  color: #fff;
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  height: 6.125rem;
  text-align: center;
}
.theme--contentblock-coming-soon-banner .aem-Grid {
  align-items: flex-end;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  width: 10.25rem;
}
.theme--contentblock-coming-soon-banner .aem-Grid > .text {
  margin-bottom: 2rem;
  margin-right: 1.25rem;
  width: 16.75rem;
  z-index: 3;
}
.theme--contentblock-coming-soon-banner .aem-Grid > .text p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .theme--contentblock-coming-soon-banner .aem-Grid > .text {
    margin-bottom: 0;
  }
}
.theme--contentblock-coming-soon-banner .aem-Grid > .link a, .theme--contentblock-coming-soon-banner .aem-Grid > .card-link a {
  margin-top: 0;
}
.theme--contentblock-coming-soon-banner .aem-Grid > .image:nth-of-type(1),
.theme--contentblock-coming-soon-banner .aem-Grid > .cmp-image:nth-of-type(1) {
  position: absolute;
  width: 100%;
  left: 0;
}
.theme--contentblock-coming-soon-banner .aem-Grid > .image:nth-of-type(1) img,
.theme--contentblock-coming-soon-banner .aem-Grid > .cmp-image:nth-of-type(1) img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 6.125rem;
}
@media (min-width: 768px) {
  .theme--contentblock-coming-soon-banner .aem-Grid > .image:nth-of-type(1) img,
.theme--contentblock-coming-soon-banner .aem-Grid > .cmp-image:nth-of-type(1) img {
    height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .theme--contentblock-coming-soon-banner .aem-Grid > .image:nth-of-type(1) img,
.theme--contentblock-coming-soon-banner .aem-Grid > .cmp-image:nth-of-type(1) img {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .theme--contentblock-coming-soon-banner .aem-Grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    width: 100%;
  }
  .theme--contentblock-coming-soon-banner .aem-Grid > * {
    width: 19.25rem;
  }
  .theme--contentblock-coming-soon-banner .aem-Grid > .image:nth-of-type(2),
.theme--contentblock-coming-soon-banner .aem-Grid > .cmp-image:nth-of-type(2) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .theme--contentblock-coming-soon-banner .aem-Grid {
    max-width: 59.75rem;
  }
  .theme--contentblock-coming-soon-banner .aem-Grid > .text {
    margin-right: 3.125rem;
  }
  .theme--contentblock-coming-soon-banner .aem-Grid > * {
    width: 23rem;
  }
}
@media (min-width: 1200px) {
  .theme--contentblock-coming-soon-banner .aem-Grid {
    max-width: 74.75rem;
  }
}
@media (max-width: 991.98px) {
  .theme--contentblock-coming-soon-banner .aem-Grid > .link, .theme--contentblock-coming-soon-banner .aem-Grid > .card-link {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .theme--contentblock-coming-soon-banner .aem-Grid {
    padding-right: 1.5rem;
  }
  .theme--contentblock-coming-soon-banner .aem-Grid > .text {
    display: none;
  }
}
@media (min-width: 768px) {
  .theme--contentblock-coming-soon-banner {
    height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .theme--contentblock-coming-soon-banner {
    height: 20rem;
  }
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--contentblock-float-horizontal.parsys {
  display: flex;
  flex-direction: column;
}
html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--contentblock-float-horizontal.parsys > [component] {
  margin: 0 0 12px 0;
  width: 100%;
}
@media (orientation: landscape) {
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--contentblock-float-horizontal.parsys {
    flex-direction: row;
    flex-wrap: wrap;
  }
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--contentblock-float-horizontal.parsys > [component] {
    width: auto;
  }
  html:not(.aem-AuthorLayer-Edit):not(.aem-AuthorLayer-Preview) .theme--contentblock-float-horizontal.parsys > [component]:not(:only-child):not(:last-child) {
    margin: 0 24px 12px 0;
  }
}
.theme--middle-align-text .parsys_column:nth-child(1) .contentblock {
  height: 100%;
}
.theme--middle-align-text .parsys_column:nth-child(1) .contentblock section {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme--no-padding-right .row {
  margin-right: 0;
}
.theme--no-padding-right .row .parsys_column {
  padding-right: 0;
}
.theme--no-padding-left .row {
  margin-left: 0;
}
.theme--no-padding-left .row .parsys_column {
  padding-left: 0;
}
.form.container {
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.form.container [component].colctrl {
  box-shadow: 0px 1px 0px #e3e5e6;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .form.container [component].colctrl {
    padding: 3rem 5.125rem;
  }
}
@media (min-width: 1200px) {
  .form.container [component].colctrl {
    padding: 4rem 6.25rem;
  }
}
.form.container form {
  background: #fff;
  margin: 1.25rem 0.5rem;
  max-width: 72rem;
}
@media (min-width: 768px) {
  .form.container form {
    margin: 1.875rem 4rem;
  }
}
@media (min-width: 992px) {
  .form.container form {
    margin: 1.875rem 5rem;
  }
}
@media (min-width: 1200px) {
  .form.container form {
    margin: 4rem 7.5rem;
    width: 72rem;
  }
}
.form.container form > .colctrl:last-child [component].colctrl {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .form.container form > .colctrl:last-child [component].colctrl {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .form.container form > .colctrl:last-child [component].colctrl {
    padding: 2.5rem 6.125rem;
  }
}
.form.container form > .colctrl:last-child [component].colctrl .link, .form.container form > .colctrl:last-child [component].colctrl .card-link {
  margin-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .form.container form > .colctrl:last-child [component].colctrl .link, .form.container form > .colctrl:last-child [component].colctrl .card-link {
    margin-top: 0;
    text-align: right;
  }
}
.form.container form > .colctrl:last-child [component].colctrl .link a, .form.container form > .colctrl:last-child [component].colctrl .card-link a {
  margin: 0;
}
.form.container form button[type=submit] {
  padding: 0.5rem 0.75rem;
  border: none;
}
.form.container form button[type=submit]:disabled, .form.container form button[type=submit]:disabled:hover {
  background-color: #e3e5e6;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .form.container form button[type=submit] {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  .form.container form button[type=submit] {
    padding: 1rem 1.25rem;
  }
}
.form.container h1,
.form.container h2,
.form.container h3,
.form.container h4,
.form.container h5,
.form.container h6,
.form.container [component].link.theme--link-card .link-text,
[component].link.theme--link-card .form.container .link-text,
.form.container [component].theme--link-card.card-link .link-text,
[component].theme--link-card.card-link .form.container .link-text {
  margin: 0;
}
.form.container [component].text {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form.container [component].text {
    margin-bottom: 2.5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
  .form.container [component].text {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.cmp-form-text .error-message {
  box-sizing: border-box;
  border: 2px solid #fd8204;
  background-color: #fff4eb;
  border-radius: 2px;
}
.cmp-form-text {
  position: relative;
}
.cmp-form-text__text-input-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.cmp-form-text__text-input-container input {
  cursor: pointer;
  flex: 1;
}
.cmp-form-text__text-area-container {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
}
.cmp-form-text .error-icon {
  color: #fd8204;
  position: absolute;
  right: 1rem;
  font-size: 1.25rem;
  margin-top: 0.1875rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cmp-form-text .error-icon {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text .error-icon {
    font-size: 1.5rem;
  }
}
.error-message-text {
  padding-top: 0.5rem;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #a73d00;
}
.cmp-form-options.cmp-form-options--checkbox .cmp-form-options__field-desc-error-msg:before, .cmp-form-options.cmp-form-options--radio .cmp-form-options__field-desc-error-msg:before {
  content: " ";
  display: inline-block;
  position: relative;
  margin: 0 0.75rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  border-style: solid;
  border-color: #fd8204;
  border-width: 0.125rem;
  background-color: #fff;
  flex: 1 0 auto;
}
.check-options-padding-bottom {
  padding-bottom: 0.75rem;
}
button[type=SUBMIT].form-button.link.theme--link-primary:disabled, button[type=SUBMIT].form-button.theme--link-primary.card-link:disabled {
  background-color: #e3e5e6;
}
.form-background-clear {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.form-background-clear .form.container form {
  background: none;
}
.form-background-clear .form.container form [component].colctrl {
  box-shadow: none;
  padding: 0;
}
.form-background-clear .form.container form .colctrl:last-child [component].colctrl {
  padding: 0;
}
@media screen and (max-width: 477px) {
  .form-background-no-mobile-img {
    background: none !important;
  }
}
.contentblock.bg-light-grey section {
  border-radius: 4px;
}
#offer_thank_you_image {
  background: linear-gradient(to bottom, #e3e5e6 50%, #fff 50%);
  display: flex;
  max-width: 72rem;
  margin: 0 auto;
  align-items: flex-start;
}
#offer_thank_you_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
@media (min-width: 768px) {
  #offer_thank_you_image img {
    max-width: 28.125rem;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #offer_thank_you_image img {
    max-width: 40rem;
  }
}
.cmp-form-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cmp-form-text {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text {
    margin-bottom: 1.5rem;
  }
}
.cmp-form-text textarea {
  resize: none;
}
.cmp-form-text input,
.cmp-form-text textarea {
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  color: #000;
  margin-top: 0.375rem;
  padding: 0.5rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cmp-form-text input,
.cmp-form-text textarea {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text input,
.cmp-form-text textarea {
    padding: 0.75rem 1.5rem;
  }
}
.cmp-form-text input:focus,
.cmp-form-text textarea:focus {
  border: 2px solid #2aa0cb;
  background-color: none;
  padding: 0.4375rem 0.9375rem;
  outline: none;
}
@media (min-width: 768px) {
  .cmp-form-text input:focus,
.cmp-form-text textarea:focus {
    padding: 0.6875rem 1.1875rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text input:focus,
.cmp-form-text textarea:focus {
    padding: 0.6875rem 1.4375rem;
  }
}
.cmp-form-text input::-moz-placeholder, .cmp-form-text textarea::-moz-placeholder {
  color: #bfc2c4;
}
.cmp-form-text input::placeholder,
.cmp-form-text textarea::placeholder {
  color: #bfc2c4;
}
.cmp-form-text input.error,
.cmp-form-text textarea.error {
  transition: all 0.2s;
  border: 2px solid #fd8204;
  padding: 0.4375rem 0.9375rem;
  outline: none;
  background-color: #fff4eb;
}
@media (min-width: 768px) {
  .cmp-form-text input.error,
.cmp-form-text textarea.error {
    padding: 0.6875rem 1.1875rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text input.error,
.cmp-form-text textarea.error {
    padding: 0.6875rem 1.4375rem;
  }
}
.cmp-form-text__label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmp-form-text__tooltip {
  color: #686d71;
  margin-left: 0.75rem;
}
.cmp-form-text__date-container {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.cmp-form-text__date-container input {
  cursor: pointer;
  flex: 1;
}
.cmp-form-text__date-container .icon-date,
.cmp-form-text__date-container .error-icon {
  color: #686d71;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  font-size: 1.25rem;
  margin-top: 0.1875rem;
  pointer-events: none;
}
@media (min-width: 768px) {
  .cmp-form-text__date-container .icon-date,
.cmp-form-text__date-container .error-icon {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-text__date-container .icon-date,
.cmp-form-text__date-container .error-icon {
    font-size: 1.5rem;
  }
}
.cmp-form-text__date-container .error-icon {
  right: 3rem;
  color: #fd8204;
}
.cmp-form-options__field-label {
  align-items: center;
  color: #000;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .cmp-form-options__field-label {
    margin-bottom: 1.25rem;
  }
}
.cmp-form-options__field-label:last-child {
  margin-bottom: 0;
}
.cmp-form-options__field-label:last-of-type {
  margin-bottom: 0;
}
.cmp-form-options.cmp-form-options--checkbox input[type=radio],
.cmp-form-options.cmp-form-options--checkbox input[type=checkbox], .cmp-form-options.cmp-form-options--radio input[type=radio],
.cmp-form-options.cmp-form-options--radio input[type=checkbox] {
  display: none;
}
.cmp-form-options.cmp-form-options--checkbox label, .cmp-form-options.cmp-form-options--radio label {
  display: flex;
}
.cmp-form-options.cmp-form-options--checkbox label.radio::before, .cmp-form-options.cmp-form-options--radio label.radio::before {
  border-radius: 24px;
}
.cmp-form-options.cmp-form-options--checkbox label.disabled, .cmp-form-options.cmp-form-options--radio label.disabled {
  opacity: 0.3;
}
.cmp-form-options.cmp-form-options--checkbox label:before, .cmp-form-options.cmp-form-options--radio label:before {
  content: " ";
  display: inline-block;
  position: relative;
  margin: 0 0.75rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  border: 1px solid #bfc2c4;
  background-color: #fff;
  flex: 1 0 auto;
}
.cmp-form-options.cmp-form-options--checkbox input[type=checkbox]:focus + label:before, .cmp-form-options.cmp-form-options--radio input[type=checkbox]:focus + label:before {
  border: 1px solid #2aa0cb;
}
.cmp-form-options.cmp-form-options--checkbox input[type=radio]:checked + label:after, .cmp-form-options.cmp-form-options--radio input[type=radio]:checked + label:after {
  border-radius: 12px;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  content: " ";
  display: block;
  background: #000;
}
.cmp-form-options.cmp-form-options--checkbox input[type=checkbox]:checked + label:after, .cmp-form-options.cmp-form-options--radio input[type=checkbox]:checked + label:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 1rem;
  margin-right: 0.75rem;
  padding: 0;
  transform: rotate(45deg);
  width: 0.5rem;
  position: absolute;
  top: 0.125rem;
  left: 0.5rem;
  content: " ";
  display: block;
}
.cmp-form-options {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .cmp-form-options {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 992px) {
  .cmp-form-options {
    margin-bottom: 1.5rem;
  }
}
.cmp-form-options__label-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmp-form-options__tooltip {
  color: #686d71;
  margin-left: 0.75rem;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 0.625rem;
}
.jotform-native-select {
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.jotform-native-select:hover, .jotform-native-select:focus {
  border: none !important;
  box-shadow: none !important;
}
.select {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.select-styled {
  position: relative;
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  margin-top: 0.375rem;
  padding: 0.75rem 2.5rem 0.75rem 1.25rem;
}
.select-styled:not(.selected) {
  color: #bfc2c4;
}
.select-styled::after {
  content: "";
  color: #000;
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  right: 0.9375rem;
  top: 1.25rem;
}
.select-styled::before {
  content: "";
  display: none;
  font-family: "Material Icons";
  box-sizing: border-box;
  position: absolute;
  top: 0.875rem;
  right: 2.1875rem;
  font-size: 1.25rem;
}
.select-styled:focus, .select-styled:active, .select-styled.active {
  outline: none;
  border: 2px solid #2aa0cb;
}
.select-styled:focus::after, .select-styled:active::after, .select-styled.active::after {
  transform: rotate(225deg);
  top: 1.375rem;
}
.select-styled-error-msg {
  position: relative;
  border-radius: 2px;
  border-style: solid;
  color: #bfc2c4;
  border-color: #fd8204;
  background-color: #fff4eb;
  border-width: 0.125rem;
  margin-top: 0.375rem;
  padding: 0.75rem 1.25rem;
}
.select-styled-error-msg::before {
  display: block;
  color: #fd8204;
}
.select-options {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  display: none;
  padding: 1rem 1.125rem;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin-top: 0.5rem;
  list-style: none;
}
.select-options li {
  color: rgba(104, 109, 113, 0.749);
  margin: 0;
  padding: 0.75rem 1.875rem;
  position: relative;
}
.select-options li:hover {
  background: rgba(227, 229, 230, 0.498);
  border-radius: 4px;
}
.select-options li::before {
  display: none;
}
.select-options li[rel=hide] {
  display: none;
}
.select-options li.selected {
  color: #000;
}
.select-options li.selected .select-styled {
  color: #000;
}
.select-options li.selected::after {
  content: " ";
  display: block;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 1rem;
  margin-right: 0.75rem;
  padding: 0;
  transform: rotate(45deg);
  width: 0.5rem;
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
}
.loader {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.loader__inner {
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loader .load {
  position: relative;
  width: 20rem;
  height: auto;
  line-height: 3.125rem;
  text-align: center;
  transform: skewX(20deg);
  padding: 0.625rem 1rem;
  outline: none;
  border: none;
  box-shadow: none;
  background-image: linear-gradient(#ed0000, #ed0000), linear-gradient(#ed0000, #ed0000), linear-gradient(#ed0000, #ed0000), linear-gradient(#ed0000, #ed0000);
  background-position: 0 0, 0 0, 0 100%, 0 100%, 0 0, 0 0, 0 100%, 100% 0;
  background-size: 4px 0%, 0% 4px, 0% 4px, 4px 0%;
  background-color: transparent;
  background-repeat: no-repeat;
  transition: 0.2s linear;
  animation: animate 1.9s linear infinite 0.2s;
}
@media (min-width: 768px) {
  .loader .load {
    padding: 0.8rem 1rem;
  }
}
@media (min-width: 992px) {
  .loader .load {
    padding: 1.25rem 3.125rem;
    width: 23.75rem;
  }
}
.loader .text {
  display: inline-block;
  transform: skewX(-20deg);
  color: #ed0000;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .loader .text {
    font-size: 1.875rem;
  }
}
@keyframes animate {
  0% {
    background-position: 0 100%, 0 0, 0 100%, 100% 0, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 0%, 100% 4px, 0% 4px, 4px 0%;
  }
  40% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 0, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 0%, 100% 4px, 0% 4px, 4px 100%;
  }
  60% {
    background-position: 0 100%, 100% 0, 100% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 0%, 0% 4px, 100% 4px, 4px 100%;
  }
  70% {
    background-position: 0 100%, 100% 0, 0% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 100%, 0% 4px, 100% 4px, 4px 0%;
  }
  80% {
    background-position: 0% 0%, 0% 0, 0% 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 100%, 0% 4px, 0% 4px, 4px 0%;
  }
  100% {
    background-position: 0% 0%, 0 0, 0 100%, 100% 100%, 0 0, 0 0, 0 100%, 100% 0;
    background-size: 4px 0%, 100% 4px, 0% 4px, 4px 0%;
  }
}
.aem-jotform-wrapper {
  padding: 0.0625rem;
  color: #2c3345;
}
.aem-jotform-wrapper .injectedReactContainer {
  width: 100%;
}
.aem-jotform-wrapper ul.form-section {
  padding: 1rem;
}
.desktop .aem-jotform-wrapper ul.form-section {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .aem-jotform-wrapper ul.form-section {
    padding: 1.5rem;
  }
}
.aem-jotform-wrapper .form-header-group {
  padding: 1.5rem 0;
  margin: 0.75rem 0;
  border-color: #ededf1 !important;
}
.aem-jotform-wrapper .form-header-group.header-large {
  margin: 0 !important;
  padding: 1.25rem 0 !important;
}
.aem-jotform-wrapper .form-header-group .header-text {
  padding: 0.25rem 0;
  display: flex;
  flex-direction: column;
}
.aem-jotform-wrapper .form-header-group .header-text .form-header {
  order: 2;
}
.aem-jotform-wrapper .form-header-group .header-text .form-subHeader {
  order: 1;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 0.75rem;
  margin-bottom: 1rem;
  color: #686d71;
}
.aem-jotform-wrapper .form-buttons-wrapper {
  border-color: #ededf1 !important;
  margin: 0;
}
.aem-jotform-wrapper li.form-line:not(.form-line-column) .form-input-wide[data-layout=half] {
  width: 100% !important;
}
.aem-jotform-wrapper .error-navigation-container {
  display: none !important;
}
.aem-jotform-wrapper .form-error-message {
  color: #a73d00;
  background: none !important;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0;
}
.aem-jotform-wrapper .form-error-message img {
  display: none;
}
.aem-jotform-wrapper *:not(i) {
  font-family: MMC, sans-serif !important;
  box-sizing: border-box !important;
}
.aem-jotform-wrapper .form-line {
  margin: 0 !important;
  width: 100%;
  padding: 0.75rem 0;
}
.aem-jotform-wrapper .form-line:has(#dealerContainer) {
  padding-left: 0;
  padding-right: 0;
}
.aem-jotform-wrapper .form-line-active {
  background: none;
}
.aem-jotform-wrapper li .form-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  margin-left: 0;
  pointer-events: none;
}
.aem-jotform-wrapper li a {
  color: #ed0000;
}
.aem-jotform-wrapper li::before {
  content: none !important;
}
.aem-jotform-wrapper div[data-widget-name]:not([data-widget-name=""]):has(+ .form-error-message) {
  border: 2px solid #fd8204;
  background-color: #fff4eb;
}
.aem-jotform-wrapper li.form-input-wide {
  padding: 0;
}
.aem-jotform-wrapper .form-input-wide input,
.aem-jotform-wrapper .form-input-wide input:hover {
  border-radius: 2px !important;
  box-shadow: none !important;
  padding: 0.75rem 1.5rem !important;
  line-height: 1.5rem !important;
  height: unset;
  border-width: 0.0625rem !important;
  border-color: #e3e5e6 !important;
}
.aem-jotform-wrapper .form-input-wide .form-validation-error,
.aem-jotform-wrapper .form-input-wide .form-validation-error:hover,
.aem-jotform-wrapper .form-input-wide .form-validation-error + .select-styled,
.aem-jotform-wrapper .form-input-wide .form-validation-error:hover + .select-styled {
  border-width: 0.125rem !important;
  background-color: #fff4eb;
  border-color: #fd8204 !important;
}
.aem-jotform-wrapper button:focus,
.aem-jotform-wrapper .select-styled:focus-visible {
  outline: none;
}
.aem-jotform-wrapper li:has(input[value="I have read and agree to the terms & conditions"]) > label {
  display: none;
  height: 0;
}
.aem-jotform-wrapper li:has(iframe) + li .form-header-group {
  margin-top: 0;
  padding-top: 0;
}
.aem-jotform-wrapper .submit-button {
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: #ed0000 !important;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 0.75rem 1rem;
  transition: 0.3s;
}
.aem-jotform-wrapper .submit-button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ed0000;
}
@media (min-width: 768px) {
  .aem-jotform-wrapper .submit-button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .aem-jotform-wrapper .submit-button {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .aem-jotform-wrapper .submit-button {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .aem-jotform-wrapper .submit-button {
    padding: 1.25rem;
  }
}
.aem-jotform-wrapper .form-required {
  visibility: hidden;
}
.aem-jotform-wrapper .form-line-error {
  background: none !important;
}
.aem-jotform-wrapper .newDefaultTheme-dateIcon {
  width: 100%;
  height: 100%;
}
.calendar.popup[aria-modal=true]::before {
  top: -3.1em;
  height: calc(100% + 3.25em);
  border-color: black !important;
}
.calendar.popup[aria-modal=true]::after {
  background-color: #c3cad8 !important;
}
.calendar.popup[aria-modal=true] table tbody td {
  font-size: 1rem;
}
.calendar.popup[aria-modal=true] table {
  background-color: #fff;
}
.calendar.popup[aria-modal=true] th {
  text-align: center;
  background-color: #fff !important;
  color: #686d71 !important;
}
.calendar.popup[aria-modal=true] .button.unselectable {
  opacity: 0.5;
}
.calendar.popup[aria-modal=true] .calendar-new-year {
  display: none !important;
}
.calendar.popup[aria-modal=true] .calendar-new-header > * {
  width: 100% !important;
}
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-year .nextYear,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-year .nextMonth,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-month .nextYear,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-month .nextMonth {
  top: unset !important;
  right: 1.25rem !important;
  bottom: unset !important;
  transform: rotate(-90deg) scale(1.4) !important;
}
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-year .previousYear,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-year .previousMonth,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-month .previousYear,
.calendar.popup[aria-modal=true] .calendar-new-header .calendar-new-month .previousMonth {
  left: 1.25rem !important;
  transform: rotate(90deg) scale(1.4) !important;
  bottom: unset !important;
  top: unset !important;
}
.form-checkbox:checked + label:after,
.form-checkbox:checked + span:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}
.form-checkbox:checked + label:before,
.form-checkbox:checked + span:before,
.form-checkbox:checked + span label:before {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.form-checkbox:checked + label:after {
  transform: scale(1.2) !important;
}
.form-single-column .form-radio-item:not(.formRadioOther):not(:last-child) {
  margin-bottom: 1rem !important;
}
.form-radio + label {
  padding-left: 2.375rem !important;
}
.form-radio + label:after {
  background-color: #000 !important;
  top: 0.375rem !important;
  left: 0.375rem !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.form-radio + label:before,
.form-radio:hover + label:before,
.form-radio + label:focus:before,
.form-radio:checked + label:before {
  border-color: #bfc2c4 !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  box-shadow: none !important;
}
.form-checkbox:focus + label:before,
.form-checkbox:focus + span:before,
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before {
  box-shadow: none !important;
  border-color: inherit !important;
}
.calendar tr.days td:hover:not(.unselectable):after {
  background-color: #e3e5e6 !important;
  border-color: #e3e5e6 !important;
}
.calendar.popup tr.days td.unselectable {
  cursor: not-allowed;
}
.calendar.popup tr.days td.selected:after {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  border-radius: 50px !important;
}
.calendar tr.days td:hover:not(.unselectable):not(.selected) {
  color: inherit !important;
}
li[data-type=control_datetime] [data-wrapper-react=true]:not(.extended) .form-textbox:not(.time-dropdown) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='w-12 h-12' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M8 1a1 1 0 011 1v1h6V2a1 1 0 112 0v1h2a3 3 0 013 3v6.5a1 1 0 11-2 0V11H4v9a1 1 0 001 1h5.5a1 1 0 110 2H5a3 3 0 01-3-3V6a3 3 0 013-3h2V2a1 1 0 011-1zM7 6V5H5a1 1 0 00-1 1v3h16V6a1 1 0 00-1-1h-2v1a1 1 0 11-2 0V5H9v1a1 1 0 01-2 0zm14.707 11.207a1 1 0 00-1.414-1.414L16.5 19.586l-1.293-1.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4.5-4.5z' clip-rule='evenodd'/%3E%3C/svg%3E") !important;
}
.calendar:hover.popup:before {
  box-shadow: none !important;
  border-color: black !important;
}
.recaptcha-error-message {
  color: red;
  font-weight: bold;
  text-align: center;
  margin-top: 1.25rem;
}