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

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
button * {
  pointer-events: none;
}

a {
  text-decoration: none;
}

i,
em {
  font-style: italic;
}

/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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;
}

.container {
  max-width: 540px;
}

@media (min-width: 768px) {
  .container-md, .container {
    max-width: 1000px;
  }
}
@media (min-width: 1140px) {
  .container-lg, .container-md, .container {
    max-width: 1320px;
  }
}
@media (min-width: 2500px) {
  .container-xl, .container-lg, .container-md, .container {
    max-width: 1920px;
  }
}
:root {
  --bs-breakpoint-sm: 0;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 1140px;
  --bs-breakpoint-xl: 2500px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --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 > * {
  box-sizing: border-box;
  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);
}

.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-01,
.gx-01 {
  --bs-gutter-x: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-01,
  .gx-md-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-01,
  .gy-md-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-02,
  .gx-md-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-02,
  .gy-md-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-03,
  .gx-md-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-03,
  .gy-md-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-31,
  .gx-md-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-md-31,
  .gy-md-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-33,
  .gx-md-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-33,
  .gy-md-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-41,
  .gx-md-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-md-41,
  .gy-md-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-md-42,
  .gx-md-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-42,
  .gy-md-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-43,
  .gx-md-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-md-43,
  .gy-md-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-51,
  .gx-md-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-md-51,
  .gy-md-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-md-52,
  .gx-md-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-52,
  .gy-md-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-53,
  .gx-md-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-md-53,
  .gy-md-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-61,
  .gx-md-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-61,
  .gy-md-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-62,
  .gx-md-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-62,
  .gy-md-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-63,
  .gx-md-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-md-63,
  .gy-md-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 1140px) {
  .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-01,
  .gx-lg-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-01,
  .gy-lg-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-02,
  .gx-lg-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-02,
  .gy-lg-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-03,
  .gx-lg-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-03,
  .gy-lg-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-31,
  .gx-lg-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-lg-31,
  .gy-lg-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-33,
  .gx-lg-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-33,
  .gy-lg-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-41,
  .gx-lg-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-lg-41,
  .gy-lg-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-lg-42,
  .gx-lg-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-42,
  .gy-lg-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-43,
  .gx-lg-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-lg-43,
  .gy-lg-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-51,
  .gx-lg-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-lg-51,
  .gy-lg-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-lg-52,
  .gx-lg-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-52,
  .gy-lg-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-53,
  .gx-lg-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-lg-53,
  .gy-lg-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-61,
  .gx-lg-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-61,
  .gy-lg-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-62,
  .gx-lg-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-62,
  .gy-lg-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-63,
  .gx-lg-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-lg-63,
  .gy-lg-63 {
    --bs-gutter-y: 6.75rem;
  }
}
@media (min-width: 2500px) {
  .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-01,
  .gx-xl-01 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-01,
  .gy-xl-01 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-02,
  .gx-xl-02 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-02,
  .gy-xl-02 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-03,
  .gx-xl-03 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-03,
  .gy-xl-03 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 2.75rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 2.75rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-31,
  .gx-xl-31 {
    --bs-gutter-x: 3.25rem;
  }
  .g-xl-31,
  .gy-xl-31 {
    --bs-gutter-y: 3.25rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-33,
  .gx-xl-33 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-33,
  .gy-xl-33 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-41,
  .gx-xl-41 {
    --bs-gutter-x: 4.25rem;
  }
  .g-xl-41,
  .gy-xl-41 {
    --bs-gutter-y: 4.25rem;
  }
  .g-xl-42,
  .gx-xl-42 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-42,
  .gy-xl-42 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-43,
  .gx-xl-43 {
    --bs-gutter-x: 4.75rem;
  }
  .g-xl-43,
  .gy-xl-43 {
    --bs-gutter-y: 4.75rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-51,
  .gx-xl-51 {
    --bs-gutter-x: 5.25rem;
  }
  .g-xl-51,
  .gy-xl-51 {
    --bs-gutter-y: 5.25rem;
  }
  .g-xl-52,
  .gx-xl-52 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-52,
  .gy-xl-52 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-53,
  .gx-xl-53 {
    --bs-gutter-x: 5.75rem;
  }
  .g-xl-53,
  .gy-xl-53 {
    --bs-gutter-y: 5.75rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-61,
  .gx-xl-61 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-61,
  .gy-xl-61 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-62,
  .gx-xl-62 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-62,
  .gy-xl-62 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-63,
  .gx-xl-63 {
    --bs-gutter-x: 6.75rem;
  }
  .g-xl-63,
  .gy-xl-63 {
    --bs-gutter-y: 6.75rem;
  }
}
.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;
}

.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-01 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-51 {
  margin: 5.25rem !important;
}

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

.m-53 {
  margin: 5.75rem !important;
}

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

.m-61 {
  margin: 6.25rem !important;
}

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

.m-63 {
  margin: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-03 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.my-11 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.my-13 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.my-21 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-22 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-23 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

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

.my-31 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-32 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-33 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

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

.my-41 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-42 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-43 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

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

.my-51 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-52 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-53 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

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

.my-61 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-62 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-63 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-03 {
  margin-right: 0.75rem !important;
}

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

.me-11 {
  margin-right: 1.25rem !important;
}

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

.me-13 {
  margin-right: 1.75rem !important;
}

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

.me-21 {
  margin-right: 2.25rem !important;
}

.me-22 {
  margin-right: 2.5rem !important;
}

.me-23 {
  margin-right: 2.75rem !important;
}

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

.me-31 {
  margin-right: 3.25rem !important;
}

.me-32 {
  margin-right: 3.5rem !important;
}

.me-33 {
  margin-right: 3.75rem !important;
}

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

.me-41 {
  margin-right: 4.25rem !important;
}

.me-42 {
  margin-right: 4.5rem !important;
}

.me-43 {
  margin-right: 4.75rem !important;
}

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

.me-51 {
  margin-right: 5.25rem !important;
}

.me-52 {
  margin-right: 5.5rem !important;
}

.me-53 {
  margin-right: 5.75rem !important;
}

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

.me-61 {
  margin-right: 6.25rem !important;
}

.me-62 {
  margin-right: 6.5rem !important;
}

.me-63 {
  margin-right: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-03 {
  margin-left: 0.75rem !important;
}

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

.ms-11 {
  margin-left: 1.25rem !important;
}

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

.ms-13 {
  margin-left: 1.75rem !important;
}

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

.ms-21 {
  margin-left: 2.25rem !important;
}

.ms-22 {
  margin-left: 2.5rem !important;
}

.ms-23 {
  margin-left: 2.75rem !important;
}

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

.ms-31 {
  margin-left: 3.25rem !important;
}

.ms-32 {
  margin-left: 3.5rem !important;
}

.ms-33 {
  margin-left: 3.75rem !important;
}

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

.ms-41 {
  margin-left: 4.25rem !important;
}

.ms-42 {
  margin-left: 4.5rem !important;
}

.ms-43 {
  margin-left: 4.75rem !important;
}

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

.ms-51 {
  margin-left: 5.25rem !important;
}

.ms-52 {
  margin-left: 5.5rem !important;
}

.ms-53 {
  margin-left: 5.75rem !important;
}

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

.ms-61 {
  margin-left: 6.25rem !important;
}

.ms-62 {
  margin-left: 6.5rem !important;
}

.ms-63 {
  margin-left: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n51 {
  margin: -5.25rem !important;
}

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

.m-n53 {
  margin: -5.75rem !important;
}

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

.m-n61 {
  margin: -6.25rem !important;
}

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

.m-n63 {
  margin: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-n03 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n11 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

.my-n13 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

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

.my-n21 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n22 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n23 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

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

.my-n31 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n32 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n33 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

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

.my-n41 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n42 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n43 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

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

.my-n51 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}

.my-n52 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n53 {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n61 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n62 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n63 {
  margin-top: -6.75rem !important;
  margin-bottom: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n03 {
  margin-right: -0.75rem !important;
}

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

.me-n11 {
  margin-right: -1.25rem !important;
}

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

.me-n13 {
  margin-right: -1.75rem !important;
}

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

.me-n21 {
  margin-right: -2.25rem !important;
}

.me-n22 {
  margin-right: -2.5rem !important;
}

.me-n23 {
  margin-right: -2.75rem !important;
}

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

.me-n31 {
  margin-right: -3.25rem !important;
}

.me-n32 {
  margin-right: -3.5rem !important;
}

.me-n33 {
  margin-right: -3.75rem !important;
}

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

.me-n41 {
  margin-right: -4.25rem !important;
}

.me-n42 {
  margin-right: -4.5rem !important;
}

.me-n43 {
  margin-right: -4.75rem !important;
}

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

.me-n51 {
  margin-right: -5.25rem !important;
}

.me-n52 {
  margin-right: -5.5rem !important;
}

.me-n53 {
  margin-right: -5.75rem !important;
}

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

.me-n61 {
  margin-right: -6.25rem !important;
}

.me-n62 {
  margin-right: -6.5rem !important;
}

.me-n63 {
  margin-right: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n03 {
  margin-left: -0.75rem !important;
}

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

.ms-n11 {
  margin-left: -1.25rem !important;
}

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

.ms-n13 {
  margin-left: -1.75rem !important;
}

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

.ms-n21 {
  margin-left: -2.25rem !important;
}

.ms-n22 {
  margin-left: -2.5rem !important;
}

.ms-n23 {
  margin-left: -2.75rem !important;
}

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

.ms-n31 {
  margin-left: -3.25rem !important;
}

.ms-n32 {
  margin-left: -3.5rem !important;
}

.ms-n33 {
  margin-left: -3.75rem !important;
}

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

.ms-n41 {
  margin-left: -4.25rem !important;
}

.ms-n42 {
  margin-left: -4.5rem !important;
}

.ms-n43 {
  margin-left: -4.75rem !important;
}

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

.ms-n51 {
  margin-left: -5.25rem !important;
}

.ms-n52 {
  margin-left: -5.5rem !important;
}

.ms-n53 {
  margin-left: -5.75rem !important;
}

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

.ms-n61 {
  margin-left: -6.25rem !important;
}

.ms-n62 {
  margin-left: -6.5rem !important;
}

.ms-n63 {
  margin-left: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-51 {
  padding: 5.25rem !important;
}

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

.p-53 {
  padding: 5.75rem !important;
}

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

.p-61 {
  padding: 6.25rem !important;
}

.p-62 {
  padding: 6.5rem !important;
}

.p-63 {
  padding: 6.75rem !important;
}

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

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

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

.px-03 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

.px-11 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

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

.px-13 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

.px-21 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-22 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-23 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

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

.px-31 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-32 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-33 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-41 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-42 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-43 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

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

.px-51 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-52 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-53 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

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

.px-61 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-62 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-63 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

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

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

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

.py-03 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.py-11 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-13 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

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

.py-21 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-22 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-23 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

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

.py-31 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-32 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-33 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.py-41 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-42 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-43 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

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

.py-51 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-52 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-53 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

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

.py-61 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-62 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-63 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-03 {
  padding-right: 0.75rem !important;
}

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

.pe-11 {
  padding-right: 1.25rem !important;
}

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

.pe-13 {
  padding-right: 1.75rem !important;
}

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

.pe-21 {
  padding-right: 2.25rem !important;
}

.pe-22 {
  padding-right: 2.5rem !important;
}

.pe-23 {
  padding-right: 2.75rem !important;
}

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

.pe-31 {
  padding-right: 3.25rem !important;
}

.pe-32 {
  padding-right: 3.5rem !important;
}

.pe-33 {
  padding-right: 3.75rem !important;
}

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

.pe-41 {
  padding-right: 4.25rem !important;
}

.pe-42 {
  padding-right: 4.5rem !important;
}

.pe-43 {
  padding-right: 4.75rem !important;
}

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

.pe-51 {
  padding-right: 5.25rem !important;
}

.pe-52 {
  padding-right: 5.5rem !important;
}

.pe-53 {
  padding-right: 5.75rem !important;
}

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

.pe-61 {
  padding-right: 6.25rem !important;
}

.pe-62 {
  padding-right: 6.5rem !important;
}

.pe-63 {
  padding-right: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-03 {
  padding-left: 0.75rem !important;
}

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

.ps-11 {
  padding-left: 1.25rem !important;
}

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

.ps-13 {
  padding-left: 1.75rem !important;
}

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

.ps-21 {
  padding-left: 2.25rem !important;
}

.ps-22 {
  padding-left: 2.5rem !important;
}

.ps-23 {
  padding-left: 2.75rem !important;
}

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

.ps-31 {
  padding-left: 3.25rem !important;
}

.ps-32 {
  padding-left: 3.5rem !important;
}

.ps-33 {
  padding-left: 3.75rem !important;
}

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

.ps-41 {
  padding-left: 4.25rem !important;
}

.ps-42 {
  padding-left: 4.5rem !important;
}

.ps-43 {
  padding-left: 4.75rem !important;
}

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

.ps-51 {
  padding-left: 5.25rem !important;
}

.ps-52 {
  padding-left: 5.5rem !important;
}

.ps-53 {
  padding-left: 5.75rem !important;
}

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

.ps-61 {
  padding-left: 6.25rem !important;
}

.ps-62 {
  padding-left: 6.5rem !important;
}

.ps-63 {
  padding-left: 6.75rem !important;
}

@media (min-width: 768px) {
  .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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-md-02 {
    margin: 0.5rem !important;
  }
  .m-md-03 {
    margin: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-11 {
    margin: 1.25rem !important;
  }
  .m-md-12 {
    margin: 1.5rem !important;
  }
  .m-md-13 {
    margin: 1.75rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-21 {
    margin: 2.25rem !important;
  }
  .m-md-22 {
    margin: 2.5rem !important;
  }
  .m-md-23 {
    margin: 2.75rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-31 {
    margin: 3.25rem !important;
  }
  .m-md-32 {
    margin: 3.5rem !important;
  }
  .m-md-33 {
    margin: 3.75rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-41 {
    margin: 4.25rem !important;
  }
  .m-md-42 {
    margin: 4.5rem !important;
  }
  .m-md-43 {
    margin: 4.75rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-51 {
    margin: 5.25rem !important;
  }
  .m-md-52 {
    margin: 5.5rem !important;
  }
  .m-md-53 {
    margin: 5.75rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-61 {
    margin: 6.25rem !important;
  }
  .m-md-62 {
    margin: 6.5rem !important;
  }
  .m-md-63 {
    margin: 6.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-01 {
    margin-top: 0.25rem !important;
  }
  .mt-md-02 {
    margin-top: 0.5rem !important;
  }
  .mt-md-03 {
    margin-top: 0.75rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-11 {
    margin-top: 1.25rem !important;
  }
  .mt-md-12 {
    margin-top: 1.5rem !important;
  }
  .mt-md-13 {
    margin-top: 1.75rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-21 {
    margin-top: 2.25rem !important;
  }
  .mt-md-22 {
    margin-top: 2.5rem !important;
  }
  .mt-md-23 {
    margin-top: 2.75rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-31 {
    margin-top: 3.25rem !important;
  }
  .mt-md-32 {
    margin-top: 3.5rem !important;
  }
  .mt-md-33 {
    margin-top: 3.75rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-41 {
    margin-top: 4.25rem !important;
  }
  .mt-md-42 {
    margin-top: 4.5rem !important;
  }
  .mt-md-43 {
    margin-top: 4.75rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-51 {
    margin-top: 5.25rem !important;
  }
  .mt-md-52 {
    margin-top: 5.5rem !important;
  }
  .mt-md-53 {
    margin-top: 5.75rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-61 {
    margin-top: 6.25rem !important;
  }
  .mt-md-62 {
    margin-top: 6.5rem !important;
  }
  .mt-md-63 {
    margin-top: 6.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-01 {
    margin-right: 0.25rem !important;
  }
  .me-md-02 {
    margin-right: 0.5rem !important;
  }
  .me-md-03 {
    margin-right: 0.75rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-11 {
    margin-right: 1.25rem !important;
  }
  .me-md-12 {
    margin-right: 1.5rem !important;
  }
  .me-md-13 {
    margin-right: 1.75rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-21 {
    margin-right: 2.25rem !important;
  }
  .me-md-22 {
    margin-right: 2.5rem !important;
  }
  .me-md-23 {
    margin-right: 2.75rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-31 {
    margin-right: 3.25rem !important;
  }
  .me-md-32 {
    margin-right: 3.5rem !important;
  }
  .me-md-33 {
    margin-right: 3.75rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-41 {
    margin-right: 4.25rem !important;
  }
  .me-md-42 {
    margin-right: 4.5rem !important;
  }
  .me-md-43 {
    margin-right: 4.75rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-51 {
    margin-right: 5.25rem !important;
  }
  .me-md-52 {
    margin-right: 5.5rem !important;
  }
  .me-md-53 {
    margin-right: 5.75rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-61 {
    margin-right: 6.25rem !important;
  }
  .me-md-62 {
    margin-right: 6.5rem !important;
  }
  .me-md-63 {
    margin-right: 6.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-01 {
    margin-left: 0.25rem !important;
  }
  .ms-md-02 {
    margin-left: 0.5rem !important;
  }
  .ms-md-03 {
    margin-left: 0.75rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-11 {
    margin-left: 1.25rem !important;
  }
  .ms-md-12 {
    margin-left: 1.5rem !important;
  }
  .ms-md-13 {
    margin-left: 1.75rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-21 {
    margin-left: 2.25rem !important;
  }
  .ms-md-22 {
    margin-left: 2.5rem !important;
  }
  .ms-md-23 {
    margin-left: 2.75rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-31 {
    margin-left: 3.25rem !important;
  }
  .ms-md-32 {
    margin-left: 3.5rem !important;
  }
  .ms-md-33 {
    margin-left: 3.75rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-41 {
    margin-left: 4.25rem !important;
  }
  .ms-md-42 {
    margin-left: 4.5rem !important;
  }
  .ms-md-43 {
    margin-left: 4.75rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-51 {
    margin-left: 5.25rem !important;
  }
  .ms-md-52 {
    margin-left: 5.5rem !important;
  }
  .ms-md-53 {
    margin-left: 5.75rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-61 {
    margin-left: 6.25rem !important;
  }
  .ms-md-62 {
    margin-left: 6.5rem !important;
  }
  .ms-md-63 {
    margin-left: 6.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n01 {
    margin: -0.25rem !important;
  }
  .m-md-n02 {
    margin: -0.5rem !important;
  }
  .m-md-n03 {
    margin: -0.75rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n11 {
    margin: -1.25rem !important;
  }
  .m-md-n12 {
    margin: -1.5rem !important;
  }
  .m-md-n13 {
    margin: -1.75rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n21 {
    margin: -2.25rem !important;
  }
  .m-md-n22 {
    margin: -2.5rem !important;
  }
  .m-md-n23 {
    margin: -2.75rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n31 {
    margin: -3.25rem !important;
  }
  .m-md-n32 {
    margin: -3.5rem !important;
  }
  .m-md-n33 {
    margin: -3.75rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n41 {
    margin: -4.25rem !important;
  }
  .m-md-n42 {
    margin: -4.5rem !important;
  }
  .m-md-n43 {
    margin: -4.75rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n51 {
    margin: -5.25rem !important;
  }
  .m-md-n52 {
    margin: -5.5rem !important;
  }
  .m-md-n53 {
    margin: -5.75rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n61 {
    margin: -6.25rem !important;
  }
  .m-md-n62 {
    margin: -6.5rem !important;
  }
  .m-md-n63 {
    margin: -6.75rem !important;
  }
  .mx-md-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-md-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-md-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-md-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-md-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-md-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-md-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-md-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-md-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-md-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-md-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-md-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n63 {
    margin-top: -6.75rem !important;
  }
  .me-md-n01 {
    margin-right: -0.25rem !important;
  }
  .me-md-n02 {
    margin-right: -0.5rem !important;
  }
  .me-md-n03 {
    margin-right: -0.75rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n11 {
    margin-right: -1.25rem !important;
  }
  .me-md-n12 {
    margin-right: -1.5rem !important;
  }
  .me-md-n13 {
    margin-right: -1.75rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n21 {
    margin-right: -2.25rem !important;
  }
  .me-md-n22 {
    margin-right: -2.5rem !important;
  }
  .me-md-n23 {
    margin-right: -2.75rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n31 {
    margin-right: -3.25rem !important;
  }
  .me-md-n32 {
    margin-right: -3.5rem !important;
  }
  .me-md-n33 {
    margin-right: -3.75rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n41 {
    margin-right: -4.25rem !important;
  }
  .me-md-n42 {
    margin-right: -4.5rem !important;
  }
  .me-md-n43 {
    margin-right: -4.75rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n51 {
    margin-right: -5.25rem !important;
  }
  .me-md-n52 {
    margin-right: -5.5rem !important;
  }
  .me-md-n53 {
    margin-right: -5.75rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n61 {
    margin-right: -6.25rem !important;
  }
  .me-md-n62 {
    margin-right: -6.5rem !important;
  }
  .me-md-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-md-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-md-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-md-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-md-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-md-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-md-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n63 {
    margin-left: -6.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-01 {
    padding: 0.25rem !important;
  }
  .p-md-02 {
    padding: 0.5rem !important;
  }
  .p-md-03 {
    padding: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-11 {
    padding: 1.25rem !important;
  }
  .p-md-12 {
    padding: 1.5rem !important;
  }
  .p-md-13 {
    padding: 1.75rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-21 {
    padding: 2.25rem !important;
  }
  .p-md-22 {
    padding: 2.5rem !important;
  }
  .p-md-23 {
    padding: 2.75rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-31 {
    padding: 3.25rem !important;
  }
  .p-md-32 {
    padding: 3.5rem !important;
  }
  .p-md-33 {
    padding: 3.75rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-41 {
    padding: 4.25rem !important;
  }
  .p-md-42 {
    padding: 4.5rem !important;
  }
  .p-md-43 {
    padding: 4.75rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-51 {
    padding: 5.25rem !important;
  }
  .p-md-52 {
    padding: 5.5rem !important;
  }
  .p-md-53 {
    padding: 5.75rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-61 {
    padding: 6.25rem !important;
  }
  .p-md-62 {
    padding: 6.5rem !important;
  }
  .p-md-63 {
    padding: 6.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-01 {
    padding-top: 0.25rem !important;
  }
  .pt-md-02 {
    padding-top: 0.5rem !important;
  }
  .pt-md-03 {
    padding-top: 0.75rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-11 {
    padding-top: 1.25rem !important;
  }
  .pt-md-12 {
    padding-top: 1.5rem !important;
  }
  .pt-md-13 {
    padding-top: 1.75rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-21 {
    padding-top: 2.25rem !important;
  }
  .pt-md-22 {
    padding-top: 2.5rem !important;
  }
  .pt-md-23 {
    padding-top: 2.75rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-31 {
    padding-top: 3.25rem !important;
  }
  .pt-md-32 {
    padding-top: 3.5rem !important;
  }
  .pt-md-33 {
    padding-top: 3.75rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-41 {
    padding-top: 4.25rem !important;
  }
  .pt-md-42 {
    padding-top: 4.5rem !important;
  }
  .pt-md-43 {
    padding-top: 4.75rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-51 {
    padding-top: 5.25rem !important;
  }
  .pt-md-52 {
    padding-top: 5.5rem !important;
  }
  .pt-md-53 {
    padding-top: 5.75rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-61 {
    padding-top: 6.25rem !important;
  }
  .pt-md-62 {
    padding-top: 6.5rem !important;
  }
  .pt-md-63 {
    padding-top: 6.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-01 {
    padding-right: 0.25rem !important;
  }
  .pe-md-02 {
    padding-right: 0.5rem !important;
  }
  .pe-md-03 {
    padding-right: 0.75rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-11 {
    padding-right: 1.25rem !important;
  }
  .pe-md-12 {
    padding-right: 1.5rem !important;
  }
  .pe-md-13 {
    padding-right: 1.75rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-21 {
    padding-right: 2.25rem !important;
  }
  .pe-md-22 {
    padding-right: 2.5rem !important;
  }
  .pe-md-23 {
    padding-right: 2.75rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-31 {
    padding-right: 3.25rem !important;
  }
  .pe-md-32 {
    padding-right: 3.5rem !important;
  }
  .pe-md-33 {
    padding-right: 3.75rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-41 {
    padding-right: 4.25rem !important;
  }
  .pe-md-42 {
    padding-right: 4.5rem !important;
  }
  .pe-md-43 {
    padding-right: 4.75rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-51 {
    padding-right: 5.25rem !important;
  }
  .pe-md-52 {
    padding-right: 5.5rem !important;
  }
  .pe-md-53 {
    padding-right: 5.75rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-61 {
    padding-right: 6.25rem !important;
  }
  .pe-md-62 {
    padding-right: 6.5rem !important;
  }
  .pe-md-63 {
    padding-right: 6.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-01 {
    padding-left: 0.25rem !important;
  }
  .ps-md-02 {
    padding-left: 0.5rem !important;
  }
  .ps-md-03 {
    padding-left: 0.75rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-11 {
    padding-left: 1.25rem !important;
  }
  .ps-md-12 {
    padding-left: 1.5rem !important;
  }
  .ps-md-13 {
    padding-left: 1.75rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-21 {
    padding-left: 2.25rem !important;
  }
  .ps-md-22 {
    padding-left: 2.5rem !important;
  }
  .ps-md-23 {
    padding-left: 2.75rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-31 {
    padding-left: 3.25rem !important;
  }
  .ps-md-32 {
    padding-left: 3.5rem !important;
  }
  .ps-md-33 {
    padding-left: 3.75rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-41 {
    padding-left: 4.25rem !important;
  }
  .ps-md-42 {
    padding-left: 4.5rem !important;
  }
  .ps-md-43 {
    padding-left: 4.75rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-51 {
    padding-left: 5.25rem !important;
  }
  .ps-md-52 {
    padding-left: 5.5rem !important;
  }
  .ps-md-53 {
    padding-left: 5.75rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-61 {
    padding-left: 6.25rem !important;
  }
  .ps-md-62 {
    padding-left: 6.5rem !important;
  }
  .ps-md-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 1140px) {
  .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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-lg-02 {
    margin: 0.5rem !important;
  }
  .m-lg-03 {
    margin: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-11 {
    margin: 1.25rem !important;
  }
  .m-lg-12 {
    margin: 1.5rem !important;
  }
  .m-lg-13 {
    margin: 1.75rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-21 {
    margin: 2.25rem !important;
  }
  .m-lg-22 {
    margin: 2.5rem !important;
  }
  .m-lg-23 {
    margin: 2.75rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-31 {
    margin: 3.25rem !important;
  }
  .m-lg-32 {
    margin: 3.5rem !important;
  }
  .m-lg-33 {
    margin: 3.75rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-41 {
    margin: 4.25rem !important;
  }
  .m-lg-42 {
    margin: 4.5rem !important;
  }
  .m-lg-43 {
    margin: 4.75rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-51 {
    margin: 5.25rem !important;
  }
  .m-lg-52 {
    margin: 5.5rem !important;
  }
  .m-lg-53 {
    margin: 5.75rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-61 {
    margin: 6.25rem !important;
  }
  .m-lg-62 {
    margin: 6.5rem !important;
  }
  .m-lg-63 {
    margin: 6.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-01 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-02 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-03 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-11 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-21 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-22 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-23 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-31 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-33 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-41 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-42 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-43 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-51 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-52 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-53 {
    margin-top: 5.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-61 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-62 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-63 {
    margin-top: 6.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-01 {
    margin-right: 0.25rem !important;
  }
  .me-lg-02 {
    margin-right: 0.5rem !important;
  }
  .me-lg-03 {
    margin-right: 0.75rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-11 {
    margin-right: 1.25rem !important;
  }
  .me-lg-12 {
    margin-right: 1.5rem !important;
  }
  .me-lg-13 {
    margin-right: 1.75rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-21 {
    margin-right: 2.25rem !important;
  }
  .me-lg-22 {
    margin-right: 2.5rem !important;
  }
  .me-lg-23 {
    margin-right: 2.75rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-31 {
    margin-right: 3.25rem !important;
  }
  .me-lg-32 {
    margin-right: 3.5rem !important;
  }
  .me-lg-33 {
    margin-right: 3.75rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-41 {
    margin-right: 4.25rem !important;
  }
  .me-lg-42 {
    margin-right: 4.5rem !important;
  }
  .me-lg-43 {
    margin-right: 4.75rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-51 {
    margin-right: 5.25rem !important;
  }
  .me-lg-52 {
    margin-right: 5.5rem !important;
  }
  .me-lg-53 {
    margin-right: 5.75rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-61 {
    margin-right: 6.25rem !important;
  }
  .me-lg-62 {
    margin-right: 6.5rem !important;
  }
  .me-lg-63 {
    margin-right: 6.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-01 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-02 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-03 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-11 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-21 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-22 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-23 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-31 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-32 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-33 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-41 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-42 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-43 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-51 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-52 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-53 {
    margin-left: 5.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-61 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-62 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-63 {
    margin-left: 6.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n01 {
    margin: -0.25rem !important;
  }
  .m-lg-n02 {
    margin: -0.5rem !important;
  }
  .m-lg-n03 {
    margin: -0.75rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n11 {
    margin: -1.25rem !important;
  }
  .m-lg-n12 {
    margin: -1.5rem !important;
  }
  .m-lg-n13 {
    margin: -1.75rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n21 {
    margin: -2.25rem !important;
  }
  .m-lg-n22 {
    margin: -2.5rem !important;
  }
  .m-lg-n23 {
    margin: -2.75rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n31 {
    margin: -3.25rem !important;
  }
  .m-lg-n32 {
    margin: -3.5rem !important;
  }
  .m-lg-n33 {
    margin: -3.75rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n41 {
    margin: -4.25rem !important;
  }
  .m-lg-n42 {
    margin: -4.5rem !important;
  }
  .m-lg-n43 {
    margin: -4.75rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n51 {
    margin: -5.25rem !important;
  }
  .m-lg-n52 {
    margin: -5.5rem !important;
  }
  .m-lg-n53 {
    margin: -5.75rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n61 {
    margin: -6.25rem !important;
  }
  .m-lg-n62 {
    margin: -6.5rem !important;
  }
  .m-lg-n63 {
    margin: -6.75rem !important;
  }
  .mx-lg-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-lg-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-lg-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-lg-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-lg-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-lg-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-lg-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-lg-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-lg-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-lg-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-lg-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-lg-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n63 {
    margin-top: -6.75rem !important;
  }
  .me-lg-n01 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n02 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n03 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n11 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n12 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n21 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n22 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n23 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n31 {
    margin-right: -3.25rem !important;
  }
  .me-lg-n32 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n33 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n41 {
    margin-right: -4.25rem !important;
  }
  .me-lg-n42 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n43 {
    margin-right: -4.75rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n51 {
    margin-right: -5.25rem !important;
  }
  .me-lg-n52 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n53 {
    margin-right: -5.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n61 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n62 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-lg-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-lg-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-lg-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-lg-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-lg-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-lg-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n63 {
    margin-left: -6.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-01 {
    padding: 0.25rem !important;
  }
  .p-lg-02 {
    padding: 0.5rem !important;
  }
  .p-lg-03 {
    padding: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-11 {
    padding: 1.25rem !important;
  }
  .p-lg-12 {
    padding: 1.5rem !important;
  }
  .p-lg-13 {
    padding: 1.75rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-21 {
    padding: 2.25rem !important;
  }
  .p-lg-22 {
    padding: 2.5rem !important;
  }
  .p-lg-23 {
    padding: 2.75rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-31 {
    padding: 3.25rem !important;
  }
  .p-lg-32 {
    padding: 3.5rem !important;
  }
  .p-lg-33 {
    padding: 3.75rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-41 {
    padding: 4.25rem !important;
  }
  .p-lg-42 {
    padding: 4.5rem !important;
  }
  .p-lg-43 {
    padding: 4.75rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-51 {
    padding: 5.25rem !important;
  }
  .p-lg-52 {
    padding: 5.5rem !important;
  }
  .p-lg-53 {
    padding: 5.75rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-61 {
    padding: 6.25rem !important;
  }
  .p-lg-62 {
    padding: 6.5rem !important;
  }
  .p-lg-63 {
    padding: 6.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-01 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-02 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-03 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-11 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-21 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-22 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-23 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-31 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-33 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-41 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-42 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-43 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-51 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-52 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-53 {
    padding-top: 5.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-61 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-62 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-63 {
    padding-top: 6.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-01 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-02 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-03 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-11 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-21 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-22 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-23 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-31 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-32 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-33 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-41 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-42 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-43 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-51 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-52 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-53 {
    padding-right: 5.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-61 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-62 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-63 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-01 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-02 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-03 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-11 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-21 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-22 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-23 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-31 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-32 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-33 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-41 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-42 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-43 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-51 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-52 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-53 {
    padding-left: 5.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-61 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-62 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-63 {
    padding-left: 6.75rem !important;
  }
}
@media (min-width: 2500px) {
  .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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-xl-02 {
    margin: 0.5rem !important;
  }
  .m-xl-03 {
    margin: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-11 {
    margin: 1.25rem !important;
  }
  .m-xl-12 {
    margin: 1.5rem !important;
  }
  .m-xl-13 {
    margin: 1.75rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-21 {
    margin: 2.25rem !important;
  }
  .m-xl-22 {
    margin: 2.5rem !important;
  }
  .m-xl-23 {
    margin: 2.75rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-31 {
    margin: 3.25rem !important;
  }
  .m-xl-32 {
    margin: 3.5rem !important;
  }
  .m-xl-33 {
    margin: 3.75rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-41 {
    margin: 4.25rem !important;
  }
  .m-xl-42 {
    margin: 4.5rem !important;
  }
  .m-xl-43 {
    margin: 4.75rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-51 {
    margin: 5.25rem !important;
  }
  .m-xl-52 {
    margin: 5.5rem !important;
  }
  .m-xl-53 {
    margin: 5.75rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-61 {
    margin: 6.25rem !important;
  }
  .m-xl-62 {
    margin: 6.5rem !important;
  }
  .m-xl-63 {
    margin: 6.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n01 {
    margin: -0.25rem !important;
  }
  .m-xl-n02 {
    margin: -0.5rem !important;
  }
  .m-xl-n03 {
    margin: -0.75rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n11 {
    margin: -1.25rem !important;
  }
  .m-xl-n12 {
    margin: -1.5rem !important;
  }
  .m-xl-n13 {
    margin: -1.75rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n21 {
    margin: -2.25rem !important;
  }
  .m-xl-n22 {
    margin: -2.5rem !important;
  }
  .m-xl-n23 {
    margin: -2.75rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n31 {
    margin: -3.25rem !important;
  }
  .m-xl-n32 {
    margin: -3.5rem !important;
  }
  .m-xl-n33 {
    margin: -3.75rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n41 {
    margin: -4.25rem !important;
  }
  .m-xl-n42 {
    margin: -4.5rem !important;
  }
  .m-xl-n43 {
    margin: -4.75rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n51 {
    margin: -5.25rem !important;
  }
  .m-xl-n52 {
    margin: -5.5rem !important;
  }
  .m-xl-n53 {
    margin: -5.75rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n61 {
    margin: -6.25rem !important;
  }
  .m-xl-n62 {
    margin: -6.5rem !important;
  }
  .m-xl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-01 {
    padding: 0.25rem !important;
  }
  .p-xl-02 {
    padding: 0.5rem !important;
  }
  .p-xl-03 {
    padding: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-11 {
    padding: 1.25rem !important;
  }
  .p-xl-12 {
    padding: 1.5rem !important;
  }
  .p-xl-13 {
    padding: 1.75rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-21 {
    padding: 2.25rem !important;
  }
  .p-xl-22 {
    padding: 2.5rem !important;
  }
  .p-xl-23 {
    padding: 2.75rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-31 {
    padding: 3.25rem !important;
  }
  .p-xl-32 {
    padding: 3.5rem !important;
  }
  .p-xl-33 {
    padding: 3.75rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-41 {
    padding: 4.25rem !important;
  }
  .p-xl-42 {
    padding: 4.5rem !important;
  }
  .p-xl-43 {
    padding: 4.75rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-51 {
    padding: 5.25rem !important;
  }
  .p-xl-52 {
    padding: 5.5rem !important;
  }
  .p-xl-53 {
    padding: 5.75rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-61 {
    padding: 6.25rem !important;
  }
  .p-xl-62 {
    padding: 6.5rem !important;
  }
  .p-xl-63 {
    padding: 6.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-63 {
    padding-left: 6.75rem !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;
  }
}
/*!
 * Bootstrap Utilities v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1140px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 2500px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.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 {
  object-fit: contain !important;
}

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

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

.object-fit-scale {
  object-fit: scale-down !important;
}

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

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

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

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

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

.opacity-100 {
  opacity: 1 !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;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !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;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

.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-01 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-51 {
  margin: 5.25rem !important;
}

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

.m-53 {
  margin: 5.75rem !important;
}

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

.m-61 {
  margin: 6.25rem !important;
}

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

.m-63 {
  margin: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-03 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

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

.my-11 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.my-13 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

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

.my-21 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-22 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-23 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

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

.my-31 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.my-32 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-33 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

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

.my-41 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.my-42 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-43 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

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

.my-51 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.my-52 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.my-53 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

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

.my-61 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-62 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.my-63 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-03 {
  margin-right: 0.75rem !important;
}

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

.me-11 {
  margin-right: 1.25rem !important;
}

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

.me-13 {
  margin-right: 1.75rem !important;
}

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

.me-21 {
  margin-right: 2.25rem !important;
}

.me-22 {
  margin-right: 2.5rem !important;
}

.me-23 {
  margin-right: 2.75rem !important;
}

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

.me-31 {
  margin-right: 3.25rem !important;
}

.me-32 {
  margin-right: 3.5rem !important;
}

.me-33 {
  margin-right: 3.75rem !important;
}

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

.me-41 {
  margin-right: 4.25rem !important;
}

.me-42 {
  margin-right: 4.5rem !important;
}

.me-43 {
  margin-right: 4.75rem !important;
}

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

.me-51 {
  margin-right: 5.25rem !important;
}

.me-52 {
  margin-right: 5.5rem !important;
}

.me-53 {
  margin-right: 5.75rem !important;
}

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

.me-61 {
  margin-right: 6.25rem !important;
}

.me-62 {
  margin-right: 6.5rem !important;
}

.me-63 {
  margin-right: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-03 {
  margin-left: 0.75rem !important;
}

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

.ms-11 {
  margin-left: 1.25rem !important;
}

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

.ms-13 {
  margin-left: 1.75rem !important;
}

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

.ms-21 {
  margin-left: 2.25rem !important;
}

.ms-22 {
  margin-left: 2.5rem !important;
}

.ms-23 {
  margin-left: 2.75rem !important;
}

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

.ms-31 {
  margin-left: 3.25rem !important;
}

.ms-32 {
  margin-left: 3.5rem !important;
}

.ms-33 {
  margin-left: 3.75rem !important;
}

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

.ms-41 {
  margin-left: 4.25rem !important;
}

.ms-42 {
  margin-left: 4.5rem !important;
}

.ms-43 {
  margin-left: 4.75rem !important;
}

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

.ms-51 {
  margin-left: 5.25rem !important;
}

.ms-52 {
  margin-left: 5.5rem !important;
}

.ms-53 {
  margin-left: 5.75rem !important;
}

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

.ms-61 {
  margin-left: 6.25rem !important;
}

.ms-62 {
  margin-left: 6.5rem !important;
}

.ms-63 {
  margin-left: 6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n51 {
  margin: -5.25rem !important;
}

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

.m-n53 {
  margin: -5.75rem !important;
}

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

.m-n61 {
  margin: -6.25rem !important;
}

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

.m-n63 {
  margin: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-n03 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

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

.my-n11 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

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

.my-n13 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}

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

.my-n21 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}

.my-n22 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n23 {
  margin-top: -2.75rem !important;
  margin-bottom: -2.75rem !important;
}

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

.my-n31 {
  margin-top: -3.25rem !important;
  margin-bottom: -3.25rem !important;
}

.my-n32 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.my-n33 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

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

.my-n41 {
  margin-top: -4.25rem !important;
  margin-bottom: -4.25rem !important;
}

.my-n42 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}

.my-n43 {
  margin-top: -4.75rem !important;
  margin-bottom: -4.75rem !important;
}

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

.my-n51 {
  margin-top: -5.25rem !important;
  margin-bottom: -5.25rem !important;
}

.my-n52 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important;
}

.my-n53 {
  margin-top: -5.75rem !important;
  margin-bottom: -5.75rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n61 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n62 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important;
}

.my-n63 {
  margin-top: -6.75rem !important;
  margin-bottom: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-n03 {
  margin-right: -0.75rem !important;
}

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

.me-n11 {
  margin-right: -1.25rem !important;
}

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

.me-n13 {
  margin-right: -1.75rem !important;
}

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

.me-n21 {
  margin-right: -2.25rem !important;
}

.me-n22 {
  margin-right: -2.5rem !important;
}

.me-n23 {
  margin-right: -2.75rem !important;
}

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

.me-n31 {
  margin-right: -3.25rem !important;
}

.me-n32 {
  margin-right: -3.5rem !important;
}

.me-n33 {
  margin-right: -3.75rem !important;
}

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

.me-n41 {
  margin-right: -4.25rem !important;
}

.me-n42 {
  margin-right: -4.5rem !important;
}

.me-n43 {
  margin-right: -4.75rem !important;
}

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

.me-n51 {
  margin-right: -5.25rem !important;
}

.me-n52 {
  margin-right: -5.5rem !important;
}

.me-n53 {
  margin-right: -5.75rem !important;
}

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

.me-n61 {
  margin-right: -6.25rem !important;
}

.me-n62 {
  margin-right: -6.5rem !important;
}

.me-n63 {
  margin-right: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-n03 {
  margin-left: -0.75rem !important;
}

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

.ms-n11 {
  margin-left: -1.25rem !important;
}

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

.ms-n13 {
  margin-left: -1.75rem !important;
}

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

.ms-n21 {
  margin-left: -2.25rem !important;
}

.ms-n22 {
  margin-left: -2.5rem !important;
}

.ms-n23 {
  margin-left: -2.75rem !important;
}

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

.ms-n31 {
  margin-left: -3.25rem !important;
}

.ms-n32 {
  margin-left: -3.5rem !important;
}

.ms-n33 {
  margin-left: -3.75rem !important;
}

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

.ms-n41 {
  margin-left: -4.25rem !important;
}

.ms-n42 {
  margin-left: -4.5rem !important;
}

.ms-n43 {
  margin-left: -4.75rem !important;
}

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

.ms-n51 {
  margin-left: -5.25rem !important;
}

.ms-n52 {
  margin-left: -5.5rem !important;
}

.ms-n53 {
  margin-left: -5.75rem !important;
}

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

.ms-n61 {
  margin-left: -6.25rem !important;
}

.ms-n62 {
  margin-left: -6.5rem !important;
}

.ms-n63 {
  margin-left: -6.75rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-51 {
  padding: 5.25rem !important;
}

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

.p-53 {
  padding: 5.75rem !important;
}

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

.p-61 {
  padding: 6.25rem !important;
}

.p-62 {
  padding: 6.5rem !important;
}

.p-63 {
  padding: 6.75rem !important;
}

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

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

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

.px-03 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

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

.px-11 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

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

.px-13 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

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

.px-21 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-22 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-23 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

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

.px-31 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.px-32 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-33 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

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

.px-41 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.px-42 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.px-43 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

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

.px-51 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.px-52 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.px-53 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

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

.px-61 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-62 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.px-63 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-01 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-02 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-03 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-11 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-12 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-13 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-21 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-22 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-23 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-31 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.py-32 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-33 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-41 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.py-42 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-43 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-51 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.py-52 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.py-53 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-61 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-62 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.py-63 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-01 {
  padding-top: 0.25rem !important;
}

.pt-02 {
  padding-top: 0.5rem !important;
}

.pt-03 {
  padding-top: 0.75rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-11 {
  padding-top: 1.25rem !important;
}

.pt-12 {
  padding-top: 1.5rem !important;
}

.pt-13 {
  padding-top: 1.75rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-21 {
  padding-top: 2.25rem !important;
}

.pt-22 {
  padding-top: 2.5rem !important;
}

.pt-23 {
  padding-top: 2.75rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-31 {
  padding-top: 3.25rem !important;
}

.pt-32 {
  padding-top: 3.5rem !important;
}

.pt-33 {
  padding-top: 3.75rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-41 {
  padding-top: 4.25rem !important;
}

.pt-42 {
  padding-top: 4.5rem !important;
}

.pt-43 {
  padding-top: 4.75rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-51 {
  padding-top: 5.25rem !important;
}

.pt-52 {
  padding-top: 5.5rem !important;
}

.pt-53 {
  padding-top: 5.75rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-61 {
  padding-top: 6.25rem !important;
}

.pt-62 {
  padding-top: 6.5rem !important;
}

.pt-63 {
  padding-top: 6.75rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-01 {
  padding-right: 0.25rem !important;
}

.pe-02 {
  padding-right: 0.5rem !important;
}

.pe-03 {
  padding-right: 0.75rem !important;
}

.pe-1 {
  padding-right: 1rem !important;
}

.pe-11 {
  padding-right: 1.25rem !important;
}

.pe-12 {
  padding-right: 1.5rem !important;
}

.pe-13 {
  padding-right: 1.75rem !important;
}

.pe-2 {
  padding-right: 2rem !important;
}

.pe-21 {
  padding-right: 2.25rem !important;
}

.pe-22 {
  padding-right: 2.5rem !important;
}

.pe-23 {
  padding-right: 2.75rem !important;
}

.pe-3 {
  padding-right: 3rem !important;
}

.pe-31 {
  padding-right: 3.25rem !important;
}

.pe-32 {
  padding-right: 3.5rem !important;
}

.pe-33 {
  padding-right: 3.75rem !important;
}

.pe-4 {
  padding-right: 4rem !important;
}

.pe-41 {
  padding-right: 4.25rem !important;
}

.pe-42 {
  padding-right: 4.5rem !important;
}

.pe-43 {
  padding-right: 4.75rem !important;
}

.pe-5 {
  padding-right: 5rem !important;
}

.pe-51 {
  padding-right: 5.25rem !important;
}

.pe-52 {
  padding-right: 5.5rem !important;
}

.pe-53 {
  padding-right: 5.75rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-61 {
  padding-right: 6.25rem !important;
}

.pe-62 {
  padding-right: 6.5rem !important;
}

.pe-63 {
  padding-right: 6.75rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-01 {
  padding-bottom: 0.25rem !important;
}

.pb-02 {
  padding-bottom: 0.5rem !important;
}

.pb-03 {
  padding-bottom: 0.75rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-11 {
  padding-bottom: 1.25rem !important;
}

.pb-12 {
  padding-bottom: 1.5rem !important;
}

.pb-13 {
  padding-bottom: 1.75rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-21 {
  padding-bottom: 2.25rem !important;
}

.pb-22 {
  padding-bottom: 2.5rem !important;
}

.pb-23 {
  padding-bottom: 2.75rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-31 {
  padding-bottom: 3.25rem !important;
}

.pb-32 {
  padding-bottom: 3.5rem !important;
}

.pb-33 {
  padding-bottom: 3.75rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-41 {
  padding-bottom: 4.25rem !important;
}

.pb-42 {
  padding-bottom: 4.5rem !important;
}

.pb-43 {
  padding-bottom: 4.75rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-51 {
  padding-bottom: 5.25rem !important;
}

.pb-52 {
  padding-bottom: 5.5rem !important;
}

.pb-53 {
  padding-bottom: 5.75rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-61 {
  padding-bottom: 6.25rem !important;
}

.pb-62 {
  padding-bottom: 6.5rem !important;
}

.pb-63 {
  padding-bottom: 6.75rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-01 {
  padding-left: 0.25rem !important;
}

.ps-02 {
  padding-left: 0.5rem !important;
}

.ps-03 {
  padding-left: 0.75rem !important;
}

.ps-1 {
  padding-left: 1rem !important;
}

.ps-11 {
  padding-left: 1.25rem !important;
}

.ps-12 {
  padding-left: 1.5rem !important;
}

.ps-13 {
  padding-left: 1.75rem !important;
}

.ps-2 {
  padding-left: 2rem !important;
}

.ps-21 {
  padding-left: 2.25rem !important;
}

.ps-22 {
  padding-left: 2.5rem !important;
}

.ps-23 {
  padding-left: 2.75rem !important;
}

.ps-3 {
  padding-left: 3rem !important;
}

.ps-31 {
  padding-left: 3.25rem !important;
}

.ps-32 {
  padding-left: 3.5rem !important;
}

.ps-33 {
  padding-left: 3.75rem !important;
}

.ps-4 {
  padding-left: 4rem !important;
}

.ps-41 {
  padding-left: 4.25rem !important;
}

.ps-42 {
  padding-left: 4.5rem !important;
}

.ps-43 {
  padding-left: 4.75rem !important;
}

.ps-5 {
  padding-left: 5rem !important;
}

.ps-51 {
  padding-left: 5.25rem !important;
}

.ps-52 {
  padding-left: 5.5rem !important;
}

.ps-53 {
  padding-left: 5.75rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-61 {
  padding-left: 6.25rem !important;
}

.ps-62 {
  padding-left: 6.5rem !important;
}

.ps-63 {
  padding-left: 6.75rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-01 {
  gap: 0.25rem !important;
}

.gap-02 {
  gap: 0.5rem !important;
}

.gap-03 {
  gap: 0.75rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-11 {
  gap: 1.25rem !important;
}

.gap-12 {
  gap: 1.5rem !important;
}

.gap-13 {
  gap: 1.75rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-21 {
  gap: 2.25rem !important;
}

.gap-22 {
  gap: 2.5rem !important;
}

.gap-23 {
  gap: 2.75rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-31 {
  gap: 3.25rem !important;
}

.gap-32 {
  gap: 3.5rem !important;
}

.gap-33 {
  gap: 3.75rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-41 {
  gap: 4.25rem !important;
}

.gap-42 {
  gap: 4.5rem !important;
}

.gap-43 {
  gap: 4.75rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-51 {
  gap: 5.25rem !important;
}

.gap-52 {
  gap: 5.5rem !important;
}

.gap-53 {
  gap: 5.75rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-61 {
  gap: 6.25rem !important;
}

.gap-62 {
  gap: 6.5rem !important;
}

.gap-63 {
  gap: 6.75rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-01 {
  row-gap: 0.25rem !important;
}

.row-gap-02 {
  row-gap: 0.5rem !important;
}

.row-gap-03 {
  row-gap: 0.75rem !important;
}

.row-gap-1 {
  row-gap: 1rem !important;
}

.row-gap-11 {
  row-gap: 1.25rem !important;
}

.row-gap-12 {
  row-gap: 1.5rem !important;
}

.row-gap-13 {
  row-gap: 1.75rem !important;
}

.row-gap-2 {
  row-gap: 2rem !important;
}

.row-gap-21 {
  row-gap: 2.25rem !important;
}

.row-gap-22 {
  row-gap: 2.5rem !important;
}

.row-gap-23 {
  row-gap: 2.75rem !important;
}

.row-gap-3 {
  row-gap: 3rem !important;
}

.row-gap-31 {
  row-gap: 3.25rem !important;
}

.row-gap-32 {
  row-gap: 3.5rem !important;
}

.row-gap-33 {
  row-gap: 3.75rem !important;
}

.row-gap-4 {
  row-gap: 4rem !important;
}

.row-gap-41 {
  row-gap: 4.25rem !important;
}

.row-gap-42 {
  row-gap: 4.5rem !important;
}

.row-gap-43 {
  row-gap: 4.75rem !important;
}

.row-gap-5 {
  row-gap: 5rem !important;
}

.row-gap-51 {
  row-gap: 5.25rem !important;
}

.row-gap-52 {
  row-gap: 5.5rem !important;
}

.row-gap-53 {
  row-gap: 5.75rem !important;
}

.row-gap-6 {
  row-gap: 6rem !important;
}

.row-gap-61 {
  row-gap: 6.25rem !important;
}

.row-gap-62 {
  row-gap: 6.5rem !important;
}

.row-gap-63 {
  row-gap: 6.75rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-01 {
  column-gap: 0.25rem !important;
}

.column-gap-02 {
  column-gap: 0.5rem !important;
}

.column-gap-03 {
  column-gap: 0.75rem !important;
}

.column-gap-1 {
  column-gap: 1rem !important;
}

.column-gap-11 {
  column-gap: 1.25rem !important;
}

.column-gap-12 {
  column-gap: 1.5rem !important;
}

.column-gap-13 {
  column-gap: 1.75rem !important;
}

.column-gap-2 {
  column-gap: 2rem !important;
}

.column-gap-21 {
  column-gap: 2.25rem !important;
}

.column-gap-22 {
  column-gap: 2.5rem !important;
}

.column-gap-23 {
  column-gap: 2.75rem !important;
}

.column-gap-3 {
  column-gap: 3rem !important;
}

.column-gap-31 {
  column-gap: 3.25rem !important;
}

.column-gap-32 {
  column-gap: 3.5rem !important;
}

.column-gap-33 {
  column-gap: 3.75rem !important;
}

.column-gap-4 {
  column-gap: 4rem !important;
}

.column-gap-41 {
  column-gap: 4.25rem !important;
}

.column-gap-42 {
  column-gap: 4.5rem !important;
}

.column-gap-43 {
  column-gap: 4.75rem !important;
}

.column-gap-5 {
  column-gap: 5rem !important;
}

.column-gap-51 {
  column-gap: 5.25rem !important;
}

.column-gap-52 {
  column-gap: 5.5rem !important;
}

.column-gap-53 {
  column-gap: 5.75rem !important;
}

.column-gap-6 {
  column-gap: 6rem !important;
}

.column-gap-61 {
  column-gap: 6.25rem !important;
}

.column-gap-62 {
  column-gap: 6.5rem !important;
}

.column-gap-63 {
  column-gap: 6.75rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !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;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.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;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  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 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-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;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !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;
}

@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 {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-md-02 {
    margin: 0.5rem !important;
  }
  .m-md-03 {
    margin: 0.75rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-11 {
    margin: 1.25rem !important;
  }
  .m-md-12 {
    margin: 1.5rem !important;
  }
  .m-md-13 {
    margin: 1.75rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-21 {
    margin: 2.25rem !important;
  }
  .m-md-22 {
    margin: 2.5rem !important;
  }
  .m-md-23 {
    margin: 2.75rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-31 {
    margin: 3.25rem !important;
  }
  .m-md-32 {
    margin: 3.5rem !important;
  }
  .m-md-33 {
    margin: 3.75rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-41 {
    margin: 4.25rem !important;
  }
  .m-md-42 {
    margin: 4.5rem !important;
  }
  .m-md-43 {
    margin: 4.75rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-51 {
    margin: 5.25rem !important;
  }
  .m-md-52 {
    margin: 5.5rem !important;
  }
  .m-md-53 {
    margin: 5.75rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-61 {
    margin: 6.25rem !important;
  }
  .m-md-62 {
    margin: 6.5rem !important;
  }
  .m-md-63 {
    margin: 6.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-md-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-md-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-md-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-md-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-md-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-md-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-01 {
    margin-top: 0.25rem !important;
  }
  .mt-md-02 {
    margin-top: 0.5rem !important;
  }
  .mt-md-03 {
    margin-top: 0.75rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-11 {
    margin-top: 1.25rem !important;
  }
  .mt-md-12 {
    margin-top: 1.5rem !important;
  }
  .mt-md-13 {
    margin-top: 1.75rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-21 {
    margin-top: 2.25rem !important;
  }
  .mt-md-22 {
    margin-top: 2.5rem !important;
  }
  .mt-md-23 {
    margin-top: 2.75rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-31 {
    margin-top: 3.25rem !important;
  }
  .mt-md-32 {
    margin-top: 3.5rem !important;
  }
  .mt-md-33 {
    margin-top: 3.75rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-41 {
    margin-top: 4.25rem !important;
  }
  .mt-md-42 {
    margin-top: 4.5rem !important;
  }
  .mt-md-43 {
    margin-top: 4.75rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-51 {
    margin-top: 5.25rem !important;
  }
  .mt-md-52 {
    margin-top: 5.5rem !important;
  }
  .mt-md-53 {
    margin-top: 5.75rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-61 {
    margin-top: 6.25rem !important;
  }
  .mt-md-62 {
    margin-top: 6.5rem !important;
  }
  .mt-md-63 {
    margin-top: 6.75rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-01 {
    margin-right: 0.25rem !important;
  }
  .me-md-02 {
    margin-right: 0.5rem !important;
  }
  .me-md-03 {
    margin-right: 0.75rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-11 {
    margin-right: 1.25rem !important;
  }
  .me-md-12 {
    margin-right: 1.5rem !important;
  }
  .me-md-13 {
    margin-right: 1.75rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-21 {
    margin-right: 2.25rem !important;
  }
  .me-md-22 {
    margin-right: 2.5rem !important;
  }
  .me-md-23 {
    margin-right: 2.75rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-31 {
    margin-right: 3.25rem !important;
  }
  .me-md-32 {
    margin-right: 3.5rem !important;
  }
  .me-md-33 {
    margin-right: 3.75rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-41 {
    margin-right: 4.25rem !important;
  }
  .me-md-42 {
    margin-right: 4.5rem !important;
  }
  .me-md-43 {
    margin-right: 4.75rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-51 {
    margin-right: 5.25rem !important;
  }
  .me-md-52 {
    margin-right: 5.5rem !important;
  }
  .me-md-53 {
    margin-right: 5.75rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-61 {
    margin-right: 6.25rem !important;
  }
  .me-md-62 {
    margin-right: 6.5rem !important;
  }
  .me-md-63 {
    margin-right: 6.75rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-md-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-md-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-md-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-01 {
    margin-left: 0.25rem !important;
  }
  .ms-md-02 {
    margin-left: 0.5rem !important;
  }
  .ms-md-03 {
    margin-left: 0.75rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-11 {
    margin-left: 1.25rem !important;
  }
  .ms-md-12 {
    margin-left: 1.5rem !important;
  }
  .ms-md-13 {
    margin-left: 1.75rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-21 {
    margin-left: 2.25rem !important;
  }
  .ms-md-22 {
    margin-left: 2.5rem !important;
  }
  .ms-md-23 {
    margin-left: 2.75rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-31 {
    margin-left: 3.25rem !important;
  }
  .ms-md-32 {
    margin-left: 3.5rem !important;
  }
  .ms-md-33 {
    margin-left: 3.75rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-41 {
    margin-left: 4.25rem !important;
  }
  .ms-md-42 {
    margin-left: 4.5rem !important;
  }
  .ms-md-43 {
    margin-left: 4.75rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-51 {
    margin-left: 5.25rem !important;
  }
  .ms-md-52 {
    margin-left: 5.5rem !important;
  }
  .ms-md-53 {
    margin-left: 5.75rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-61 {
    margin-left: 6.25rem !important;
  }
  .ms-md-62 {
    margin-left: 6.5rem !important;
  }
  .ms-md-63 {
    margin-left: 6.75rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n01 {
    margin: -0.25rem !important;
  }
  .m-md-n02 {
    margin: -0.5rem !important;
  }
  .m-md-n03 {
    margin: -0.75rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .m-md-n11 {
    margin: -1.25rem !important;
  }
  .m-md-n12 {
    margin: -1.5rem !important;
  }
  .m-md-n13 {
    margin: -1.75rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .m-md-n21 {
    margin: -2.25rem !important;
  }
  .m-md-n22 {
    margin: -2.5rem !important;
  }
  .m-md-n23 {
    margin: -2.75rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .m-md-n31 {
    margin: -3.25rem !important;
  }
  .m-md-n32 {
    margin: -3.5rem !important;
  }
  .m-md-n33 {
    margin: -3.75rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .m-md-n41 {
    margin: -4.25rem !important;
  }
  .m-md-n42 {
    margin: -4.5rem !important;
  }
  .m-md-n43 {
    margin: -4.75rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .m-md-n51 {
    margin: -5.25rem !important;
  }
  .m-md-n52 {
    margin: -5.5rem !important;
  }
  .m-md-n53 {
    margin: -5.75rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n61 {
    margin: -6.25rem !important;
  }
  .m-md-n62 {
    margin: -6.5rem !important;
  }
  .m-md-n63 {
    margin: -6.75rem !important;
  }
  .mx-md-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-md-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-md-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-md-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-md-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-md-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-md-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-md-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-md-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-md-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-md-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-md-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-md-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n1 {
    margin-top: -1rem !important;
  }
  .mt-md-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n2 {
    margin-top: -2rem !important;
  }
  .mt-md-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-md-n3 {
    margin-top: -3rem !important;
  }
  .mt-md-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-md-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -4rem !important;
  }
  .mt-md-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-md-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-md-n5 {
    margin-top: -5rem !important;
  }
  .mt-md-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-md-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-md-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-md-n63 {
    margin-top: -6.75rem !important;
  }
  .me-md-n01 {
    margin-right: -0.25rem !important;
  }
  .me-md-n02 {
    margin-right: -0.5rem !important;
  }
  .me-md-n03 {
    margin-right: -0.75rem !important;
  }
  .me-md-n1 {
    margin-right: -1rem !important;
  }
  .me-md-n11 {
    margin-right: -1.25rem !important;
  }
  .me-md-n12 {
    margin-right: -1.5rem !important;
  }
  .me-md-n13 {
    margin-right: -1.75rem !important;
  }
  .me-md-n2 {
    margin-right: -2rem !important;
  }
  .me-md-n21 {
    margin-right: -2.25rem !important;
  }
  .me-md-n22 {
    margin-right: -2.5rem !important;
  }
  .me-md-n23 {
    margin-right: -2.75rem !important;
  }
  .me-md-n3 {
    margin-right: -3rem !important;
  }
  .me-md-n31 {
    margin-right: -3.25rem !important;
  }
  .me-md-n32 {
    margin-right: -3.5rem !important;
  }
  .me-md-n33 {
    margin-right: -3.75rem !important;
  }
  .me-md-n4 {
    margin-right: -4rem !important;
  }
  .me-md-n41 {
    margin-right: -4.25rem !important;
  }
  .me-md-n42 {
    margin-right: -4.5rem !important;
  }
  .me-md-n43 {
    margin-right: -4.75rem !important;
  }
  .me-md-n5 {
    margin-right: -5rem !important;
  }
  .me-md-n51 {
    margin-right: -5.25rem !important;
  }
  .me-md-n52 {
    margin-right: -5.5rem !important;
  }
  .me-md-n53 {
    margin-right: -5.75rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n61 {
    margin-right: -6.25rem !important;
  }
  .me-md-n62 {
    margin-right: -6.5rem !important;
  }
  .me-md-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-md-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-md-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-md-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-md-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-md-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-md-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-md-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n1 {
    margin-left: -1rem !important;
  }
  .ms-md-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n2 {
    margin-left: -2rem !important;
  }
  .ms-md-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-md-n3 {
    margin-left: -3rem !important;
  }
  .ms-md-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-md-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -4rem !important;
  }
  .ms-md-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-md-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-md-n5 {
    margin-left: -5rem !important;
  }
  .ms-md-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-md-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-md-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-md-n63 {
    margin-left: -6.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-01 {
    padding: 0.25rem !important;
  }
  .p-md-02 {
    padding: 0.5rem !important;
  }
  .p-md-03 {
    padding: 0.75rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-11 {
    padding: 1.25rem !important;
  }
  .p-md-12 {
    padding: 1.5rem !important;
  }
  .p-md-13 {
    padding: 1.75rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-21 {
    padding: 2.25rem !important;
  }
  .p-md-22 {
    padding: 2.5rem !important;
  }
  .p-md-23 {
    padding: 2.75rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-31 {
    padding: 3.25rem !important;
  }
  .p-md-32 {
    padding: 3.5rem !important;
  }
  .p-md-33 {
    padding: 3.75rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-41 {
    padding: 4.25rem !important;
  }
  .p-md-42 {
    padding: 4.5rem !important;
  }
  .p-md-43 {
    padding: 4.75rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-51 {
    padding: 5.25rem !important;
  }
  .p-md-52 {
    padding: 5.5rem !important;
  }
  .p-md-53 {
    padding: 5.75rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-61 {
    padding: 6.25rem !important;
  }
  .p-md-62 {
    padding: 6.5rem !important;
  }
  .p-md-63 {
    padding: 6.75rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-md-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-md-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-md-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-md-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-md-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-md-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-01 {
    padding-top: 0.25rem !important;
  }
  .pt-md-02 {
    padding-top: 0.5rem !important;
  }
  .pt-md-03 {
    padding-top: 0.75rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-11 {
    padding-top: 1.25rem !important;
  }
  .pt-md-12 {
    padding-top: 1.5rem !important;
  }
  .pt-md-13 {
    padding-top: 1.75rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-21 {
    padding-top: 2.25rem !important;
  }
  .pt-md-22 {
    padding-top: 2.5rem !important;
  }
  .pt-md-23 {
    padding-top: 2.75rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-31 {
    padding-top: 3.25rem !important;
  }
  .pt-md-32 {
    padding-top: 3.5rem !important;
  }
  .pt-md-33 {
    padding-top: 3.75rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-41 {
    padding-top: 4.25rem !important;
  }
  .pt-md-42 {
    padding-top: 4.5rem !important;
  }
  .pt-md-43 {
    padding-top: 4.75rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-51 {
    padding-top: 5.25rem !important;
  }
  .pt-md-52 {
    padding-top: 5.5rem !important;
  }
  .pt-md-53 {
    padding-top: 5.75rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-61 {
    padding-top: 6.25rem !important;
  }
  .pt-md-62 {
    padding-top: 6.5rem !important;
  }
  .pt-md-63 {
    padding-top: 6.75rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-01 {
    padding-right: 0.25rem !important;
  }
  .pe-md-02 {
    padding-right: 0.5rem !important;
  }
  .pe-md-03 {
    padding-right: 0.75rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-11 {
    padding-right: 1.25rem !important;
  }
  .pe-md-12 {
    padding-right: 1.5rem !important;
  }
  .pe-md-13 {
    padding-right: 1.75rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-21 {
    padding-right: 2.25rem !important;
  }
  .pe-md-22 {
    padding-right: 2.5rem !important;
  }
  .pe-md-23 {
    padding-right: 2.75rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-31 {
    padding-right: 3.25rem !important;
  }
  .pe-md-32 {
    padding-right: 3.5rem !important;
  }
  .pe-md-33 {
    padding-right: 3.75rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-41 {
    padding-right: 4.25rem !important;
  }
  .pe-md-42 {
    padding-right: 4.5rem !important;
  }
  .pe-md-43 {
    padding-right: 4.75rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-51 {
    padding-right: 5.25rem !important;
  }
  .pe-md-52 {
    padding-right: 5.5rem !important;
  }
  .pe-md-53 {
    padding-right: 5.75rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-61 {
    padding-right: 6.25rem !important;
  }
  .pe-md-62 {
    padding-right: 6.5rem !important;
  }
  .pe-md-63 {
    padding-right: 6.75rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-md-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-md-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-md-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-01 {
    padding-left: 0.25rem !important;
  }
  .ps-md-02 {
    padding-left: 0.5rem !important;
  }
  .ps-md-03 {
    padding-left: 0.75rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-11 {
    padding-left: 1.25rem !important;
  }
  .ps-md-12 {
    padding-left: 1.5rem !important;
  }
  .ps-md-13 {
    padding-left: 1.75rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-21 {
    padding-left: 2.25rem !important;
  }
  .ps-md-22 {
    padding-left: 2.5rem !important;
  }
  .ps-md-23 {
    padding-left: 2.75rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-31 {
    padding-left: 3.25rem !important;
  }
  .ps-md-32 {
    padding-left: 3.5rem !important;
  }
  .ps-md-33 {
    padding-left: 3.75rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-41 {
    padding-left: 4.25rem !important;
  }
  .ps-md-42 {
    padding-left: 4.5rem !important;
  }
  .ps-md-43 {
    padding-left: 4.75rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-51 {
    padding-left: 5.25rem !important;
  }
  .ps-md-52 {
    padding-left: 5.5rem !important;
  }
  .ps-md-53 {
    padding-left: 5.75rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-61 {
    padding-left: 6.25rem !important;
  }
  .ps-md-62 {
    padding-left: 6.5rem !important;
  }
  .ps-md-63 {
    padding-left: 6.75rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-01 {
    gap: 0.25rem !important;
  }
  .gap-md-02 {
    gap: 0.5rem !important;
  }
  .gap-md-03 {
    gap: 0.75rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-11 {
    gap: 1.25rem !important;
  }
  .gap-md-12 {
    gap: 1.5rem !important;
  }
  .gap-md-13 {
    gap: 1.75rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-21 {
    gap: 2.25rem !important;
  }
  .gap-md-22 {
    gap: 2.5rem !important;
  }
  .gap-md-23 {
    gap: 2.75rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-31 {
    gap: 3.25rem !important;
  }
  .gap-md-32 {
    gap: 3.5rem !important;
  }
  .gap-md-33 {
    gap: 3.75rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-41 {
    gap: 4.25rem !important;
  }
  .gap-md-42 {
    gap: 4.5rem !important;
  }
  .gap-md-43 {
    gap: 4.75rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-51 {
    gap: 5.25rem !important;
  }
  .gap-md-52 {
    gap: 5.5rem !important;
  }
  .gap-md-53 {
    gap: 5.75rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-61 {
    gap: 6.25rem !important;
  }
  .gap-md-62 {
    gap: 6.5rem !important;
  }
  .gap-md-63 {
    gap: 6.75rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-md-1 {
    row-gap: 1rem !important;
  }
  .row-gap-md-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-2 {
    row-gap: 2rem !important;
  }
  .row-gap-md-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-md-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-md-3 {
    row-gap: 3rem !important;
  }
  .row-gap-md-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-md-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-md-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-4 {
    row-gap: 4rem !important;
  }
  .row-gap-md-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-md-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-md-5 {
    row-gap: 5rem !important;
  }
  .row-gap-md-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-md-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-md-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-md-6 {
    row-gap: 6rem !important;
  }
  .row-gap-md-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-md-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-md-1 {
    column-gap: 1rem !important;
  }
  .column-gap-md-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-md-2 {
    column-gap: 2rem !important;
  }
  .column-gap-md-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-md-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-md-3 {
    column-gap: 3rem !important;
  }
  .column-gap-md-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-md-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-md-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-4 {
    column-gap: 4rem !important;
  }
  .column-gap-md-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-md-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-md-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-md-5 {
    column-gap: 5rem !important;
  }
  .column-gap-md-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-md-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-md-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-md-6 {
    column-gap: 6rem !important;
  }
  .column-gap-md-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-md-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-md-63 {
    column-gap: 6.75rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1140px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-lg-02 {
    margin: 0.5rem !important;
  }
  .m-lg-03 {
    margin: 0.75rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-11 {
    margin: 1.25rem !important;
  }
  .m-lg-12 {
    margin: 1.5rem !important;
  }
  .m-lg-13 {
    margin: 1.75rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-21 {
    margin: 2.25rem !important;
  }
  .m-lg-22 {
    margin: 2.5rem !important;
  }
  .m-lg-23 {
    margin: 2.75rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-31 {
    margin: 3.25rem !important;
  }
  .m-lg-32 {
    margin: 3.5rem !important;
  }
  .m-lg-33 {
    margin: 3.75rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-41 {
    margin: 4.25rem !important;
  }
  .m-lg-42 {
    margin: 4.5rem !important;
  }
  .m-lg-43 {
    margin: 4.75rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-51 {
    margin: 5.25rem !important;
  }
  .m-lg-52 {
    margin: 5.5rem !important;
  }
  .m-lg-53 {
    margin: 5.75rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-61 {
    margin: 6.25rem !important;
  }
  .m-lg-62 {
    margin: 6.5rem !important;
  }
  .m-lg-63 {
    margin: 6.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-lg-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-lg-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-lg-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-lg-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-lg-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-lg-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-01 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-02 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-03 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-11 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-12 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-21 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-22 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-23 {
    margin-top: 2.75rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-31 {
    margin-top: 3.25rem !important;
  }
  .mt-lg-32 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-33 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-41 {
    margin-top: 4.25rem !important;
  }
  .mt-lg-42 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-43 {
    margin-top: 4.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-51 {
    margin-top: 5.25rem !important;
  }
  .mt-lg-52 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-53 {
    margin-top: 5.75rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-61 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-62 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-63 {
    margin-top: 6.75rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-01 {
    margin-right: 0.25rem !important;
  }
  .me-lg-02 {
    margin-right: 0.5rem !important;
  }
  .me-lg-03 {
    margin-right: 0.75rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-11 {
    margin-right: 1.25rem !important;
  }
  .me-lg-12 {
    margin-right: 1.5rem !important;
  }
  .me-lg-13 {
    margin-right: 1.75rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-21 {
    margin-right: 2.25rem !important;
  }
  .me-lg-22 {
    margin-right: 2.5rem !important;
  }
  .me-lg-23 {
    margin-right: 2.75rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-31 {
    margin-right: 3.25rem !important;
  }
  .me-lg-32 {
    margin-right: 3.5rem !important;
  }
  .me-lg-33 {
    margin-right: 3.75rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-41 {
    margin-right: 4.25rem !important;
  }
  .me-lg-42 {
    margin-right: 4.5rem !important;
  }
  .me-lg-43 {
    margin-right: 4.75rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-51 {
    margin-right: 5.25rem !important;
  }
  .me-lg-52 {
    margin-right: 5.5rem !important;
  }
  .me-lg-53 {
    margin-right: 5.75rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-61 {
    margin-right: 6.25rem !important;
  }
  .me-lg-62 {
    margin-right: 6.5rem !important;
  }
  .me-lg-63 {
    margin-right: 6.75rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-lg-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-lg-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-01 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-02 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-03 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-11 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-12 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-21 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-22 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-23 {
    margin-left: 2.75rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-31 {
    margin-left: 3.25rem !important;
  }
  .ms-lg-32 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-33 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-41 {
    margin-left: 4.25rem !important;
  }
  .ms-lg-42 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-43 {
    margin-left: 4.75rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-51 {
    margin-left: 5.25rem !important;
  }
  .ms-lg-52 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-53 {
    margin-left: 5.75rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-61 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-62 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-63 {
    margin-left: 6.75rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n01 {
    margin: -0.25rem !important;
  }
  .m-lg-n02 {
    margin: -0.5rem !important;
  }
  .m-lg-n03 {
    margin: -0.75rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .m-lg-n11 {
    margin: -1.25rem !important;
  }
  .m-lg-n12 {
    margin: -1.5rem !important;
  }
  .m-lg-n13 {
    margin: -1.75rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .m-lg-n21 {
    margin: -2.25rem !important;
  }
  .m-lg-n22 {
    margin: -2.5rem !important;
  }
  .m-lg-n23 {
    margin: -2.75rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .m-lg-n31 {
    margin: -3.25rem !important;
  }
  .m-lg-n32 {
    margin: -3.5rem !important;
  }
  .m-lg-n33 {
    margin: -3.75rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .m-lg-n41 {
    margin: -4.25rem !important;
  }
  .m-lg-n42 {
    margin: -4.5rem !important;
  }
  .m-lg-n43 {
    margin: -4.75rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .m-lg-n51 {
    margin: -5.25rem !important;
  }
  .m-lg-n52 {
    margin: -5.5rem !important;
  }
  .m-lg-n53 {
    margin: -5.75rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n61 {
    margin: -6.25rem !important;
  }
  .m-lg-n62 {
    margin: -6.5rem !important;
  }
  .m-lg-n63 {
    margin: -6.75rem !important;
  }
  .mx-lg-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-lg-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-lg-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-lg-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-lg-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-lg-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-lg-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-lg-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-lg-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-lg-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-lg-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-lg-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-lg-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n1 {
    margin-top: -1rem !important;
  }
  .mt-lg-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n2 {
    margin-top: -2rem !important;
  }
  .mt-lg-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-lg-n3 {
    margin-top: -3rem !important;
  }
  .mt-lg-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-lg-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -4rem !important;
  }
  .mt-lg-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-lg-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-lg-n5 {
    margin-top: -5rem !important;
  }
  .mt-lg-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-lg-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-lg-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-lg-n63 {
    margin-top: -6.75rem !important;
  }
  .me-lg-n01 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n02 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n03 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n1 {
    margin-right: -1rem !important;
  }
  .me-lg-n11 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n12 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n2 {
    margin-right: -2rem !important;
  }
  .me-lg-n21 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n22 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n23 {
    margin-right: -2.75rem !important;
  }
  .me-lg-n3 {
    margin-right: -3rem !important;
  }
  .me-lg-n31 {
    margin-right: -3.25rem !important;
  }
  .me-lg-n32 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n33 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -4rem !important;
  }
  .me-lg-n41 {
    margin-right: -4.25rem !important;
  }
  .me-lg-n42 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n43 {
    margin-right: -4.75rem !important;
  }
  .me-lg-n5 {
    margin-right: -5rem !important;
  }
  .me-lg-n51 {
    margin-right: -5.25rem !important;
  }
  .me-lg-n52 {
    margin-right: -5.5rem !important;
  }
  .me-lg-n53 {
    margin-right: -5.75rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n61 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n62 {
    margin-right: -6.5rem !important;
  }
  .me-lg-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-lg-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-lg-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-lg-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-lg-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-lg-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-lg-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-lg-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n1 {
    margin-left: -1rem !important;
  }
  .ms-lg-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n2 {
    margin-left: -2rem !important;
  }
  .ms-lg-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-lg-n3 {
    margin-left: -3rem !important;
  }
  .ms-lg-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-lg-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -4rem !important;
  }
  .ms-lg-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-lg-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-lg-n5 {
    margin-left: -5rem !important;
  }
  .ms-lg-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-lg-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-lg-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-lg-n63 {
    margin-left: -6.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-01 {
    padding: 0.25rem !important;
  }
  .p-lg-02 {
    padding: 0.5rem !important;
  }
  .p-lg-03 {
    padding: 0.75rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-11 {
    padding: 1.25rem !important;
  }
  .p-lg-12 {
    padding: 1.5rem !important;
  }
  .p-lg-13 {
    padding: 1.75rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-21 {
    padding: 2.25rem !important;
  }
  .p-lg-22 {
    padding: 2.5rem !important;
  }
  .p-lg-23 {
    padding: 2.75rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-31 {
    padding: 3.25rem !important;
  }
  .p-lg-32 {
    padding: 3.5rem !important;
  }
  .p-lg-33 {
    padding: 3.75rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-41 {
    padding: 4.25rem !important;
  }
  .p-lg-42 {
    padding: 4.5rem !important;
  }
  .p-lg-43 {
    padding: 4.75rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-51 {
    padding: 5.25rem !important;
  }
  .p-lg-52 {
    padding: 5.5rem !important;
  }
  .p-lg-53 {
    padding: 5.75rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-61 {
    padding: 6.25rem !important;
  }
  .p-lg-62 {
    padding: 6.5rem !important;
  }
  .p-lg-63 {
    padding: 6.75rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-lg-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-lg-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-lg-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-lg-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-lg-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-lg-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-01 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-02 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-03 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-11 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-12 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-21 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-22 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-23 {
    padding-top: 2.75rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-31 {
    padding-top: 3.25rem !important;
  }
  .pt-lg-32 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-33 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-41 {
    padding-top: 4.25rem !important;
  }
  .pt-lg-42 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-43 {
    padding-top: 4.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-51 {
    padding-top: 5.25rem !important;
  }
  .pt-lg-52 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-53 {
    padding-top: 5.75rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-61 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-62 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-63 {
    padding-top: 6.75rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-01 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-02 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-03 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-11 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-12 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-21 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-22 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-23 {
    padding-right: 2.75rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-31 {
    padding-right: 3.25rem !important;
  }
  .pe-lg-32 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-33 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-41 {
    padding-right: 4.25rem !important;
  }
  .pe-lg-42 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-43 {
    padding-right: 4.75rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-51 {
    padding-right: 5.25rem !important;
  }
  .pe-lg-52 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-53 {
    padding-right: 5.75rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-61 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-62 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-63 {
    padding-right: 6.75rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-lg-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-lg-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-01 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-02 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-03 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-11 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-12 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-21 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-22 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-23 {
    padding-left: 2.75rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-31 {
    padding-left: 3.25rem !important;
  }
  .ps-lg-32 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-33 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-41 {
    padding-left: 4.25rem !important;
  }
  .ps-lg-42 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-43 {
    padding-left: 4.75rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-51 {
    padding-left: 5.25rem !important;
  }
  .ps-lg-52 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-53 {
    padding-left: 5.75rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-61 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-62 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-63 {
    padding-left: 6.75rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-01 {
    gap: 0.25rem !important;
  }
  .gap-lg-02 {
    gap: 0.5rem !important;
  }
  .gap-lg-03 {
    gap: 0.75rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-11 {
    gap: 1.25rem !important;
  }
  .gap-lg-12 {
    gap: 1.5rem !important;
  }
  .gap-lg-13 {
    gap: 1.75rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-21 {
    gap: 2.25rem !important;
  }
  .gap-lg-22 {
    gap: 2.5rem !important;
  }
  .gap-lg-23 {
    gap: 2.75rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-31 {
    gap: 3.25rem !important;
  }
  .gap-lg-32 {
    gap: 3.5rem !important;
  }
  .gap-lg-33 {
    gap: 3.75rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-41 {
    gap: 4.25rem !important;
  }
  .gap-lg-42 {
    gap: 4.5rem !important;
  }
  .gap-lg-43 {
    gap: 4.75rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-51 {
    gap: 5.25rem !important;
  }
  .gap-lg-52 {
    gap: 5.5rem !important;
  }
  .gap-lg-53 {
    gap: 5.75rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-61 {
    gap: 6.25rem !important;
  }
  .gap-lg-62 {
    gap: 6.5rem !important;
  }
  .gap-lg-63 {
    gap: 6.75rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-lg-1 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 2rem !important;
  }
  .row-gap-lg-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-lg-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-lg-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-lg-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-lg-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-lg-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-lg-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-lg-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-lg-1 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 2rem !important;
  }
  .column-gap-lg-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-lg-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-lg-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-lg-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-lg-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-lg-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-lg-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-lg-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-lg-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-lg-63 {
    column-gap: 6.75rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 2500px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    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;
  }
  .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-01 {
    margin: 0.25rem !important;
  }
  .m-xl-02 {
    margin: 0.5rem !important;
  }
  .m-xl-03 {
    margin: 0.75rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-11 {
    margin: 1.25rem !important;
  }
  .m-xl-12 {
    margin: 1.5rem !important;
  }
  .m-xl-13 {
    margin: 1.75rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-21 {
    margin: 2.25rem !important;
  }
  .m-xl-22 {
    margin: 2.5rem !important;
  }
  .m-xl-23 {
    margin: 2.75rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-31 {
    margin: 3.25rem !important;
  }
  .m-xl-32 {
    margin: 3.5rem !important;
  }
  .m-xl-33 {
    margin: 3.75rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-41 {
    margin: 4.25rem !important;
  }
  .m-xl-42 {
    margin: 4.5rem !important;
  }
  .m-xl-43 {
    margin: 4.75rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-51 {
    margin: 5.25rem !important;
  }
  .m-xl-52 {
    margin: 5.5rem !important;
  }
  .m-xl-53 {
    margin: 5.75rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-61 {
    margin: 6.25rem !important;
  }
  .m-xl-62 {
    margin: 6.5rem !important;
  }
  .m-xl-63 {
    margin: 6.75rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-01 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-02 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-03 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-11 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-12 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-21 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-22 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-23 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-31 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }
  .mx-xl-32 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-33 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-41 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }
  .mx-xl-42 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-43 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-51 {
    margin-right: 5.25rem !important;
    margin-left: 5.25rem !important;
  }
  .mx-xl-52 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-53 {
    margin-right: 5.75rem !important;
    margin-left: 5.75rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-61 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-62 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-63 {
    margin-right: 6.75rem !important;
    margin-left: 6.75rem !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-01 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-02 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-03 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-11 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-12 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-13 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-21 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-22 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-23 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-31 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .my-xl-32 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-33 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-41 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .my-xl-42 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-43 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-51 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .my-xl-52 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-53 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-61 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-62 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-63 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-01 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-02 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-03 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-11 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-12 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-21 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-22 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-23 {
    margin-top: 2.75rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-31 {
    margin-top: 3.25rem !important;
  }
  .mt-xl-32 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-33 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-41 {
    margin-top: 4.25rem !important;
  }
  .mt-xl-42 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-43 {
    margin-top: 4.75rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-51 {
    margin-top: 5.25rem !important;
  }
  .mt-xl-52 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-53 {
    margin-top: 5.75rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-61 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-62 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-63 {
    margin-top: 6.75rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-01 {
    margin-right: 0.25rem !important;
  }
  .me-xl-02 {
    margin-right: 0.5rem !important;
  }
  .me-xl-03 {
    margin-right: 0.75rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-11 {
    margin-right: 1.25rem !important;
  }
  .me-xl-12 {
    margin-right: 1.5rem !important;
  }
  .me-xl-13 {
    margin-right: 1.75rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-21 {
    margin-right: 2.25rem !important;
  }
  .me-xl-22 {
    margin-right: 2.5rem !important;
  }
  .me-xl-23 {
    margin-right: 2.75rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-31 {
    margin-right: 3.25rem !important;
  }
  .me-xl-32 {
    margin-right: 3.5rem !important;
  }
  .me-xl-33 {
    margin-right: 3.75rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-41 {
    margin-right: 4.25rem !important;
  }
  .me-xl-42 {
    margin-right: 4.5rem !important;
  }
  .me-xl-43 {
    margin-right: 4.75rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-51 {
    margin-right: 5.25rem !important;
  }
  .me-xl-52 {
    margin-right: 5.5rem !important;
  }
  .me-xl-53 {
    margin-right: 5.75rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-61 {
    margin-right: 6.25rem !important;
  }
  .me-xl-62 {
    margin-right: 6.5rem !important;
  }
  .me-xl-63 {
    margin-right: 6.75rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-01 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-02 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-03 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 2.75rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-31 {
    margin-bottom: 3.25rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-33 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-41 {
    margin-bottom: 4.25rem !important;
  }
  .mb-xl-42 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-43 {
    margin-bottom: 4.75rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-51 {
    margin-bottom: 5.25rem !important;
  }
  .mb-xl-52 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-53 {
    margin-bottom: 5.75rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-61 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-62 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-63 {
    margin-bottom: 6.75rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-01 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-02 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-03 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-11 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-12 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-21 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-22 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-23 {
    margin-left: 2.75rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-31 {
    margin-left: 3.25rem !important;
  }
  .ms-xl-32 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-33 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-41 {
    margin-left: 4.25rem !important;
  }
  .ms-xl-42 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-43 {
    margin-left: 4.75rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-51 {
    margin-left: 5.25rem !important;
  }
  .ms-xl-52 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-53 {
    margin-left: 5.75rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-61 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-62 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-63 {
    margin-left: 6.75rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n01 {
    margin: -0.25rem !important;
  }
  .m-xl-n02 {
    margin: -0.5rem !important;
  }
  .m-xl-n03 {
    margin: -0.75rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .m-xl-n11 {
    margin: -1.25rem !important;
  }
  .m-xl-n12 {
    margin: -1.5rem !important;
  }
  .m-xl-n13 {
    margin: -1.75rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .m-xl-n21 {
    margin: -2.25rem !important;
  }
  .m-xl-n22 {
    margin: -2.5rem !important;
  }
  .m-xl-n23 {
    margin: -2.75rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .m-xl-n31 {
    margin: -3.25rem !important;
  }
  .m-xl-n32 {
    margin: -3.5rem !important;
  }
  .m-xl-n33 {
    margin: -3.75rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .m-xl-n41 {
    margin: -4.25rem !important;
  }
  .m-xl-n42 {
    margin: -4.5rem !important;
  }
  .m-xl-n43 {
    margin: -4.75rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .m-xl-n51 {
    margin: -5.25rem !important;
  }
  .m-xl-n52 {
    margin: -5.5rem !important;
  }
  .m-xl-n53 {
    margin: -5.75rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n61 {
    margin: -6.25rem !important;
  }
  .m-xl-n62 {
    margin: -6.5rem !important;
  }
  .m-xl-n63 {
    margin: -6.75rem !important;
  }
  .mx-xl-n01 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n02 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n03 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n11 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n12 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n21 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n22 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n23 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }
  .mx-xl-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n31 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }
  .mx-xl-n32 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n33 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n41 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }
  .mx-xl-n42 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n43 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }
  .mx-xl-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n51 {
    margin-right: -5.25rem !important;
    margin-left: -5.25rem !important;
  }
  .mx-xl-n52 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important;
  }
  .mx-xl-n53 {
    margin-right: -5.75rem !important;
    margin-left: -5.75rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n61 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n62 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important;
  }
  .mx-xl-n63 {
    margin-right: -6.75rem !important;
    margin-left: -6.75rem !important;
  }
  .my-xl-n01 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n02 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n03 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n11 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n12 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n21 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n22 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n23 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }
  .my-xl-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n31 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }
  .my-xl-n32 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n33 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n41 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }
  .my-xl-n42 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n43 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }
  .my-xl-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n51 {
    margin-top: -5.25rem !important;
    margin-bottom: -5.25rem !important;
  }
  .my-xl-n52 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important;
  }
  .my-xl-n53 {
    margin-top: -5.75rem !important;
    margin-bottom: -5.75rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n61 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n62 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important;
  }
  .my-xl-n63 {
    margin-top: -6.75rem !important;
    margin-bottom: -6.75rem !important;
  }
  .mt-xl-n01 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n02 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n03 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n1 {
    margin-top: -1rem !important;
  }
  .mt-xl-n11 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n12 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n2 {
    margin-top: -2rem !important;
  }
  .mt-xl-n21 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n22 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n23 {
    margin-top: -2.75rem !important;
  }
  .mt-xl-n3 {
    margin-top: -3rem !important;
  }
  .mt-xl-n31 {
    margin-top: -3.25rem !important;
  }
  .mt-xl-n32 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n33 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -4rem !important;
  }
  .mt-xl-n41 {
    margin-top: -4.25rem !important;
  }
  .mt-xl-n42 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n43 {
    margin-top: -4.75rem !important;
  }
  .mt-xl-n5 {
    margin-top: -5rem !important;
  }
  .mt-xl-n51 {
    margin-top: -5.25rem !important;
  }
  .mt-xl-n52 {
    margin-top: -5.5rem !important;
  }
  .mt-xl-n53 {
    margin-top: -5.75rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n61 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n62 {
    margin-top: -6.5rem !important;
  }
  .mt-xl-n63 {
    margin-top: -6.75rem !important;
  }
  .me-xl-n01 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n02 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n03 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n1 {
    margin-right: -1rem !important;
  }
  .me-xl-n11 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n12 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n2 {
    margin-right: -2rem !important;
  }
  .me-xl-n21 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n22 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n23 {
    margin-right: -2.75rem !important;
  }
  .me-xl-n3 {
    margin-right: -3rem !important;
  }
  .me-xl-n31 {
    margin-right: -3.25rem !important;
  }
  .me-xl-n32 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n33 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -4rem !important;
  }
  .me-xl-n41 {
    margin-right: -4.25rem !important;
  }
  .me-xl-n42 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n43 {
    margin-right: -4.75rem !important;
  }
  .me-xl-n5 {
    margin-right: -5rem !important;
  }
  .me-xl-n51 {
    margin-right: -5.25rem !important;
  }
  .me-xl-n52 {
    margin-right: -5.5rem !important;
  }
  .me-xl-n53 {
    margin-right: -5.75rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n61 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n62 {
    margin-right: -6.5rem !important;
  }
  .me-xl-n63 {
    margin-right: -6.75rem !important;
  }
  .mb-xl-n01 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n02 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n03 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -2.75rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n31 {
    margin-bottom: -3.25rem !important;
  }
  .mb-xl-n32 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n33 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n41 {
    margin-bottom: -4.25rem !important;
  }
  .mb-xl-n42 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n43 {
    margin-bottom: -4.75rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n51 {
    margin-bottom: -5.25rem !important;
  }
  .mb-xl-n52 {
    margin-bottom: -5.5rem !important;
  }
  .mb-xl-n53 {
    margin-bottom: -5.75rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n61 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n62 {
    margin-bottom: -6.5rem !important;
  }
  .mb-xl-n63 {
    margin-bottom: -6.75rem !important;
  }
  .ms-xl-n01 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n02 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n03 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n1 {
    margin-left: -1rem !important;
  }
  .ms-xl-n11 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n12 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n2 {
    margin-left: -2rem !important;
  }
  .ms-xl-n21 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n22 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n23 {
    margin-left: -2.75rem !important;
  }
  .ms-xl-n3 {
    margin-left: -3rem !important;
  }
  .ms-xl-n31 {
    margin-left: -3.25rem !important;
  }
  .ms-xl-n32 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n33 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -4rem !important;
  }
  .ms-xl-n41 {
    margin-left: -4.25rem !important;
  }
  .ms-xl-n42 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n43 {
    margin-left: -4.75rem !important;
  }
  .ms-xl-n5 {
    margin-left: -5rem !important;
  }
  .ms-xl-n51 {
    margin-left: -5.25rem !important;
  }
  .ms-xl-n52 {
    margin-left: -5.5rem !important;
  }
  .ms-xl-n53 {
    margin-left: -5.75rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n61 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n62 {
    margin-left: -6.5rem !important;
  }
  .ms-xl-n63 {
    margin-left: -6.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-01 {
    padding: 0.25rem !important;
  }
  .p-xl-02 {
    padding: 0.5rem !important;
  }
  .p-xl-03 {
    padding: 0.75rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-11 {
    padding: 1.25rem !important;
  }
  .p-xl-12 {
    padding: 1.5rem !important;
  }
  .p-xl-13 {
    padding: 1.75rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-21 {
    padding: 2.25rem !important;
  }
  .p-xl-22 {
    padding: 2.5rem !important;
  }
  .p-xl-23 {
    padding: 2.75rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-31 {
    padding: 3.25rem !important;
  }
  .p-xl-32 {
    padding: 3.5rem !important;
  }
  .p-xl-33 {
    padding: 3.75rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-41 {
    padding: 4.25rem !important;
  }
  .p-xl-42 {
    padding: 4.5rem !important;
  }
  .p-xl-43 {
    padding: 4.75rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-51 {
    padding: 5.25rem !important;
  }
  .p-xl-52 {
    padding: 5.5rem !important;
  }
  .p-xl-53 {
    padding: 5.75rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-61 {
    padding: 6.25rem !important;
  }
  .p-xl-62 {
    padding: 6.5rem !important;
  }
  .p-xl-63 {
    padding: 6.75rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-01 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-02 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-03 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-11 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-12 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-13 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-21 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-22 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-23 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-31 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }
  .px-xl-32 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-33 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-41 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }
  .px-xl-42 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-43 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-51 {
    padding-right: 5.25rem !important;
    padding-left: 5.25rem !important;
  }
  .px-xl-52 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-53 {
    padding-right: 5.75rem !important;
    padding-left: 5.75rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-61 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-62 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-63 {
    padding-right: 6.75rem !important;
    padding-left: 6.75rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-01 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-02 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-03 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-11 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-12 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-13 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-21 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-22 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-23 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-31 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .py-xl-32 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-33 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-41 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .py-xl-42 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-43 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-51 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .py-xl-52 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-53 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-61 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-62 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-63 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-01 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-02 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-03 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-11 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-12 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-21 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-22 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-23 {
    padding-top: 2.75rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-31 {
    padding-top: 3.25rem !important;
  }
  .pt-xl-32 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-33 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-41 {
    padding-top: 4.25rem !important;
  }
  .pt-xl-42 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-43 {
    padding-top: 4.75rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-51 {
    padding-top: 5.25rem !important;
  }
  .pt-xl-52 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-53 {
    padding-top: 5.75rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-61 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-62 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-63 {
    padding-top: 6.75rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-01 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-02 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-03 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-11 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-12 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-21 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-22 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-23 {
    padding-right: 2.75rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-31 {
    padding-right: 3.25rem !important;
  }
  .pe-xl-32 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-33 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-41 {
    padding-right: 4.25rem !important;
  }
  .pe-xl-42 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-43 {
    padding-right: 4.75rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-51 {
    padding-right: 5.25rem !important;
  }
  .pe-xl-52 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-53 {
    padding-right: 5.75rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-61 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-62 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-63 {
    padding-right: 6.75rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-01 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-02 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-03 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 2.75rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-31 {
    padding-bottom: 3.25rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-33 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-41 {
    padding-bottom: 4.25rem !important;
  }
  .pb-xl-42 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-43 {
    padding-bottom: 4.75rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-51 {
    padding-bottom: 5.25rem !important;
  }
  .pb-xl-52 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-53 {
    padding-bottom: 5.75rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-61 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-62 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-63 {
    padding-bottom: 6.75rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-01 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-02 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-03 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-11 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-12 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-21 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-22 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-23 {
    padding-left: 2.75rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-31 {
    padding-left: 3.25rem !important;
  }
  .ps-xl-32 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-33 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-41 {
    padding-left: 4.25rem !important;
  }
  .ps-xl-42 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-43 {
    padding-left: 4.75rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-51 {
    padding-left: 5.25rem !important;
  }
  .ps-xl-52 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-53 {
    padding-left: 5.75rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-61 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-62 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-63 {
    padding-left: 6.75rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-01 {
    gap: 0.25rem !important;
  }
  .gap-xl-02 {
    gap: 0.5rem !important;
  }
  .gap-xl-03 {
    gap: 0.75rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-11 {
    gap: 1.25rem !important;
  }
  .gap-xl-12 {
    gap: 1.5rem !important;
  }
  .gap-xl-13 {
    gap: 1.75rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-21 {
    gap: 2.25rem !important;
  }
  .gap-xl-22 {
    gap: 2.5rem !important;
  }
  .gap-xl-23 {
    gap: 2.75rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-31 {
    gap: 3.25rem !important;
  }
  .gap-xl-32 {
    gap: 3.5rem !important;
  }
  .gap-xl-33 {
    gap: 3.75rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-41 {
    gap: 4.25rem !important;
  }
  .gap-xl-42 {
    gap: 4.5rem !important;
  }
  .gap-xl-43 {
    gap: 4.75rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-51 {
    gap: 5.25rem !important;
  }
  .gap-xl-52 {
    gap: 5.5rem !important;
  }
  .gap-xl-53 {
    gap: 5.75rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-61 {
    gap: 6.25rem !important;
  }
  .gap-xl-62 {
    gap: 6.5rem !important;
  }
  .gap-xl-63 {
    gap: 6.75rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-01 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-02 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-03 {
    row-gap: 0.75rem !important;
  }
  .row-gap-xl-1 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 2rem !important;
  }
  .row-gap-xl-21 {
    row-gap: 2.25rem !important;
  }
  .row-gap-xl-22 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-23 {
    row-gap: 2.75rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-31 {
    row-gap: 3.25rem !important;
  }
  .row-gap-xl-32 {
    row-gap: 3.5rem !important;
  }
  .row-gap-xl-33 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-41 {
    row-gap: 4.25rem !important;
  }
  .row-gap-xl-42 {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-43 {
    row-gap: 4.75rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-51 {
    row-gap: 5.25rem !important;
  }
  .row-gap-xl-52 {
    row-gap: 5.5rem !important;
  }
  .row-gap-xl-53 {
    row-gap: 5.75rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-61 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-62 {
    row-gap: 6.5rem !important;
  }
  .row-gap-xl-63 {
    row-gap: 6.75rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-01 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-02 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-03 {
    column-gap: 0.75rem !important;
  }
  .column-gap-xl-1 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 2rem !important;
  }
  .column-gap-xl-21 {
    column-gap: 2.25rem !important;
  }
  .column-gap-xl-22 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-23 {
    column-gap: 2.75rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-31 {
    column-gap: 3.25rem !important;
  }
  .column-gap-xl-32 {
    column-gap: 3.5rem !important;
  }
  .column-gap-xl-33 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-41 {
    column-gap: 4.25rem !important;
  }
  .column-gap-xl-42 {
    column-gap: 4.5rem !important;
  }
  .column-gap-xl-43 {
    column-gap: 4.75rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-51 {
    column-gap: 5.25rem !important;
  }
  .column-gap-xl-52 {
    column-gap: 5.5rem !important;
  }
  .column-gap-xl-53 {
    column-gap: 5.75rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-61 {
    column-gap: 6.25rem !important;
  }
  .column-gap-xl-62 {
    column-gap: 6.5rem !important;
  }
  .column-gap-xl-63 {
    column-gap: 6.75rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !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;
  }
}
@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;
  }
}
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.text-headline-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-rg-sm {
    font-size: 3.75rem !important;
  }
}
.text-headline-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-md-sm {
    font-size: 3.75rem !important;
  }
}
.text-headline-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-smbd-sm {
    font-size: 3.75rem !important;
  }
}
.text-headline-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-bd-sm {
    font-size: 3.75rem !important;
  }
}
.text-h1-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-rg-sm {
    font-size: 3rem !important;
  }
}
.text-h1-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-md-sm {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-smbd-sm {
    font-size: 3rem !important;
  }
}
.text-h1-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-bd-sm {
    font-size: 3rem !important;
  }
}
.text-h2-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-rg-sm {
    font-size: 2.25rem !important;
  }
}
.text-h2-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-md-sm {
    font-size: 2.25rem !important;
  }
}
.text-h2-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-smbd-sm {
    font-size: 2.25rem !important;
  }
}
.text-h2-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-bd-sm {
    font-size: 2.25rem !important;
  }
}
.text-h3-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-rg-sm {
    font-size: 2rem !important;
  }
}
.text-h3-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-md-sm {
    font-size: 2rem !important;
  }
}
.text-h3-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-smbd-sm {
    font-size: 2rem !important;
  }
}
.text-h3-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-bd-sm {
    font-size: 2rem !important;
  }
}
.text-h4-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-rg-sm {
    font-size: 1.625rem !important;
  }
}
.text-h4-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-md-sm {
    font-size: 1.625rem !important;
  }
}
.text-h4-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-smbd-sm {
    font-size: 1.625rem !important;
  }
}
.text-h4-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-bd-sm {
    font-size: 1.625rem !important;
  }
}
.text-h5-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-rg-sm {
    font-size: 1.25rem !important;
  }
}
.text-h5-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-md-sm {
    font-size: 1.25rem !important;
  }
}
.text-h5-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-smbd-sm {
    font-size: 1.25rem !important;
  }
}
.text-h5-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-bd-sm {
    font-size: 1.25rem !important;
  }
}
.text-h6-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-rg-sm {
    font-size: 1.25rem !important;
  }
}
.text-h6-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-md-sm {
    font-size: 1.25rem !important;
  }
}
.text-h6-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-smbd-sm {
    font-size: 1.25rem !important;
  }
}
.text-h6-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-bd-sm {
    font-size: 1.25rem !important;
  }
}
.text-h7-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-h7-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-h7-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-h7-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd1-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd1-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd1-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd1-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd2-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd2-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd2-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd2-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd3-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd3-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd3-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd3-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd4-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd4-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd4-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd4-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd5-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd5-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd5-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd5-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd6-rg-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.text-bd6-md-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.text-bd6-smbd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.text-bd6-bd-sm {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.text-labels-rg-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-labels-md-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-labels-smbd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-labels-bd-sm {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.text-headline-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-rg-md {
    font-size: 3.75rem !important;
  }
}
.text-headline-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-md-md {
    font-size: 3.75rem !important;
  }
}
.text-headline-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-smbd-md {
    font-size: 3.75rem !important;
  }
}
.text-headline-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-bd-md {
    font-size: 3.75rem !important;
  }
}
.text-h1-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-rg-md {
    font-size: 3rem !important;
  }
}
.text-h1-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-md-md {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-smbd-md {
    font-size: 3rem !important;
  }
}
.text-h1-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-bd-md {
    font-size: 3rem !important;
  }
}
.text-h2-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-rg-md {
    font-size: 2.25rem !important;
  }
}
.text-h2-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-md-md {
    font-size: 2.25rem !important;
  }
}
.text-h2-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-smbd-md {
    font-size: 2.25rem !important;
  }
}
.text-h2-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-bd-md {
    font-size: 2.25rem !important;
  }
}
.text-h3-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-rg-md {
    font-size: 2rem !important;
  }
}
.text-h3-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-md-md {
    font-size: 2rem !important;
  }
}
.text-h3-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-smbd-md {
    font-size: 2rem !important;
  }
}
.text-h3-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-bd-md {
    font-size: 2rem !important;
  }
}
.text-h4-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-rg-md {
    font-size: 1.625rem !important;
  }
}
.text-h4-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-md-md {
    font-size: 1.625rem !important;
  }
}
.text-h4-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-smbd-md {
    font-size: 1.625rem !important;
  }
}
.text-h4-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-bd-md {
    font-size: 1.625rem !important;
  }
}
.text-h5-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-rg-md {
    font-size: 1.25rem !important;
  }
}
.text-h5-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-md-md {
    font-size: 1.25rem !important;
  }
}
.text-h5-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-smbd-md {
    font-size: 1.25rem !important;
  }
}
.text-h5-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-bd-md {
    font-size: 1.25rem !important;
  }
}
.text-h6-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-rg-md {
    font-size: 1.25rem !important;
  }
}
.text-h6-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-md-md {
    font-size: 1.25rem !important;
  }
}
.text-h6-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-smbd-md {
    font-size: 1.25rem !important;
  }
}
.text-h6-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-bd-md {
    font-size: 1.25rem !important;
  }
}
.text-h7-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-h7-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-h7-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-h7-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd1-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd1-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd1-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd1-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd2-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd2-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd2-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd2-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd3-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd3-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd3-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd3-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd4-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd4-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd4-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd4-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd5-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd5-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd5-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd5-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd6-rg-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.text-bd6-md-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.text-bd6-smbd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.text-bd6-bd-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.text-labels-rg-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-labels-md-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-labels-smbd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-labels-bd-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.text-headline-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-rg-lg {
    font-size: 3.75rem !important;
  }
}
.text-headline-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-md-lg {
    font-size: 3.75rem !important;
  }
}
.text-headline-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-smbd-lg {
    font-size: 3.75rem !important;
  }
}
.text-headline-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-bd-lg {
    font-size: 3.75rem !important;
  }
}
.text-h1-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-rg-lg {
    font-size: 3rem !important;
  }
}
.text-h1-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-md-lg {
    font-size: 3rem !important;
  }
}
.text-h1-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-smbd-lg {
    font-size: 3rem !important;
  }
}
.text-h1-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-bd-lg {
    font-size: 3rem !important;
  }
}
.text-h2-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-rg-lg {
    font-size: 2.25rem !important;
  }
}
.text-h2-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-md-lg {
    font-size: 2.25rem !important;
  }
}
.text-h2-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-smbd-lg {
    font-size: 2.25rem !important;
  }
}
.text-h2-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-bd-lg {
    font-size: 2.25rem !important;
  }
}
.text-h3-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-rg-lg {
    font-size: 2rem !important;
  }
}
.text-h3-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-md-lg {
    font-size: 2rem !important;
  }
}
.text-h3-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-smbd-lg {
    font-size: 2rem !important;
  }
}
.text-h3-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-bd-lg {
    font-size: 2rem !important;
  }
}
.text-h4-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-rg-lg {
    font-size: 1.625rem !important;
  }
}
.text-h4-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-md-lg {
    font-size: 1.625rem !important;
  }
}
.text-h4-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-smbd-lg {
    font-size: 1.625rem !important;
  }
}
.text-h4-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-bd-lg {
    font-size: 1.625rem !important;
  }
}
.text-h5-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-rg-lg {
    font-size: 1.25rem !important;
  }
}
.text-h5-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-md-lg {
    font-size: 1.25rem !important;
  }
}
.text-h5-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-smbd-lg {
    font-size: 1.25rem !important;
  }
}
.text-h5-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-bd-lg {
    font-size: 1.25rem !important;
  }
}
.text-h6-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-rg-lg {
    font-size: 1.25rem !important;
  }
}
.text-h6-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-md-lg {
    font-size: 1.25rem !important;
  }
}
.text-h6-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-smbd-lg {
    font-size: 1.25rem !important;
  }
}
.text-h6-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-bd-lg {
    font-size: 1.25rem !important;
  }
}
.text-h7-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-h7-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-h7-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-h7-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd1-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd1-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd1-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd1-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd2-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd2-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd2-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd2-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd3-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd3-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd3-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd3-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd4-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd4-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd4-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd4-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd5-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd5-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd5-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd5-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd6-rg-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.text-bd6-md-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.text-bd6-smbd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.text-bd6-bd-lg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.text-labels-rg-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-labels-md-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-labels-smbd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-labels-bd-lg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.text-headline-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-rg {
    font-size: 3.75rem !important;
  }
}
.text-headline-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-md {
    font-size: 3.75rem !important;
  }
}
.text-headline-smbd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-smbd {
    font-size: 3.75rem !important;
  }
}
.text-headline-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-headline-bd {
    font-size: 3.75rem !important;
  }
}
.text-h1-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-rg {
    font-size: 3rem !important;
  }
}
.text-h1-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-md {
    font-size: 3rem !important;
  }
}
.text-h1-smbd, .generic_page h1,
.custom-text-content h1,
.tabs_item-text h1 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-smbd, .generic_page h1,
  .custom-text-content h1,
  .tabs_item-text h1 {
    font-size: 3rem !important;
  }
}
.text-h1-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h1-bd {
    font-size: 3rem !important;
  }
}
.text-h2-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-rg {
    font-size: 2.25rem !important;
  }
}
.text-h2-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-md {
    font-size: 2.25rem !important;
  }
}
.text-h2-smbd, .generic_page h2,
.custom-text-content h2,
.tabs_item-text h2 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-smbd, .generic_page h2,
  .custom-text-content h2,
  .tabs_item-text h2 {
    font-size: 2.25rem !important;
  }
}
.text-h2-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h2-bd {
    font-size: 2.25rem !important;
  }
}
.text-h3-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-rg {
    font-size: 2rem !important;
  }
}
.text-h3-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-md {
    font-size: 2rem !important;
  }
}
.text-h3-smbd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-smbd {
    font-size: 2rem !important;
  }
}
.text-h3-bd, .generic_page h3,
.custom-text-content h3,
.tabs_item-text h3 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h3-bd, .generic_page h3,
  .custom-text-content h3,
  .tabs_item-text h3 {
    font-size: 2rem !important;
  }
}
.text-h4-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-rg {
    font-size: 1.625rem !important;
  }
}
.text-h4-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-md {
    font-size: 1.625rem !important;
  }
}
.text-h4-smbd, .generic_page h4,
.custom-text-content h4,
.tabs_item-text h4 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-smbd, .generic_page h4,
  .custom-text-content h4,
  .tabs_item-text h4 {
    font-size: 1.625rem !important;
  }
}
.text-h4-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.375rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h4-bd {
    font-size: 1.625rem !important;
  }
}
.text-h5-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-rg {
    font-size: 1.25rem !important;
  }
}
.text-h5-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-md {
    font-size: 1.25rem !important;
  }
}
.text-h5-smbd, .generic_page h5,
.custom-text-content h5,
.tabs_item-text h5 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-smbd, .generic_page h5,
  .custom-text-content h5,
  .tabs_item-text h5 {
    font-size: 1.25rem !important;
  }
}
.text-h5-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h5-bd {
    font-size: 1.25rem !important;
  }
}
.text-h6-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-rg {
    font-size: 1.25rem !important;
  }
}
.text-h6-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-md {
    font-size: 1.25rem !important;
  }
}
.text-h6-smbd, .generic_page h6,
.custom-text-content h6,
.tabs_item-text h6 {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-smbd, .generic_page h6,
  .custom-text-content h6,
  .tabs_item-text h6 {
    font-size: 1.25rem !important;
  }
}
.text-h6-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
@media (min-width: 1140px) {
  .text-h6-bd {
    font-size: 1.25rem !important;
  }
}
.text-h7-rg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-h7-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-h7-smbd, .generic_page em,
.custom-text-content em,
.tabs_item-text em {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-h7-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd1-rg, .generic_page p a,
.custom-text-content p a,
.tabs_item-text p a, .generic_page p,
.generic_page *:not(.breadcrumb_subitem) > span,
.custom-text-content p,
.custom-text-content *:not(.breadcrumb_subitem) > span,
.tabs_item-text p,
.tabs_item-text *:not(.breadcrumb_subitem) > span {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd1-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd1-smbd, .aria.aria-skip_to_main {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd1-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd2-rg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd2-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd2-smbd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd2-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd3-rg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd3-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd3-smbd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd3-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd4-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.text-bd4-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}
.text-bd4-smbd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.text-bd4-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.text-bd5-rg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-bd5-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-bd5-smbd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-bd5-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}
.text-bd6-rg {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.text-bd6-md {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
.text-bd6-smbd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.text-bd6-bd {
  color: inherit;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
.text-labels-rg {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}
.text-labels-md {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.text-labels-smbd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}
.text-labels-bd {
  color: inherit;
  font-family: IBM Plex Sans, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.lineclamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.lineclamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

p {
  margin-block: 1rem;
}
p + p:last-of-type {
  margin-bottom: 0;
}

.widget strong {
  color: var(--brand-red);
}

strong:not(.widget strong) {
  font-weight: 700;
}

em {
  font-style: italic;
}

:root {
  --brand-blue: #003846;
  --brand-blue-rgb: 0, 56, 70;
  --brand-red: #E31D1A;
  --brand-red-rgb: 227, 29, 26;
  --brand-grey: #D6D6D6;
  --brand-grey-rgb: 214, 214, 214;
  --blue-100: #59C0DA;
  --blue-100-rgb: 89, 192, 218;
  --blue-200: #439EB5;
  --blue-200-rgb: 67, 158, 181;
  --blue-300: #2C7C90;
  --blue-300-rgb: 44, 124, 144;
  --blue-400: #165A6B;
  --blue-400-rgb: 22, 90, 107;
  --blue-500: #003846;
  --blue-500-rgb: 0, 56, 70;
  --blue-600: #002D38;
  --blue-600-rgb: 0, 45, 56;
  --blue-700: #00222A;
  --blue-700-rgb: 0, 34, 42;
  --red-100: #F9D2D1;
  --red-100-rgb: 249, 210, 209;
  --red-200: #F4A5A3;
  --red-200-rgb: 244, 165, 163;
  --red-300: #EE7776;
  --red-300-rgb: 238, 119, 118;
  --red-400: #E94A48;
  --red-400-rgb: 233, 74, 72;
  --red-500: #E31D1A;
  --red-500-rgb: 227, 29, 26;
  --red-600: #B61715;
  --red-600-rgb: 182, 23, 21;
  --neutrals-0: #FFFFFF;
  --neutrals-0-rgb: 255, 255, 255;
  --neutrals-50: #F2F2F2;
  --neutrals-50-rgb: 242, 242, 242;
  --neutrals-100: #E5E5E5;
  --neutrals-100-rgb: 229, 229, 229;
  --neutrals-200: #D6D6D6;
  --neutrals-200-rgb: 214, 214, 214;
  --neutrals-300: #B1B1B1;
  --neutrals-300-rgb: 177, 177, 177;
  --neutrals-400: #979797;
  --neutrals-400-rgb: 151, 151, 151;
  --neutrals-500: #7D7D7D;
  --neutrals-500-rgb: 125, 125, 125;
  --neutrals-600: #646464;
  --neutrals-600-rgb: 100, 100, 100;
  --neutrals-700: #4B4B4B;
  --neutrals-700-rgb: 75, 75, 75;
  --neutrals-800: #323232;
  --neutrals-800-rgb: 50, 50, 50;
  --neutrals-900: #191919;
  --neutrals-900-rgb: 25, 25, 25;
  --neutrals-950: #000000;
  --neutrals-950-rgb: 0, 0, 0;
}

.color-brand-blue {
  color: #003846 !important;
}
.color-brand-red {
  color: #E31D1A !important;
}
.color-brand-grey {
  color: #D6D6D6 !important;
}
.color-blue-100 {
  color: #59C0DA !important;
}
.color-blue-200 {
  color: #439EB5 !important;
}
.color-blue-300 {
  color: #2C7C90 !important;
}
.color-blue-400 {
  color: #165A6B !important;
}
.color-blue-500 {
  color: #003846 !important;
}
.color-blue-600 {
  color: #002D38 !important;
}
.color-blue-700 {
  color: #00222A !important;
}
.color-red-100 {
  color: #F9D2D1 !important;
}
.color-red-200 {
  color: #F4A5A3 !important;
}
.color-red-300 {
  color: #EE7776 !important;
}
.color-red-400 {
  color: #E94A48 !important;
}
.color-red-500 {
  color: #E31D1A !important;
}
.color-red-600 {
  color: #B61715 !important;
}
.color-neutrals-0 {
  color: #FFFFFF !important;
}
.color-neutrals-50 {
  color: #F2F2F2 !important;
}
.color-neutrals-100 {
  color: #E5E5E5 !important;
}
.color-neutrals-200 {
  color: #D6D6D6 !important;
}
.color-neutrals-300 {
  color: #B1B1B1 !important;
}
.color-neutrals-400 {
  color: #979797 !important;
}
.color-neutrals-500 {
  color: #7D7D7D !important;
}
.color-neutrals-600 {
  color: #646464 !important;
}
.color-neutrals-700 {
  color: #4B4B4B !important;
}
.color-neutrals-800 {
  color: #323232 !important;
}
.color-neutrals-900 {
  color: #191919 !important;
}
.color-neutrals-950 {
  color: #000000 !important;
}

.bg-brand-blue {
  background-color: #003846 !important;
}
.bg-brand-red {
  background-color: #E31D1A !important;
}
.bg-brand-grey {
  background-color: #D6D6D6 !important;
}
.bg-blue-100 {
  background-color: #59C0DA !important;
}
.bg-blue-200 {
  background-color: #439EB5 !important;
}
.bg-blue-300 {
  background-color: #2C7C90 !important;
}
.bg-blue-400 {
  background-color: #165A6B !important;
}
.bg-blue-500 {
  background-color: #003846 !important;
}
.bg-blue-600 {
  background-color: #002D38 !important;
}
.bg-blue-700 {
  background-color: #00222A !important;
}
.bg-red-100 {
  background-color: #F9D2D1 !important;
}
.bg-red-200 {
  background-color: #F4A5A3 !important;
}
.bg-red-300 {
  background-color: #EE7776 !important;
}
.bg-red-400 {
  background-color: #E94A48 !important;
}
.bg-red-500 {
  background-color: #E31D1A !important;
}
.bg-red-600 {
  background-color: #B61715 !important;
}
.bg-neutrals-0 {
  background-color: #FFFFFF !important;
}
.bg-neutrals-50 {
  background-color: #F2F2F2 !important;
}
.bg-neutrals-100 {
  background-color: #E5E5E5 !important;
}
.bg-neutrals-200 {
  background-color: #D6D6D6 !important;
}
.bg-neutrals-300 {
  background-color: #B1B1B1 !important;
}
.bg-neutrals-400 {
  background-color: #979797 !important;
}
.bg-neutrals-500 {
  background-color: #7D7D7D !important;
}
.bg-neutrals-600 {
  background-color: #646464 !important;
}
.bg-neutrals-700 {
  background-color: #4B4B4B !important;
}
.bg-neutrals-800 {
  background-color: #323232 !important;
}
.bg-neutrals-900 {
  background-color: #191919 !important;
}
.bg-neutrals-950 {
  background-color: #000000 !important;
}

.cut-tl {
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
}
.cut-tr {
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.cut-bl {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.cut-br {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?3ovwc1");
  src: url("../fonts/icons/icomoon.eot?3ovwc1#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?3ovwc1") format("truetype"), url("../fonts/icons/icomoon.woff?3ovwc1") format("woff"), url("../fonts/icons/icomoon.svg?3ovwc1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-e911_emergency:before {
  content: "\f04f";
}

.icon-paid:before {
  content: "\f04b";
}

.icon-instant_mix:before {
  content: "\f04c";
}

.icon-finance_mode:before {
  content: "\f04d";
}

.icon-bubble_chart:before {
  content: "\f04e";
}

.icon-attachment:before {
  content: "\f044";
}

.icon-avg_pace:before {
  content: "\f045";
}

.icon-charger:before {
  content: "\f046";
}

.icon-Contract:before {
  content: "\f047";
}

.icon-Experience:before {
  content: "\f048";
}

.icon-stacked_email:before {
  content: "\f049";
}

.icon-whatsapp:before {
  content: "\f04a";
}

.icon-contract:before {
  content: "\f043";
}

.icon-chart_data:before {
  content: "\f040";
}

.icon-handshake:before {
  content: "\f041";
}

.icon-volunteer_activism:before {
  content: "\f042";
}

.icon-3d-cursor:before {
  content: "\e911";
}

.icon-3d-cursor--alt:before {
  content: "\e91f";
}

.icon-3d-curve--auto-colon:before {
  content: "\e920";
}

.icon-3d-curve--auto-vessels:before {
  content: "\e921";
}

.icon-3d-curve--manual:before {
  content: "\e922";
}

.icon-3d-ica:before {
  content: "\e923";
}

.icon-3d-mpr-toggle:before {
  content: "\e924";
}

.icon-3d-print-mesh:before {
  content: "\e933";
}

.icon-3d-software:before {
  content: "\e934";
}

.icon-3rd-party-connected:before {
  content: "\e935";
}

.icon-4k:before {
  content: "\e93d";
}

.icon-4k--filled:before {
  content: "\e93e";
}

.icon-Accessibility:before {
  content: "\e93f";
}

.icon-Accessibility--alt:before {
  content: "\e940";
}

.icon-Accessibility--color:before {
  content: "\e941";
}

.icon-Accessibility--color--filled:before {
  content: "\e942";
}

.icon-Account:before {
  content: "\e943";
}

.icon-Accumulation--ice:before {
  content: "\e944";
}

.icon-Accumulation--precipitation:before {
  content: "\e925";
}

.icon-Accumulation--rain:before {
  content: "\e926";
}

.icon-Accumulation--snow:before {
  content: "\e927";
}

.icon-Activity:before {
  content: "\e928";
}

.icon-Add:before {
  content: "\e929";
}

.icon-Add--alt:before {
  content: "\e92a";
}

.icon-Add-comment:before {
  content: "\e92b";
}

.icon-Add--filled:before {
  content: "\e945";
}

.icon-Agriculture-analytics:before {
  content: "\e946";
}

.icon-Ai-results:before {
  content: "\e947";
}

.icon-Ai-results--high:before {
  content: "\e94f";
}

.icon-Ai-results--low:before {
  content: "\e950";
}

.icon-Ai-results--medium:before {
  content: "\e951";
}

.icon-Ai-results--urgent:before {
  content: "\e952";
}

.icon-Ai-results--very-high:before {
  content: "\e953";
}

.icon-Airline--digital-gate:before {
  content: "\e954";
}

.icon-Airline--manage-gates:before {
  content: "\e955";
}

.icon-Airline--passenger-care:before {
  content: "\e956";
}

.icon-Airline--rapid-board:before {
  content: "\e92c";
}

.icon-Airplay:before {
  content: "\e92d";
}

.icon-Airplay--filled:before {
  content: "\e92e";
}

.icon-Airport--01:before {
  content: "\e92f";
}

.icon-Airport--02:before {
  content: "\e930";
}

.icon-Airport-location:before {
  content: "\e931";
}

.icon-Ai-status:before {
  content: "\e932";
}

.icon-Ai-status--complete:before {
  content: "\e957";
}

.icon-Ai-status--failed:before {
  content: "\e958";
}

.icon-Ai-status--in-progress:before {
  content: "\e959";
}

.icon-Ai-status--queued:before {
  content: "\e961";
}

.icon-Ai-status--rejected:before {
  content: "\e962";
}

.icon-Alarm:before {
  content: "\e963";
}

.icon-Alarm--add:before {
  content: "\e964";
}

.icon-Alarm--subtract:before {
  content: "\e965";
}

.icon-Align-box--bottom-center:before {
  content: "\e966";
}

.icon-Align-box--bottom-left:before {
  content: "\e967";
}

.icon-Align-box--bottom-right:before {
  content: "\e968";
}

.icon-Align-box--middle-center:before {
  content: "\e936";
}

.icon-Align-box--middle-left:before {
  content: "\e937";
}

.icon-Align-box--middle-right:before {
  content: "\e938";
}

.icon-Align-box--top-center:before {
  content: "\e939";
}

.icon-Align-box--top-left:before {
  content: "\e93a";
}

.icon-Align-box--top-right:before {
  content: "\e93b";
}

.icon-Align--horizontal-center:before {
  content: "\e93c";
}

.icon-Align--horizontal-left:before {
  content: "\e969";
}

.icon-Align--horizontal-right:before {
  content: "\e96a";
}

.icon-Align--vertical-bottom:before {
  content: "\e96b";
}

.icon-Align--vertical-center:before {
  content: "\e973";
}

.icon-Align--vertical-top:before {
  content: "\e974";
}

.icon-Analytics:before {
  content: "\e975";
}

.icon-Analytics--reference:before {
  content: "\e976";
}

.icon-Angle:before {
  content: "\e977";
}

.icon-Annotation-visibility:before {
  content: "\e978";
}

.icon-Aperture:before {
  content: "\e979";
}

.icon-Api:before {
  content: "\e97a";
}

.icon-Api--1:before {
  content: "\e948";
}

.icon-App:before {
  content: "\e949";
}

.icon-App-connectivity:before {
  content: "\e94a";
}

.icon-Apple:before {
  content: "\e94b";
}

.icon-Application:before {
  content: "\e94c";
}

.icon-Application--mobile:before {
  content: "\e94d";
}

.icon-Application--virtual:before {
  content: "\e94e";
}

.icon-Application--web:before {
  content: "\e97b";
}

.icon-Apps:before {
  content: "\e97c";
}

.icon-Archive:before {
  content: "\e97d";
}

.icon-Area:before {
  content: "\e985";
}

.icon-Area--custom:before {
  content: "\e986";
}

.icon-Arrival:before {
  content: "\e987";
}

.icon-Arrow--down:before {
  content: "\e988";
}

.icon-Arrow--down-left:before {
  content: "\e989";
}

.icon-Arrow--down-right:before {
  content: "\e98a";
}

.icon-Arrow--left:before {
  content: "\e98b";
}

.icon-Arrow--right:before {
  content: "\e98c";
}

.icon-Arrow-shift-down:before {
  content: "\e95a";
}

.icon-Arrows--horizontal:before {
  content: "\e95b";
}

.icon-Arrows--vertical:before {
  content: "\e95c";
}

.icon-Arrow--up:before {
  content: "\e95d";
}

.icon-Arrow--up-left:before {
  content: "\e95e";
}

.icon-Arrow--up-right:before {
  content: "\e95f";
}

.icon-Asleep:before {
  content: "\e960";
}

.icon-Asleep--filled:before {
  content: "\e98d";
}

.icon-Asset:before {
  content: "\e98e";
}

.icon-Asset--confirm:before {
  content: "\e98f";
}

.icon-Asset--digital-twin:before {
  content: "\e997";
}

.icon-Asset--view:before {
  content: "\e998";
}

.icon-Asterisk:before {
  content: "\e999";
}

.icon-At:before {
  content: "\e99a";
}

.icon-Attachment:before {
  content: "\e99b";
}

.icon-Audio-console:before {
  content: "\e99c";
}

.icon-Augmented-reality:before {
  content: "\e99d";
}

.icon-Automatic:before {
  content: "\e99e";
}

.icon-Autoscaling:before {
  content: "\e96c";
}

.icon-Auto-scroll:before {
  content: "\e96d";
}

.icon-Awake:before {
  content: "\e96e";
}

.icon-Badge:before {
  content: "\e96f";
}

.icon-Baggage-claim:before {
  content: "\e970";
}

.icon-Bar:before {
  content: "\e971";
}

.icon-Barcode:before {
  content: "\e972";
}

.icon-Bare-metal-server:before {
  content: "\e99f";
}

.icon-Bare-metal-server--01:before {
  content: "\e9a0";
}

.icon-Bare-metal-server--02:before {
  content: "\e9a1";
}

.icon-Barrier:before {
  content: "\e9a9";
}

.icon-Basketball:before {
  content: "\e9aa";
}

.icon-Bastion-host:before {
  content: "\e9ab";
}

.icon-Bat:before {
  content: "\e9ac";
}

.icon-Battery--charging:before {
  content: "\e9ad";
}

.icon-Battery--empty:before {
  content: "\e9ae";
}

.icon-Battery--full:before {
  content: "\e9af";
}

.icon-Battery--half:before {
  content: "\e9b0";
}

.icon-Battery--low:before {
  content: "\e97e";
}

.icon-Battery--quarter:before {
  content: "\e97f";
}

.icon-Bee:before {
  content: "\e980";
}

.icon-Bee-bat:before {
  content: "\e981";
}

.icon-Bicycle:before {
  content: "\e982";
}

.icon-Binoculars:before {
  content: "\e983";
}

.icon-Bloch-sphere:before {
  content: "\e984";
}

.icon-Blockchain:before {
  content: "\e9b1";
}

.icon-Block-storage:before {
  content: "\e9b2";
}

.icon-Block-storage--alt:before {
  content: "\e9b3";
}

.icon-Blog:before {
  content: "\e9bb";
}

.icon-Bluetooth:before {
  content: "\e9bc";
}

.icon-Bluetooth--off:before {
  content: "\e9bd";
}

.icon-Book:before {
  content: "\e9be";
}

.icon-Bookmark:before {
  content: "\e9bf";
}

.icon-Bookmark--add:before {
  content: "\e9c0";
}

.icon-Bookmark--filled:before {
  content: "\e9c1";
}

.icon-Boolean:before {
  content: "\e9c2";
}

.icon-Boot:before {
  content: "\e990";
}

.icon-Border--bottom:before {
  content: "\e991";
}

.icon-Border--full:before {
  content: "\e992";
}

.icon-Border--left:before {
  content: "\e993";
}

.icon-Border--none:before {
  content: "\e994";
}

.icon-Border--right:before {
  content: "\e995";
}

.icon-Border--top:before {
  content: "\e996";
}

.icon-Bot:before {
  content: "\e9c3";
}

.icon-Box:before {
  content: "\e9c4";
}

.icon-Box--extra-large:before {
  content: "\e9c5";
}

.icon-Box--large:before {
  content: "\e9cd";
}

.icon-Box--medium:before {
  content: "\e9ce";
}

.icon-Box-plot:before {
  content: "\e9cf";
}

.icon-Box--small:before {
  content: "\e9d0";
}

.icon-Branch:before {
  content: "\e9d1";
}

.icon-Breaking-change:before {
  content: "\e9d2";
}

.icon-Brightness-contrast:before {
  content: "\e9d3";
}

.icon-Bring-to-front:before {
  content: "\e9d4";
}

.icon-Brush-freehand:before {
  content: "\e9a2";
}

.icon-Brush-polygon:before {
  content: "\e9a3";
}

.icon-Building:before {
  content: "\e9a4";
}

.icon-Building--insights-1:before {
  content: "\e9a5";
}

.icon-Building--insights-2:before {
  content: "\e9a6";
}

.icon-Building--insights-3:before {
  content: "\e9a7";
}

.icon-Bullhorn:before {
  content: "\e9a8";
}

.icon-Buoy:before {
  content: "\e9d5";
}

.icon-Bus:before {
  content: "\e9d6";
}

.icon-Cabin-care:before {
  content: "\e9d7";
}

.icon-Cabin-care--alert:before {
  content: "\e9df";
}

.icon-Cabin-care--alt:before {
  content: "\e9e0";
}

.icon-Cad:before {
  content: "\e9e1";
}

.icon-Cafe:before {
  content: "\e9e2";
}

.icon-Calculation:before {
  content: "\e9e3";
}

.icon-Calculation--alt:before {
  content: "\e9e4";
}

.icon-Calculator:before {
  content: "\e9e5";
}

.icon-Calculator--check:before {
  content: "\e9e6";
}

.icon-Calendar:before {
  content: "\e9b4";
}

.icon-Calendar--heat-map:before {
  content: "\e9b5";
}

.icon-Calendar--settings:before {
  content: "\e9b6";
}

.icon-Calendar--tools:before {
  content: "\e9b7";
}

.icon-Calibrate:before {
  content: "\e9b8";
}

.icon-Camera:before {
  content: "\e9b9";
}

.icon-Camera--action:before {
  content: "\e9ba";
}

.icon-Campsite:before {
  content: "\e9e7";
}

.icon-Car:before {
  content: "\e9e8";
}

.icon-Carbon:before {
  content: "\e9e9";
}

.icon-Carbon-accounting:before {
  content: "\e9f1";
}

.icon-Caret--down:before {
  content: "\e9f2";
}

.icon-Caret--left:before {
  content: "\e9f3";
}

.icon-Caret--right:before {
  content: "\e9f4";
}

.icon-Caret--sort:before {
  content: "\e9f5";
}

.icon-Caret--sort--down:before {
  content: "\e9f6";
}

.icon-Caret--sort--up:before {
  content: "\e9f7";
}

.icon-Caret--up:before {
  content: "\e9f8";
}

.icon-Car--front:before {
  content: "\e9c6";
}

.icon-Carousel--horizontal:before {
  content: "\e9c7";
}

.icon-Carousel--vertical:before {
  content: "\e9c8";
}

.icon-Catalog:before {
  content: "\e9c9";
}

.icon-Categories:before {
  content: "\e9ca";
}

.icon-Category:before {
  content: "\e9cb";
}

.icon-Category--add:before {
  content: "\e9cc";
}

.icon-Category--and:before {
  content: "\e9f9";
}

.icon-Category--new:before {
  content: "\e9fa";
}

.icon-Category--new-each:before {
  content: "\e9fb";
}

.icon-Caution:before {
  content: "\ea03";
}

.icon-Caution-inverted:before {
  content: "\ea04";
}

.icon-Ccx:before {
  content: "\ea05";
}

.icon-Cda:before {
  content: "\ea06";
}

.icon-Cd--archive:before {
  content: "\ea07";
}

.icon-Cd--create-archive:before {
  content: "\ea08";
}

.icon-Cd--create-exchange:before {
  content: "\ea09";
}

.icon-Cell-tower:before {
  content: "\ea0a";
}

.icon-Center--circle:before {
  content: "\e9d8";
}

.icon-Center--square:before {
  content: "\e9d9";
}

.icon-Center-to-fit:before {
  content: "\e9da";
}

.icon-Certificate:before {
  content: "\e9db";
}

.icon-Certificate--check:before {
  content: "\e9dc";
}

.icon-Change-catalog:before {
  content: "\e9dd";
}

.icon-Character-patterns:before {
  content: "\e9de";
}

.icon-Charging-station:before {
  content: "\ea0b";
}

.icon-Charging-station--filled:before {
  content: "\ea0c";
}

.icon-Chart--3d:before {
  content: "\ea0d";
}

.icon-Chart--area:before {
  content: "\ea15";
}

.icon-Chart--area-smooth:before {
  content: "\ea16";
}

.icon-Chart--area-stepper:before {
  content: "\ea17";
}

.icon-Chart--average:before {
  content: "\ea18";
}

.icon-Chart--bar:before {
  content: "\ea19";
}

.icon-Chart--bar-floating:before {
  content: "\ea1a";
}

.icon-Chart--bar-overlay:before {
  content: "\ea1b";
}

.icon-Chart--bar-stacked:before {
  content: "\ea1c";
}

.icon-Chart--bar-target:before {
  content: "\e9ea";
}

.icon-Chart--bubble:before {
  content: "\e9eb";
}

.icon-Chart--bubble-packed:before {
  content: "\e9ec";
}

.icon-Chart--bullet:before {
  content: "\e9ed";
}

.icon-Chart--candlestick:before {
  content: "\e9ee";
}

.icon-Chart--cluster-bar:before {
  content: "\e9ef";
}

.icon-Chart--column:before {
  content: "\e9f0";
}

.icon-Chart--column-floating:before {
  content: "\ea1d";
}

.icon-Chart--column-target:before {
  content: "\ea1e";
}

.icon-Chart--combo:before {
  content: "\ea1f";
}

.icon-Chart--combo-stacked:before {
  content: "\ea27";
}

.icon-Chart--custom:before {
  content: "\ea28";
}

.icon-Chart--error-bar:before {
  content: "\ea29";
}

.icon-Chart--error-bar--alt:before {
  content: "\ea2a";
}

.icon-Chart--evaluation:before {
  content: "\ea2b";
}

.icon-Chart--high-low:before {
  content: "\ea2c";
}

.icon-Chart--histogram:before {
  content: "\ea2d";
}

.icon-Chart--line:before {
  content: "\ea2e";
}

.icon-Chart--line--data:before {
  content: "\e9fc";
}

.icon-Chart--line-smooth:before {
  content: "\e9fd";
}

.icon-Chart--marimekko:before {
  content: "\e9fe";
}

.icon-Chart--maximum:before {
  content: "\e9ff";
}

.icon-Chart--median:before {
  content: "\ea00";
}

.icon-Chart--minimum:before {
  content: "\ea01";
}

.icon-Chart--multi-line:before {
  content: "\ea02";
}

.icon-Chart--multitype:before {
  content: "\ea2f";
}

.icon-Chart--network:before {
  content: "\ea30";
}

.icon-Chart--parallel:before {
  content: "\ea31";
}

.icon-Chart--pie:before {
  content: "\ea39";
}

.icon-Chart--point:before {
  content: "\ea3a";
}

.icon-Chart--population:before {
  content: "\ea3b";
}

.icon-Chart--radar:before {
  content: "\ea3c";
}

.icon-Chart--radial:before {
  content: "\ea3d";
}

.icon-Chart--relationship:before {
  content: "\ea3e";
}

.icon-Chart--ring:before {
  content: "\ea3f";
}

.icon-Chart--river:before {
  content: "\ea40";
}

.icon-Chart--rose:before {
  content: "\ea0e";
}

.icon-Chart--scatter:before {
  content: "\ea0f";
}

.icon-Chart--spiral:before {
  content: "\ea10";
}

.icon-Chart--stacked:before {
  content: "\ea11";
}

.icon-Chart--stepper:before {
  content: "\ea12";
}

.icon-Chart--sunburst:before {
  content: "\ea13";
}

.icon-Chart--treemap:before {
  content: "\ea14";
}

.icon-Chart--t-sne:before {
  content: "\ea41";
}

.icon-Chart--venn-diagram:before {
  content: "\ea42";
}

.icon-Chart--violin-plot:before {
  content: "\ea43";
}

.icon-Chart--waterfall:before {
  content: "\ea4b";
}

.icon-Chart--win-loss:before {
  content: "\ea4c";
}

.icon-Chat:before {
  content: "\ea4d";
}

.icon-Chat-bot:before {
  content: "\ea4e";
}

.icon-Chat--launch:before {
  content: "\ea4f";
}

.icon-Chat--operational:before {
  content: "\ea50";
}

.icon-Checkbox:before {
  content: "\ea51";
}

.icon-Checkbox--checked:before {
  content: "\ea52";
}

.icon-Checkbox--checked--filled:before {
  content: "\ea20";
}

.icon-Checkbox--indeterminate:before {
  content: "\ea21";
}

.icon-Checkbox--indeterminate--filled:before {
  content: "\ea22";
}

.icon-Checkmark:before {
  content: "\ea23";
}

.icon-Checkmark--filled:before {
  content: "\ea24";
}

.icon-Checkmark--filled--error:before {
  content: "\ea25";
}

.icon-Checkmark--filled--warning:before {
  content: "\ea26";
}

.icon-Checkmark--outline:before {
  content: "\ea53";
}

.icon-Checkmark--outline--error:before {
  content: "\ea54";
}

.icon-Checkmark--outline--warning:before {
  content: "\ea55";
}

.icon-Chemistry:before {
  content: "\ea5d";
}

.icon-Chemistry--reference:before {
  content: "\ea5e";
}

.icon-Chevron--down:before {
  content: "\ea5f";
}

.icon-Chevron--left:before {
  content: "\ea60";
}

.icon-Chevron--mini:before {
  content: "\ea61";
}

.icon-Chevron--right:before {
  content: "\ea62";
}

.icon-Chevron--sort:before {
  content: "\ea63";
}

.icon-Chevron--sort--down:before {
  content: "\ea64";
}

.icon-Chevron--sort--up:before {
  content: "\ea32";
}

.icon-Chevron--up:before {
  content: "\ea33";
}

.icon-Chip:before {
  content: "\ea34";
}

.icon-Choices:before {
  content: "\ea35";
}

.icon-Choose-item:before {
  content: "\ea36";
}

.icon-Choropleth-map:before {
  content: "\ea37";
}

.icon-Circle-dash:before {
  content: "\ea38";
}

.icon-Circle-fill:before {
  content: "\ea65";
}

.icon-Circle--filled:before {
  content: "\ea66";
}

.icon-Circle-measurement:before {
  content: "\ea67";
}

.icon-Circle-packing:before {
  content: "\ea6f";
}

.icon-Circle-stroke:before {
  content: "\ea70";
}

.icon-Circuit-composer:before {
  content: "\ea71";
}

.icon-Classification:before {
  content: "\ea72";
}

.icon-Classifier--language:before {
  content: "\ea73";
}

.icon-Clean:before {
  content: "\ea74";
}

.icon-Close:before {
  content: "\ea75";
}

.icon-Closed-caption:before {
  content: "\ea76";
}

.icon-Closed-caption--alt:before {
  content: "\ea44";
}

.icon-Closed-caption--filled:before {
  content: "\ea45";
}

.icon-Close--filled:before {
  content: "\ea46";
}

.icon-Close--outline:before {
  content: "\ea47";
}

.icon-Cloud:before {
  content: "\ea48";
}

.icon-Cloud--alerting:before {
  content: "\ea49";
}

.icon-Cloud-app:before {
  content: "\ea4a";
}

.icon-Cloud--auditing:before {
  content: "\ea77";
}

.icon-Cloud-ceiling:before {
  content: "\ea78";
}

.icon-Cloud--data-ops:before {
  content: "\ea79";
}

.icon-Cloud--download:before {
  content: "\ea81";
}

.icon-Cloud-foundry--1:before {
  content: "\ea82";
}

.icon-Cloud-foundry--2:before {
  content: "\ea83";
}

.icon-Cloud--logging:before {
  content: "\ea84";
}

.icon-Cloud--monitoring:before {
  content: "\ea85";
}

.icon-Cloud-registry:before {
  content: "\ea86";
}

.icon-Cloud-satellite:before {
  content: "\ea87";
}

.icon-Cloud--service-management:before {
  content: "\ea88";
}

.icon-Cloud-services:before {
  content: "\ea56";
}

.icon-Cloud--upload:before {
  content: "\ea57";
}

.icon-Cloudy:before {
  content: "\ea58";
}

.icon-Cobb-angle:before {
  content: "\ea59";
}

.icon-Code:before {
  content: "\ea5a";
}

.icon-Code--hide:before {
  content: "\ea5b";
}

.icon-Code--reference:before {
  content: "\ea5c";
}

.icon-Code-signing-service:before {
  content: "\ea89";
}

.icon-Cognitive:before {
  content: "\ea8a";
}

.icon-Collaborate:before {
  content: "\ea8b";
}

.icon-Collapse-all:before {
  content: "\ea93";
}

.icon-Collapse-categories:before {
  content: "\ea94";
}

.icon-Color-palette:before {
  content: "\ea95";
}

.icon-Color-switch:before {
  content: "\ea96";
}

.icon-Column:before {
  content: "\ea97";
}

.icon-Column--delete:before {
  content: "\ea98";
}

.icon-Column-dependency:before {
  content: "\ea99";
}

.icon-Column--insert:before {
  content: "\ea9a";
}

.icon-Commit:before {
  content: "\ea68";
}

.icon-Communication--unified:before {
  content: "\ea69";
}

.icon-Compare:before {
  content: "\ea6a";
}

.icon-Compass:before {
  content: "\ea6b";
}

.icon-Composer-edit:before {
  content: "\ea6c";
}

.icon-Concept:before {
  content: "\ea6d";
}

.icon-Condition--point:before {
  content: "\ea6e";
}

.icon-Condition--wait-point:before {
  content: "\ea9b";
}

.icon-Connect:before {
  content: "\ea9c";
}

.icon-Connection--receive:before {
  content: "\ea9d";
}

.icon-Connection--send:before {
  content: "\eaa5";
}

.icon-Connection-signal:before {
  content: "\eaa6";
}

.icon-Connection-signal--off:before {
  content: "\eaa7";
}

.icon-Connection--two-way:before {
  content: "\eaa8";
}

.icon-Connect--recursive:before {
  content: "\eaa9";
}

.icon-Connect--source:before {
  content: "\eaaa";
}

.icon-Connect--target:before {
  content: "\eaab";
}

.icon-Construction:before {
  content: "\eaac";
}

.icon-Container-registry:before {
  content: "\ea7a";
}

.icon-Container-services:before {
  content: "\ea7b";
}

.icon-Container-software:before {
  content: "\ea7c";
}

.icon-Content-delivery-network:before {
  content: "\ea7d";
}

.icon-Content-view:before {
  content: "\ea7e";
}

.icon-Continue:before {
  content: "\ea7f";
}

.icon-Continue--filled:before {
  content: "\ea80";
}

.icon-Contour--draw:before {
  content: "\eaad";
}

.icon-Contour--edit:before {
  content: "\eaae";
}

.icon-Contour-finding:before {
  content: "\eaaf";
}

.icon-Contrast:before {
  content: "\eab7";
}

.icon-Convert-to-cloud:before {
  content: "\eab8";
}

.icon-Copy:before {
  content: "\eab9";
}

.icon-Copy--file:before {
  content: "\eaba";
}

.icon-Copy--link:before {
  content: "\eabb";
}

.icon-Corn:before {
  content: "\eabc";
}

.icon-Corner:before {
  content: "\eabd";
}

.icon-Coronavirus:before {
  content: "\eabe";
}

.icon-Cost:before {
  content: "\ea8c";
}

.icon-Cost--total:before {
  content: "\ea8d";
}

.icon-Cough:before {
  content: "\ea8e";
}

.icon-Course:before {
  content: "\ea8f";
}

.icon-Covariate:before {
  content: "\ea90";
}

.icon-Credentials:before {
  content: "\ea91";
}

.icon-Critical:before {
  content: "\ea92";
}

.icon-Critical-severity:before {
  content: "\eabf";
}

.icon-Crop:before {
  content: "\eac0";
}

.icon-Crop-growth:before {
  content: "\eac1";
}

.icon-Crop-health:before {
  content: "\eac9";
}

.icon-Cross-reference:before {
  content: "\eaca";
}

.icon-Crossroads:before {
  content: "\eacb";
}

.icon-Cross-tab:before {
  content: "\eacc";
}

.icon-Crowd-report:before {
  content: "\eacd";
}

.icon-Crowd-report--filled:before {
  content: "\eace";
}

.icon-Csv:before {
  content: "\eacf";
}

.icon-Cu1:before {
  content: "\ead0";
}

.icon-Cu3:before {
  content: "\ea9e";
}

.icon-Cube:before {
  content: "\ea9f";
}

.icon-Cube-view:before {
  content: "\eaa0";
}

.icon-Currency:before {
  content: "\eaa1";
}

.icon-Currency--baht:before {
  content: "\eaa2";
}

.icon-Currency--dollar:before {
  content: "\eaa3";
}

.icon-Currency--euro:before {
  content: "\eaa4";
}

.icon-Currency--lira:before {
  content: "\ead1";
}

.icon-Currency--pound:before {
  content: "\ead2";
}

.icon-Currency--ruble:before {
  content: "\ead3";
}

.icon-Currency--rupee:before {
  content: "\eadb";
}

.icon-Currency--shekel:before {
  content: "\eadc";
}

.icon-Currency--won:before {
  content: "\eadd";
}

.icon-Currency--yen:before {
  content: "\eade";
}

.icon-Cursor--1:before {
  content: "\eadf";
}

.icon-Cursor--2:before {
  content: "\eae0";
}

.icon-Cut:before {
  content: "\eae1";
}

.icon-Cut-in-half:before {
  content: "\eae2";
}

.icon-Cut-out:before {
  content: "\eab0";
}

.icon-Cy:before {
  content: "\eab1";
}

.icon-Cyclist:before {
  content: "\eab2";
}

.icon-Cz:before {
  content: "\eab3";
}

.icon-Dashboard:before {
  content: "\eab4";
}

.icon-Dashboard--reference:before {
  content: "\eab5";
}

.icon-Data--1:before {
  content: "\eab6";
}

.icon-Data--2:before {
  content: "\eae3";
}

.icon-Data-accessor:before {
  content: "\eae4";
}

.icon-Data-backup:before {
  content: "\eae5";
}

.icon-Data--base:before {
  content: "\eaed";
}

.icon-Data--base--alt:before {
  content: "\eaee";
}

.icon-Database--datastax:before {
  content: "\eaef";
}

.icon-Database--elastic:before {
  content: "\eaf0";
}

.icon-Database--enterprise-db2:before {
  content: "\eaf1";
}

.icon-Database--etcd:before {
  content: "\eaf2";
}

.icon-Database--mongodb:before {
  content: "\eaf3";
}

.icon-Database--postgresql:before {
  content: "\eaf4";
}

.icon-Database--rabbit:before {
  content: "\eac2";
}

.icon-Database--redis:before {
  content: "\eac3";
}

.icon-Data-bin:before {
  content: "\eac4";
}

.icon-Data-blob:before {
  content: "\eac5";
}

.icon-Data--center:before {
  content: "\eac6";
}

.icon-Data--check:before {
  content: "\eac7";
}

.icon-Data-class:before {
  content: "\eac8";
}

.icon-Data-collection:before {
  content: "\eaf5";
}

.icon-Data--connected:before {
  content: "\eaf6";
}

.icon-Data-diode:before {
  content: "\eaf7";
}

.icon-Data--error:before {
  content: "\eaff";
}

.icon-Data--format:before {
  content: "\eb00";
}

.icon-Data-player:before {
  content: "\eb01";
}

.icon-Data--reference:before {
  content: "\eb02";
}

.icon-Data-refinery:before {
  content: "\eb03";
}

.icon-Data-refinery--reference:before {
  content: "\eb04";
}

.icon-Data--set:before {
  content: "\eb05";
}

.icon-Data-share:before {
  content: "\eb06";
}

.icon-Datastore:before {
  content: "\ead4";
}

.icon-Data--structured:before {
  content: "\ead5";
}

.icon-Data-table:before {
  content: "\ead6";
}

.icon-Data-table--reference:before {
  content: "\ead7";
}

.icon-Data--unstructured:before {
  content: "\ead8";
}

.icon-Data--view:before {
  content: "\ead9";
}

.icon-Data--view--alt:before {
  content: "\eada";
}

.icon-Data-vis--1:before {
  content: "\eb07";
}

.icon-Data-vis--2:before {
  content: "\eb08";
}

.icon-Data-vis--3:before {
  content: "\eb09";
}

.icon-Data-vis--4:before {
  content: "\eb11";
}

.icon-Debug:before {
  content: "\eb12";
}

.icon-Decision-tree:before {
  content: "\eb13";
}

.icon-Delivery:before {
  content: "\eb14";
}

.icon-Delivery--add:before {
  content: "\eb15";
}

.icon-Delivery--parcel:before {
  content: "\eb16";
}

.icon-Delivery-truck:before {
  content: "\eb17";
}

.icon-Denominate:before {
  content: "\eb18";
}

.icon-Departure:before {
  content: "\eae6";
}

.icon-Deploy:before {
  content: "\eae7";
}

.icon-Deployment-pattern:before {
  content: "\eae8";
}

.icon-Deployment-policy:before {
  content: "\eae9";
}

.icon-Deployment-unit--data:before {
  content: "\eaea";
}

.icon-Deployment-unit--execution:before {
  content: "\eaeb";
}

.icon-Deployment-unit--installation1:before {
  content: "\eaec";
}

.icon-Deployment-unit--presentation:before {
  content: "\eb19";
}

.icon-Deployment-unit--technical--data:before {
  content: "\eb1a";
}

.icon-Deployment-unit--technical--execution:before {
  content: "\eb1b";
}

.icon-Deployment-unit--technical--installation:before {
  content: "\eb23";
}

.icon-Deployment-unit--technical--presentation:before {
  content: "\eb24";
}

.icon-Deploy-rules:before {
  content: "\eb25";
}

.icon-Desk--adjustable:before {
  content: "\eb26";
}

.icon-Development:before {
  content: "\eb27";
}

.icon-Devices:before {
  content: "\eb28";
}

.icon-Dew-point:before {
  content: "\eb29";
}

.icon-Dew-point--filled:before {
  content: "\eb2a";
}

.icon-Diagram:before {
  content: "\eaf8";
}

.icon-Diagram--reference:before {
  content: "\eaf9";
}

.icon-Dicom--6000:before {
  content: "\eafa";
}

.icon-Dicom--overlay:before {
  content: "\eafb";
}

.icon-Direction--bear-right--01:before {
  content: "\eafc";
}

.icon-Direction--bear-right--01--filled:before {
  content: "\eafd";
}

.icon-Direction--bear-right--02:before {
  content: "\eafe";
}

.icon-Direction--bear-right--02--filled:before {
  content: "\eb2b";
}

.icon-Direction--curve:before {
  content: "\eb2c";
}

.icon-Direction--curve--filled:before {
  content: "\eb2d";
}

.icon-Direction--fork:before {
  content: "\eb35";
}

.icon-Direction--fork--filled:before {
  content: "\eb36";
}

.icon-Direction--loop-left:before {
  content: "\eb37";
}

.icon-Direction--loop-left--filled:before {
  content: "\eb38";
}

.icon-Direction--loop-right:before {
  content: "\eb39";
}

.icon-Direction--loop-right--filled:before {
  content: "\eb3a";
}

.icon-Direction--merge:before {
  content: "\eb3b";
}

.icon-Direction--merge--filled:before {
  content: "\eb3c";
}

.icon-Direction--right--01:before {
  content: "\eb0a";
}

.icon-Direction--right--01--filled:before {
  content: "\eb0b";
}

.icon-Direction--right--02:before {
  content: "\eb0c";
}

.icon-Direction--right--02--filled:before {
  content: "\eb0d";
}

.icon-Direction--rotary--first-right:before {
  content: "\eb0e";
}

.icon-Direction--rotary--first-right--filled:before {
  content: "\eb0f";
}

.icon-Direction--rotary--right:before {
  content: "\eb10";
}

.icon-Direction--rotary--right--filled:before {
  content: "\eb3d";
}

.icon-Direction--rotary--straight:before {
  content: "\eb3e";
}

.icon-Direction--rotary--straight--filled:before {
  content: "\eb3f";
}

.icon-Direction--sharp-turn:before {
  content: "\eb47";
}

.icon-Direction--sharp-turn--filled:before {
  content: "\eb48";
}

.icon-Direction--straight:before {
  content: "\eb49";
}

.icon-Direction--straight--filled:before {
  content: "\eb4a";
}

.icon-Direction--straight--right:before {
  content: "\eb4b";
}

.icon-Direction--straight--right--filled:before {
  content: "\eb4c";
}

.icon-Direction--u-turn:before {
  content: "\eb4d";
}

.icon-Direction--u-turn--filled:before {
  content: "\eb4e";
}

.icon-Direct-link:before {
  content: "\eb1c";
}

.icon-Directory-domain:before {
  content: "\eb1d";
}

.icon-Distribute--horizontal-center:before {
  content: "\eb1e";
}

.icon-Distribute--horizontal-left:before {
  content: "\eb1f";
}

.icon-Distribute--horizontal-right:before {
  content: "\eb20";
}

.icon-Distribute--vertical-bottom:before {
  content: "\eb21";
}

.icon-Distribute--vertical-center:before {
  content: "\eb22";
}

.icon-Distribute--vertical-top:before {
  content: "\eb4f";
}

.icon-Dna:before {
  content: "\eb50";
}

.icon-Dns-services:before {
  content: "\eb51";
}

.icon-Doc:before {
  content: "\eb59";
}

.icon-Document:before {
  content: "\eb5a";
}

.icon-Document--add:before {
  content: "\eb5b";
}

.icon-Document--attachment:before {
  content: "\eb5c";
}

.icon-Document--audio:before {
  content: "\eb5d";
}

.icon-Document--blank:before {
  content: "\eb5e";
}

.icon-Document--download:before {
  content: "\eb5f";
}

.icon-Document--epdf:before {
  content: "\eb60";
}

.icon-Document--export:before {
  content: "\eb2e";
}

.icon-Document--horizontal:before {
  content: "\eb2f";
}

.icon-Document--import:before {
  content: "\eb30";
}

.icon-Document--pdf:before {
  content: "\eb31";
}

.icon-Document--protected:before {
  content: "\eb32";
}

.icon-Document--security:before {
  content: "\eb33";
}

.icon-Document-sentiment:before {
  content: "\eb34";
}

.icon-Document--signed:before {
  content: "\eb61";
}

.icon-Document--sketch:before {
  content: "\eb62";
}

.icon-Document--subtract:before {
  content: "\eb63";
}

.icon-Document--tasks:before {
  content: "\eb6b";
}

.icon-Document--unknown:before {
  content: "\eb6c";
}

.icon-Document--unprotected:before {
  content: "\eb6d";
}

.icon-Document--vertical:before {
  content: "\eb6e";
}

.icon-Document--video:before {
  content: "\eb6f";
}

.icon-Document--view:before {
  content: "\eb70";
}

.icon-Document--word-processor:before {
  content: "\eb71";
}

.icon-Document--word-processor--reference:before {
  content: "\eb72";
}

.icon-Dog-walker:before {
  content: "\eb40";
}

.icon-Dot-mark:before {
  content: "\eb41";
}

.icon-Double-integer:before {
  content: "\eb42";
}

.icon-Download:before {
  content: "\eb43";
}

.icon-Download-study:before {
  content: "\eb44";
}

.icon-Down-to-bottom:before {
  content: "\eb45";
}

.icon-Draggable:before {
  content: "\eb46";
}

.icon-Drag--horizontal:before {
  content: "\eb73";
}

.icon-Drag--vertical:before {
  content: "\eb74";
}

.icon-Draw:before {
  content: "\eb75";
}

.icon-Drill-back:before {
  content: "\eb7d";
}

.icon-Drill-down:before {
  content: "\eb7e";
}

.icon-Drill-through:before {
  content: "\eb7f";
}

.icon-Driver-analysis:before {
  content: "\eb80";
}

.icon-Drone:before {
  content: "\eb81";
}

.icon-Drone--delivery:before {
  content: "\eb82";
}

.icon-Drone--front:before {
  content: "\eb83";
}

.icon-Drone--video:before {
  content: "\eb84";
}

.icon-Drop-photo:before {
  content: "\eb52";
}

.icon-Drop-photo--filled:before {
  content: "\eb53";
}

.icon-Drought:before {
  content: "\eb54";
}

.icon-Dvr:before {
  content: "\eb55";
}

.icon-Earth:before {
  content: "\eb56";
}

.icon-Earth--americas:before {
  content: "\eb57";
}

.icon-Earth--americas--filled:before {
  content: "\eb58";
}

.icon-Earth--europe-africa:before {
  content: "\eb85";
}

.icon-Earth--europe-africa--filled:before {
  content: "\eb86";
}

.icon-Earth--filled:before {
  content: "\eb87";
}

.icon-Earthquake:before {
  content: "\eb8f";
}

.icon-Earth--southeast-asia:before {
  content: "\eb90";
}

.icon-Earth--southeast-asia--filled:before {
  content: "\eb91";
}

.icon-Edge-cluster:before {
  content: "\eb92";
}

.icon-Edge-device:before {
  content: "\eb93";
}

.icon-Edge-enhancement:before {
  content: "\eb94";
}

.icon-Edge-enhancement--01:before {
  content: "\eb95";
}

.icon-Edge-enhancement--02:before {
  content: "\eb96";
}

.icon-Edge-enhancement--03:before {
  content: "\eb64";
}

.icon-Edge-node:before {
  content: "\eb65";
}

.icon-Edge-node--alt:before {
  content: "\eb66";
}

.icon-Edge-service:before {
  content: "\eb67";
}

.icon-Edit:before {
  content: "\eb68";
}

.icon-Edit--off:before {
  content: "\eb69";
}

.icon-Edt-loop:before {
  content: "\eb6a";
}

.icon-Education:before {
  content: "\eb97";
}

.icon-Email:before {
  content: "\eb98";
}

.icon-Email--new:before {
  content: "\eb99";
}

.icon-Encryption:before {
  content: "\eba1";
}

.icon-Energy--renewable:before {
  content: "\eba2";
}

.icon-Enterprise:before {
  content: "\eba3";
}

.icon-Equalizer:before {
  content: "\eba4";
}

.icon-Erase:before {
  content: "\eba5";
}

.icon-Erase--3d:before {
  content: "\eba6";
}

.icon-Error:before {
  content: "\eba7";
}

.icon-Error--filled:before {
  content: "\eba8";
}

.icon-Error--outline:before {
  content: "\eb76";
}

.icon-Event:before {
  content: "\eb77";
}

.icon-Events:before {
  content: "\eb78";
}

.icon-Events--alt:before {
  content: "\eb79";
}

.icon-Event--schedule:before {
  content: "\eb7a";
}

.icon-Exam-mode:before {
  content: "\eb7b";
}

.icon-Exit:before {
  content: "\eb7c";
}

.icon-Expand-all:before {
  content: "\eba9";
}

.icon-Expand-categories:before {
  content: "\ebaa";
}

.icon-Explore:before {
  content: "\ebab";
}

.icon-Export:before {
  content: "\ebb3";
}

.icon-Eyedropper:before {
  content: "\ebb4";
}

.icon-Face--activated:before {
  content: "\ebb5";
}

.icon-Face--activated--add:before {
  content: "\ebb6";
}

.icon-Face--activated--filled:before {
  content: "\ebb7";
}

.icon-Face--add:before {
  content: "\ebb8";
}

.icon-Face--cool:before {
  content: "\ebb9";
}

.icon-Face--dissatisfied:before {
  content: "\ebba";
}

.icon-Face--dissatisfied--filled:before {
  content: "\eb88";
}

.icon-Face--dizzy:before {
  content: "\eb89";
}

.icon-Face--dizzy--filled:before {
  content: "\eb8a";
}

.icon-Face--mask:before {
  content: "\eb8b";
}

.icon-Face--neutral:before {
  content: "\eb8c";
}

.icon-Face--neutral--filled:before {
  content: "\eb8d";
}

.icon-Face--pending:before {
  content: "\eb8e";
}

.icon-Face--pending--filled:before {
  content: "\ebbb";
}

.icon-Face--satisfied:before {
  content: "\ebbc";
}

.icon-Face--satisfied--filled:before {
  content: "\ebbd";
}

.icon-Face--wink:before {
  content: "\ebc5";
}

.icon-Face--wink--filled:before {
  content: "\ebc6";
}

.icon-Factor:before {
  content: "\ebc7";
}

.icon-Fade:before {
  content: "\ebc8";
}

.icon-Favorite:before {
  content: "\ebc9";
}

.icon-Favorite--filled:before {
  content: "\ebca";
}

.icon-Favorite--half:before {
  content: "\ebcb";
}

.icon-Fetch-upload:before {
  content: "\ebcc";
}

.icon-Fetch-upload--cloud:before {
  content: "\eb9a";
}

.icon-File-storage:before {
  content: "\eb9b";
}

.icon-Filter:before {
  content: "\eb9c";
}

.icon-Filter--edit:before {
  content: "\eb9d";
}

.icon-Filter--remove:before {
  content: "\eb9e";
}

.icon-Filter--reset:before {
  content: "\eb9f";
}

.icon-Finance:before {
  content: "\eba0";
}

.icon-Fingerprint-recognition:before {
  content: "\ebcd";
}

.icon-Fire:before {
  content: "\ebce";
}

.icon-Firewall:before {
  content: "\ebcf";
}

.icon-Firewall--classic:before {
  content: "\ebd7";
}

.icon-Fish:before {
  content: "\ebd8";
}

.icon-Fish--multiple:before {
  content: "\ebd9";
}

.icon-Fit-to-height:before {
  content: "\ebda";
}

.icon-Fit-to-screen:before {
  content: "\ebdb";
}

.icon-Fit-to-width1:before {
  content: "\ebdc";
}

.icon-Flag:before {
  content: "\ebdd";
}

.icon-Flag--filled:before {
  content: "\ebde";
}

.icon-Flagging-taxi:before {
  content: "\ebac";
}

.icon-Flash:before {
  content: "\ebad";
}

.icon-Flash--filled:before {
  content: "\ebae";
}

.icon-Flash--off:before {
  content: "\ebaf";
}

.icon-Flash--off--filled:before {
  content: "\ebb0";
}

.icon-Flight--international:before {
  content: "\ebb1";
}

.icon-Flight--roster:before {
  content: "\ebb2";
}

.icon-Flight--schedule:before {
  content: "\ebdf";
}

.icon-Floating-ip:before {
  content: "\ebe0";
}

.icon-Flood:before {
  content: "\ebe1";
}

.icon-Flood--warning:before {
  content: "\ebe9";
}

.icon-Flow:before {
  content: "\ebea";
}

.icon-Flow--connection:before {
  content: "\ebeb";
}

.icon-Flow--data:before {
  content: "\ebec";
}

.icon-Flow-logs-vpc:before {
  content: "\ebed";
}

.icon-Flow--modeler:before {
  content: "\ebee";
}

.icon-Flow--stream:before {
  content: "\ebef";
}

.icon-Flow--stream--reference:before {
  content: "\ebf0";
}

.icon-Fog:before {
  content: "\ebbe";
}

.icon-Folder:before {
  content: "\ebbf";
}

.icon-Folder--add:before {
  content: "\ebc0";
}

.icon-Folder--details:before {
  content: "\ebc1";
}

.icon-Folder--details--reference:before {
  content: "\ebc2";
}

.icon-Folder--move-to:before {
  content: "\ebc3";
}

.icon-Folder--off:before {
  content: "\ebc4";
}

.icon-Folder--open:before {
  content: "\ebf1";
}

.icon-Folder--parent:before {
  content: "\ebf2";
}

.icon-Folders:before {
  content: "\ebf3";
}

.icon-Folder--shared:before {
  content: "\ebfb";
}

.icon-Forecast--hail:before {
  content: "\ebfc";
}

.icon-Forecast--hail-30:before {
  content: "\ebfd";
}

.icon-Forecast--lightning:before {
  content: "\ebfe";
}

.icon-Forecast--lightning-30:before {
  content: "\ebff";
}

.icon-Fork:before {
  content: "\ec00";
}

.icon-Forum:before {
  content: "\ec01";
}

.icon-Forward--5:before {
  content: "\ec02";
}

.icon-Forward--10:before {
  content: "\ebd0";
}

.icon-Forward--30:before {
  content: "\ebd1";
}

.icon-Fragile:before {
  content: "\ebd2";
}

.icon-Friendship:before {
  content: "\ebd3";
}

.icon-Fruit-bowl:before {
  content: "\ebd4";
}

.icon-Function:before {
  content: "\ebd5";
}

.icon-Function-math:before {
  content: "\ebd6";
}

.icon-Fusion-blender:before {
  content: "\ec03";
}

.icon-Game--console:before {
  content: "\ec04";
}

.icon-Game--wireless:before {
  content: "\ec05";
}

.icon-Gamification:before {
  content: "\ec0d";
}

.icon-Gas-station:before {
  content: "\ec0e";
}

.icon-Gas-station--filled:before {
  content: "\ec0f";
}

.icon-Gateway:before {
  content: "\ec10";
}

.icon-Gateway--api:before {
  content: "\ec11";
}

.icon-Gateway--mail:before {
  content: "\ec12";
}

.icon-Gateway--public:before {
  content: "\ec13";
}

.icon-Gateway--security:before {
  content: "\ec14";
}

.icon-Gateway--user-access:before {
  content: "\ebe2";
}

.icon-Gateway--vpn:before {
  content: "\ebe3";
}

.icon-Gender--female:before {
  content: "\ebe4";
}

.icon-Gender--male:before {
  content: "\ebe5";
}

.icon-Generate-pdf:before {
  content: "\ebe6";
}

.icon-Gif:before {
  content: "\ebe7";
}

.icon-Gift:before {
  content: "\ebe8";
}

.icon-Globe:before {
  content: "\ec15";
}

.icon-Gradient:before {
  content: "\ec16";
}

.icon-Graphical-data-flow:before {
  content: "\ec17";
}

.icon-Grid:before {
  content: "\ec1f";
}

.icon-Group:before {
  content: "\ec20";
}

.icon-Group--access:before {
  content: "\ec21";
}

.icon-Group--account:before {
  content: "\ec22";
}

.icon-Group-objects:before {
  content: "\ec23";
}

.icon-Group-objects--new:before {
  content: "\ec24";
}

.icon-Group-objects--save:before {
  content: "\ec25";
}

.icon-Group--presentation:before {
  content: "\ec26";
}

.icon-Group--resource:before {
  content: "\ebf4";
}

.icon-Group--security:before {
  content: "\ebf5";
}

.icon-Growth:before {
  content: "\ebf6";
}

.icon-Gui:before {
  content: "\ebf7";
}

.icon-Gui--management:before {
  content: "\ebf8";
}

.icon-H:before {
  content: "\ebf9";
}

.icon-Hail:before {
  content: "\ebfa";
}

.icon-Hanging-protocol:before {
  content: "\ec27";
}

.icon-Harbor:before {
  content: "\ec28";
}

.icon-Hardware-security-module:before {
  content: "\ec29";
}

.icon-Hashtag:before {
  content: "\ec31";
}

.icon-Haze:before {
  content: "\ec32";
}

.icon-Haze--night:before {
  content: "\ec33";
}

.icon-Hd:before {
  content: "\ec34";
}

.icon-Hd--filled:before {
  content: "\ec35";
}

.icon-Hdr:before {
  content: "\ec36";
}

.icon-Headphones:before {
  content: "\ec37";
}

.icon-Headset:before {
  content: "\ec38";
}

.icon-Health-cross:before {
  content: "\ec06";
}

.icon-Hearing:before {
  content: "\ec07";
}

.icon-Heat-map:before {
  content: "\ec08";
}

.icon-Heat-map--02:before {
  content: "\ec09";
}

.icon-Heat-map--03:before {
  content: "\ec0a";
}

.icon-Heat-map--stocks:before {
  content: "\ec0b";
}

.icon-Helicopter:before {
  content: "\ec0c";
}

.icon-Help:before {
  content: "\ec39";
}

.icon-Help-desk:before {
  content: "\ec3a";
}

.icon-Help--filled:before {
  content: "\ec3b";
}

.icon-Hinton-plot:before {
  content: "\ec43";
}

.icon-Hole-filling:before {
  content: "\ec44";
}

.icon-Hole-filling--cursor:before {
  content: "\ec45";
}

.icon-Home:before {
  content: "\ec46";
}

.icon-Hospital:before {
  content: "\ec47";
}

.icon-Hospital-bed:before {
  content: "\ec48";
}

.icon-Hotel:before {
  content: "\ec49";
}

.icon-Hourglass:before {
  content: "\ec4a";
}

.icon-Html:before {
  content: "\ec18";
}

.icon-Html--reference:before {
  content: "\ec19";
}

.icon-Http:before {
  content: "\ec1a";
}

.icon-Humidity:before {
  content: "\ec1b";
}

.icon-Humidity--alt:before {
  content: "\ec1c";
}

.icon-Hurricane:before {
  content: "\ec1d";
}

.icon-Hybrid-networking:before {
  content: "\ec1e";
}

.icon-Hybrid-networking--alt:before {
  content: "\ec4b";
}

.icon-IBM-cloud:before {
  content: "\ec4c";
}

.icon-IBM-cloud--dedicated-host:before {
  content: "\ec4d";
}

.icon-IBM-cloud--internet-services:before {
  content: "\ec55";
}

.icon-IBM-cloud-pak--applications:before {
  content: "\ec56";
}

.icon-IBM-cloud-pak--data:before {
  content: "\ec57";
}

.icon-IBM-cloud-pak--integration:before {
  content: "\ec58";
}

.icon-IBM-cloud-pak--multicloud-mgmt:before {
  content: "\ec59";
}

.icon-IBM-cloud-pak--security:before {
  content: "\ec5a";
}

.icon-IBM-cloud-pak--system:before {
  content: "\ec5b";
}

.icon-IBM-cloud--subnets:before {
  content: "\ec5c";
}

.icon-IBM-cloud--vpc-endpoints:before {
  content: "\ec2a";
}

.icon-IBM-security:before {
  content: "\ec2b";
}

.icon-IBM-security--services:before {
  content: "\ec2c";
}

.icon-Ica-2d:before {
  content: "\ec2d";
}

.icon-Ice--accretion:before {
  content: "\ec2e";
}

.icon-Ice--vision:before {
  content: "\ec2f";
}

.icon-Id:before {
  content: "\ec30";
}

.icon-Idea:before {
  content: "\ec5d";
}

.icon-Identification:before {
  content: "\ec5e";
}

.icon-Id-management:before {
  content: "\ec5f";
}

.icon-Image:before {
  content: "\ec67";
}

.icon-Image--copy:before {
  content: "\ec68";
}

.icon-Image--medical:before {
  content: "\ec69";
}

.icon-Image--reference:before {
  content: "\ec6a";
}

.icon-Image--search:before {
  content: "\ec6b";
}

.icon-Image--search--alt:before {
  content: "\ec6c";
}

.icon-Image-service:before {
  content: "\ec6d";
}

.icon-Improve-relevance:before {
  content: "\ec6e";
}

.icon-Incomplete:before {
  content: "\ec3c";
}

.icon-Incomplete--cancel:before {
  content: "\ec3d";
}

.icon-Incomplete--error:before {
  content: "\ec3e";
}

.icon-Incomplete--warning:before {
  content: "\ec3f";
}

.icon-Increase-level:before {
  content: "\ec40";
}

.icon-Industry:before {
  content: "\ec41";
}

.icon-Information:before {
  content: "\ec42";
}

.icon-Information--disabled:before {
  content: "\ec6f";
}

.icon-Information--filled:before {
  content: "\ec70";
}

.icon-Information--square:before {
  content: "\ec71";
}

.icon-Information--square--filled:before {
  content: "\ec79";
}

.icon-Infrastructure--classic:before {
  content: "\ec7a";
}

.icon-In-progress:before {
  content: "\ec7b";
}

.icon-In-progress--error:before {
  content: "\ec7c";
}

.icon-In-progress--warning:before {
  content: "\ec7d";
}

.icon-Insert:before {
  content: "\ec7e";
}

.icon-Insert--page:before {
  content: "\ec7f";
}

.icon-Insert-syntax:before {
  content: "\ec80";
}

.icon-Inspection:before {
  content: "\ec4e";
}

.icon-Instance--bx:before {
  content: "\ec4f";
}

.icon-Instance--classic:before {
  content: "\ec50";
}

.icon-Instance--cx:before {
  content: "\ec51";
}

.icon-Instance--mx:before {
  content: "\ec52";
}

.icon-Instance--virtual:before {
  content: "\ec53";
}

.icon-Integration:before {
  content: "\ec54";
}

.icon-Interactions:before {
  content: "\ec81";
}

.icon-Interactive-segmentation-cursor:before {
  content: "\ec82";
}

.icon-Intersect:before {
  content: "\ec83";
}

.icon-Intrusion-prevention:before {
  content: "\ec8b";
}

.icon-Inventory-management:before {
  content: "\ec8c";
}

.icon-Iot--connect:before {
  content: "\ec8d";
}

.icon-Iot--platform:before {
  content: "\ec8e";
}

.icon-Iso:before {
  content: "\ec8f";
}

.icon-Iso--filled:before {
  content: "\ec90";
}

.icon-Iso--outline:before {
  content: "\ec91";
}

.icon-Join--full:before {
  content: "\ec92";
}

.icon-Join--inner:before {
  content: "\ec60";
}

.icon-Join--left:before {
  content: "\ec61";
}

.icon-Join--outer:before {
  content: "\ec62";
}

.icon-Join--right:before {
  content: "\ec63";
}

.icon-Jpg:before {
  content: "\ec64";
}

.icon-Json:before {
  content: "\ec65";
}

.icon-Json--reference:before {
  content: "\ec66";
}

.icon-Jump-link:before {
  content: "\ec93";
}

.icon-Keep-dry:before {
  content: "\ec94";
}

.icon-Keyboard:before {
  content: "\ec95";
}

.icon-Kubernetes:before {
  content: "\ec9d";
}

.icon-Label:before {
  content: "\ec9e";
}

.icon-Language:before {
  content: "\ec9f";
}

.icon-Laptop:before {
  content: "\eca0";
}

.icon-Lasso:before {
  content: "\eca1";
}

.icon-Lasso--polygon:before {
  content: "\eca2";
}

.icon-Launch:before {
  content: "\eca3";
}

.icon-Launch-study--1:before {
  content: "\eca4";
}

.icon-Launch-study--2:before {
  content: "\ec72";
}

.icon-Launch-study--3:before {
  content: "\ec73";
}

.icon-Layers:before {
  content: "\ec74";
}

.icon-Legend:before {
  content: "\ec75";
}

.icon-Letter--aa:before {
  content: "\ec76";
}

.icon-Letter--bb:before {
  content: "\ec77";
}

.icon-Letter--cc:before {
  content: "\ec78";
}

.icon-Letter--dd:before {
  content: "\eca5";
}

.icon-Letter--ee:before {
  content: "\eca6";
}

.icon-Letter--ff:before {
  content: "\eca7";
}

.icon-Letter--gg:before {
  content: "\ecaf";
}

.icon-Letter--hh:before {
  content: "\ecb0";
}

.icon-Letter--ii:before {
  content: "\ecb1";
}

.icon-Letter--jj:before {
  content: "\ecb2";
}

.icon-Letter--kk:before {
  content: "\ecb3";
}

.icon-Letter--ll:before {
  content: "\ecb4";
}

.icon-Letter--mm:before {
  content: "\ecb5";
}

.icon-Letter--nn:before {
  content: "\ecb6";
}

.icon-Letter--oo:before {
  content: "\ec84";
}

.icon-Letter--pp:before {
  content: "\ec85";
}

.icon-Letter--qq:before {
  content: "\ec86";
}

.icon-Letter--rr:before {
  content: "\ec87";
}

.icon-Letter--ss:before {
  content: "\ec88";
}

.icon-Letter--tt:before {
  content: "\ec89";
}

.icon-Letter--uu:before {
  content: "\ec8a";
}

.icon-Letter--vv:before {
  content: "\ecb7";
}

.icon-Letter--ww:before {
  content: "\ecb8";
}

.icon-Letter--xx:before {
  content: "\ecb9";
}

.icon-Letter--yy:before {
  content: "\ecc1";
}

.icon-Letter--zz:before {
  content: "\ecc2";
}

.icon-License:before {
  content: "\ecc3";
}

.icon-License--draft:before {
  content: "\ecc4";
}

.icon-License--global:before {
  content: "\ecc5";
}

.icon-License--maintenance:before {
  content: "\ecc6";
}

.icon-License--maintenance-draft:before {
  content: "\ecc7";
}

.icon-License--third-party:before {
  content: "\ecc8";
}

.icon-License--third-party-draft:before {
  content: "\ec96";
}

.icon-Lifesaver:before {
  content: "\ec97";
}

.icon-Light:before {
  content: "\ec98";
}

.icon-Light--filled:before {
  content: "\ec99";
}

.icon-Lightning:before {
  content: "\ec9a";
}

.icon-Link:before {
  content: "\ec9b";
}

.icon-Linux:before {
  content: "\ec9c";
}

.icon-Linux--alt:before {
  content: "\ecc9";
}

.icon-List:before {
  content: "\ecca";
}

.icon-List--boxes:before {
  content: "\eccb";
}

.icon-List--bulleted:before {
  content: "\ecd3";
}

.icon-List--checked:before {
  content: "\ecd4";
}

.icon-List--dropdown:before {
  content: "\ecd5";
}

.icon-List--numbered:before {
  content: "\ecd6";
}

.icon-Load-balancer--application:before {
  content: "\ecd7";
}

.icon-Load-balancer--classic:before {
  content: "\ecd8";
}

.icon-Load-balancer--global:before {
  content: "\ecd9";
}

.icon-Load-balancer--listener:before {
  content: "\ecda";
}

.icon-Load-balancer--local:before {
  content: "\eca8";
}

.icon-Load-balancer--network:before {
  content: "\eca9";
}

.icon-Load-balancer--pool:before {
  content: "\ecaa";
}

.icon-Load-balancer--vpc:before {
  content: "\ecab";
}

.icon-Location:before {
  content: "\ecac";
}

.icon-Location--company:before {
  content: "\ecad";
}

.icon-Location--company--filled:before {
  content: "\ecae";
}

.icon-Location--current:before {
  content: "\ecdb";
}

.icon-Location--filled:before {
  content: "\ecdc";
}

.icon-Location--hazard:before {
  content: "\ecdd";
}

.icon-Location--hazard--filled:before {
  content: "\ece5";
}

.icon-Location--heart:before {
  content: "\ece6";
}

.icon-Location--heart--filled:before {
  content: "\ece7";
}

.icon-Location--person:before {
  content: "\ece8";
}

.icon-Location--person--filled:before {
  content: "\ece9";
}

.icon-Location--save:before {
  content: "\ecea";
}

.icon-Location--star:before {
  content: "\eceb";
}

.icon-Location--star--filled:before {
  content: "\ecec";
}

.icon-Locked:before {
  content: "\ecba";
}

.icon-Login:before {
  content: "\ecbb";
}

.icon-Logo--digg:before {
  content: "\ecbc";
}

.icon-Logo--discord:before {
  content: "\ecbd";
}

.icon-Logo--facebook:before {
  content: "\ecbe";
}

.icon-Logo--flickr:before {
  content: "\ecbf";
}

.icon-Logo--github:before {
  content: "\ecc0";
}

.icon-Logo--glassdoor:before {
  content: "\eced";
}

.icon-Logo--instagram:before {
  content: "\ecee";
}

.icon-Logo--jupyter:before {
  content: "\ecef";
}

.icon-Logo--keybase:before {
  content: "\ecf7";
}

.icon-Logo--linkedin:before {
  content: "\ecf8";
}

.icon-Logo--livestream:before {
  content: "\ecf9";
}

.icon-Logo--medium:before {
  content: "\ecfa";
}

.icon-Logo--openshift:before {
  content: "\ecfb";
}

.icon-Logo--pinterest:before {
  content: "\ecfc";
}

.icon-Logo--python:before {
  content: "\ecfd";
}

.icon-Logo--quora:before {
  content: "\ecfe";
}

.icon-Logo--r-script:before {
  content: "\eccc";
}

.icon-Logo--skype:before {
  content: "\eccd";
}

.icon-Logo--slack:before {
  content: "\ecce";
}

.icon-Logo--snapchat:before {
  content: "\eccf";
}

.icon-Logo--tumblr:before {
  content: "\ecd0";
}

.icon-Logo--twitter:before {
  content: "\ecd1";
}

.icon-Logout:before {
  content: "\ecd2";
}

.icon-Logo--vmware:before {
  content: "\ecff";
}

.icon-Logo--wechat:before {
  content: "\ed00";
}

.icon-Logo--xing:before {
  content: "\ed01";
}

.icon-Logo--yelp:before {
  content: "\ed09";
}

.icon-Logo--youtube:before {
  content: "\ed0a";
}

.icon-Loop:before {
  content: "\ed0b";
}

.icon-Low-severity:before {
  content: "\ed0c";
}

.icon-Mac--command:before {
  content: "\ed0d";
}

.icon-Machine-learning:before {
  content: "\ed0e";
}

.icon-Machine-learning-model:before {
  content: "\ed0f";
}

.icon-Mac--option:before {
  content: "\ed10";
}

.icon-Mac--shift:before {
  content: "\ecde";
}

.icon-Magic-wand:before {
  content: "\ecdf";
}

.icon-Magic-wand--filled:before {
  content: "\ece0";
}

.icon-Magnify:before {
  content: "\ece1";
}

.icon-Mail--all:before {
  content: "\ece2";
}

.icon-Mail--reply:before {
  content: "\ece3";
}

.icon-Mammogram:before {
  content: "\ece4";
}

.icon-Managed-solutions:before {
  content: "\ed11";
}

.icon-Manage-protection:before {
  content: "\ed12";
}

.icon-Map:before {
  content: "\ed13";
}

.icon-Map-boundary:before {
  content: "\ed1b";
}

.icon-Map--center:before {
  content: "\ed1c";
}

.icon-Map--identify:before {
  content: "\ed1d";
}

.icon-Marine-warning:before {
  content: "\ed1e";
}

.icon-Math-curve:before {
  content: "\ed1f";
}

.icon-Matrix:before {
  content: "\ed20";
}

.icon-Maximize:before {
  content: "\ed21";
}

.icon-Media-cast:before {
  content: "\ed22";
}

.icon-Media--library:before {
  content: "\ecf0";
}

.icon-Media--library--filled:before {
  content: "\ecf1";
}

.icon-Medication:before {
  content: "\ecf2";
}

.icon-Medication--alert:before {
  content: "\ecf3";
}

.icon-Medication--reminder:before {
  content: "\ecf4";
}

.icon-Menu:before {
  content: "\ecf5";
}

.icon-Message-queue:before {
  content: "\ecf6";
}

.icon-Meter:before {
  content: "\ed23";
}

.icon-Meter--alt:before {
  content: "\ed24";
}

.icon-Microphone:before {
  content: "\ed25";
}

.icon-Microphone--filled:before {
  content: "\ed2d";
}

.icon-Microphone--off:before {
  content: "\ed2e";
}

.icon-Microphone--off--filled:before {
  content: "\ed2f";
}

.icon-Microscope:before {
  content: "\ed30";
}

.icon-Migrate:before {
  content: "\ed31";
}

.icon-Migrate--alt:before {
  content: "\ed32";
}

.icon-Milestone:before {
  content: "\ed33";
}

.icon-Military-camp:before {
  content: "\ed34";
}

.icon-Minimize:before {
  content: "\ed02";
}

.icon-Misuse:before {
  content: "\ed03";
}

.icon-Misuse--outline:before {
  content: "\ed04";
}

.icon-Mixed-rain-hail:before {
  content: "\ed05";
}

.icon-Mobile:before {
  content: "\ed06";
}

.icon-Mobile--add:before {
  content: "\ed07";
}

.icon-Mobile--audio:before {
  content: "\ed08";
}

.icon-Mobile--check:before {
  content: "\ed35";
}

.icon-Mobile--download:before {
  content: "\ed36";
}

.icon-Mobile--landscape:before {
  content: "\ed37";
}

.icon-Mobility--services:before {
  content: "\ed3f";
}

.icon-Model:before {
  content: "\ed40";
}

.icon-Model--alt:before {
  content: "\ed41";
}

.icon-Model-builder:before {
  content: "\ed42";
}

.icon-Model-builder--reference:before {
  content: "\ed43";
}

.icon-Model--reference:before {
  content: "\ed44";
}

.icon-Money:before {
  content: "\ed45";
}

.icon-Monster:before {
  content: "\ed46";
}

.icon-Monument:before {
  content: "\ed14";
}

.icon-Moon:before {
  content: "\ed15";
}

.icon-Moonrise:before {
  content: "\ed16";
}

.icon-Moonset:before {
  content: "\ed17";
}

.icon-Mostly-cloudy:before {
  content: "\ed18";
}

.icon-Mostly-cloudy--night:before {
  content: "\ed19";
}

.icon-Mountain:before {
  content: "\ed1a";
}

.icon-Mov:before {
  content: "\ed47";
}

.icon-Move:before {
  content: "\ed48";
}

.icon-Movement:before {
  content: "\ed49";
}

.icon-Mp3:before {
  content: "\ed51";
}

.icon-Mp4:before {
  content: "\ed52";
}

.icon-Mpeg:before {
  content: "\ed53";
}

.icon-Mpg2:before {
  content: "\ed54";
}

.icon-Music:before {
  content: "\ed55";
}

.icon-Music--add:before {
  content: "\ed56";
}

.icon-Music--remove:before {
  content: "\ed57";
}

.icon-Name-space:before {
  content: "\ed58";
}

.icon-Navaid--civil:before {
  content: "\ed26";
}

.icon-Navaid--dme:before {
  content: "\ed27";
}

.icon-Navaid--helipad:before {
  content: "\ed28";
}

.icon-Navaid--military:before {
  content: "\ed29";
}

.icon-Navaid--military-civil:before {
  content: "\ed2a";
}

.icon-Navaid--ndb:before {
  content: "\ed2b";
}

.icon-Navaid--ndb-dme:before {
  content: "\ed2c";
}

.icon-Navaid--private:before {
  content: "\ed59";
}

.icon-Navaid--seaplane:before {
  content: "\ed5a";
}

.icon-Navaid--tacan:before {
  content: "\ed5b";
}

.icon-Navaid--vhfor:before {
  content: "\ed63";
}

.icon-Navaid--vor:before {
  content: "\ed64";
}

.icon-Navaid--vordme:before {
  content: "\ed65";
}

.icon-Navaid--vortac:before {
  content: "\ed66";
}

.icon-Network--1:before {
  content: "\ed67";
}

.icon-Network--2:before {
  content: "\ed68";
}

.icon-Network--3:before {
  content: "\ed69";
}

.icon-Network--3--reference:before {
  content: "\ed6a";
}

.icon-Network--4:before {
  content: "\ed38";
}

.icon-Network--admin-control:before {
  content: "\ed39";
}

.icon-Network--enterprise:before {
  content: "\ed3a";
}

.icon-Network--overlay:before {
  content: "\ed3b";
}

.icon-Network--public:before {
  content: "\ed3c";
}

.icon-New-tab:before {
  content: "\ed3d";
}

.icon-Next--filled:before {
  content: "\ed3e";
}

.icon-Next--outline:before {
  content: "\ed6b";
}

.icon-No-image:before {
  content: "\ed6c";
}

.icon-Nominal:before {
  content: "\ed6d";
}

.icon-Nominate:before {
  content: "\ed75";
}

.icon-Non-certified:before {
  content: "\ed76";
}

.icon-Noodle-bowl:before {
  content: "\ed77";
}

.icon-Not-available:before {
  content: "\ed78";
}

.icon-Notebook:before {
  content: "\ed79";
}

.icon-Notebook--reference:before {
  content: "\ed7a";
}

.icon-No-ticket:before {
  content: "\ed7b";
}

.icon-Notification:before {
  content: "\ed7c";
}

.icon-Notification--filled:before {
  content: "\ed4a";
}

.icon-Notification--new:before {
  content: "\ed4b";
}

.icon-Notification--off:before {
  content: "\ed4c";
}

.icon-Notification--off--filled:before {
  content: "\ed4d";
}

.icon-Not-sent:before {
  content: "\ed4e";
}

.icon-Not-sent--filled:before {
  content: "\ed4f";
}

.icon-Number--0:before {
  content: "\ed50";
}

.icon-Number--1:before {
  content: "\ed7d";
}

.icon-Number--2:before {
  content: "\ed7e";
}

.icon-Number--3:before {
  content: "\ed7f";
}

.icon-Number--4:before {
  content: "\ed87";
}

.icon-Number--5:before {
  content: "\ed88";
}

.icon-Number--6:before {
  content: "\ed89";
}

.icon-Number--7:before {
  content: "\ed8a";
}

.icon-Number--8:before {
  content: "\ed8b";
}

.icon-Number--9:before {
  content: "\ed8c";
}

.icon-Number--small--0:before {
  content: "\ed8d";
}

.icon-Number--small--1:before {
  content: "\ed8e";
}

.icon-Number--small--2:before {
  content: "\ed5c";
}

.icon-Number--small--3:before {
  content: "\ed5d";
}

.icon-Number--small--4:before {
  content: "\ed5e";
}

.icon-Number--small--5:before {
  content: "\ed5f";
}

.icon-Number--small--6:before {
  content: "\ed60";
}

.icon-Number--small--7:before {
  content: "\ed61";
}

.icon-Number--small--8:before {
  content: "\ed62";
}

.icon-Number--small--9:before {
  content: "\ed8f";
}

.icon-Object-storage:before {
  content: "\ed90";
}

.icon-Object-storage--alt:before {
  content: "\ed91";
}

.icon-Observed--hail:before {
  content: "\ed99";
}

.icon-Observed--lightning:before {
  content: "\ed9a";
}

.icon-Omega:before {
  content: "\ed9b";
}

.icon-Opacity:before {
  content: "\ed9c";
}

.icon-Open-panel--bottom:before {
  content: "\ed9d";
}

.icon-Open-panel--filled--bottom:before {
  content: "\ed9e";
}

.icon-Open-panel--filled--left:before {
  content: "\ed9f";
}

.icon-Open-panel--filled--right:before {
  content: "\eda0";
}

.icon-Open-panel--filled--top:before {
  content: "\ed6e";
}

.icon-Open-panel--left:before {
  content: "\ed6f";
}

.icon-Open-panel--right:before {
  content: "\ed70";
}

.icon-Open-panel--top:before {
  content: "\ed71";
}

.icon-Operation:before {
  content: "\ed72";
}

.icon-Operation--gauge:before {
  content: "\ed73";
}

.icon-Operation--if:before {
  content: "\ed74";
}

.icon-Operations--field:before {
  content: "\eda1";
}

.icon-Operations--record:before {
  content: "\eda2";
}

.icon-Ordinal:before {
  content: "\eda3";
}

.icon-Outage:before {
  content: "\edab";
}

.icon-Outlook-severe:before {
  content: "\edac";
}

.icon-Overflow-menu--horizontal:before {
  content: "\edad";
}

.icon-Overflow-menu--vertical:before {
  content: "\edae";
}

.icon-Overlay:before {
  content: "\edaf";
}

.icon-Package:before {
  content: "\edb0";
}

.icon-Page-break:before {
  content: "\edb1";
}

.icon-Page--first:before {
  content: "\edb2";
}

.icon-Page--last:before {
  content: "\ed80";
}

.icon-Page-number:before {
  content: "\ed81";
}

.icon-Page-scroll:before {
  content: "\ed82";
}

.icon-Paint-brush:before {
  content: "\ed83";
}

.icon-Paint-brush--alt:before {
  content: "\ed84";
}

.icon-Palm-tree:before {
  content: "\ed85";
}

.icon-Panel-expansion:before {
  content: "\ed86";
}

.icon-Pan--horizontal:before {
  content: "\edb3";
}

.icon-Pan--vertical:before {
  content: "\edb4";
}

.icon-Paragraph:before {
  content: "\edb5";
}

.icon-Parameter:before {
  content: "\edbd";
}

.icon-Parent-child:before {
  content: "\edbe";
}

.icon-Partly-cloudy:before {
  content: "\edbf";
}

.icon-Partly-cloudy--night:before {
  content: "\edc0";
}

.icon-Partnership:before {
  content: "\edc1";
}

.icon-Passenger--drinks:before {
  content: "\edc2";
}

.icon-Passenger--plus:before {
  content: "\edc3";
}

.icon-Password:before {
  content: "\edc4";
}

.icon-Paste:before {
  content: "\ed92";
}

.icon-Pause:before {
  content: "\ed93";
}

.icon-Pause--filled:before {
  content: "\ed94";
}

.icon-Pause-future:before {
  content: "\ed95";
}

.icon-Pause--outline:before {
  content: "\ed96";
}

.icon-Pause--outline--filled:before {
  content: "\ed97";
}

.icon-Pause-past:before {
  content: "\ed98";
}

.icon-Pcn--e-node:before {
  content: "\edc5";
}

.icon-Pcn--military:before {
  content: "\edc6";
}

.icon-Pcn--p-node:before {
  content: "\edc7";
}

.icon-Pcn--z-node:before {
  content: "\edcf";
}

.icon-Pdf:before {
  content: "\edd0";
}

.icon-Pdf--reference:before {
  content: "\edd1";
}

.icon-Pedestrian:before {
  content: "\edd2";
}

.icon-Pedestrian-child:before {
  content: "\edd3";
}

.icon-Pedestrian--family:before {
  content: "\edd4";
}

.icon-Pen:before {
  content: "\edd5";
}

.icon-Pending:before {
  content: "\edd6";
}

.icon-Pending--filled:before {
  content: "\eda4";
}

.icon-Pen--fountain:before {
  content: "\eda5";
}

.icon-Percentage:before {
  content: "\eda6";
}

.icon-Percentage--filled:before {
  content: "\eda7";
}

.icon-Person:before {
  content: "\eda8";
}

.icon-Person--favorite:before {
  content: "\eda9";
}

.icon-Pest:before {
  content: "\edaa";
}

.icon-Pet-image--b:before {
  content: "\edd7";
}

.icon-Pet-image--o:before {
  content: "\edd8";
}

.icon-Phone:before {
  content: "\edd9";
}

.icon-Phone--application:before {
  content: "\ede1";
}

.icon-Phone--block:before {
  content: "\ede2";
}

.icon-Phone--block--filled:before {
  content: "\ede3";
}

.icon-Phone--filled:before {
  content: "\ede4";
}

.icon-Phone--incoming:before {
  content: "\ede5";
}

.icon-Phone--incoming--filled:before {
  content: "\ede6";
}

.icon-Phone--ip:before {
  content: "\ede7";
}

.icon-Phone--off:before {
  content: "\ede8";
}

.icon-Phone--off--filled:before {
  content: "\edb6";
}

.icon-Phone--outgoing:before {
  content: "\edb7";
}

.icon-Phone--outgoing--filled:before {
  content: "\edb8";
}

.icon-Phone--settings:before {
  content: "\edb9";
}

.icon-Phone--voice:before {
  content: "\edba";
}

.icon-Phone--voice--filled:before {
  content: "\edbb";
}

.icon-Phrase-sentiment:before {
  content: "\edbc";
}

.icon-Picnic-area:before {
  content: "\ede9";
}

.icon-Piggy-bank:before {
  content: "\edea";
}

.icon-Piggy-bank--slot:before {
  content: "\edeb";
}

.icon-Pills:before {
  content: "\edf3";
}

.icon-Pills--add:before {
  content: "\edf4";
}

.icon-Pills--subtract:before {
  content: "\edf5";
}

.icon-Pin:before {
  content: "\edf6";
}

.icon-Pin--filled:before {
  content: "\edf7";
}

.icon-Plane:before {
  content: "\edf8";
}

.icon-Plane--private:before {
  content: "\edf9";
}

.icon-Plane--sea:before {
  content: "\edfa";
}

.icon-Play:before {
  content: "\edc8";
}

.icon-Play--filled:before {
  content: "\edc9";
}

.icon-Play--filled--alt:before {
  content: "\edca";
}

.icon-Playlist:before {
  content: "\edcb";
}

.icon-Play--outline:before {
  content: "\edcc";
}

.icon-Play--outline--filled:before {
  content: "\edcd";
}

.icon-Plug:before {
  content: "\edce";
}

.icon-Plug--filled:before {
  content: "\edfb";
}

.icon-Png:before {
  content: "\edfc";
}

.icon-Pointer-text:before {
  content: "\edfd";
}

.icon-Point-of-presence:before {
  content: "\ee05";
}

.icon-Police:before {
  content: "\ee06";
}

.icon-Policy:before {
  content: "\ee07";
}

.icon-Popup:before {
  content: "\ee08";
}

.icon-Portfolio:before {
  content: "\ee09";
}

.icon-Power:before {
  content: "\ee0a";
}

.icon-Ppt:before {
  content: "\ee0b";
}

.icon-Presentation-file:before {
  content: "\ee0c";
}

.icon-Pressure:before {
  content: "\edda";
}

.icon-Pressure--filled:before {
  content: "\eddb";
}

.icon-Previous--filled:before {
  content: "\eddc";
}

.icon-Previous--outline:before {
  content: "\eddd";
}

.icon-Printer:before {
  content: "\edde";
}

.icon-Product:before {
  content: "\eddf";
}

.icon-Progress-bar:before {
  content: "\ede0";
}

.icon-Progress-bar--round:before {
  content: "\ee0d";
}

.icon-Purchase:before {
  content: "\ee0e";
}

.icon-Qq-plot:before {
  content: "\ee0f";
}

.icon-Qr-code:before {
  content: "\ee17";
}

.icon-Quadrant-plot:before {
  content: "\ee18";
}

.icon-Query:before {
  content: "\ee19";
}

.icon-Query-queue:before {
  content: "\ee1a";
}

.icon-Queued:before {
  content: "\ee1b";
}

.icon-Quotes:before {
  content: "\ee1c";
}

.icon-Radar:before {
  content: "\ee1d";
}

.icon-Radar--enhanced:before {
  content: "\ee1e";
}

.icon-Radar--weather:before {
  content: "\edec";
}

.icon-Radio:before {
  content: "\eded";
}

.icon-Radio-button:before {
  content: "\edee";
}

.icon-Radio-button--checked:before {
  content: "\edef";
}

.icon-Radio--combat:before {
  content: "\edf0";
}

.icon-Radio--push-to-talk:before {
  content: "\edf1";
}

.icon-Rain:before {
  content: "\edf2";
}

.icon-Rain--drizzle:before {
  content: "\ee1f";
}

.icon-Rain-drop:before {
  content: "\ee20";
}

.icon-Rain--heavy:before {
  content: "\ee21";
}

.icon-Rain--scattered:before {
  content: "\ee29";
}

.icon-Rain--scattered--night:before {
  content: "\ee2a";
}

.icon-Raw:before {
  content: "\ee2b";
}

.icon-Receipt:before {
  content: "\ee2c";
}

.icon-Recently-viewed:before {
  content: "\ee2d";
}

.icon-Recommend:before {
  content: "\ee2e";
}

.icon-Recording:before {
  content: "\ee2f";
}

.icon-Recording--filled:before {
  content: "\ee30";
}

.icon-Recording--filled--alt:before {
  content: "\edfe";
}

.icon-Redo:before {
  content: "\edff";
}

.icon-Ref-evapotranspiration:before {
  content: "\ee00";
}

.icon-Reflect--horizontal:before {
  content: "\ee01";
}

.icon-Reflect--vertical:before {
  content: "\ee02";
}

.icon-Region-analysis--area:before {
  content: "\ee03";
}

.icon-Region-analysis--volume:before {
  content: "\ee04";
}

.icon-Registration:before {
  content: "\ee31";
}

.icon-Reminder:before {
  content: "\ee32";
}

.icon-Reminder--medical:before {
  content: "\ee33";
}

.icon-Renew:before {
  content: "\ee3b";
}

.icon-Repeat:before {
  content: "\ee3c";
}

.icon-Repeat--one:before {
  content: "\ee3d";
}

.icon-Replicate:before {
  content: "\ee3e";
}

.icon-Reply:before {
  content: "\ee3f";
}

.icon-Reply--all:before {
  content: "\ee40";
}

.icon-Report:before {
  content: "\ee41";
}

.icon-Report--data:before {
  content: "\ee42";
}

.icon-Request-quote:before {
  content: "\ee10";
}

.icon-Reset:before {
  content: "\ee11";
}

.icon-Reset--alt:before {
  content: "\ee12";
}

.icon-Restart:before {
  content: "\ee13";
}

.icon-Restaurant:before {
  content: "\ee14";
}

.icon-Restaurant--fine:before {
  content: "\ee15";
}

.icon-Result:before {
  content: "\ee16";
}

.icon-Result--new:before {
  content: "\ee43";
}

.icon-Result--old:before {
  content: "\ee44";
}

.icon-Rewind--5:before {
  content: "\ee45";
}

.icon-Rewind--10:before {
  content: "\ee4d";
}

.icon-Rewind--30:before {
  content: "\ee4e";
}

.icon-Road:before {
  content: "\ee4f";
}

.icon-Roadmap:before {
  content: "\ee50";
}

.icon-Road--weather:before {
  content: "\ee51";
}

.icon-Rocket:before {
  content: "\ee52";
}

.icon-Rotate:before {
  content: "\ee53";
}

.icon-Rotate--180:before {
  content: "\ee54";
}

.icon-Rotate--360:before {
  content: "\ee22";
}

.icon-Rotate--clockwise:before {
  content: "\ee23";
}

.icon-Rotate--clockwise--alt:before {
  content: "\ee24";
}

.icon-Rotate--clockwise--alt--filled:before {
  content: "\ee25";
}

.icon-Rotate--clockwise--filled:before {
  content: "\ee26";
}

.icon-Rotate--counterclockwise:before {
  content: "\ee27";
}

.icon-Rotate--counterclockwise--alt:before {
  content: "\ee28";
}

.icon-Rotate--counterclockwise--alt--filled:before {
  content: "\ee55";
}

.icon-Rotate--counterclockwise--filled:before {
  content: "\ee56";
}

.icon-Router:before {
  content: "\ee57";
}

.icon-Router--voice:before {
  content: "\ee5f";
}

.icon-Router--wifi:before {
  content: "\ee60";
}

.icon-Row:before {
  content: "\ee61";
}

.icon-Row--collapse:before {
  content: "\ee62";
}

.icon-Row--delete:before {
  content: "\ee63";
}

.icon-Row--expand:before {
  content: "\ee64";
}

.icon-Row--insert:before {
  content: "\ee65";
}

.icon-Rss:before {
  content: "\ee66";
}

.icon-Rule:before {
  content: "\ee34";
}

.icon-Rule--cancelled:before {
  content: "\ee35";
}

.icon-Rule--draft:before {
  content: "\ee36";
}

.icon-Rule--filled:before {
  content: "\ee37";
}

.icon-Ruler:before {
  content: "\ee38";
}

.icon-Ruler--alt:before {
  content: "\ee39";
}

.icon-Rule--test:before {
  content: "\ee3a";
}

.icon-Run:before {
  content: "\ee67";
}

.icon-S:before {
  content: "\ee68";
}

.icon-Sailboat--coastal:before {
  content: "\ee69";
}

.icon-Sailboat--offshore:before {
  content: "\ee71";
}

.icon-S--alt:before {
  content: "\ee72";
}

.icon-Sankey-diagram:before {
  content: "\ee73";
}

.icon-Sankey-diagram--alt:before {
  content: "\ee74";
}

.icon-Satellite:before {
  content: "\ee75";
}

.icon-Satellite--radar:before {
  content: "\ee76";
}

.icon-Satellite--weather:before {
  content: "\ee77";
}

.icon-Save:before {
  content: "\ee78";
}

.icon-Save--annotation:before {
  content: "\ee46";
}

.icon-Save--image:before {
  content: "\ee47";
}

.icon-Save--model:before {
  content: "\ee48";
}

.icon-Save--series:before {
  content: "\ee49";
}

.icon-Scale:before {
  content: "\ee4a";
}

.icon-Scales:before {
  content: "\ee4b";
}

.icon-Scales--tipped:before {
  content: "\ee4c";
}

.icon-Scalpel:before {
  content: "\ee79";
}

.icon-Scalpel--cursor:before {
  content: "\ee7a";
}

.icon-Scalpel--lasso:before {
  content: "\ee7b";
}

.icon-Scalpel--select:before {
  content: "\ee83";
}

.icon-Scan:before {
  content: "\ee84";
}

.icon-Scan--alt:before {
  content: "\ee85";
}

.icon-Scan--disabled:before {
  content: "\ee86";
}

.icon-Scatter-matrix:before {
  content: "\ee87";
}

.icon-Schematics:before {
  content: "\ee88";
}

.icon-Scooter:before {
  content: "\ee89";
}

.icon-Scooter--front:before {
  content: "\ee8a";
}

.icon-Screen:before {
  content: "\ee58";
}

.icon-Screen--off:before {
  content: "\ee59";
}

.icon-Script:before {
  content: "\ee5a";
}

.icon-Script--reference:before {
  content: "\ee5b";
}

.icon-Sdk:before {
  content: "\ee5c";
}

.icon-Search:before {
  content: "\ee5d";
}

.icon-Search--locate:before {
  content: "\ee5e";
}

.icon-Security:before {
  content: "\ee8b";
}

.icon-Security-services:before {
  content: "\ee8c";
}

.icon-Select--01:before {
  content: "\ee8d";
}

.icon-Select--02:before {
  content: "\ee95";
}

.icon-Select--window:before {
  content: "\ee96";
}

.icon-Send:before {
  content: "\ee97";
}

.icon-Send--alt:before {
  content: "\ee98";
}

.icon-Send--alt--filled:before {
  content: "\ee99";
}

.icon-Send--filled:before {
  content: "\ee9a";
}

.icon-Send-to-back:before {
  content: "\ee9b";
}

.icon-Server--dns:before {
  content: "\ee9c";
}

.icon-Server--proxy:before {
  content: "\ee6a";
}

.icon-Server--time:before {
  content: "\ee6b";
}

.icon-Service-desk:before {
  content: "\ee6c";
}

.icon-Session-border-control:before {
  content: "\ee6d";
}

.icon-Settings:before {
  content: "\ee6e";
}

.icon-Settings--adjust:before {
  content: "\ee6f";
}

.icon-Settings--check:before {
  content: "\ee70";
}

.icon-Settings--services:before {
  content: "\ee9d";
}

.icon-Settings--view:before {
  content: "\ee9e";
}

.icon-Shape--except:before {
  content: "\ee9f";
}

.icon-Shape--exclude:before {
  content: "\eea7";
}

.icon-Shape--intersect:before {
  content: "\eea8";
}

.icon-Shape--join:before {
  content: "\eea9";
}

.icon-Shape--unite:before {
  content: "\eeaa";
}

.icon-Share:before {
  content: "\eeab";
}

.icon-Share-knowledge:before {
  content: "\eeac";
}

.icon-Shopping--bag:before {
  content: "\eead";
}

.icon-Shopping--cart:before {
  content: "\eeae";
}

.icon-Shopping--cart--arrow-down:before {
  content: "\ee7c";
}

.icon-Shopping--cart--arrow-up:before {
  content: "\ee7d";
}

.icon-Shopping--cart--clear:before {
  content: "\ee7e";
}

.icon-Shopping--cart--error:before {
  content: "\ee7f";
}

.icon-Shopping--cart--minus:before {
  content: "\ee80";
}

.icon-Shopping--cart--plus:before {
  content: "\ee81";
}

.icon-Shopping--catalog:before {
  content: "\ee82";
}

.icon-Show-data--cards:before {
  content: "\eeaf";
}

.icon-Shrink-screen:before {
  content: "\eeb0";
}

.icon-Shrink-screen--filled:before {
  content: "\eeb1";
}

.icon-Shuffle:before {
  content: "\eeb9";
}

.icon-Shuttle:before {
  content: "\eeba";
}

.icon-Sight:before {
  content: "\eebb";
}

.icon-Sigma:before {
  content: "\eebc";
}

.icon-Signal-strength:before {
  content: "\eebd";
}

.icon-Sim-card:before {
  content: "\eebe";
}

.icon-Skill-level:before {
  content: "\eebf";
}

.icon-Skill-level--advanced:before {
  content: "\eec0";
}

.icon-Skill-level--basic:before {
  content: "\ee8e";
}

.icon-Skill-level--intermediate:before {
  content: "\ee8f";
}

.icon-Skip--back:before {
  content: "\ee90";
}

.icon-Skip--back--filled:before {
  content: "\ee91";
}

.icon-Skip--back--outline:before {
  content: "\ee92";
}

.icon-Skip--back--outline--filled:before {
  content: "\ee93";
}

.icon-Skip--back--outline--solid:before {
  content: "\ee94";
}

.icon-Skip--back--solid--filled:before {
  content: "\eec1";
}

.icon-Skip--forward:before {
  content: "\eec2";
}

.icon-Skip--forward--filled:before {
  content: "\eec3";
}

.icon-Skip--forward--outline:before {
  content: "\eecb";
}

.icon-Skip--forward--outline--filled:before {
  content: "\eecc";
}

.icon-Skip--forward--outline--solid:before {
  content: "\eecd";
}

.icon-Skip--forward--solid--filled:before {
  content: "\eece";
}

.icon-Sleet:before {
  content: "\eecf";
}

.icon-Slisor:before {
  content: "\eed0";
}

.icon-Smell:before {
  content: "\eed1";
}

.icon-Smoke:before {
  content: "\eed2";
}

.icon-Smoothing:before {
  content: "\eea0";
}

.icon-Smoothing--cursor:before {
  content: "\eea1";
}

.icon-Snooze:before {
  content: "\eea2";
}

.icon-Snow:before {
  content: "\eea3";
}

.icon-Snow--blizzard:before {
  content: "\eea4";
}

.icon-Snow-density:before {
  content: "\eea5";
}

.icon-Snowflake:before {
  content: "\eea6";
}

.icon-Snow--heavy:before {
  content: "\eed3";
}

.icon-Snow--scattered:before {
  content: "\eed4";
}

.icon-Snow--scattered--night:before {
  content: "\eed5";
}

.icon-Soccer:before {
  content: "\eedd";
}

.icon-Soil-moisture:before {
  content: "\eede";
}

.icon-Soil-moisture--field:before {
  content: "\eedf";
}

.icon-Soil-moisture--global:before {
  content: "\eee0";
}

.icon-Soil-temperature:before {
  content: "\eee1";
}

.icon-Soil-temperature--field:before {
  content: "\eee2";
}

.icon-Soil-temperature--global:before {
  content: "\eee3";
}

.icon-Solar-panel:before {
  content: "\eee4";
}

.icon-Sort--ascending:before {
  content: "\eeb2";
}

.icon-Sort--descending:before {
  content: "\eeb3";
}

.icon-Spell-check:before {
  content: "\eeb4";
}

.icon-Spine-label:before {
  content: "\eeb5";
}

.icon-Split:before {
  content: "\eeb6";
}

.icon-Split--discard:before {
  content: "\eeb7";
}

.icon-Split-screen:before {
  content: "\eeb8";
}

.icon-Spray-paint:before {
  content: "\eee5";
}

.icon-Sprout:before {
  content: "\eee6";
}

.icon-Sql:before {
  content: "\eee7";
}

.icon-Stacked-move:before {
  content: "\eeef";
}

.icon-Stacked-scrolling--1:before {
  content: "\eef0";
}

.icon-Stacked-scrolling--2:before {
  content: "\eef1";
}

.icon-Stack-limitation:before {
  content: "\eef2";
}

.icon-Stamp:before {
  content: "\eef3";
}

.icon-Star:before {
  content: "\eef4";
}

.icon-Star--filled:before {
  content: "\eef5";
}

.icon-Star--half:before {
  content: "\eef6";
}

.icon-Star--review:before {
  content: "\eec4";
}

.icon-Stay-inside:before {
  content: "\eec5";
}

.icon-Stem-leaf-plot:before {
  content: "\eec6";
}

.icon-Stethoscope:before {
  content: "\eec7";
}

.icon-Stop:before {
  content: "\eec8";
}

.icon-Stop--filled:before {
  content: "\eec9";
}

.icon-Stop--filled--alt:before {
  content: "\eeca";
}

.icon-Stop--outline:before {
  content: "\eef7";
}

.icon-Stop--outline--filled:before {
  content: "\eef8";
}

.icon-Stop-sign:before {
  content: "\eef9";
}

.icon-Stop-sign--filled:before {
  content: "\ef01";
}

.icon-Storage-pool:before {
  content: "\ef02";
}

.icon-Storage-request:before {
  content: "\ef03";
}

.icon-Store:before {
  content: "\ef04";
}

.icon-Storm-tracker:before {
  content: "\ef05";
}

.icon-Strawberry:before {
  content: "\ef06";
}

.icon-Stress-breath-editor:before {
  content: "\ef07";
}

.icon-String-integer:before {
  content: "\ef08";
}

.icon-String-text:before {
  content: "\eed6";
}

.icon-Study--next:before {
  content: "\eed7";
}

.icon-Study--previous:before {
  content: "\eed8";
}

.icon-Study--skip:before {
  content: "\eed9";
}

.icon-Subnet-acl-rules:before {
  content: "\eeda";
}

.icon-Subtract:before {
  content: "\eedb";
}

.icon-Subtract--alt:before {
  content: "\eedc";
}

.icon-Sub-volume:before {
  content: "\ef09";
}

.icon-Summary--kpi:before {
  content: "\ef0a";
}

.icon-Sun:before {
  content: "\ef0b";
}

.icon-Sunrise:before {
  content: "\ef13";
}

.icon-Sunset:before {
  content: "\ef14";
}

.icon-Svg:before {
  content: "\ef15";
}

.icon-Swim:before {
  content: "\ef16";
}

.icon-Switcher:before {
  content: "\ef17";
}

.icon-Switch-layer-2:before {
  content: "\ef18";
}

.icon-Switch-layer-3:before {
  content: "\ef19";
}

.icon-Sys-provision:before {
  content: "\ef1a";
}

.icon-T:before {
  content: "\eee8";
}

.icon-Table:before {
  content: "\eee9";
}

.icon-Table--built:before {
  content: "\eeea";
}

.icon-Table-of-contents:before {
  content: "\eeeb";
}

.icon-Table--split:before {
  content: "\eeec";
}

.icon-Tablet:before {
  content: "\eeed";
}

.icon-Tablet--landscape:before {
  content: "\eeee";
}

.icon-Tag:before {
  content: "\ef1b";
}

.icon-Tag--edit:before {
  content: "\ef1c";
}

.icon-Tag--group:before {
  content: "\ef1d";
}

.icon-T--alt:before {
  content: "\ef25";
}

.icon-Tank:before {
  content: "\ef26";
}

.icon-Task:before {
  content: "\ef27";
}

.icon-Task--add:before {
  content: "\ef28";
}

.icon-Task--approved:before {
  content: "\ef29";
}

.icon-Task--asset-view:before {
  content: "\ef2a";
}

.icon-Task--complete:before {
  content: "\ef2b";
}

.icon-Task--location:before {
  content: "\ef2c";
}

.icon-Task--settings:before {
  content: "\eefa";
}

.icon-Task--star:before {
  content: "\eefb";
}

.icon-Task--tools:before {
  content: "\eefc";
}

.icon-Task--view:before {
  content: "\eefd";
}

.icon-Taste:before {
  content: "\eefe";
}

.icon-Taxi:before {
  content: "\eeff";
}

.icon-Temperature:before {
  content: "\ef00";
}

.icon-Temperature--celsius:before {
  content: "\ef2d";
}

.icon-Temperature--celsius--alt:before {
  content: "\ef2e";
}

.icon-Temperature--fahrenheit:before {
  content: "\ef2f";
}

.icon-Temperature--fahrenheit--alt:before {
  content: "\ef37";
}

.icon-Temperature--feels-like:before {
  content: "\ef38";
}

.icon-Temperature--frigid:before {
  content: "\ef39";
}

.icon-Temperature--hot:before {
  content: "\ef3a";
}

.icon-Temperature--inversion:before {
  content: "\ef3b";
}

.icon-Temperature--max:before {
  content: "\ef3c";
}

.icon-Temperature--min:before {
  content: "\ef3d";
}

.icon-Temperature--water:before {
  content: "\ef3e";
}

.icon-Template:before {
  content: "\ef0c";
}

.icon-Tennis:before {
  content: "\ef0d";
}

.icon-Tennis-ball:before {
  content: "\ef0e";
}

.icon-Term:before {
  content: "\ef0f";
}

.icon-Terminal:before {
  content: "\ef10";
}

.icon-Text--align--center:before {
  content: "\ef11";
}

.icon-Text--align--justify:before {
  content: "\ef12";
}

.icon-Text--align--left:before {
  content: "\ef3f";
}

.icon-Text--align--mixed:before {
  content: "\ef40";
}

.icon-Text--align--right:before {
  content: "\ef41";
}

.icon-Text--all-caps:before {
  content: "\ef49";
}

.icon-Text-annotation-toggle:before {
  content: "\ef4a";
}

.icon-Text--bold:before {
  content: "\ef4b";
}

.icon-Text--clear-format:before {
  content: "\ef4c";
}

.icon-Text--color:before {
  content: "\ef4d";
}

.icon-Text--creation:before {
  content: "\ef4e";
}

.icon-Text--fill:before {
  content: "\ef4f";
}

.icon-Text--font:before {
  content: "\ef50";
}

.icon-Text--footnote:before {
  content: "\ef1e";
}

.icon-Text--highlight:before {
  content: "\ef1f";
}

.icon-Text--indent:before {
  content: "\ef20";
}

.icon-Text--indent--less:before {
  content: "\ef21";
}

.icon-Text--indent--more:before {
  content: "\ef22";
}

.icon-Text--italic:before {
  content: "\ef23";
}

.icon-Text--kerning:before {
  content: "\ef24";
}

.icon-Text--leading:before {
  content: "\ef51";
}

.icon-Text--line-spacing:before {
  content: "\ef52";
}

.icon-Text-link:before {
  content: "\ef53";
}

.icon-Text-link--analysis:before {
  content: "\ef5b";
}

.icon-Text-mining:before {
  content: "\ef5c";
}

.icon-Text-mining--applier:before {
  content: "\ef5d";
}

.icon-Text--new-line:before {
  content: "\ef5e";
}

.icon-Text--scale:before {
  content: "\ef5f";
}

.icon-Text--selection:before {
  content: "\ef60";
}

.icon-Text--small-caps:before {
  content: "\ef61";
}

.icon-Text--strikethrough:before {
  content: "\ef62";
}

.icon-Text--subscript:before {
  content: "\ef30";
}

.icon-Text--superscript:before {
  content: "\ef31";
}

.icon-Text--tracking:before {
  content: "\ef32";
}

.icon-Text--underline:before {
  content: "\ef33";
}

.icon-Text--vertical-alignment:before {
  content: "\ef34";
}

.icon-Text--wrap:before {
  content: "\ef35";
}

.icon-Theater:before {
  content: "\ef36";
}

.icon-This-side-up:before {
  content: "\ef63";
}

.icon-Threshold:before {
  content: "\ef64";
}

.icon-Thumbnail--1:before {
  content: "\ef65";
}

.icon-Thumbnail--2:before {
  content: "\ef6d";
}

.icon-Thumbnail-preview:before {
  content: "\ef6e";
}

.icon-Thumbs-down:before {
  content: "\ef6f";
}

.icon-Thumbs-down--filled:before {
  content: "\ef70";
}

.icon-Thumbs-up:before {
  content: "\ef71";
}

.icon-Thumbs-up--filled:before {
  content: "\ef72";
}

.icon-Thunderstorm:before {
  content: "\ef73";
}

.icon-Thunderstorm--scattered:before {
  content: "\ef74";
}

.icon-Thunderstorm--scattered--night:before {
  content: "\ef42";
}

.icon-Thunderstorm--severe:before {
  content: "\ef43";
}

.icon-Thunderstorm--strong:before {
  content: "\ef44";
}

.icon-Ticket:before {
  content: "\ef45";
}

.icon-Tides:before {
  content: "\ef46";
}

.icon-Tif:before {
  content: "\ef47";
}

.icon-Time:before {
  content: "\ef48";
}

.icon-Time-plot:before {
  content: "\ef75";
}

.icon-Timer:before {
  content: "\ef76";
}

.icon-Tool-box:before {
  content: "\ef77";
}

.icon-Tool-kit:before {
  content: "\ef7f";
}

.icon-Tools:before {
  content: "\ef80";
}

.icon-Tools--alt:before {
  content: "\ef81";
}

.icon-Tornado:before {
  content: "\ef82";
}

.icon-Tornado-warning:before {
  content: "\ef83";
}

.icon-Touch--1:before {
  content: "\ef84";
}

.icon-Touch--1-down:before {
  content: "\ef85";
}

.icon-Touch--1-down--filled:before {
  content: "\ef86";
}

.icon-Touch--1--filled:before {
  content: "\ef54";
}

.icon-Touch--2:before {
  content: "\ef55";
}

.icon-Touch--2--filled:before {
  content: "\ef56";
}

.icon-Touch--interaction:before {
  content: "\ef57";
}

.icon-Traffic-cone:before {
  content: "\ef58";
}

.icon-Traffic--event:before {
  content: "\ef59";
}

.icon-Traffic--flow:before {
  content: "\ef5a";
}

.icon-Traffic--flow-incident:before {
  content: "\ef87";
}

.icon-Traffic--incident:before {
  content: "\ef88";
}

.icon-Traffic--weather-incident:before {
  content: "\ef89";
}

.icon-Train:before {
  content: "\ef91";
}

.icon-Train--heart:before {
  content: "\ef92";
}

.icon-Train--profile:before {
  content: "\ef93";
}

.icon-Train--speed:before {
  content: "\ef94";
}

.icon-Train--ticket:before {
  content: "\ef95";
}

.icon-Train--time:before {
  content: "\ef96";
}

.icon-Tram:before {
  content: "\ef97";
}

.icon-Transgender:before {
  content: "\ef98";
}

.icon-Translate:before {
  content: "\ef66";
}

.icon-Transmission-lte:before {
  content: "\ef67";
}

.icon-Transpose:before {
  content: "\ef68";
}

.icon-Trash-can:before {
  content: "\ef69";
}

.icon-Tree:before {
  content: "\ef6a";
}

.icon-Tree-view:before {
  content: "\ef6b";
}

.icon-Tree-view--alt:before {
  content: "\ef6c";
}

.icon-Trophy:before {
  content: "\ef99";
}

.icon-Trophy--filled:before {
  content: "\ef9a";
}

.icon-Tropical-storm:before {
  content: "\ef9b";
}

.icon-Tropical-storm--model-tracks:before {
  content: "\efa3";
}

.icon-Tropical-storm--tracks:before {
  content: "\efa4";
}

.icon-Tropical-warning:before {
  content: "\efa5";
}

.icon-Tsunami:before {
  content: "\efa6";
}

.icon-Tsv:before {
  content: "\efa7";
}

.icon-Two-factor-authentication:before {
  content: "\efa8";
}

.icon-Two-person-lift:before {
  content: "\efa9";
}

.icon-Txt:before {
  content: "\efaa";
}

.icon-Txt--reference:before {
  content: "\ef78";
}

.icon-Type-pattern:before {
  content: "\ef79";
}

.icon-Types:before {
  content: "\ef7a";
}

.icon-U1:before {
  content: "\ef7b";
}

.icon-U2:before {
  content: "\ef7c";
}

.icon-U3:before {
  content: "\ef7d";
}

.icon-Umbrella:before {
  content: "\ef7e";
}

.icon-Undefined:before {
  content: "\efab";
}

.icon-Undefined--filled:before {
  content: "\efac";
}

.icon-Undo:before {
  content: "\efad";
}

.icon-Ungroup-objects:before {
  content: "\efb5";
}

.icon-Unknown:before {
  content: "\efb6";
}

.icon-Unknown--filled:before {
  content: "\efb7";
}

.icon-Unlink:before {
  content: "\efb8";
}

.icon-Unlocked:before {
  content: "\efb9";
}

.icon-Update-now:before {
  content: "\efba";
}

.icon-Upgrade:before {
  content: "\efbb";
}

.icon-Upload:before {
  content: "\efbc";
}

.icon-Up-to-top:before {
  content: "\ef8a";
}

.icon-Usb:before {
  content: "\ef8b";
}

.icon-User:before {
  content: "\ef8c";
}

.icon-User--access:before {
  content: "\ef8d";
}

.icon-User--activity:before {
  content: "\ef8e";
}

.icon-User--admin:before {
  content: "\ef8f";
}

.icon-User--avatar:before {
  content: "\ef90";
}

.icon-User--avatar--filled:before {
  content: "\efbd";
}

.icon-User--avatar--filled--alt:before {
  content: "\efbe";
}

.icon-User--certification:before {
  content: "\efbf";
}

.icon-User--data:before {
  content: "\efc7";
}

.icon-User--favorite:before {
  content: "\efc8";
}

.icon-User--favorite--alt:before {
  content: "\efc9";
}

.icon-User--favorite--alt--filled:before {
  content: "\efca";
}

.icon-User--filled:before {
  content: "\efcb";
}

.icon-User--follow:before {
  content: "\efcc";
}

.icon-User--identification:before {
  content: "\efcd";
}

.icon-User--military:before {
  content: "\efce";
}

.icon-User--multiple:before {
  content: "\ef9c";
}

.icon-User--online:before {
  content: "\ef9d";
}

.icon-User--profile:before {
  content: "\ef9e";
}

.icon-User-profile--alt:before {
  content: "\ef9f";
}

.icon-User--role:before {
  content: "\efa0";
}

.icon-User--service-desk:before {
  content: "\efa1";
}

.icon-User--settings:before {
  content: "\efa2";
}

.icon-User--simulation:before {
  content: "\efcf";
}

.icon-User--speaker:before {
  content: "\efd0";
}

.icon-User--x-ray:before {
  content: "\efd1";
}

.icon-Uv-index:before {
  content: "\efd9";
}

.icon-Uv-index--alt:before {
  content: "\efda";
}

.icon-Uv-index--filled:before {
  content: "\efdb";
}

.icon-Van:before {
  content: "\efdc";
}

.icon-Vehicle--api:before {
  content: "\efdd";
}

.icon-Vehicle--connected:before {
  content: "\efde";
}

.icon-Vehicle--insights:before {
  content: "\efdf";
}

.icon-Vehicle--services:before {
  content: "\efe0";
}

.icon-Version:before {
  content: "\efae";
}

.icon-Video:before {
  content: "\efaf";
}

.icon-Video--add:before {
  content: "\efb0";
}

.icon-Video--chat:before {
  content: "\efb1";
}

.icon-Video--filled:before {
  content: "\efb2";
}

.icon-Video--off:before {
  content: "\efb3";
}

.icon-Video--off--filled:before {
  content: "\efb4";
}

.icon-View:before {
  content: "\efe1";
}

.icon-View--filled:before {
  content: "\efe2";
}

.icon-View--mode-1:before {
  content: "\efe3";
}

.icon-View--mode-2:before {
  content: "\efeb";
}

.icon-View-next:before {
  content: "\efec";
}

.icon-View--off:before {
  content: "\efed";
}

.icon-View--off--filled:before {
  content: "\efee";
}

.icon-Virtual-column:before {
  content: "\efef";
}

.icon-Virtual-column--key:before {
  content: "\eff0";
}

.icon-Virtual-desktop:before {
  content: "\eff1";
}

.icon-Virtual-machine:before {
  content: "\eff2";
}

.icon-Virtual-private-cloud:before {
  content: "\efc0";
}

.icon-Virtual-private-cloud--alt:before {
  content: "\efc1";
}

.icon-Visual-recognition:before {
  content: "\efc2";
}

.icon-Vlan:before {
  content: "\efc3";
}

.icon-Vlan--IBM:before {
  content: "\efc4";
}

.icon-Vmdk-disk:before {
  content: "\efc5";
}

.icon-Voice-activate:before {
  content: "\efc6";
}

.icon-Voicemail:before {
  content: "\eff3";
}

.icon-Volume--block-storage:before {
  content: "\eff4";
}

.icon-Volume--down:before {
  content: "\eff5";
}

.icon-Volume--down--alt:before {
  content: "\effd";
}

.icon-Volume--down--filled:before {
  content: "\effe";
}

.icon-Volume--down--filled--alt:before {
  content: "\efff";
}

.icon-Volume--file-storage:before {
  content: "\f000";
}

.icon-Volume--mute:before {
  content: "\f001";
}

.icon-Volume--mute--filled:before {
  content: "\f002";
}

.icon-Volume--object-storage:before {
  content: "\f003";
}

.icon-Volume--up:before {
  content: "\f004";
}

.icon-Volume--up--alt:before {
  content: "\efd2";
}

.icon-Volume--up--filled:before {
  content: "\efd3";
}

.icon-Volume--up--filled--alt:before {
  content: "\efd4";
}

.icon-Vpn:before {
  content: "\efd5";
}

.icon-Vpn--connection:before {
  content: "\efd6";
}

.icon-Vpn--policy:before {
  content: "\efd7";
}

.icon-Wallet:before {
  content: "\efd8";
}

.icon-Warning:before {
  content: "\f005";
}

.icon-Warning--alt:before {
  content: "\f006";
}

.icon-Warning--alt--filled:before {
  content: "\f007";
}

.icon-Warning--alt-inverted:before {
  content: "\f010";
}

.icon-Warning--alt-inverted--filled:before {
  content: "\f011";
}

.icon-Warning--filled:before {
  content: "\f012";
}

.icon-Warning--hex:before {
  content: "\f013";
}

.icon-Warning--hex--filled:before {
  content: "\f014";
}

.icon-Warning--other:before {
  content: "\f015";
}

.icon-Warning-square:before {
  content: "\f016";
}

.icon-Warning-square--filled:before {
  content: "\f017";
}

.icon-Watch:before {
  content: "\efe4";
}

.icon-Watson:before {
  content: "\efe5";
}

.icon-Watson--machine-learning:before {
  content: "\efe6";
}

.icon-Wave-direction:before {
  content: "\efe7";
}

.icon-Wave-height:before {
  content: "\efe8";
}

.icon-Wave-period:before {
  content: "\efe9";
}

.icon-Weather-front--cold:before {
  content: "\efea";
}

.icon-Weather-front--stationary:before {
  content: "\f018";
}

.icon-Weather-front--warm:before {
  content: "\f019";
}

.icon-Weather-station:before {
  content: "\f021";
}

.icon-Websheet:before {
  content: "\f022";
}

.icon-Wheat:before {
  content: "\f023";
}

.icon-Wifi:before {
  content: "\f024";
}

.icon-Wifi-bridge:before {
  content: "\f025";
}

.icon-Wifi-bridge--alt:before {
  content: "\f026";
}

.icon-Wifi--controller:before {
  content: "\f027";
}

.icon-Wifi--not-secure:before {
  content: "\f028";
}

.icon-Wifi--off:before {
  content: "\f029";
}

.icon-Wifi--secure:before {
  content: "\eff6";
}

.icon-Wikis:before {
  content: "\eff7";
}

.icon-Wind-gusts:before {
  content: "\eff8";
}

.icon-Window--auto:before {
  content: "\eff9";
}

.icon-Window--base:before {
  content: "\effa";
}

.icon-Window--black-saturation:before {
  content: "\effb";
}

.icon-Window--overlay:before {
  content: "\effc";
}

.icon-Window--preset:before {
  content: "\f02a";
}

.icon-Wind-power:before {
  content: "\f02b";
}

.icon-Wind-stream:before {
  content: "\f02c";
}

.icon-Windy:before {
  content: "\f02d";
}

.icon-Windy--dust:before {
  content: "\f02e";
}

.icon-Windy--snow:before {
  content: "\f02f";
}

.icon-Windy--strong:before {
  content: "\f030";
}

.icon-Winter-warning:before {
  content: "\f031";
}

.icon-Wintry-mix:before {
  content: "\f032";
}

.icon-Wireless-checkout:before {
  content: "\f033";
}

.icon-Wmv:before {
  content: "\f034";
}

.icon-Word-cloud:before {
  content: "\f008";
}

.icon-Workspace:before {
  content: "\f009";
}

.icon-Workspace--import:before {
  content: "\f00a";
}

.icon-Worship:before {
  content: "\f00b";
}

.icon-Worship--christian:before {
  content: "\f00c";
}

.icon-Worship--jewish:before {
  content: "\f00d";
}

.icon-Worship--muslim:before {
  content: "\f00e";
}

.icon-X:before {
  content: "\f00f";
}

.icon-X-axis:before {
  content: "\f035";
}

.icon-Xls:before {
  content: "\f036";
}

.icon-Xml:before {
  content: "\f037";
}

.icon-Y:before {
  content: "\f038";
}

.icon-Y-axis:before {
  content: "\f039";
}

.icon-Z:before {
  content: "\f03a";
}

.icon-Z-axis:before {
  content: "\f03b";
}

.icon-Zip:before {
  content: "\f03c";
}

.icon-Zip--reference:before {
  content: "\f03d";
}

.icon-Zoom--area:before {
  content: "\f03e";
}

.icon-Zoom--fit:before {
  content: "\f01a";
}

.icon-Zoom--in:before {
  content: "\f01b";
}

.icon-Zoom--in-area:before {
  content: "\f01c";
}

.icon-Zoom--out:before {
  content: "\f01d";
}

.icon-Zoom--out-area:before {
  content: "\f01e";
}

.icon-Zoom-pan:before {
  content: "\f01f";
}

.icon-Zoom--reset:before {
  content: "\f020";
}

.icon-menu:before {
  content: "\e91e";
}

.icon-magnifier:before {
  content: "\e91d";
}

.icon-explore:before {
  content: "\e91b";
}

.icon-globe:before {
  content: "\e91c";
}

.icon-checkmark-alternate:before {
  content: "\e900";
}

.icon-checkmark--filled:before {
  content: "\e901";
}

.icon-chevron--down:before {
  content: "\e902";
}

.icon-chevron--up:before {
  content: "\e903";
}

.icon-document:before {
  content: "\e904";
}

.icon-edit:before {
  content: "\e905";
}

.icon-email:before {
  content: "\e906";
}

.icon-exit:before {
  content: "\e907";
}

.icon-favorite:before {
  content: "\e908";
}

.icon-favorite--filled:before {
  content: "\e909";
}

.icon-favorite--filledColor:before {
  content: "\e90a";
  color: #ca3c1b;
}

.icon-help:before {
  content: "\e90b";
}

.icon-help-desk:before {
  content: "\e90c";
}

.icon-home:before {
  content: "\e90d";
}

.icon-meter:before {
  content: "\e90e";
}

.icon-misuse:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\e910";
}

.icon-send-1:before {
  content: "\f03f";
}

.icon-send--filled:before {
  content: "\e912";
}

.icon-skill-level-1:before {
  content: "\e913";
}

.icon-skill-level--advanced:before {
  content: "\e914";
}

.icon-time:before {
  content: "\e915";
}

.icon-trash-can:before {
  content: "\e916";
}

.icon-user:before {
  content: "\e917";
}

.icon-user--multiple:before {
  content: "\e918";
}

.icon-view:before {
  content: "\e919";
}

.icon-view-off-filled:before {
  content: "\e91a";
}

.icon {
  font-family: "icomoon" !important;
}
.icon-12 {
  font-size: 12px;
  max-width: 12px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-14 {
  font-size: 14px;
  max-width: 14px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-16 {
  font-size: 16px;
  max-width: 16px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-20 {
  font-size: 20px;
  max-width: 20px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-24 {
  font-size: 24px;
  max-width: 24px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-28 {
  font-size: 28px;
  max-width: 28px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-30 {
  font-size: 30px;
  max-width: 30px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-32 {
  font-size: 32px;
  max-width: 32px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-36 {
  font-size: 36px;
  max-width: 36px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-40 {
  font-size: 40px;
  max-width: 40px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-48 {
  font-size: 48px;
  max-width: 48px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-56 {
  font-size: 56px;
  max-width: 56px;
  aspect-ratio: 1;
  line-height: 1;
}
.icon-64 {
  font-size: 64px;
  max-width: 64px;
  aspect-ratio: 1;
  line-height: 1;
}
@media (min-width: 768px) {
  .icon-md-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .icon-md-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 1140px) {
  .icon-lg-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-12 {
    font-size: 12px;
    max-width: 12px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-14 {
    font-size: 14px;
    max-width: 14px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-16 {
    font-size: 16px;
    max-width: 16px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-20 {
    font-size: 20px;
    max-width: 20px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-24 {
    font-size: 24px;
    max-width: 24px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-28 {
    font-size: 28px;
    max-width: 28px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-30 {
    font-size: 30px;
    max-width: 30px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-32 {
    font-size: 32px;
    max-width: 32px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-36 {
    font-size: 36px;
    max-width: 36px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-40 {
    font-size: 40px;
    max-width: 40px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-48 {
    font-size: 48px;
    max-width: 48px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-56 {
    font-size: 56px;
    max-width: 56px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
@media (min-width: 2500px) {
  .icon-xl-64 {
    font-size: 64px;
    max-width: 64px;
    aspect-ratio: 1;
    line-height: 1;
  }
}
.icon.bg-filled {
  padding: 20px;
  border-radius: 50%;
  background-color: var(--bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #F2F2F2;
  overflow-x: hidden;
}

html {
  margin: 0 !important;
}

.aria.aria-visible, .aria.aria-skip_to_main {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.aria.aria-visible:focus-visible, .aria.aria-skip_to_main:focus-visible {
  position: relative;
  width: max-content;
  height: max-content;
  padding: 1em;
}
.aria.aria-skip_to_main {
  border-radius: 4px;
  padding: 0.86em 1.1429em;
  background-color: var(--neutrals-0);
  color: var(--neutrals-950);
  transform: translateY(-100vh);
}
.aria.aria-skip_to_main:focus-visible, .aria.aria-skip_to_main:focus {
  position: absolute;
  transform: translateY(0);
  transition: 0.2s;
  opacity: 1;
  width: auto;
  height: auto;
  overflow: visible;
  top: 20px;
  left: 20px;
  z-index: 10;
}

@media (prefers-reduced-motion) {
  * {
    animation: none !important;
  }
}
.generic_page h1,
.custom-text-content h1,
.tabs_item-text h1 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page h2,
.custom-text-content h2,
.tabs_item-text h2 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page h3,
.custom-text-content h3,
.tabs_item-text h3 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page h4,
.custom-text-content h4,
.tabs_item-text h4 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page h5,
.custom-text-content h5,
.tabs_item-text h5 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page h6,
.custom-text-content h6,
.tabs_item-text h6 {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: var(--brand-blue);
}
.generic_page em,
.custom-text-content em,
.tabs_item-text em {
  margin-block-start: 2.5rem;
  margin-block-end: 1.25rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.generic_page p,
.generic_page *:not(.breadcrumb_subitem) > span,
.custom-text-content p,
.custom-text-content *:not(.breadcrumb_subitem) > span,
.tabs_item-text p,
.tabs_item-text *:not(.breadcrumb_subitem) > span {
  color: var(--neutrals-700);
}
.generic_page ul,
.custom-text-content ul,
.tabs_item-text ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.generic_page ul li,
.custom-text-content ul li,
.tabs_item-text ul li {
  color: var(--neutrals-700);
  display: list-item;
  text-align: -webkit-match-parent;
}
.generic_page ol,
.generic_page ul,
.custom-text-content ol,
.custom-text-content ul,
.tabs_item-text ol,
.tabs_item-text ul {
  list-style: initial;
}
.generic_page blockquote,
.generic_page q,
.custom-text-content blockquote,
.custom-text-content q,
.tabs_item-text blockquote,
.tabs_item-text q {
  quotes: initial;
}
.generic_page blockquote::before,
.generic_page blockquote::after,
.generic_page q::before,
.generic_page q::after,
.custom-text-content blockquote::before,
.custom-text-content blockquote::after,
.custom-text-content q::before,
.custom-text-content q::after,
.tabs_item-text blockquote::before,
.tabs_item-text blockquote::after,
.tabs_item-text q::before,
.tabs_item-text q::after {
  content: initial;
}
.generic_page strong,
.custom-text-content strong,
.tabs_item-text strong {
  color: inherit;
  font-weight: 600;
}
.generic_page .col-12.col-lg-8 > h1:first-child,
.generic_page .col-12.col-lg-8 > h2:first-child,
.generic_page .col-12.col-lg-8 > h3:first-child,
.generic_page .col-12.col-lg-8 > h4:first-child,
.generic_page .col-12.col-lg-8 > h5:first-child,
.generic_page .col-12.col-lg-8 > h6:first-child,
.custom-text-content .col-12.col-lg-8 > h1:first-child,
.custom-text-content .col-12.col-lg-8 > h2:first-child,
.custom-text-content .col-12.col-lg-8 > h3:first-child,
.custom-text-content .col-12.col-lg-8 > h4:first-child,
.custom-text-content .col-12.col-lg-8 > h5:first-child,
.custom-text-content .col-12.col-lg-8 > h6:first-child,
.tabs_item-text .col-12.col-lg-8 > h1:first-child,
.tabs_item-text .col-12.col-lg-8 > h2:first-child,
.tabs_item-text .col-12.col-lg-8 > h3:first-child,
.tabs_item-text .col-12.col-lg-8 > h4:first-child,
.tabs_item-text .col-12.col-lg-8 > h5:first-child,
.tabs_item-text .col-12.col-lg-8 > h6:first-child {
  margin-top: 0;
}
.generic_page p a,
.custom-text-content p a,
.tabs_item-text p a {
  text-decoration: underline;
  color: var(--neutrals-700);
}
.generic_page p a:hover,
.custom-text-content p a:hover,
.tabs_item-text p a:hover {
  text-decoration: none;
}
.generic_page p strong,
.custom-text-content p strong,
.tabs_item-text p strong {
  color: var(--brand-blue);
}
