@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css?family=Material+Icons";

/* src/css/main.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
p {
  margin: 0px;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  background-color: yellow;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:hover {
  color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
:root {
  --breakpoint-default: 768px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --spacing-0: 0rem;
  --spacing-4: 0.25rem;
  --spacing-8: 0.5rem;
  --spacing-12: 0.75rem;
  --spacing-16: 1rem;
  --spacing-20: 1.25rem;
  --spacing-24: 1.5rem;
  --spacing-28: 1.75rem;
  --spacing-32: 2rem;
  --spacing-40: 2.5rem;
  --spacing-44: 2.75rem;
  --spacing-48: 3rem;
  --spacing-56: 3.5rem;
  --spacing-64: 4rem;
  --spacing-80: 5rem;
  --spacing-96: 6rem;
  --spacing-128: 8rem;
  --spacing-160: 10rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-lg {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1296px;
  }
}
.container,
.container-fluid,
.container-lg {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1296px;
  }
}
.row {
  --bs-gutter-x: 1rem;
}
@media (min-width: 768px) {
  .row {
    --bs-gutter-x: 1.75rem;
  }
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 1.75rem;
  }
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !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;
}
.d-none {
  display: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.w-10 {
  width: 10% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.aspect-ratio-1-1 {
  aspect-ratio: 1 !important;
}
.aspect-ratio-4-3 {
  aspect-ratio: 1.3333333333 !important;
}
.aspect-ratio-3-2 {
  aspect-ratio: 1.5 !important;
}
.aspect-ratio-16-9 {
  aspect-ratio: 1.7777777778 !important;
}
.aspect-ratio-2-1 {
  aspect-ratio: 2 !important;
}
.aspect-ratio-21-9 {
  aspect-ratio: 2.3333333333 !important;
}
.aspect-ratio-3-4 {
  aspect-ratio: 0.75 !important;
}
.aspect-ratio-2-3 {
  aspect-ratio: 0.6666666667 !important;
}
.aspect-ratio-9-16 {
  aspect-ratio: 0.5625 !important;
}
.aspect-ratio-1-2 {
  aspect-ratio: 0.5 !important;
}
.aspect-ratio-9-21 {
  aspect-ratio: 0.4285714286 !important;
}
.icon-size-xs {
  font-size: 1rem !important;
}
.icon-size-s {
  font-size: 1.25rem !important;
}
.icon-size-m {
  font-size: 1.5rem !important;
}
.icon-size-l {
  font-size: 1.75rem !important;
}
.icon-size-xl {
  font-size: 2rem !important;
}
.icon-size-xxl {
  font-size: 3rem !important;
}
.icon-size-xxxl {
  font-size: 4rem !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-sm-5 {
    font-size: 1.25rem !important;
  }
  .fs-sm-6 {
    font-size: 1rem !important;
  }
  .fw-sm-lighter {
    font-weight: lighter !important;
  }
  .fw-sm-light {
    font-weight: 300 !important;
  }
  .fw-sm-normal {
    font-weight: 400 !important;
  }
  .fw-sm-medium {
    font-weight: 500 !important;
  }
  .fw-sm-semibold {
    font-weight: 600 !important;
  }
  .fw-sm-bold {
    font-weight: 700 !important;
  }
  .fw-sm-bolder {
    font-weight: bolder !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .aspect-ratio-sm-1-1 {
    aspect-ratio: 1 !important;
  }
  .aspect-ratio-sm-4-3 {
    aspect-ratio: 1.3333333333 !important;
  }
  .aspect-ratio-sm-3-2 {
    aspect-ratio: 1.5 !important;
  }
  .aspect-ratio-sm-16-9 {
    aspect-ratio: 1.7777777778 !important;
  }
  .aspect-ratio-sm-2-1 {
    aspect-ratio: 2 !important;
  }
  .aspect-ratio-sm-21-9 {
    aspect-ratio: 2.3333333333 !important;
  }
  .aspect-ratio-sm-3-4 {
    aspect-ratio: 0.75 !important;
  }
  .aspect-ratio-sm-2-3 {
    aspect-ratio: 0.6666666667 !important;
  }
  .aspect-ratio-sm-9-16 {
    aspect-ratio: 0.5625 !important;
  }
  .aspect-ratio-sm-1-2 {
    aspect-ratio: 0.5 !important;
  }
  .aspect-ratio-sm-9-21 {
    aspect-ratio: 0.4285714286 !important;
  }
  .icon-size-sm-xs {
    font-size: 1rem !important;
  }
  .icon-size-sm-s {
    font-size: 1.25rem !important;
  }
  .icon-size-sm-m {
    font-size: 1.5rem !important;
  }
  .icon-size-sm-l {
    font-size: 1.75rem !important;
  }
  .icon-size-sm-xl {
    font-size: 2rem !important;
  }
  .icon-size-sm-xxl {
    font-size: 3rem !important;
  }
  .icon-size-sm-xxxl {
    font-size: 4rem !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-md-5 {
    font-size: 1.25rem !important;
  }
  .fs-md-6 {
    font-size: 1rem !important;
  }
  .fw-md-lighter {
    font-weight: lighter !important;
  }
  .fw-md-light {
    font-weight: 300 !important;
  }
  .fw-md-normal {
    font-weight: 400 !important;
  }
  .fw-md-medium {
    font-weight: 500 !important;
  }
  .fw-md-semibold {
    font-weight: 600 !important;
  }
  .fw-md-bold {
    font-weight: 700 !important;
  }
  .fw-md-bolder {
    font-weight: bolder !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .aspect-ratio-md-1-1 {
    aspect-ratio: 1 !important;
  }
  .aspect-ratio-md-4-3 {
    aspect-ratio: 1.3333333333 !important;
  }
  .aspect-ratio-md-3-2 {
    aspect-ratio: 1.5 !important;
  }
  .aspect-ratio-md-16-9 {
    aspect-ratio: 1.7777777778 !important;
  }
  .aspect-ratio-md-2-1 {
    aspect-ratio: 2 !important;
  }
  .aspect-ratio-md-21-9 {
    aspect-ratio: 2.3333333333 !important;
  }
  .aspect-ratio-md-3-4 {
    aspect-ratio: 0.75 !important;
  }
  .aspect-ratio-md-2-3 {
    aspect-ratio: 0.6666666667 !important;
  }
  .aspect-ratio-md-9-16 {
    aspect-ratio: 0.5625 !important;
  }
  .aspect-ratio-md-1-2 {
    aspect-ratio: 0.5 !important;
  }
  .aspect-ratio-md-9-21 {
    aspect-ratio: 0.4285714286 !important;
  }
  .icon-size-md-xs {
    font-size: 1rem !important;
  }
  .icon-size-md-s {
    font-size: 1.25rem !important;
  }
  .icon-size-md-m {
    font-size: 1.5rem !important;
  }
  .icon-size-md-l {
    font-size: 1.75rem !important;
  }
  .icon-size-md-xl {
    font-size: 2rem !important;
  }
  .icon-size-md-xxl {
    font-size: 3rem !important;
  }
  .icon-size-md-xxxl {
    font-size: 4rem !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-lg-5 {
    font-size: 1.25rem !important;
  }
  .fs-lg-6 {
    font-size: 1rem !important;
  }
  .fw-lg-lighter {
    font-weight: lighter !important;
  }
  .fw-lg-light {
    font-weight: 300 !important;
  }
  .fw-lg-normal {
    font-weight: 400 !important;
  }
  .fw-lg-medium {
    font-weight: 500 !important;
  }
  .fw-lg-semibold {
    font-weight: 600 !important;
  }
  .fw-lg-bold {
    font-weight: 700 !important;
  }
  .fw-lg-bolder {
    font-weight: bolder !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .aspect-ratio-lg-1-1 {
    aspect-ratio: 1 !important;
  }
  .aspect-ratio-lg-4-3 {
    aspect-ratio: 1.3333333333 !important;
  }
  .aspect-ratio-lg-3-2 {
    aspect-ratio: 1.5 !important;
  }
  .aspect-ratio-lg-16-9 {
    aspect-ratio: 1.7777777778 !important;
  }
  .aspect-ratio-lg-2-1 {
    aspect-ratio: 2 !important;
  }
  .aspect-ratio-lg-21-9 {
    aspect-ratio: 2.3333333333 !important;
  }
  .aspect-ratio-lg-3-4 {
    aspect-ratio: 0.75 !important;
  }
  .aspect-ratio-lg-2-3 {
    aspect-ratio: 0.6666666667 !important;
  }
  .aspect-ratio-lg-9-16 {
    aspect-ratio: 0.5625 !important;
  }
  .aspect-ratio-lg-1-2 {
    aspect-ratio: 0.5 !important;
  }
  .aspect-ratio-lg-9-21 {
    aspect-ratio: 0.4285714286 !important;
  }
  .icon-size-lg-xs {
    font-size: 1rem !important;
  }
  .icon-size-lg-s {
    font-size: 1.25rem !important;
  }
  .icon-size-lg-m {
    font-size: 1.5rem !important;
  }
  .icon-size-lg-l {
    font-size: 1.75rem !important;
  }
  .icon-size-lg-xl {
    font-size: 2rem !important;
  }
  .icon-size-lg-xxl {
    font-size: 3rem !important;
  }
  .icon-size-lg-xxxl {
    font-size: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xl-6 {
    font-size: 1rem !important;
  }
  .fw-xl-lighter {
    font-weight: lighter !important;
  }
  .fw-xl-light {
    font-weight: 300 !important;
  }
  .fw-xl-normal {
    font-weight: 400 !important;
  }
  .fw-xl-medium {
    font-weight: 500 !important;
  }
  .fw-xl-semibold {
    font-weight: 600 !important;
  }
  .fw-xl-bold {
    font-weight: 700 !important;
  }
  .fw-xl-bolder {
    font-weight: bolder !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .aspect-ratio-xl-1-1 {
    aspect-ratio: 1 !important;
  }
  .aspect-ratio-xl-4-3 {
    aspect-ratio: 1.3333333333 !important;
  }
  .aspect-ratio-xl-3-2 {
    aspect-ratio: 1.5 !important;
  }
  .aspect-ratio-xl-16-9 {
    aspect-ratio: 1.7777777778 !important;
  }
  .aspect-ratio-xl-2-1 {
    aspect-ratio: 2 !important;
  }
  .aspect-ratio-xl-21-9 {
    aspect-ratio: 2.3333333333 !important;
  }
  .aspect-ratio-xl-3-4 {
    aspect-ratio: 0.75 !important;
  }
  .aspect-ratio-xl-2-3 {
    aspect-ratio: 0.6666666667 !important;
  }
  .aspect-ratio-xl-9-16 {
    aspect-ratio: 0.5625 !important;
  }
  .aspect-ratio-xl-1-2 {
    aspect-ratio: 0.5 !important;
  }
  .aspect-ratio-xl-9-21 {
    aspect-ratio: 0.4285714286 !important;
  }
  .icon-size-xl-xs {
    font-size: 1rem !important;
  }
  .icon-size-xl-s {
    font-size: 1.25rem !important;
  }
  .icon-size-xl-m {
    font-size: 1.5rem !important;
  }
  .icon-size-xl-l {
    font-size: 1.75rem !important;
  }
  .icon-size-xl-xl {
    font-size: 2rem !important;
  }
  .icon-size-xl-xxl {
    font-size: 3rem !important;
  }
  .icon-size-xl-xxxl {
    font-size: 4rem !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !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;
  }
  .d-xxl-none {
    display: none !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }
  .fs-xxl-6 {
    font-size: 1rem !important;
  }
  .fw-xxl-lighter {
    font-weight: lighter !important;
  }
  .fw-xxl-light {
    font-weight: 300 !important;
  }
  .fw-xxl-normal {
    font-weight: 400 !important;
  }
  .fw-xxl-medium {
    font-weight: 500 !important;
  }
  .fw-xxl-semibold {
    font-weight: 600 !important;
  }
  .fw-xxl-bold {
    font-weight: 700 !important;
  }
  .fw-xxl-bolder {
    font-weight: bolder !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .aspect-ratio-xxl-1-1 {
    aspect-ratio: 1 !important;
  }
  .aspect-ratio-xxl-4-3 {
    aspect-ratio: 1.3333333333 !important;
  }
  .aspect-ratio-xxl-3-2 {
    aspect-ratio: 1.5 !important;
  }
  .aspect-ratio-xxl-16-9 {
    aspect-ratio: 1.7777777778 !important;
  }
  .aspect-ratio-xxl-2-1 {
    aspect-ratio: 2 !important;
  }
  .aspect-ratio-xxl-21-9 {
    aspect-ratio: 2.3333333333 !important;
  }
  .aspect-ratio-xxl-3-4 {
    aspect-ratio: 0.75 !important;
  }
  .aspect-ratio-xxl-2-3 {
    aspect-ratio: 0.6666666667 !important;
  }
  .aspect-ratio-xxl-9-16 {
    aspect-ratio: 0.5625 !important;
  }
  .aspect-ratio-xxl-1-2 {
    aspect-ratio: 0.5 !important;
  }
  .aspect-ratio-xxl-9-21 {
    aspect-ratio: 0.4285714286 !important;
  }
  .icon-size-xxl-xs {
    font-size: 1rem !important;
  }
  .icon-size-xxl-s {
    font-size: 1.25rem !important;
  }
  .icon-size-xxl-m {
    font-size: 1.5rem !important;
  }
  .icon-size-xxl-l {
    font-size: 1.75rem !important;
  }
  .icon-size-xxl-xl {
    font-size: 2rem !important;
  }
  .icon-size-xxl-xxl {
    font-size: 3rem !important;
  }
  .icon-size-xxl-xxxl {
    font-size: 4rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.75rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
:root {
  --border-radius-none: 0px;
  --border-radius-sm: 0.25rem;
  --border-radius-md: 1rem;
  --border-radius-lg: 2rem;
  --border-radius-full: 999rem;
  --border-w-0: 0px;
  --border-w-1: 1px;
  --border-w-2: 2px;
  --border-w-4: 4px;
  --spacing-xs: 4px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 30px;
  --spacing-xl: 60px;
  --transition: 0.2s all ease-in-out;
  --shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
  --shadow-lg: 0px 1px 6px 1px rgba(0,0,0,0.2);
}
:root {
  --uft-aquamarine: #0099BB;
  --uft-red: #F23314;
  --uft-black: #000000;
  --uft-white: #FFFFFF;
  --uft-gray: #C7C8D6;
  --uft-coal: #616472;
  --uft-darkblue: #374957;
  --uft-lightgray: #F4F5F5;
  --uft-error: #FD0B0B;
  --uft-success: #18E299;
  --uft-info: transparent;
  --uft-warning: transparent;
  --neutral-50: #f2f7f9;
  --neutral-100: #F4F5F5;
  --neutral-200: #c2d6df;
  --neutral-300: #98b8c8;
  --neutral-400: #6793a9;
  --neutral-500: #4c788e;
  --neutral-600: #416379;
  --neutral-700: #3a5364;
  --neutral-800: #374957;
  --neutral-900: #303d49;
  --primary-50: #ebffff;
  --primary-100: #cdfdff;
  --primary-200: #a1f7ff;
  --primary-300: #60efff;
  --primary-400: #18ddf8;
  --primary-500: #00c0de;
  --primary-600: #0099bb;
  --primary-700: #087996;
  --primary-800: #10617a;
  --primary-900: #125167;
  --secondary-50: #fff3f1;
  --secondary-100: #ffe3df;
  --secondary-200: #ffccc4;
  --secondary-300: #ffa99b;
  --secondary-400: #ff7761;
  --secondary-500: #ff4d30;
  --secondary-600: #f23314;
  --secondary-700: #cc2409;
  --secondary-800: #a8220c;
  --secondary-900: #8b2211;
  --info-10: #f2f8fc;
  --info-20: #e1eef8;
  --info-30: #bedbee;
  --info-40: #8abfdd;
  --info-50: #57a3c9;
  --info-60: #2386b1;
  --info-70: #0073a0;
  --info-80: #00628d;
  --info-90: #004a6e;
  --info-100: #002b41;
  --success-50: #eafff5;
  --success-100: #ccffe5;
  --success-200: #9dfdd1;
  --success-300: #5ff6bb;
  --success-400: #18e299;
  --success-500: #00cf89;
  --success-600: #00a971;
  --success-700: #00875d;
  --success-800: #006a4b;
  --success-900: #00573f;
  --warning-10: #fffef2;
  --warning-20: #ffffe1;
  --warning-30: #ffffbe;
  --warning-40: #fff88a;
  --warning-50: #ffeb57;
  --warning-60: #fcd923;
  --warning-70: #f4cb00;
  --warning-80: #c19a00;
  --warning-90: #836100;
  --warning-100: #452c00;
  --error-50: #fff0f0;
  --error-100: #ffdddd;
  --error-200: #ffc1c1;
  --error-300: #ff9595;
  --error-400: #ff5959;
  --error-500: #ff2525;
  --error-600: #fd0b0b;
  --error-700: #d50000;
  --error-800: #b00404;
  --error-900: #910b0b;
  --background: var(--neutral-100);
  --link: var(--primary-600);
  --link-hover: var(--primary-700);
  --link-visited: var(--primary-500);
  --text-disabled: var(--neutral-100);
  --focus: var(--primary-80);
  --focus-inverse: var(--primary-20);
  --text-white: var(--uft-white);
  --text-info: var(--info-80);
  --text-info-strong: var(--info-100);
  --text-success: var(--success-90);
  --text-success-strong: var(--success-100);
  --text-warning: var(--warning-90);
  --text-warning-strong: var(--warning-100);
  --text-error: var(--error-80);
  --text-error-strong: var(--error-100);
  --surface-info: #E4F0FB;
}
.text-uft-aquamarine {
  color: #0099BB;
}
.bg-uft-aquamarine {
  background-color: #0099BB;
}
.border-uft-aquamarine {
  border-color: #0099BB;
  --border-color: #0099BB;
}
.text-uft-red {
  color: #F23314;
}
.bg-uft-red {
  background-color: #F23314;
}
.border-uft-red {
  border-color: #F23314;
  --border-color: #F23314;
}
.text-uft-black {
  color: #000000;
}
.bg-uft-black {
  background-color: #000000;
}
.border-uft-black {
  border-color: #000000;
  --border-color: #000000;
}
.text-uft-white {
  color: #FFFFFF;
}
.bg-uft-white {
  background-color: #FFFFFF;
}
.border-uft-white {
  border-color: #FFFFFF;
  --border-color: #FFFFFF;
}
.text-uft-gray {
  color: #C7C8D6;
}
.bg-uft-gray {
  background-color: #C7C8D6;
}
.border-uft-gray {
  border-color: #C7C8D6;
  --border-color: #C7C8D6;
}
.text-uft-coal {
  color: #616472;
}
.bg-uft-coal {
  background-color: #616472;
}
.border-uft-coal {
  border-color: #616472;
  --border-color: #616472;
}
.text-uft-darkblue {
  color: #374957;
}
.bg-uft-darkblue {
  background-color: #374957;
}
.border-uft-darkblue {
  border-color: #374957;
  --border-color: #374957;
}
.text-uft-lightgray {
  color: #F4F5F5;
}
.bg-uft-lightgray {
  background-color: #F4F5F5;
}
.border-uft-lightgray {
  border-color: #F4F5F5;
  --border-color: #F4F5F5;
}
.text-uft-error {
  color: #FD0B0B;
}
.bg-uft-error {
  background-color: #FD0B0B;
}
.border-uft-error {
  border-color: #FD0B0B;
  --border-color: #FD0B0B;
}
.text-uft-success {
  color: #18E299;
}
.bg-uft-success {
  background-color: #18E299;
}
.border-uft-success {
  border-color: #18E299;
  --border-color: #18E299;
}
h1,
.h1 {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}
h1.uft-font-heavier,
.h1.uft-font-heavier {
  font-weight: var(--font-weight-700);
}
h1.uft-font-lighter,
.h1.uft-font-lighter {
  font-weight: var(--font-weight-500);
}
h1.text-xs,
.h1.text-xs {
  font-size: 30px;
  line-height: 36px;
}
h1.text-sm,
.h1.text-sm {
  font-size: 36px;
  line-height: 43.2px;
}
h1.text-lg,
.h1.text-lg {
  font-size: 44px;
  line-height: 52.8px;
}
h1.text-xl,
.h1.text-xl {
  font-size: 50px;
  line-height: 60px;
}
@media (min-width: 768px) {
  h1.uft-font-heavier,
  .h1.uft-font-heavier {
    font-weight: var(--font-weight-700);
  }
  h1.uft-font-lighter,
  .h1.uft-font-lighter {
    font-weight: var(--font-weight-500);
  }
}
h2,
.h2 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
h2.uft-font-heavier,
.h2.uft-font-heavier {
  font-weight: var(--font-weight-600);
}
h2.uft-font-lighter,
.h2.uft-font-lighter {
  font-weight: var(--font-weight-400);
}
h2.text-xs,
.h2.text-xs {
  font-size: 24px;
  line-height: 30px;
}
h2.text-sm,
.h2.text-sm {
  font-size: 28.8px;
  line-height: 36px;
}
h2.text-lg,
.h2.text-lg {
  font-size: 35.2px;
  line-height: 44px;
}
h2.text-xl,
.h2.text-xl {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 768px) {
  h2.uft-font-heavier,
  .h2.uft-font-heavier {
    font-weight: var(--font-weight-700);
  }
  h2.uft-font-lighter,
  .h2.uft-font-lighter {
    font-weight: var(--font-weight-500);
  }
}
h3,
.h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
h3.uft-font-heavier,
.h3.uft-font-heavier {
  font-weight: var(--font-weight-700);
}
h3.uft-font-lighter,
.h3.uft-font-lighter {
  font-weight: var(--font-weight-500);
}
h3.text-xs,
.h3.text-xs {
  font-size: 18px;
  line-height: 24px;
}
h3.text-sm,
.h3.text-sm {
  font-size: 21.6px;
  line-height: 28.8px;
}
h3.text-lg,
.h3.text-lg {
  font-size: 26.4px;
  line-height: 35.2px;
}
h3.text-xl,
.h3.text-xl {
  font-size: 30px;
  line-height: 40px;
}
@media (min-width: 768px) {
  h3.uft-font-heavier,
  .h3.uft-font-heavier {
    font-weight: var(--font-weight-700);
  }
  h3.uft-font-lighter,
  .h3.uft-font-lighter {
    font-weight: var(--font-weight-500);
  }
}
h4,
.h4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
h4.uft-font-heavier,
.h4.uft-font-heavier {
  font-weight: var(--font-weight-600);
}
h4.uft-font-lighter,
.h4.uft-font-lighter {
  font-weight: var(--font-weight-400);
}
h4.text-xs,
.h4.text-xs {
  font-size: 15px;
  line-height: 18px;
}
h4.text-sm,
.h4.text-sm {
  font-size: 18px;
  line-height: 21.6px;
}
h4.text-lg,
.h4.text-lg {
  font-size: 22px;
  line-height: 26.4px;
}
h4.text-xl,
.h4.text-xl {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    line-height: 2.5rem;
  }
  h4.uft-font-heavier,
  .h4.uft-font-heavier {
    font-weight: var(--font-weight-700);
  }
  h4.uft-font-lighter,
  .h4.uft-font-lighter {
    font-weight: var(--font-weight-500);
  }
}
h5,
.h5 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
h5.uft-font-heavier,
.h5.uft-font-heavier {
  font-weight: var(--font-weight-700);
}
h5.uft-font-lighter,
.h5.uft-font-lighter {
  font-weight: var(--font-weight-500);
}
h5.text-xs,
.h5.text-xs {
  font-size: 13.5px;
  line-height: 18px;
}
h5.text-sm,
.h5.text-sm {
  font-size: 16.2px;
  line-height: 21.6px;
}
h5.text-lg,
.h5.text-lg {
  font-size: 19.8px;
  line-height: 26.4px;
}
h5.text-xl,
.h5.text-xl {
  font-size: 22.5px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h5.uft-font-heavier,
  .h5.uft-font-heavier {
    font-weight: var(--font-weight-700);
  }
  h5.uft-font-lighter,
  .h5.uft-font-lighter {
    font-weight: var(--font-weight-500);
  }
}
h6,
.h6 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
h6.uft-font-heavier,
.h6.uft-font-heavier {
  font-weight: var(--font-weight-700);
}
h6.uft-font-lighter,
.h6.uft-font-lighter {
  font-weight: var(--font-weight-500);
}
h6.text-xs,
.h6.text-xs {
  font-size: 12px;
  line-height: 18px;
}
h6.text-sm,
.h6.text-sm {
  font-size: 14.4px;
  line-height: 21.6px;
}
h6.text-lg,
.h6.text-lg {
  font-size: 17.6px;
  line-height: 26.4px;
}
h6.text-xl,
.h6.text-xl {
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 768px) {
  h6.uft-font-heavier,
  .h6.uft-font-heavier {
    font-weight: var(--font-weight-800);
  }
  h6.uft-font-lighter,
  .h6.uft-font-lighter {
    font-weight: var(--font-weight-600);
  }
}
p,
.p {
  color: var(--text-strong);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
p.text-xs,
.p.text-xs {
  font-size: 11px;
  line-height: 16px;
}
p.text-sm,
.p.text-sm {
  font-size: 14px;
  line-height: 22px;
}
p.text-lg,
.p.text-lg {
  font-size: 18px;
  line-height: 25px;
}
p.text-xl,
.p.text-xl {
  font-size: 24px;
  line-height: 30px;
}
p.text-condensed,
.p.text-condensed {
  font-size: 16px;
  line-height: 24px;
}
blockquote,
.blockquote {
  font-family: "Raleway", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
blockquote.text-lg,
.blockquote.text-lg {
  font-size: 18px;
  line-height: 24px;
}
code,
.code {
  font-family: monospace, sans-serif;
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-sm);
  color: var(--text-info-strong);
  background-color: var(--surface-info);
}
a {
  transition: var(--transition);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p,
blockquote,
.blockquote {
  color: var(--text-strong);
}
h1.text-color--alt,
.h1.text-color--alt,
h2.text-color--alt,
.h2.text-color--alt,
h3.text-color--alt,
.h3.text-color--alt,
h4.text-color--alt,
.h4.text-color--alt,
h5.text-color--alt,
.h5.text-color--alt,
h6.text-color--alt,
.h6.text-color--alt,
p.text-color--alt,
.p.text-color--alt,
blockquote.text-color--alt,
.blockquote.text-color--alt {
  color: var(--text-subtle);
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-white {
  color: var(--text-white);
}
.text-primary {
  color: var(--primary-600) !important;
}
.font-bold {
  font-weight: bold;
}
.font-thiner {
  font-weight: 100;
}
.font-thin {
  font-weight: 300;
}
a:focus,
button:focus {
  outline: 2px solid rgba(13, 110, 253, 0.7);
  outline-offset: 2px;
}
.carousel-controls .prev:focus,
.carousel-controls .next:focus {
  outline: 2px solid rgba(13, 110, 253, 0.7) !important;
  outline-offset: 4px;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.m-4 {
  margin: 4px;
}
.mt-4,
.my-4 {
  margin-top: 4px;
}
.mb-4,
.my-4 {
  margin-bottom: 4px;
}
.ml-4,
.mx-4 {
  margin-left: 4px;
}
.mr-4,
.mx-4 {
  margin-right: 4px;
}
.m-8 {
  margin: 8px;
}
.mt-8,
.my-8 {
  margin-top: 8px;
}
.mb-8,
.my-8 {
  margin-bottom: 8px;
}
.ml-8,
.mx-8 {
  margin-left: 8px;
}
.mr-8,
.mx-8 {
  margin-right: 8px;
}
.m-12 {
  margin: 12px;
}
.mt-12,
.my-12 {
  margin-top: 12px;
}
.mb-12,
.my-12 {
  margin-bottom: 12px;
}
.ml-12,
.mx-12 {
  margin-left: 12px;
}
.mr-12,
.mx-12 {
  margin-right: 12px;
}
.m-16 {
  margin: 16px;
}
.mt-16,
.my-16 {
  margin-top: 16px;
}
.mb-16,
.my-16 {
  margin-bottom: 16px;
}
.ml-16,
.mx-16 {
  margin-left: 16px;
}
.mr-16,
.mx-16 {
  margin-right: 16px;
}
.m-20 {
  margin: 20px;
}
.mt-20,
.my-20 {
  margin-top: 20px;
}
.mb-20,
.my-20 {
  margin-bottom: 20px;
}
.ml-20,
.mx-20 {
  margin-left: 20px;
}
.mr-20,
.mx-20 {
  margin-right: 20px;
}
.m-24 {
  margin: 24px;
}
.mt-24,
.my-24 {
  margin-top: 24px;
}
.mb-24,
.my-24 {
  margin-bottom: 24px;
}
.ml-24,
.mx-24 {
  margin-left: 24px;
}
.mr-24,
.mx-24 {
  margin-right: 24px;
}
.m-28 {
  margin: 28px;
}
.mt-28,
.my-28 {
  margin-top: 28px;
}
.mb-28,
.my-28 {
  margin-bottom: 28px;
}
.ml-28,
.mx-28 {
  margin-left: 28px;
}
.mr-28,
.mx-28 {
  margin-right: 28px;
}
.m-32 {
  margin: 32px;
}
.mt-32,
.my-32 {
  margin-top: 32px;
}
.mb-32,
.my-32 {
  margin-bottom: 32px;
}
.ml-32,
.mx-32 {
  margin-left: 32px;
}
.mr-32,
.mx-32 {
  margin-right: 32px;
}
.m-36 {
  margin: 36px;
}
.mt-36,
.my-36 {
  margin-top: 36px;
}
.mb-36,
.my-36 {
  margin-bottom: 36px;
}
.ml-36,
.mx-36 {
  margin-left: 36px;
}
.mr-36,
.mx-36 {
  margin-right: 36px;
}
.m-40 {
  margin: 40px;
}
.mt-40,
.my-40 {
  margin-top: 40px;
}
.mb-40,
.my-40 {
  margin-bottom: 40px;
}
.ml-40,
.mx-40 {
  margin-left: 40px;
}
.mr-40,
.mx-40 {
  margin-right: 40px;
}
.m-44 {
  margin: 44px;
}
.mt-44,
.my-44 {
  margin-top: 44px;
}
.mb-44,
.my-44 {
  margin-bottom: 44px;
}
.ml-44,
.mx-44 {
  margin-left: 44px;
}
.mr-44,
.mx-44 {
  margin-right: 44px;
}
.m-48 {
  margin: 48px;
}
.mt-48,
.my-48 {
  margin-top: 48px;
}
.mb-48,
.my-48 {
  margin-bottom: 48px;
}
.ml-48,
.mx-48 {
  margin-left: 48px;
}
.mr-48,
.mx-48 {
  margin-right: 48px;
}
.m-xs-0 {
  margin: 0px;
}
.mt-xs-0,
.my-xs-0 {
  margin-top: 0px;
}
.mb-xs-0,
.my-xs-0 {
  margin-bottom: 0px;
}
.ml-xs-0,
.mx-xs-0 {
  margin-left: 0px;
}
.mr-xs-0,
.mx-xs-0 {
  margin-right: 0px;
}
.m-xs-4 {
  margin: 4px;
}
.mt-xs-4,
.my-xs-4 {
  margin-top: 4px;
}
.mb-xs-4,
.my-xs-4 {
  margin-bottom: 4px;
}
.ml-xs-4,
.mx-xs-4 {
  margin-left: 4px;
}
.mr-xs-4,
.mx-xs-4 {
  margin-right: 4px;
}
.m-xs-8 {
  margin: 8px;
}
.mt-xs-8,
.my-xs-8 {
  margin-top: 8px;
}
.mb-xs-8,
.my-xs-8 {
  margin-bottom: 8px;
}
.ml-xs-8,
.mx-xs-8 {
  margin-left: 8px;
}
.mr-xs-8,
.mx-xs-8 {
  margin-right: 8px;
}
.m-xs-12 {
  margin: 12px;
}
.mt-xs-12,
.my-xs-12 {
  margin-top: 12px;
}
.mb-xs-12,
.my-xs-12 {
  margin-bottom: 12px;
}
.ml-xs-12,
.mx-xs-12 {
  margin-left: 12px;
}
.mr-xs-12,
.mx-xs-12 {
  margin-right: 12px;
}
.m-xs-16 {
  margin: 16px;
}
.mt-xs-16,
.my-xs-16 {
  margin-top: 16px;
}
.mb-xs-16,
.my-xs-16 {
  margin-bottom: 16px;
}
.ml-xs-16,
.mx-xs-16 {
  margin-left: 16px;
}
.mr-xs-16,
.mx-xs-16 {
  margin-right: 16px;
}
.m-xs-20 {
  margin: 20px;
}
.mt-xs-20,
.my-xs-20 {
  margin-top: 20px;
}
.mb-xs-20,
.my-xs-20 {
  margin-bottom: 20px;
}
.ml-xs-20,
.mx-xs-20 {
  margin-left: 20px;
}
.mr-xs-20,
.mx-xs-20 {
  margin-right: 20px;
}
.m-xs-24 {
  margin: 24px;
}
.mt-xs-24,
.my-xs-24 {
  margin-top: 24px;
}
.mb-xs-24,
.my-xs-24 {
  margin-bottom: 24px;
}
.ml-xs-24,
.mx-xs-24 {
  margin-left: 24px;
}
.mr-xs-24,
.mx-xs-24 {
  margin-right: 24px;
}
.m-xs-28 {
  margin: 28px;
}
.mt-xs-28,
.my-xs-28 {
  margin-top: 28px;
}
.mb-xs-28,
.my-xs-28 {
  margin-bottom: 28px;
}
.ml-xs-28,
.mx-xs-28 {
  margin-left: 28px;
}
.mr-xs-28,
.mx-xs-28 {
  margin-right: 28px;
}
.m-xs-32 {
  margin: 32px;
}
.mt-xs-32,
.my-xs-32 {
  margin-top: 32px;
}
.mb-xs-32,
.my-xs-32 {
  margin-bottom: 32px;
}
.ml-xs-32,
.mx-xs-32 {
  margin-left: 32px;
}
.mr-xs-32,
.mx-xs-32 {
  margin-right: 32px;
}
.m-xs-36 {
  margin: 36px;
}
.mt-xs-36,
.my-xs-36 {
  margin-top: 36px;
}
.mb-xs-36,
.my-xs-36 {
  margin-bottom: 36px;
}
.ml-xs-36,
.mx-xs-36 {
  margin-left: 36px;
}
.mr-xs-36,
.mx-xs-36 {
  margin-right: 36px;
}
.m-xs-40 {
  margin: 40px;
}
.mt-xs-40,
.my-xs-40 {
  margin-top: 40px;
}
.mb-xs-40,
.my-xs-40 {
  margin-bottom: 40px;
}
.ml-xs-40,
.mx-xs-40 {
  margin-left: 40px;
}
.mr-xs-40,
.mx-xs-40 {
  margin-right: 40px;
}
.m-xs-44 {
  margin: 44px;
}
.mt-xs-44,
.my-xs-44 {
  margin-top: 44px;
}
.mb-xs-44,
.my-xs-44 {
  margin-bottom: 44px;
}
.ml-xs-44,
.mx-xs-44 {
  margin-left: 44px;
}
.mr-xs-44,
.mx-xs-44 {
  margin-right: 44px;
}
.m-xs-48 {
  margin: 48px;
}
.mt-xs-48,
.my-xs-48 {
  margin-top: 48px;
}
.mb-xs-48,
.my-xs-48 {
  margin-bottom: 48px;
}
.ml-xs-48,
.mx-xs-48 {
  margin-left: 48px;
}
.mr-xs-48,
.mx-xs-48 {
  margin-right: 48px;
}
.m-sm-0 {
  margin: 0px;
}
.mt-sm-0,
.my-sm-0 {
  margin-top: 0px;
}
.mb-sm-0,
.my-sm-0 {
  margin-bottom: 0px;
}
.ml-sm-0,
.mx-sm-0 {
  margin-left: 0px;
}
.mr-sm-0,
.mx-sm-0 {
  margin-right: 0px;
}
.m-sm-4 {
  margin: 4px;
}
.mt-sm-4,
.my-sm-4 {
  margin-top: 4px;
}
.mb-sm-4,
.my-sm-4 {
  margin-bottom: 4px;
}
.ml-sm-4,
.mx-sm-4 {
  margin-left: 4px;
}
.mr-sm-4,
.mx-sm-4 {
  margin-right: 4px;
}
.m-sm-8 {
  margin: 8px;
}
.mt-sm-8,
.my-sm-8 {
  margin-top: 8px;
}
.mb-sm-8,
.my-sm-8 {
  margin-bottom: 8px;
}
.ml-sm-8,
.mx-sm-8 {
  margin-left: 8px;
}
.mr-sm-8,
.mx-sm-8 {
  margin-right: 8px;
}
.m-sm-12 {
  margin: 12px;
}
.mt-sm-12,
.my-sm-12 {
  margin-top: 12px;
}
.mb-sm-12,
.my-sm-12 {
  margin-bottom: 12px;
}
.ml-sm-12,
.mx-sm-12 {
  margin-left: 12px;
}
.mr-sm-12,
.mx-sm-12 {
  margin-right: 12px;
}
.m-sm-16 {
  margin: 16px;
}
.mt-sm-16,
.my-sm-16 {
  margin-top: 16px;
}
.mb-sm-16,
.my-sm-16 {
  margin-bottom: 16px;
}
.ml-sm-16,
.mx-sm-16 {
  margin-left: 16px;
}
.mr-sm-16,
.mx-sm-16 {
  margin-right: 16px;
}
.m-sm-20 {
  margin: 20px;
}
.mt-sm-20,
.my-sm-20 {
  margin-top: 20px;
}
.mb-sm-20,
.my-sm-20 {
  margin-bottom: 20px;
}
.ml-sm-20,
.mx-sm-20 {
  margin-left: 20px;
}
.mr-sm-20,
.mx-sm-20 {
  margin-right: 20px;
}
.m-sm-24 {
  margin: 24px;
}
.mt-sm-24,
.my-sm-24 {
  margin-top: 24px;
}
.mb-sm-24,
.my-sm-24 {
  margin-bottom: 24px;
}
.ml-sm-24,
.mx-sm-24 {
  margin-left: 24px;
}
.mr-sm-24,
.mx-sm-24 {
  margin-right: 24px;
}
.m-sm-28 {
  margin: 28px;
}
.mt-sm-28,
.my-sm-28 {
  margin-top: 28px;
}
.mb-sm-28,
.my-sm-28 {
  margin-bottom: 28px;
}
.ml-sm-28,
.mx-sm-28 {
  margin-left: 28px;
}
.mr-sm-28,
.mx-sm-28 {
  margin-right: 28px;
}
.m-sm-32 {
  margin: 32px;
}
.mt-sm-32,
.my-sm-32 {
  margin-top: 32px;
}
.mb-sm-32,
.my-sm-32 {
  margin-bottom: 32px;
}
.ml-sm-32,
.mx-sm-32 {
  margin-left: 32px;
}
.mr-sm-32,
.mx-sm-32 {
  margin-right: 32px;
}
.m-sm-36 {
  margin: 36px;
}
.mt-sm-36,
.my-sm-36 {
  margin-top: 36px;
}
.mb-sm-36,
.my-sm-36 {
  margin-bottom: 36px;
}
.ml-sm-36,
.mx-sm-36 {
  margin-left: 36px;
}
.mr-sm-36,
.mx-sm-36 {
  margin-right: 36px;
}
.m-sm-40 {
  margin: 40px;
}
.mt-sm-40,
.my-sm-40 {
  margin-top: 40px;
}
.mb-sm-40,
.my-sm-40 {
  margin-bottom: 40px;
}
.ml-sm-40,
.mx-sm-40 {
  margin-left: 40px;
}
.mr-sm-40,
.mx-sm-40 {
  margin-right: 40px;
}
.m-sm-44 {
  margin: 44px;
}
.mt-sm-44,
.my-sm-44 {
  margin-top: 44px;
}
.mb-sm-44,
.my-sm-44 {
  margin-bottom: 44px;
}
.ml-sm-44,
.mx-sm-44 {
  margin-left: 44px;
}
.mr-sm-44,
.mx-sm-44 {
  margin-right: 44px;
}
.m-sm-48 {
  margin: 48px;
}
.mt-sm-48,
.my-sm-48 {
  margin-top: 48px;
}
.mb-sm-48,
.my-sm-48 {
  margin-bottom: 48px;
}
.ml-sm-48,
.mx-sm-48 {
  margin-left: 48px;
}
.mr-sm-48,
.mx-sm-48 {
  margin-right: 48px;
}
.m-md-0 {
  margin: 0px;
}
.mt-md-0,
.my-md-0 {
  margin-top: 0px;
}
.mb-md-0,
.my-md-0 {
  margin-bottom: 0px;
}
.ml-md-0,
.mx-md-0 {
  margin-left: 0px;
}
.mr-md-0,
.mx-md-0 {
  margin-right: 0px;
}
.m-md-4 {
  margin: 4px;
}
.mt-md-4,
.my-md-4 {
  margin-top: 4px;
}
.mb-md-4,
.my-md-4 {
  margin-bottom: 4px;
}
.ml-md-4,
.mx-md-4 {
  margin-left: 4px;
}
.mr-md-4,
.mx-md-4 {
  margin-right: 4px;
}
.m-md-8 {
  margin: 8px;
}
.mt-md-8,
.my-md-8 {
  margin-top: 8px;
}
.mb-md-8,
.my-md-8 {
  margin-bottom: 8px;
}
.ml-md-8,
.mx-md-8 {
  margin-left: 8px;
}
.mr-md-8,
.mx-md-8 {
  margin-right: 8px;
}
.m-md-12 {
  margin: 12px;
}
.mt-md-12,
.my-md-12 {
  margin-top: 12px;
}
.mb-md-12,
.my-md-12 {
  margin-bottom: 12px;
}
.ml-md-12,
.mx-md-12 {
  margin-left: 12px;
}
.mr-md-12,
.mx-md-12 {
  margin-right: 12px;
}
.m-md-16 {
  margin: 16px;
}
.mt-md-16,
.my-md-16 {
  margin-top: 16px;
}
.mb-md-16,
.my-md-16 {
  margin-bottom: 16px;
}
.ml-md-16,
.mx-md-16 {
  margin-left: 16px;
}
.mr-md-16,
.mx-md-16 {
  margin-right: 16px;
}
.m-md-20 {
  margin: 20px;
}
.mt-md-20,
.my-md-20 {
  margin-top: 20px;
}
.mb-md-20,
.my-md-20 {
  margin-bottom: 20px;
}
.ml-md-20,
.mx-md-20 {
  margin-left: 20px;
}
.mr-md-20,
.mx-md-20 {
  margin-right: 20px;
}
.m-md-24 {
  margin: 24px;
}
.mt-md-24,
.my-md-24 {
  margin-top: 24px;
}
.mb-md-24,
.my-md-24 {
  margin-bottom: 24px;
}
.ml-md-24,
.mx-md-24 {
  margin-left: 24px;
}
.mr-md-24,
.mx-md-24 {
  margin-right: 24px;
}
.m-md-28 {
  margin: 28px;
}
.mt-md-28,
.my-md-28 {
  margin-top: 28px;
}
.mb-md-28,
.my-md-28 {
  margin-bottom: 28px;
}
.ml-md-28,
.mx-md-28 {
  margin-left: 28px;
}
.mr-md-28,
.mx-md-28 {
  margin-right: 28px;
}
.m-md-32 {
  margin: 32px;
}
.mt-md-32,
.my-md-32 {
  margin-top: 32px;
}
.mb-md-32,
.my-md-32 {
  margin-bottom: 32px;
}
.ml-md-32,
.mx-md-32 {
  margin-left: 32px;
}
.mr-md-32,
.mx-md-32 {
  margin-right: 32px;
}
.m-md-36 {
  margin: 36px;
}
.mt-md-36,
.my-md-36 {
  margin-top: 36px;
}
.mb-md-36,
.my-md-36 {
  margin-bottom: 36px;
}
.ml-md-36,
.mx-md-36 {
  margin-left: 36px;
}
.mr-md-36,
.mx-md-36 {
  margin-right: 36px;
}
.m-md-40 {
  margin: 40px;
}
.mt-md-40,
.my-md-40 {
  margin-top: 40px;
}
.mb-md-40,
.my-md-40 {
  margin-bottom: 40px;
}
.ml-md-40,
.mx-md-40 {
  margin-left: 40px;
}
.mr-md-40,
.mx-md-40 {
  margin-right: 40px;
}
.m-md-44 {
  margin: 44px;
}
.mt-md-44,
.my-md-44 {
  margin-top: 44px;
}
.mb-md-44,
.my-md-44 {
  margin-bottom: 44px;
}
.ml-md-44,
.mx-md-44 {
  margin-left: 44px;
}
.mr-md-44,
.mx-md-44 {
  margin-right: 44px;
}
.m-md-48 {
  margin: 48px;
}
.mt-md-48,
.my-md-48 {
  margin-top: 48px;
}
.mb-md-48,
.my-md-48 {
  margin-bottom: 48px;
}
.ml-md-48,
.mx-md-48 {
  margin-left: 48px;
}
.mr-md-48,
.mx-md-48 {
  margin-right: 48px;
}
.m-lg-0 {
  margin: 0px;
}
.mt-lg-0,
.my-lg-0 {
  margin-top: 0px;
}
.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0px;
}
.ml-lg-0,
.mx-lg-0 {
  margin-left: 0px;
}
.mr-lg-0,
.mx-lg-0 {
  margin-right: 0px;
}
.m-lg-4 {
  margin: 4px;
}
.mt-lg-4,
.my-lg-4 {
  margin-top: 4px;
}
.mb-lg-4,
.my-lg-4 {
  margin-bottom: 4px;
}
.ml-lg-4,
.mx-lg-4 {
  margin-left: 4px;
}
.mr-lg-4,
.mx-lg-4 {
  margin-right: 4px;
}
.m-lg-8 {
  margin: 8px;
}
.mt-lg-8,
.my-lg-8 {
  margin-top: 8px;
}
.mb-lg-8,
.my-lg-8 {
  margin-bottom: 8px;
}
.ml-lg-8,
.mx-lg-8 {
  margin-left: 8px;
}
.mr-lg-8,
.mx-lg-8 {
  margin-right: 8px;
}
.m-lg-12 {
  margin: 12px;
}
.mt-lg-12,
.my-lg-12 {
  margin-top: 12px;
}
.mb-lg-12,
.my-lg-12 {
  margin-bottom: 12px;
}
.ml-lg-12,
.mx-lg-12 {
  margin-left: 12px;
}
.mr-lg-12,
.mx-lg-12 {
  margin-right: 12px;
}
.m-lg-16 {
  margin: 16px;
}
.mt-lg-16,
.my-lg-16 {
  margin-top: 16px;
}
.mb-lg-16,
.my-lg-16 {
  margin-bottom: 16px;
}
.ml-lg-16,
.mx-lg-16 {
  margin-left: 16px;
}
.mr-lg-16,
.mx-lg-16 {
  margin-right: 16px;
}
.m-lg-20 {
  margin: 20px;
}
.mt-lg-20,
.my-lg-20 {
  margin-top: 20px;
}
.mb-lg-20,
.my-lg-20 {
  margin-bottom: 20px;
}
.ml-lg-20,
.mx-lg-20 {
  margin-left: 20px;
}
.mr-lg-20,
.mx-lg-20 {
  margin-right: 20px;
}
.m-lg-24 {
  margin: 24px;
}
.mt-lg-24,
.my-lg-24 {
  margin-top: 24px;
}
.mb-lg-24,
.my-lg-24 {
  margin-bottom: 24px;
}
.ml-lg-24,
.mx-lg-24 {
  margin-left: 24px;
}
.mr-lg-24,
.mx-lg-24 {
  margin-right: 24px;
}
.m-lg-28 {
  margin: 28px;
}
.mt-lg-28,
.my-lg-28 {
  margin-top: 28px;
}
.mb-lg-28,
.my-lg-28 {
  margin-bottom: 28px;
}
.ml-lg-28,
.mx-lg-28 {
  margin-left: 28px;
}
.mr-lg-28,
.mx-lg-28 {
  margin-right: 28px;
}
.m-lg-32 {
  margin: 32px;
}
.mt-lg-32,
.my-lg-32 {
  margin-top: 32px;
}
.mb-lg-32,
.my-lg-32 {
  margin-bottom: 32px;
}
.ml-lg-32,
.mx-lg-32 {
  margin-left: 32px;
}
.mr-lg-32,
.mx-lg-32 {
  margin-right: 32px;
}
.m-lg-36 {
  margin: 36px;
}
.mt-lg-36,
.my-lg-36 {
  margin-top: 36px;
}
.mb-lg-36,
.my-lg-36 {
  margin-bottom: 36px;
}
.ml-lg-36,
.mx-lg-36 {
  margin-left: 36px;
}
.mr-lg-36,
.mx-lg-36 {
  margin-right: 36px;
}
.m-lg-40 {
  margin: 40px;
}
.mt-lg-40,
.my-lg-40 {
  margin-top: 40px;
}
.mb-lg-40,
.my-lg-40 {
  margin-bottom: 40px;
}
.ml-lg-40,
.mx-lg-40 {
  margin-left: 40px;
}
.mr-lg-40,
.mx-lg-40 {
  margin-right: 40px;
}
.m-lg-44 {
  margin: 44px;
}
.mt-lg-44,
.my-lg-44 {
  margin-top: 44px;
}
.mb-lg-44,
.my-lg-44 {
  margin-bottom: 44px;
}
.ml-lg-44,
.mx-lg-44 {
  margin-left: 44px;
}
.mr-lg-44,
.mx-lg-44 {
  margin-right: 44px;
}
.m-lg-48 {
  margin: 48px;
}
.mt-lg-48,
.my-lg-48 {
  margin-top: 48px;
}
.mb-lg-48,
.my-lg-48 {
  margin-bottom: 48px;
}
.ml-lg-48,
.mx-lg-48 {
  margin-left: 48px;
}
.mr-lg-48,
.mx-lg-48 {
  margin-right: 48px;
}
.m-xl-0 {
  margin: 0px;
}
.mt-xl-0,
.my-xl-0 {
  margin-top: 0px;
}
.mb-xl-0,
.my-xl-0 {
  margin-bottom: 0px;
}
.ml-xl-0,
.mx-xl-0 {
  margin-left: 0px;
}
.mr-xl-0,
.mx-xl-0 {
  margin-right: 0px;
}
.m-xl-4 {
  margin: 4px;
}
.mt-xl-4,
.my-xl-4 {
  margin-top: 4px;
}
.mb-xl-4,
.my-xl-4 {
  margin-bottom: 4px;
}
.ml-xl-4,
.mx-xl-4 {
  margin-left: 4px;
}
.mr-xl-4,
.mx-xl-4 {
  margin-right: 4px;
}
.m-xl-8 {
  margin: 8px;
}
.mt-xl-8,
.my-xl-8 {
  margin-top: 8px;
}
.mb-xl-8,
.my-xl-8 {
  margin-bottom: 8px;
}
.ml-xl-8,
.mx-xl-8 {
  margin-left: 8px;
}
.mr-xl-8,
.mx-xl-8 {
  margin-right: 8px;
}
.m-xl-12 {
  margin: 12px;
}
.mt-xl-12,
.my-xl-12 {
  margin-top: 12px;
}
.mb-xl-12,
.my-xl-12 {
  margin-bottom: 12px;
}
.ml-xl-12,
.mx-xl-12 {
  margin-left: 12px;
}
.mr-xl-12,
.mx-xl-12 {
  margin-right: 12px;
}
.m-xl-16 {
  margin: 16px;
}
.mt-xl-16,
.my-xl-16 {
  margin-top: 16px;
}
.mb-xl-16,
.my-xl-16 {
  margin-bottom: 16px;
}
.ml-xl-16,
.mx-xl-16 {
  margin-left: 16px;
}
.mr-xl-16,
.mx-xl-16 {
  margin-right: 16px;
}
.m-xl-20 {
  margin: 20px;
}
.mt-xl-20,
.my-xl-20 {
  margin-top: 20px;
}
.mb-xl-20,
.my-xl-20 {
  margin-bottom: 20px;
}
.ml-xl-20,
.mx-xl-20 {
  margin-left: 20px;
}
.mr-xl-20,
.mx-xl-20 {
  margin-right: 20px;
}
.m-xl-24 {
  margin: 24px;
}
.mt-xl-24,
.my-xl-24 {
  margin-top: 24px;
}
.mb-xl-24,
.my-xl-24 {
  margin-bottom: 24px;
}
.ml-xl-24,
.mx-xl-24 {
  margin-left: 24px;
}
.mr-xl-24,
.mx-xl-24 {
  margin-right: 24px;
}
.m-xl-28 {
  margin: 28px;
}
.mt-xl-28,
.my-xl-28 {
  margin-top: 28px;
}
.mb-xl-28,
.my-xl-28 {
  margin-bottom: 28px;
}
.ml-xl-28,
.mx-xl-28 {
  margin-left: 28px;
}
.mr-xl-28,
.mx-xl-28 {
  margin-right: 28px;
}
.m-xl-32 {
  margin: 32px;
}
.mt-xl-32,
.my-xl-32 {
  margin-top: 32px;
}
.mb-xl-32,
.my-xl-32 {
  margin-bottom: 32px;
}
.ml-xl-32,
.mx-xl-32 {
  margin-left: 32px;
}
.mr-xl-32,
.mx-xl-32 {
  margin-right: 32px;
}
.m-xl-36 {
  margin: 36px;
}
.mt-xl-36,
.my-xl-36 {
  margin-top: 36px;
}
.mb-xl-36,
.my-xl-36 {
  margin-bottom: 36px;
}
.ml-xl-36,
.mx-xl-36 {
  margin-left: 36px;
}
.mr-xl-36,
.mx-xl-36 {
  margin-right: 36px;
}
.m-xl-40 {
  margin: 40px;
}
.mt-xl-40,
.my-xl-40 {
  margin-top: 40px;
}
.mb-xl-40,
.my-xl-40 {
  margin-bottom: 40px;
}
.ml-xl-40,
.mx-xl-40 {
  margin-left: 40px;
}
.mr-xl-40,
.mx-xl-40 {
  margin-right: 40px;
}
.m-xl-44 {
  margin: 44px;
}
.mt-xl-44,
.my-xl-44 {
  margin-top: 44px;
}
.mb-xl-44,
.my-xl-44 {
  margin-bottom: 44px;
}
.ml-xl-44,
.mx-xl-44 {
  margin-left: 44px;
}
.mr-xl-44,
.mx-xl-44 {
  margin-right: 44px;
}
.m-xl-48 {
  margin: 48px;
}
.mt-xl-48,
.my-xl-48 {
  margin-top: 48px;
}
.mb-xl-48,
.my-xl-48 {
  margin-bottom: 48px;
}
.ml-xl-48,
.mx-xl-48 {
  margin-left: 48px;
}
.mr-xl-48,
.mx-xl-48 {
  margin-right: 48px;
}
.m-xxl-0 {
  margin: 0px;
}
.mt-xxl-0,
.my-xxl-0 {
  margin-top: 0px;
}
.mb-xxl-0,
.my-xxl-0 {
  margin-bottom: 0px;
}
.ml-xxl-0,
.mx-xxl-0 {
  margin-left: 0px;
}
.mr-xxl-0,
.mx-xxl-0 {
  margin-right: 0px;
}
.m-xxl-4 {
  margin: 4px;
}
.mt-xxl-4,
.my-xxl-4 {
  margin-top: 4px;
}
.mb-xxl-4,
.my-xxl-4 {
  margin-bottom: 4px;
}
.ml-xxl-4,
.mx-xxl-4 {
  margin-left: 4px;
}
.mr-xxl-4,
.mx-xxl-4 {
  margin-right: 4px;
}
.m-xxl-8 {
  margin: 8px;
}
.mt-xxl-8,
.my-xxl-8 {
  margin-top: 8px;
}
.mb-xxl-8,
.my-xxl-8 {
  margin-bottom: 8px;
}
.ml-xxl-8,
.mx-xxl-8 {
  margin-left: 8px;
}
.mr-xxl-8,
.mx-xxl-8 {
  margin-right: 8px;
}
.m-xxl-12 {
  margin: 12px;
}
.mt-xxl-12,
.my-xxl-12 {
  margin-top: 12px;
}
.mb-xxl-12,
.my-xxl-12 {
  margin-bottom: 12px;
}
.ml-xxl-12,
.mx-xxl-12 {
  margin-left: 12px;
}
.mr-xxl-12,
.mx-xxl-12 {
  margin-right: 12px;
}
.m-xxl-16 {
  margin: 16px;
}
.mt-xxl-16,
.my-xxl-16 {
  margin-top: 16px;
}
.mb-xxl-16,
.my-xxl-16 {
  margin-bottom: 16px;
}
.ml-xxl-16,
.mx-xxl-16 {
  margin-left: 16px;
}
.mr-xxl-16,
.mx-xxl-16 {
  margin-right: 16px;
}
.m-xxl-20 {
  margin: 20px;
}
.mt-xxl-20,
.my-xxl-20 {
  margin-top: 20px;
}
.mb-xxl-20,
.my-xxl-20 {
  margin-bottom: 20px;
}
.ml-xxl-20,
.mx-xxl-20 {
  margin-left: 20px;
}
.mr-xxl-20,
.mx-xxl-20 {
  margin-right: 20px;
}
.m-xxl-24 {
  margin: 24px;
}
.mt-xxl-24,
.my-xxl-24 {
  margin-top: 24px;
}
.mb-xxl-24,
.my-xxl-24 {
  margin-bottom: 24px;
}
.ml-xxl-24,
.mx-xxl-24 {
  margin-left: 24px;
}
.mr-xxl-24,
.mx-xxl-24 {
  margin-right: 24px;
}
.m-xxl-28 {
  margin: 28px;
}
.mt-xxl-28,
.my-xxl-28 {
  margin-top: 28px;
}
.mb-xxl-28,
.my-xxl-28 {
  margin-bottom: 28px;
}
.ml-xxl-28,
.mx-xxl-28 {
  margin-left: 28px;
}
.mr-xxl-28,
.mx-xxl-28 {
  margin-right: 28px;
}
.m-xxl-32 {
  margin: 32px;
}
.mt-xxl-32,
.my-xxl-32 {
  margin-top: 32px;
}
.mb-xxl-32,
.my-xxl-32 {
  margin-bottom: 32px;
}
.ml-xxl-32,
.mx-xxl-32 {
  margin-left: 32px;
}
.mr-xxl-32,
.mx-xxl-32 {
  margin-right: 32px;
}
.m-xxl-36 {
  margin: 36px;
}
.mt-xxl-36,
.my-xxl-36 {
  margin-top: 36px;
}
.mb-xxl-36,
.my-xxl-36 {
  margin-bottom: 36px;
}
.ml-xxl-36,
.mx-xxl-36 {
  margin-left: 36px;
}
.mr-xxl-36,
.mx-xxl-36 {
  margin-right: 36px;
}
.m-xxl-40 {
  margin: 40px;
}
.mt-xxl-40,
.my-xxl-40 {
  margin-top: 40px;
}
.mb-xxl-40,
.my-xxl-40 {
  margin-bottom: 40px;
}
.ml-xxl-40,
.mx-xxl-40 {
  margin-left: 40px;
}
.mr-xxl-40,
.mx-xxl-40 {
  margin-right: 40px;
}
.m-xxl-44 {
  margin: 44px;
}
.mt-xxl-44,
.my-xxl-44 {
  margin-top: 44px;
}
.mb-xxl-44,
.my-xxl-44 {
  margin-bottom: 44px;
}
.ml-xxl-44,
.mx-xxl-44 {
  margin-left: 44px;
}
.mr-xxl-44,
.mx-xxl-44 {
  margin-right: 44px;
}
.m-xxl-48 {
  margin: 48px;
}
.mt-xxl-48,
.my-xxl-48 {
  margin-top: 48px;
}
.mb-xxl-48,
.my-xxl-48 {
  margin-bottom: 48px;
}
.ml-xxl-48,
.mx-xxl-48 {
  margin-left: 48px;
}
.mr-xxl-48,
.mx-xxl-48 {
  margin-right: 48px;
}
@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;
  }
}
.uppercase {
  text-transform: uppercase;
}
.white-triangle {
  width: 41px;
  height: 14px;
  position: absolute;
  overflow: hidden;
  top: -14px;
  left: 32px;
}
.white-triangle:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  z-index: 2;
  transform: rotate(45deg);
  box-shadow: var(--shadow-lg);
  border-radius: var(--border-radius-md);
}
.white-triangle--center {
  left: 385px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.uft-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.uft-not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.uft-no-underline {
  text-decoration: none !important;
}
.uft-palette--primary {
  --uft-color: var(--primary-600);
  --uft-color-contrast: var(--uft-white);
}
.uft-link {
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
}
.uft-link:after {
  content: "";
  border-bottom: var(--border-w-1) solid var(--uft-white);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: var(--transition);
}
.uft-link:hover:after {
  left: 0;
  width: 100%;
}
.uft-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.uft-accordion .uft-card {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.uft-accordion .uft-card .uft-collapse_heading {
  border: none;
  display: flex;
  border: var(--border-w-1) solid var(--uft-gray);
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 20px;
  background-color: transparent;
  transition: var(--transition);
}
.uft-accordion .uft-card .uft-collapse_heading > * {
  margin-bottom: 0;
}
.uft-accordion .uft-card .uft-collapse_heading:hover {
  background-color: var(--neutral-200);
}
.uft-accordion .uft-card .uft-collapse_heading .uft-icon--close {
  display: none;
}
.uft-accordion .uft-card .uft-collapse_heading.uft-accordion-active .uft-icon-close {
  display: flex;
}
.uft-accordion .uft-card .uft-collapse_heading.uft-accordion-active .uft-icon-open {
  display: none;
}
.uft-accordion .uft-card .uft-collapse_body .uft-card_body {
  padding: 10px 20px 25px;
}
.uft-btn {
  position: relative;
  line-height: 1;
  border: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: var(--border-radius-full);
  background-color: transparent;
  justify-content: space-between;
  transition: var(--transition);
  padding: 15px;
  font-size: 16px;
  box-shadow: var(--shadow);
}
.uft-btn:has(.uft-icon) {
  padding-left: 15px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  gap: 10px;
}
.uft-btn.uft-btn--lg {
  padding: 18px;
  font-size: 18px;
}
.uft-btn.uft-btn--lg:has(.uft-icon) {
  padding-left: 18px;
  padding-right: 9px;
  padding-top: 9px;
  padding-bottom: 9px;
  gap: 10px;
}
.uft-btn.uft-btn--lg .uft-icon {
  width: 36px;
  height: 36px;
  padding: 4px;
}
.uft-btn.uft-btn--sm {
  padding: 12px;
  font-size: 13px;
}
.uft-btn.uft-btn--sm:has(.uft-icon) {
  padding-left: 12px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  gap: 6px;
}
.uft-btn.uft-btn--sm .uft-icon {
  width: 26px;
  height: 26px;
  padding: 4px;
}
.uft-btn.uft-btn--sm .uft-icon svg {
  width: 100%;
  height: 100%;
}
.uft-btn.uft-btn--xs {
  padding: 10px;
  font-size: 11px;
}
.uft-btn.uft-btn--xs:has(.uft-icon) {
  padding-left: 10px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  gap: 4px;
}
.uft-btn.uft-btn--xs .uft-icon {
  width: 22px;
  height: 22px;
  padding: 4px;
}
.uft-btn.uft-btn--xs .uft-icon svg {
  width: 100%;
  height: 100%;
}
.uft-btn.uft-btn--primary {
  background-color: var(--secondary-600);
  color: var(--uft-white);
}
.uft-btn.uft-btn--primary:hover {
  background-color: var(--uft-white);
  color: var(--secondary-600);
}
.uft-btn.uft-btn--primary:hover .uft-icon {
  background-color: var(--secondary-600);
}
.uft-btn.uft-btn--primary .uft-icon {
  color: var(--uft-white);
  background-color: var(--uft-black);
}
.uft-btn.uft-btn--secondary {
  background-color: var(--uft-white);
  color: var(--secondary-600);
  border: var(--border-w-2) solid var(--secondary-600);
}
.uft-btn.uft-btn--secondary:hover {
  background-color: var(--secondary-600);
  color: var(--uft-white);
}
.uft-btn.uft-btn--secondary:hover .uft-icon {
  background-color: var(--uft-white);
  color: var(--secondary-600);
}
.uft-btn.uft-btn--secondary .uft-icon {
  color: var(--uft-white);
  background-color: var(--secondary-600);
}
.uft-btn.uft-btn--special {
  background-color: transparent;
  color: var(--uft-black);
  border-radius: 0;
  box-shadow: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: var(--border-w-1) solid var(--secondary-600);
}
.uft-btn.uft-btn--special:hover {
  color: var(--secondary-600);
}
.uft-btn.uft-btn--special .uft-icon {
  color: var(--uft-white);
  background-color: var(--secondary-600);
}
.uft-btn.uft-btn--submit {
  background-color: transparent;
  color: var(--secondary-600);
  border: var(--border-w-2) solid var(--secondary-600);
  min-width: 120px;
}
.uft-btn.uft-btn--submit:hover {
  background-color: var(--secondary-600);
  color: var(--uft-white);
}
.uft-btn.uft-btn--submit:hover .uft-icon {
  background-color: var(--uft-white);
  color: var(--secondary-600);
}
.uft-btn.uft-btn--submit .uft-icon {
  color: var(--uft-white);
  background-color: var(--secondary-600);
}
.uft-btn.uft-btn--inline {
  padding: 6px;
}
.uft-btn[disabled] {
  background-color: var(--neutral-200);
  color: var(--uft-white);
  cursor: not-allowed;
  pointer-events: none;
}
.uft-btn[disabled] .uft-icon {
  color: var(--neutral-200);
  background-color: var(--uft-white);
}
.uft-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid var(--uft-gray);
  border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
  box-shadow: var(--shadow);
}
.uft-card.uft-card--square {
  width: 100%;
  aspect-ratio: 1;
}
.uft-card.uft-card--rect {
  width: 100%;
  aspect-ratio: 3/4;
}
.uft-card.card-bg--white {
  background-color: #fff;
}
.uft-card.card-bg--primary {
  background-color: var(--primary-600);
}
.uft-card.card-bg--secondary {
  background-color: var(--secondary--600);
}
.uft-card .uft-card-header {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-bottom: var(--border-w-4) solid var(--uft-red);
}
.uft-card .uft-card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.uft-card .uft-card-body {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  padding: var(--spacing-md);
}
.uft-card.uft-card--horizontal {
  flex-direction: row;
  border-radius: var(--border-radius-md);
  max-width: 100%;
}
.uft-card.uft-card--horizontal .uft-card-header {
  width: 33%;
  border-bottom: none;
}
.uft-card.uft-card--horizontal .uft-card-body {
  width: 67%;
}
.uft-card.uft-card--image {
  position: relative;
  flex-direction: column;
  justify-content: end;
  border-radius: 0;
  border: none;
}
.uft-card.uft-card--image > img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}
.uft-card.uft-card--image .uft-card-body {
  position: relative;
  z-index: 3;
  color: var(--uft-white);
}
.uft-card.uft-card--image .uft-card-body h3 {
  transition: var(--transition);
  color: inherit;
}
.uft-card.uft-card--image:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(255, 255, 255, 0) 60%);
}
.uft-card.uft-card--desc {
  position: relative;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.uft-card.uft-card--desc .uft-card-header {
  width: 45%;
  height: auto;
  border-bottom: none;
  z-index: 2;
}
.uft-card.uft-card--desc .uft-card-header img {
  height: auto;
  border-radius: var(--border-radius-md) 0 0 var(--border-radius-md);
}
.uft-card.uft-card--desc .uft-card-body {
  padding: var(--spacing-lg);
  z-index: 1;
  width: 55%;
  height: auto;
  background-color: var(--uft-white);
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  box-shadow: var(--shadow-lg);
}
.uft-card.uft-card--desc:after {
  content: "";
  position: absolute;
  z-index: 10;
  background-color: var(--primary-600);
  width: 32px;
  height: 32px;
  border-radius: var(--border-radius-full);
  top: 0;
  right: 55%;
  transform: translate(50%, -50%);
}
.uft-card.uft-card--desc.uft-card--inverse .uft-card-header {
  order: 2;
}
.uft-card.uft-card--desc.uft-card--inverse .uft-card-header img {
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
}
.uft-card.uft-card--desc.uft-card--inverse .uft-card-body {
  order: 1;
  border-radius: var(--border-radius-md) 0 0 var(--border-radius-md);
}
.uft-card.uft-card--desc.uft-card--inverse .uft-card-date {
  right: auto !important;
  left: 55%;
}
.uft-card.uft-card--desc.uft-card--inverse:after {
  right: 45%;
}
.uft-card.uft-card--desc .uft-card-date {
  position: absolute;
  z-index: 10;
  background-color: var(--uft-black);
  color: var(--uft-white);
  font-weight: 600;
  font-size: 16px;
  padding: var(--spacing-sm) var(--spacing-lg);
  border-radius: var(--border-radius-sm);
  right: 55%;
  top: 0;
  transform: translateY(-50%);
}
.uft-card.uft-card--feat {
  flex-direction: row;
  background-color: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}
.uft-card.uft-card--feat .uft-card-header {
  width: 40%;
  border: none;
  display: flex;
  align-items: center;
  z-index: 2;
  aspect-ratio: initial;
}
.uft-card.uft-card--feat .uft-card-header img {
  width: calc(100% + 2 * var(--spacing-lg));
  height: auto;
  max-height: 80%;
  margin-right: calc(-2 * var(--spacing-lg));
  border-radius: var(--spacing-sm);
}
.uft-card.uft-card--feat .uft-card-body {
  width: 60%;
  height: initial;
  min-height: 100%;
  justify-content: center;
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
  z-index: 1;
  background-color: var(--uft-white);
  border: 1px solid var(--uft-gray);
  padding-left: calc(2 * var(--spacing-xl));
  border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
  box-shadow: var(--shadow);
}
.uft-card.uft-card--feat.uft-card--inverse .uft-card-header {
  order: 2;
}
.uft-card.uft-card--feat.uft-card--inverse .uft-card-header img {
  margin-left: calc(-2 * var(--spacing-lg));
  margin-right: 0;
}
.uft-card.uft-card--feat.uft-card--inverse .uft-card-body {
  order: 1;
  border-radius: var(--border-radius-md) 0 0 var(--border-radius-md);
  padding-left: var(--spacing-md);
  padding-right: calc(2 * var(--spacing-xl));
}
.uft-card.uft-card--evento {
  flex-direction: row;
  border-radius: var(--border-radius-md);
}
.uft-card.uft-card--evento .uft-card-header {
  width: 20%;
  min-width: 120px;
  max-width: 160px;
  background-color: var(--secondary-600);
  color: var(--uft-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.uft-card.uft-card--evento .uft-card-header > * {
  color: inherit;
  line-height: 1.2;
}
.uft-card.uft-card--evento .uft-card-header .day {
  margin-bottom: 0;
}
.uft-card.uft-card--evento .uft-card-header .month {
  border-bottom: var(--border-w-1) solid var(--uft-white);
  font-weight: 300;
  padding-left: var(--spacing-sm);
  padding-right: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
}
.uft-card.uft-card--evento .uft-card-body {
  width: 80%;
}
a.uft-card {
  transition: var(--transition);
}
a.uft-card:hover {
  transform: translateY(-6px);
}
a.uft-card.uft-card--image:hover {
  transform: none;
}
a.uft-card.uft-card--image:hover .uft-card-body h3 {
  transform: translateY(-6px);
}
@media (max-width: 768px) {
  .uft-card.uft-card--desc {
    flex-direction: column;
  }
  .uft-card.uft-card--desc:after {
    display: none;
  }
  .uft-card.uft-card--desc .uft-card-header {
    width: 100%;
    aspect-ratio: 4/3;
    order: 1 !important;
  }
  .uft-card.uft-card--desc .uft-card-header img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 var(--border-radius-md) 0 0 !important;
  }
  .uft-card.uft-card--desc .uft-card-body {
    order: 2 !important;
    width: 100%;
    border-radius: 0 0 var(--border-radius-md) 0 !important;
  }
  .uft-card.uft-card--feat {
    flex-direction: column;
  }
  .uft-card.uft-card--feat .uft-card-header {
    order: 1 !important;
    width: 100%;
  }
  .uft-card.uft-card--feat .uft-card-header img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: var(--spacing-sm) var(--spacing-sm) 0 0;
  }
  .uft-card.uft-card--feat .uft-card-body {
    order: 2 !important;
    width: 100%;
    padding: var(--spacing-lg) !important;
    border-radius: 0 0 var(--border-radius-lg) 0 !important;
  }
  .uft-card.uft-card--horizontal {
    flex-direction: column;
  }
  .uft-card.uft-card--horizontal .uft-card-header {
    width: 100%;
  }
  .uft-card.uft-card--horizontal .uft-card-body {
    width: 100%;
  }
}
.uft-carousel .uft-carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.uft-carousel .uft-carousel-inner .uft-carousel-item {
  position: relative;
  height: 80vh;
  min-height: 480px;
  max-height: 600px;
}
.uft-carousel .uft-carousel-inner .uft-carousel-item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.uft-carousel .uft-carousel-inner .uft-carousel-item .uft-carousel-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 4;
  height: 100%;
  padding-bottom: 30px;
}
.uft-carousel .uft-carousel-inner .uft-carousel-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgb(0, 0, 0);
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.75) 30%,
      rgba(255, 255, 255, 0) 60%);
}
.uft-carousel .uft-carousel-controls {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 10;
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-navs {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: end;
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-navs .uft-carousel-control {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  border: var(--border-w-1) solid var(--uft-white);
  border-radius: var(--border-radius-full);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-navs .uft-carousel-control:hover {
  color: var(--secondary-600);
  border-color: var(--secondary-600);
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-navs + .uft-carousel-controls-indicators {
  margin-top: var(--spacing-md);
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-indicators {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: end;
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-indicators .uft-carousel-indicator {
  width: 16px;
  height: 2px;
  background-color: var(--uft-white);
  transition: var(--transition);
  border: none;
  opacity: 0.75;
  margin: 0;
}
.uft-carousel .uft-carousel-controls .uft-carousel-controls-indicators .uft-carousel-indicator.active,
.uft-carousel .uft-carousel-controls .uft-carousel-controls-indicators .uft-carousel-indicator:hover {
  background-color: var(--secondary-600);
  opacity: 1;
}
.uft-carousel.uft-carousel--franja {
  background-color: var(--primary-600);
  padding: var(--spacing-xl) 0 0;
  display: flex;
  flex-direction: column;
}
.uft-carousel.uft-carousel--franja > * {
  position: relative;
  z-index: 2;
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item {
  height: 100%;
  min-height: 100%;
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item .uft-carousel-item-inner {
  display: flex;
  height: 100%;
  align-items: center;
  gap: var(--spacing-md);
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item .uft-carousel-item-inner > img {
  order: 1;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  height: auto;
  width: 45%;
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item .uft-carousel-item-inner .uft-carousel-content {
  width: 55%;
  padding-left: calc(2 * var(--spacing-xl));
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item .uft-carousel-item-franja {
  position: absolute;
  top: 0;
  right: 30px;
  width: 90px;
  height: 90%;
  background-color: red;
  z-index: 3;
}
.uft-carousel.uft-carousel--franja .uft-carousel-inner .uft-carousel-item::after {
  display: none;
}
.uft-carousel.uft-carousel--franja .uft-carousel-franja {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
}
.uft-carousel.uft-carousel--franja .uft-carousel-franja > div {
  position: relative;
  height: 100%;
}
.uft-carousel.uft-carousel--franja .uft-carousel-franja > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 90px;
  height: 90%;
  background-color: var(--secondary-600);
}
[data-uft-collapsable-id] {
  --animation-duration: 0.25s;
  transition: height var(--animation-duration) linear;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  [data-uft-collapsable-id] {
    --animation-duration: 0s;
  }
}
[data-uft-collapsable-id][data-uft-collapsable-open=false] {
  height: 0;
}
[data-uft-collapsable-id][data-uft-collapsable-open=true] {
  height: var(--uft-collapsable-height, 100%);
}
[data-uft-collapsable-trigger-for][aria-expanded=false] [data-uft-collapsable-hide-when-closed] {
  display: none;
}
[data-uft-collapsable-trigger-for][aria-expanded=true] [data-uft-collapsable-hide-when-opened] {
  display: none;
}
.uft-banner {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.uft-banner > :nth-child(1) {
  grid-area: 1/1/3/2;
}
.uft-banner > :nth-child(2) {
  grid-area: 1/2/2/3;
}
.uft-banner > :nth-child(3) {
  grid-area: 1/3/2/4;
}
.uft-banner > :nth-child(4) {
  grid-area: 2/2/3/3;
}
.uft-banner > :nth-child(5) {
  grid-area: 2/3/3/4;
}
@media (max-width: 768px) {
  .uft-banner {
    display: block;
  }
  .uft-banner .uft-card {
    aspect-ratio: 3/4;
    height: auto;
  }
}
.uft-breadcrumb {
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.uft-breadcrumb .uft-breadcrumb_item {
  margin-right: 8px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.uft-breadcrumb .uft-breadcrumb_item a {
  color: var(--uft-coal);
  text-decoration: none;
  margin-right: 8px;
}
.uft-breadcrumb .uft-breadcrumb_item a:hover {
  color: var(--uft-black);
}
.uft-breadcrumb .uft-breadcrumb_item .uft-icon {
  color: var(--primary-600);
}
.uft-breadcrumb .uft-breadcrumb_item .uft-icon:last-of-type {
  width: 14px;
  height: 14px;
  padding: 0;
}
.uft-breadcrumb .uft-breadcrumb_item.current {
  font-weight: 300;
  color: var(--uft-coal);
}
.uft-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.uft-form-group label {
  font-size: 14px;
  font-weight: 600;
  color: var(--uft-coal);
}
.uft-form-group .uft-form-control {
  padding: var(--spacing-sm);
  border: 1px solid var(--uft-gray);
  border-radius: var(--border-radius-sm);
  font-size: 14px;
  color: var(--uft-coal);
}
.uft-form-group .uft-form-control::-moz-placeholder {
  font-size: 13px;
  font-style: italic;
}
.uft-form-group .uft-form-control::placeholder {
  font-size: 13px;
  font-style: italic;
}
.uft-form-group .uft-form-control:focus {
  border-color: var(--uft-aquamarine);
  outline: none;
}
.uft-form-group .uft-form-info {
  font-size: 13px;
  color: var(--primary-600);
}
.uft-icon {
  width: 34px;
  height: 34px;
  padding: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.uft-icon.uft-icon-lg {
  width: 38px;
  height: 38px;
}
.uft-icon.uft-icon--rounded {
  border-radius: var(--border-radius-full);
  background-color: var(--uft-color, var(--secondary-600));
  color: var(--uft-color-contrast, var(--uft-white));
}
.uft-icon.uft-icon--square {
  border-radius: 0;
  background-color: var(--uft-color, var(--secondary-600));
  color: var(--uft-color-contrast, var(--uft-white));
}
.uft-icon.uft-icon--primary {
  background-color: var(--primary-600);
  color: var(--uft-white);
}
.uft-icon.uft-icon--secondary {
  background-color: var(--secondary-600);
  color: var(--uft-white);
}
.uft-icon.uft-icon--border {
  background-color: transparent;
  color: var(--uft-white);
  border: var(--border-w-1) solid var(--uft-white);
}
.uft-icon.uft-icon-rotate-180 {
  transform: rotate(180deg);
}
.uft-icon.uft-icon--fixed {
  position: absolute;
  top: 0;
  right: 0;
}
ul li::marker {
  color: var(--uft-red);
}
.uft-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.uft-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  background-color: transparent;
  border-radius: 0;
  border: var(--border-w-1) solid var(--uft-gray);
}
.uft-table thead th {
  background-color: var(--primary-600);
  color: var(--uft-white);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: var(--spacing-md);
}
.uft-table thead td {
  background-color: #EEF0FF;
  color: var(--uft-black);
  text-align: center;
  font-size: 14px;
  padding: var(--spacing-md);
  font-weight: 500;
  border: var(--border-w-1) solid var(--uft-gray);
}
.uft-table tbody th,
.uft-table tbody td {
  color: var(--uft-coal);
  font-size: 14px;
  padding: var(--spacing-md);
  border: var(--border-w-1) solid var(--uft-gray);
}
.uft-table tbody th {
  font-weight: 600;
}
.uft-table tbody td {
  font-weight: 400;
}
.dt-container table.uft-table.uft-table-pagination.dataTable {
  margin-bottom: 0;
}
.dt-container .dt-search {
  display: none;
}
.dt-container .dt-table-nav {
  background-color: #eee;
  padding: var(--spacing-sm);
}
.dt-container .dt-table-nav .dt-length {
  order: 2;
  font-size: 0px;
  color: transparent;
}
.dt-container .dt-table-nav .dt-length select.dt-input {
  border: none;
  font-size: 12px;
  background-color: var(--primary-600);
  color: var(--uft-white);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--border-radius-sm);
}
.dt-container .dt-table-nav .dt-info {
  display: none;
}
.dt-container .dt-table-nav .dt-paging {
  order: 1;
}
.dt-container .dt-table-nav .dt-paging nav {
  display: flex;
  gap: 2px;
  align-items: center;
}
.dt-container .dt-table-nav .dt-paging nav .dt-paging-button {
  border: none;
  font-size: 12px;
  background-color: transparent;
  color: var(--primary-600);
  border: var(--border-w-1) solid var(--primary-600);
  padding: var(--spacing-xs) var(--spacing-sm);
  border-radius: var(--border-radius-sm);
  transition: var(--transition);
}
.dt-container .dt-table-nav .dt-paging nav .dt-paging-button.current,
.dt-container .dt-table-nav .dt-paging nav .dt-paging-button:hover {
  background-color: var(--primary-600);
  color: var(--uft-white);
}
@media (max-width: 768px) {
  table.uft-table.uft-table-responsive {
    border: none;
  }
  table.uft-table.uft-table-responsive thead {
    display: none;
  }
  table.uft-table.uft-table-responsive tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
}
.uft-tabpanel .uft-tabs {
  list-style: none;
  padding: 0;
  gap: 15px;
  justify-content: center;
  align-items: end;
}
.uft-tabpanel .uft-tabs li.uft-tab a.uft-tab-link {
  color: var(--uft-coal);
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: var(--border-w-2) solid transparent;
  padding: var(--spacing-sm) 0 var(--spacing-xs);
  font-weight: 600;
  transition: var(--transition);
  text-decoration: none;
}
.uft-tabpanel .uft-tabs li.uft-tab a.uft-tab-link.active,
.uft-tabpanel .uft-tabs li.uft-tab a.uft-tab-link:hover {
  border-bottom: var(--border-w-2) solid var(--primary-600);
  color: var(--primary-600);
}
@media (max-width: 767.98px) {
  .uft-tabpanel .uft-tabs {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    padding: var(--spacing-md);
    align-items: start;
    box-shadow: var(--shadow);
    border-radius: var(--border-radius-sm);
    margin-bottom: var(--spacing-md);
  }
  .uft-tabpanel .uft-tabs select {
    width: 100%;
    border: var(--border-w-1) solid var(--uft-gray);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--border-radius-sm);
  }
}
header#uft-header {
  position: sticky;
  top: 0;
  z-index: 90;
  transition: var(--transition);
}
header#uft-header nav.uft-navbar-top {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--uft-white);
  height: 44px;
}
header#uft-header nav.uft-navbar-top ul.uft-navbar-menu,
header#uft-header nav.uft-navbar-top menu.uft-navbar-menu {
  display: flex;
  justify-content: end;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--uft-black);
  font-size: 11px;
  text-transform: uppercase;
}
header#uft-header nav.uft-navbar-top ul.uft-navbar-menu li a,
header#uft-header nav.uft-navbar-top menu.uft-navbar-menu li a {
  text-decoration: none;
  position: relative;
  padding-bottom: 1px;
}
header#uft-header nav.uft-navbar-top ul.uft-navbar-menu li a:after,
header#uft-header nav.uft-navbar-top menu.uft-navbar-menu li a:after {
  content: "";
  border-bottom: var(--border-w-1) solid var(--uft-black);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: var(--transition);
}
header#uft-header nav.uft-navbar-top ul.uft-navbar-menu li a:hover:after,
header#uft-header nav.uft-navbar-top menu.uft-navbar-menu li a:hover:after {
  left: 0;
  width: 100%;
}
header#uft-header nav.uft-navbar {
  background-color: var(--uft-aquamarine);
  color: var(--uft-white);
}
header#uft-header nav.uft-navbar img.uft-logo {
  height: 100%;
  min-height: 55px;
  width: auto;
  transition: var(--transition);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav,
header#uft-header nav.uft-navbar menu.uft-navbar_nav {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li a {
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li a:after {
  content: "";
  border-bottom: var(--border-w-2) solid var(--uft-white);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: var(--transition);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li a.active,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li a:hover:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li a.active,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li a:hover:after {
  left: 0;
  width: 100%;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.current-menu-item a:after,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.current-page-ancestor a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.current-menu-item a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.current-page-ancestor a:after {
  left: 0;
  width: 100%;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.menu-item-has-children a,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.menu-has-submenu a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.menu-item-has-children a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.menu-has-submenu a {
  display: flex;
  align-items: center;
  gap: 8px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.menu-item-has-children a:after,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li.menu-has-submenu a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.menu-item-has-children a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li.menu-has-submenu a:after {
  content: "";
  position: relative;
  left: auto;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: var(--uft-white) transparent transparent transparent;
  transform: rotate(0deg);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li menu.sub-menu,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li ul.sub-menu,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li menu.sub-menu,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  min-width: 180px;
  font-size: 10px;
  background-color: var(--uft-white);
  color: var(--uft-black);
  display: none;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0;
  box-shadow: var(--shadow);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li menu.sub-menu li a,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li ul.sub-menu li a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li menu.sub-menu li a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li ul.sub-menu li a {
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li menu.sub-menu li a:before,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li ul.sub-menu li a:before,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li menu.sub-menu li a:before,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 0;
  left: 0;
  border-left: var(--border-w-4) solid var(--uft-black);
  transition: var(--transition);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li menu.sub-menu li a:hover:before,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li ul.sub-menu li a:hover:before,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li menu.sub-menu li a:hover:before,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li ul.sub-menu li a:hover:before {
  top: 0;
  height: 100%;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li menu.sub-menu li a:after,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li ul.sub-menu li a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li menu.sub-menu li a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li ul.sub-menu li a:after {
  display: none;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li:hover menu.sub-menu,
header#uft-header nav.uft-navbar ul.uft-navbar_nav li:hover ul.sub-menu,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li:hover menu.sub-menu,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li:hover ul.sub-menu {
  display: flex;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li form.form-search,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li form.form-search {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li form.form-search input[type=search],
header#uft-header nav.uft-navbar menu.uft-navbar_nav li form.form-search input[type=search] {
  border: none;
  margin-right: 10px;
  padding: var(--spacing-xs) var(--spacing-md);
  width: 0;
  opacity: 0;
  transition: var(--transition);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li form.form-search button,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li form.form-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  background-color: transparent;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li form.form-search button .uft-icon,
header#uft-header nav.uft-navbar menu.uft-navbar_nav li form.form-search button .uft-icon {
  background-color: var(--uft-black);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav li form.form-search.active input[type=search],
header#uft-header nav.uft-navbar menu.uft-navbar_nav li form.form-search.active input[type=search] {
  opacity: 1;
  width: 180px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom {
  gap: 0;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom li,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom li {
  display: flex;
  align-items: center;
  padding: 0;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom li a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom li a {
  border-right: 1px solid #fff;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom li a:after,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom li a:after {
  display: none;
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom li a:hover,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom li a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
header#uft-header nav.uft-navbar ul.uft-navbar_nav-bottom li:first-of-type a,
header#uft-header nav.uft-navbar menu.uft-navbar_nav-bottom li:first-of-type a {
  border-left: 1px solid #fff;
}
.scrolled header#uft-header {
  transform: translateY(-44px);
  margin-bottom: 44px;
}
.scrolled header#uft-header nav.uft-navbar img.uft-logo {
  min-height: 0;
  max-height: 42px;
}
@media (max-width: 1296px) {
  #uft-header #uft-top-header {
    display: none;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    transition: var(--transition);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar .uft-navbar_mobile-header .h2 {
    margin-bottom: 0;
    font-size: 24px;
    transition: var(--transition);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar a.uft-navbar_mobile-button {
    text-indent: -999px;
    font-size: 0px;
    color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 36px;
    height: 36px;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar a.uft-navbar_mobile-button .uft-icon-bar {
    width: 100%;
    height: 6px;
    background-color: var(--uft-white);
    border-radius: 99px;
    transition: var(--transition);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar a.uft-navbar_mobile-button.active .uft-icon-bar:nth-of-type(1) {
    transform: rotate(45deg) translate(12px, 12px);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar a.uft-navbar_mobile-button.active .uft-icon-bar:nth-of-type(2) {
    display: none;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar a.uft-navbar_mobile-button.active .uft-icon-bar:nth-of-type(3) {
    transform: rotate(-45deg) translate(1px, -1px);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content {
    opacity: 0;
    position: relative;
    pointer-events: none;
    z-index: -1;
    transition: var(--transition);
    height: 0;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content.active {
    opacity: 1;
    z-index: 1;
    height: auto;
    pointer-events: initial;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content ul.uft-navbar_mobile-list {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    max-height: 100vh;
    margin-bottom: 0;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content ul.uft-navbar_mobile-list li.menu-item {
    width: 100%;
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content ul.uft-navbar_mobile-list li.menu-item.menu-item-top {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-content ul.uft-navbar_mobile-list li.menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-sm) var(--spacing-md);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
  }
  .scrolled header#uft-header {
    transform: none;
  }
  .scrolled header#uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar {
    padding-top: var(--spacing-xs) !important;
    padding-bottom: var(--spacing-xs) !important;
  }
  .scrolled header#uft-header nav.uft-navbar .uft-navbar_mobile .uft-navbar_mobile-bar .uft-navbar_mobile-header .h2 {
    font-size: 20px;
  }
}
footer#uft-footer {
  background-color: var(--uft-aquamarine);
  color: var(--uft-white);
  padding-top: 4rem;
}
footer#uft-footer section.bottom {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--uft-black);
}
footer#uft-footer section.bottom ul.uft-social-links {
  flex-direction: row;
  gap: 15px;
}
footer#uft-footer section.bottom ul.uft-social-links li a {
  display: flex;
  width: 24px;
  height: 24px;
}
footer#uft-footer section.bottom ul.uft-social-links li a:hover {
  color: var(--neutral-300);
}
footer#uft-footer ul,
footer#uft-footer menu {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 14px;
  font-weight: 300;
}
html {
  width: 100%;
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  font-family: "Raleway", sans-serif;
  background-color: var(--background);
  color: var(--text-strong);
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
.uft-transition {
  transition: var(--transition);
}
hr {
  border-top: var(--border-w-1) solid;
}
.border-0 {
  border-width: var(--border-w-0);
  --border-w: var(--border-w-0) ;
}
.border-1 {
  border-width: var(--border-w-1);
  --border-w: var(--border-w-1) ;
}
.border-2 {
  border-width: var(--border-w-2);
  --border-w: var(--border-w-2) ;
}
.border-4 {
  border-width: var(--border-w-4);
  --border-w: var(--border-w-4) ;
}
.border-b {
  border-bottom: var(--border-w) solid var(--border-color);
}
.border-t {
  border-top: var(--border-w) solid var(--border-color);
}
.border-l {
  border-left: var(--border-w) solid var(--border-color);
}
.border-r {
  border-right: var(--border-w) solid var(--border-color);
}
.border-radius-sm {
  border-radius: var(--border-radius-sm);
}
.border-radius-md {
  border-radius: var(--border-radius-md);
}
.border-radius-full {
  border-radius: var(--border-radius-full);
}
.shadow {
  box-shadow: var(--shadow);
}
.shadow-lg {
  box-shadow: var(--shadow-lg);
}
.w-border {
  position: relative;
}
.w-border:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 6px;
  height: 16px;
  background-color: var(--uft-color);
}
.w-border.w-border--primary {
  --uft-color: var(--primary-600);
}
.w-border.w-border--secondary {
  --uft-color: var(--secondary-600);
}
