/*!
* Theme Name: Amana
* Theme URI: http://www.omnia.ae
* Description: Responsive custom theme
* Text Domain: skel
* Version: 1.0
* Author: OMNIA
* Author URI: www.omnia.ae
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
:root {
  --bs-: ;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-grey: #c8c8c8;
  --bs-grey-dark: #252525;
  --bs-grey-light: #f5f5f5;
  --bs-red: #f02929;
  --bs-yellow: #edc403;
  --bs-green: #128f45;
  --bs-purple: #594fa3;
  --bs-construct: #f02929;
  --bs-manufacture: #edc403;
  --bs-enhance: #128f45;
  --bs-develop: #594fa3;
  --bs-nero: #252525;
  --bs-omnia-black: #101010;
  --bs-primary: #f02929;
  --bs-secondary: #edc403;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  font-size: 10px;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  /* margin: 0;
  font-family: "HK Grotesk", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: #fff0; */
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
/* h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 15rem;
}
h2,
.h2 {
  font-size: 10rem;
}
h3,
.h3 {
  font-size: 6.4rem;
}
h4,
.h4 {
  font-size: 6rem;
}
h5,
.h5 {
  font-size: 3rem;
}
h6,
.h6 {
  font-size: 2.4rem;
} */
/* p {
  margin-top: 0;
  margin-bottom: 2rem;
} */
/* abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
} */
/* address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
} */
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #c02121;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
/* thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
} */
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 2.5rem;
  font-weight: 300;
}
.display- {
  font-weight: 300;
  line-height: 1.2;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 1.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100vw;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 95vw;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 93vw;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 118rem;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 122rem;
  }

  .cntr1{
    max-width: 150rem;
  }
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-0-5,
.gx-0-5 {
  --bs-gutter-x: 0.5rem;
}
.g-0-5,
.gy-0-5 {
  --bs-gutter-y: 0.5rem;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 1rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 1rem;
}
.g-1-5,
.gx-1-5 {
  --bs-gutter-x: 1.5rem;
}
.g-1-5,
.gy-1-5 {
  --bs-gutter-y: 1.5rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 2rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 2rem;
}
.g-2-5,
.gx-2-5 {
  --bs-gutter-x: 2.5rem;
}
.g-2-5,
.gy-2-5 {
  --bs-gutter-y: 2.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 3rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 3rem;
}
.g-3-5,
.gx-3-5 {
  --bs-gutter-x: 3.5rem;
}
.g-3-5,
.gy-3-5 {
  --bs-gutter-y: 3.5rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 4rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 4rem;
}
.g-4-5,
.gx-4-5 {
  --bs-gutter-x: 4.5rem;
}
.g-4-5,
.gy-4-5 {
  --bs-gutter-y: 4.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 5rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 5rem;
}
.g-5-5,
.gx-5-5 {
  --bs-gutter-x: 5.5rem;
}
.g-5-5,
.gy-5-5 {
  --bs-gutter-y: 5.5rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 6rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 6rem;
}
.g-6-5,
.gx-6-5 {
  --bs-gutter-x: 6.5rem;
}
.g-6-5,
.gy-6-5 {
  --bs-gutter-y: 6.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 7rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 7rem;
}
.g-7-5,
.gx-7-5 {
  --bs-gutter-x: 7.5rem;
}
.g-7-5,
.gy-7-5 {
  --bs-gutter-y: 7.5rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 8rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 8rem;
}
.g-8-5,
.gx-8-5 {
  --bs-gutter-x: 8.5rem;
}
.g-8-5,
.gy-8-5 {
  --bs-gutter-y: 8.5rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 9rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 9rem;
}
.g-9-5,
.gx-9-5 {
  --bs-gutter-x: 9.5rem;
}
.g-9-5,
.gy-9-5 {
  --bs-gutter-y: 9.5rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 10rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 10rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-0-5,
  .gx-sm-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-0-5,
  .gy-sm-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-1-5,
  .gx-sm-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-1-5,
  .gy-sm-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-2-5,
  .gx-sm-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-2-5,
  .gy-sm-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-3-5,
  .gx-sm-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-3-5,
  .gy-sm-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-4-5,
  .gx-sm-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-4-5,
  .gy-sm-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-5-5,
  .gx-sm-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-sm-5-5,
  .gy-sm-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-6-5,
  .gx-sm-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-sm-6-5,
  .gy-sm-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-7-5,
  .gx-sm-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-7-5,
  .gy-sm-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-8-5,
  .gx-sm-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-sm-8-5,
  .gy-sm-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-9-5,
  .gx-sm-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-sm-9-5,
  .gy-sm-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-0-5,
  .gx-md-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-0-5,
  .gy-md-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem;
  }
  .g-md-1-5,
  .gx-md-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-1-5,
  .gy-md-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem;
  }
  .g-md-2-5,
  .gx-md-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-2-5,
  .gy-md-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem;
  }
  .g-md-3-5,
  .gx-md-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-3-5,
  .gy-md-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem;
  }
  .g-md-4-5,
  .gx-md-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-4-5,
  .gy-md-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem;
  }
  .g-md-5-5,
  .gx-md-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-md-5-5,
  .gy-md-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem;
  }
  .g-md-6-5,
  .gx-md-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-md-6-5,
  .gy-md-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem;
  }
  .g-md-7-5,
  .gx-md-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-7-5,
  .gy-md-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem;
  }
  .g-md-8-5,
  .gx-md-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-md-8-5,
  .gy-md-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem;
  }
  .g-md-9-5,
  .gx-md-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-md-9-5,
  .gy-md-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-0-5,
  .gx-lg-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-0-5,
  .gy-lg-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-1-5,
  .gx-lg-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-1-5,
  .gy-lg-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-2-5,
  .gx-lg-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-2-5,
  .gy-lg-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-3-5,
  .gx-lg-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-3-5,
  .gy-lg-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-4-5,
  .gx-lg-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-4-5,
  .gy-lg-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-5-5,
  .gx-lg-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-lg-5-5,
  .gy-lg-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-6-5,
  .gx-lg-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-lg-6-5,
  .gy-lg-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-7-5,
  .gx-lg-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-7-5,
  .gy-lg-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-8-5,
  .gx-lg-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-lg-8-5,
  .gy-lg-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-9-5,
  .gx-lg-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-lg-9-5,
  .gy-lg-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-0-5,
  .gx-xl-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-0-5,
  .gy-xl-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-1-5,
  .gx-xl-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-1-5,
  .gy-xl-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-2-5,
  .gx-xl-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-2-5,
  .gy-xl-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-3-5,
  .gx-xl-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-3-5,
  .gy-xl-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-4-5,
  .gx-xl-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-4-5,
  .gy-xl-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-5-5,
  .gx-xl-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xl-5-5,
  .gy-xl-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-6-5,
  .gx-xl-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xl-6-5,
  .gy-xl-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-7-5,
  .gx-xl-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-7-5,
  .gy-xl-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-8-5,
  .gx-xl-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xl-8-5,
  .gy-xl-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-9-5,
  .gx-xl-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xl-9-5,
  .gy-xl-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 10rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-0-5,
  .gx-xxl-0-5 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-0-5,
  .gy-xxl-0-5 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-1-5,
  .gx-xxl-1-5 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-1-5,
  .gy-xxl-1-5 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-2-5,
  .gx-xxl-2-5 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-2-5,
  .gy-xxl-2-5 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-3-5,
  .gx-xxl-3-5 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-3-5,
  .gy-xxl-3-5 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-4-5,
  .gx-xxl-4-5 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-4-5,
  .gy-xxl-4-5 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-5-5,
  .gx-xxl-5-5 {
    --bs-gutter-x: 5.5rem;
  }
  .g-xxl-5-5,
  .gy-xxl-5-5 {
    --bs-gutter-y: 5.5rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-6-5,
  .gx-xxl-6-5 {
    --bs-gutter-x: 6.5rem;
  }
  .g-xxl-6-5,
  .gy-xxl-6-5 {
    --bs-gutter-y: 6.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-7-5,
  .gx-xxl-7-5 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-7-5,
  .gy-xxl-7-5 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-8-5,
  .gx-xxl-8-5 {
    --bs-gutter-x: 8.5rem;
  }
  .g-xxl-8-5,
  .gy-xxl-8-5 {
    --bs-gutter-y: 8.5rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-9-5,
  .gx-xxl-9-5 {
    --bs-gutter-x: 9.5rem;
  }
  .g-xxl-9-5,
  .gy-xxl-9-5 {
    --bs-gutter-y: 9.5rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 10rem;
  }
}
.table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-accent-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 3rem;
  color: #000;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.btn,
.ginput_container_fileupload input[type="file"],
.ginput_container_fileupload .gform_button_select_files,
.gform_drop_area input[type="button"],
.gform_footer input[type="submit"],
.gform_footer .gform_save_link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: #fff0;
  border: 0.1rem solid #fff0;
  padding: 1rem 2.4rem;
  font-size: 2rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .ginput_container_fileupload input[type="file"],
  .ginput_container_fileupload .gform_button_select_files,
  .gform_drop_area input[type="button"],
  .gform_footer input[type="submit"],
  .gform_footer .gform_save_link {
    transition: none;
  }
}
.btn:hover,
.ginput_container_fileupload input:hover[type="file"],
.ginput_container_fileupload .gform_button_select_files:hover,
.gform_drop_area input:hover[type="button"],
.gform_footer input:hover[type="submit"],
.gform_footer .gform_save_link:hover {
  color: #000;
}
.btn-check:focus + .btn,
.ginput_container_fileupload .btn-check:focus + input[type="file"],
.ginput_container_fileupload .btn-check:focus + .gform_button_select_files,
.gform_drop_area .btn-check:focus + input[type="button"],
.gform_footer .btn-check:focus + input[type="submit"],
.gform_footer .btn-check:focus + .gform_save_link,
.btn:focus,
.ginput_container_fileupload input:focus[type="file"],
.ginput_container_fileupload .gform_button_select_files:focus,
.gform_drop_area input:focus[type="button"],
.gform_footer input:focus[type="submit"],
.gform_footer .gform_save_link:focus {
  outline: 0;
  box-shadow: 0;
}
.btn:disabled,
.ginput_container_fileupload input:disabled[type="file"],
.ginput_container_fileupload .gform_button_select_files:disabled,
.gform_drop_area input:disabled[type="button"],
.gform_footer input:disabled[type="submit"],
.gform_footer .gform_save_link:disabled,
.btn.disabled,
.ginput_container_fileupload input.disabled[type="file"],
.ginput_container_fileupload .disabled.gform_button_select_files,
.gform_drop_area input.disabled[type="button"],
.gform_footer input.disabled[type="submit"],
.gform_footer .disabled.gform_save_link,
fieldset:disabled .btn,
fieldset:disabled .ginput_container_fileupload input[type="file"],
.ginput_container_fileupload fieldset:disabled input[type="file"],
fieldset:disabled .ginput_container_fileupload .gform_button_select_files,
.ginput_container_fileupload fieldset:disabled .gform_button_select_files,
fieldset:disabled .gform_drop_area input[type="button"],
.gform_drop_area fieldset:disabled input[type="button"],
fieldset:disabled .gform_footer input[type="submit"],
.gform_footer fieldset:disabled input[type="submit"],
fieldset:disabled .gform_footer .gform_save_link,
.gform_footer fieldset:disabled .gform_save_link {
  pointer-events: none;
  opacity: 0.65;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 0 rgb(217 217 217 / 0.5);
}
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(217 217 217 / 0.5);
}
.btn-white:disabled,
.btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-black,
.btn-black:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0 rgb(38 38 38 / 0.5);
}
.btn-check:checked + .btn-black,
.btn-check:active + .btn-black,
.btn-black:active,
.btn-black.active,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-black:focus,
.btn-check:active + .btn-black:focus,
.btn-black:active:focus,
.btn-black.active:focus,
.show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(38 38 38 / 0.5);
}
.btn-black:disabled,
.btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-grey {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-grey:hover {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cecece;
}
.btn-check:focus + .btn-grey,
.btn-grey:focus {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cecece;
  box-shadow: 0 0 0 0 rgb(170 170 170 / 0.5);
}
.btn-check:checked + .btn-grey,
.btn-check:active + .btn-grey,
.btn-grey:active,
.btn-grey.active,
.show > .btn-grey.dropdown-toggle {
  color: #000;
  background-color: #d3d3d3;
  border-color: #cecece;
}
.btn-check:checked + .btn-grey:focus,
.btn-check:active + .btn-grey:focus,
.btn-grey:active:focus,
.btn-grey.active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(170 170 170 / 0.5);
}
.btn-grey:disabled,
.btn-grey.disabled {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-grey-dark {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-grey-dark:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1e1e1e;
}
.btn-check:focus + .btn-grey-dark,
.btn-grey-dark:focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 0 rgb(70 70 70 / 0.5);
}
.btn-check:checked + .btn-grey-dark,
.btn-check:active + .btn-grey-dark,
.btn-grey-dark:active,
.btn-grey-dark.active,
.show > .btn-grey-dark.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1c1c1c;
}
.btn-check:checked + .btn-grey-dark:focus,
.btn-check:active + .btn-grey-dark:focus,
.btn-grey-dark:active:focus,
.btn-grey-dark.active:focus,
.show > .btn-grey-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(70 70 70 / 0.5);
}
.btn-grey-dark:disabled,
.btn-grey-dark.disabled {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-grey-light {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-grey-light:hover {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}
.btn-check:focus + .btn-grey-light,
.btn-grey-light:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
  box-shadow: 0 0 0 0 rgb(208 208 208 / 0.5);
}
.btn-check:checked + .btn-grey-light,
.btn-check:active + .btn-grey-light,
.btn-grey-light:active,
.btn-grey-light.active,
.show > .btn-grey-light.dropdown-toggle {
  color: #000;
  background-color: #f7f7f7;
  border-color: #f6f6f6;
}
.btn-check:checked + .btn-grey-light:focus,
.btn-check:active + .btn-grey-light:focus,
.btn-grey-light:active:focus,
.btn-grey-light.active:focus,
.show > .btn-grey-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(208 208 208 / 0.5);
}
.btn-grey-light:disabled,
.btn-grey-light.disabled {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-red {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-red:hover {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
}
.btn-check:focus + .btn-red,
.btn-red:focus {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-check:checked + .btn-red,
.btn-check:active + .btn-red,
.btn-red:active,
.btn-red.active,
.show > .btn-red.dropdown-toggle {
  color: #000;
  background-color: #f35454;
  border-color: #f23e3e;
}
.btn-check:checked + .btn-red:focus,
.btn-check:active + .btn-red:focus,
.btn-red:active:focus,
.btn-red.active:focus,
.show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-red:disabled,
.btn-red.disabled {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-yellow {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-yellow:hover {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
}
.btn-check:focus + .btn-yellow,
.btn-yellow:focus {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-check:checked + .btn-yellow,
.btn-check:active + .btn-yellow,
.btn-yellow:active,
.btn-yellow.active,
.show > .btn-yellow.dropdown-toggle {
  color: #000;
  background-color: #f1d035;
  border-color: #efca1c;
}
.btn-check:checked + .btn-yellow:focus,
.btn-check:active + .btn-yellow:focus,
.btn-yellow:active:focus,
.btn-yellow.active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-yellow:disabled,
.btn-yellow.disabled {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-green {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-green:hover {
  color: #000;
  background-color: #36a061;
  border-color: #2a9a58;
}
.btn-check:focus + .btn-green,
.btn-green:focus {
  color: #000;
  background-color: #36a061;
  border-color: #2a9a58;
  box-shadow: 0 0 0 0 rgb(15 122 59 / 0.5);
}
.btn-check:checked + .btn-green,
.btn-check:active + .btn-green,
.btn-green:active,
.btn-green.active,
.show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: #41a56a;
  border-color: #2a9a58;
}
.btn-check:checked + .btn-green:focus,
.btn-check:active + .btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(15 122 59 / 0.5);
}
.btn-green:disabled,
.btn-green.disabled {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-purple {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-purple:hover {
  color: #fff;
  background-color: #4c438b;
  border-color: #473f82;
}
.btn-check:focus + .btn-purple,
.btn-purple:focus {
  color: #fff;
  background-color: #4c438b;
  border-color: #473f82;
  box-shadow: 0 0 0 0 rgb(114 105 177 / 0.5);
}
.btn-check:checked + .btn-purple,
.btn-check:active + .btn-purple,
.btn-purple:active,
.btn-purple.active,
.show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #473f82;
  border-color: #433b7a;
}
.btn-check:checked + .btn-purple:focus,
.btn-check:active + .btn-purple:focus,
.btn-purple:active:focus,
.btn-purple.active:focus,
.show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(114 105 177 / 0.5);
}
.btn-purple:disabled,
.btn-purple.disabled {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-construct {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-construct:hover {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
}
.btn-check:focus + .btn-construct,
.btn-construct:focus {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-check:checked + .btn-construct,
.btn-check:active + .btn-construct,
.btn-construct:active,
.btn-construct.active,
.show > .btn-construct.dropdown-toggle {
  color: #000;
  background-color: #f35454;
  border-color: #f23e3e;
}
.btn-check:checked + .btn-construct:focus,
.btn-check:active + .btn-construct:focus,
.btn-construct:active:focus,
.btn-construct.active:focus,
.show > .btn-construct.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-construct:disabled,
.btn-construct.disabled {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-manufacture {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-manufacture:hover {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
}
.btn-check:focus + .btn-manufacture,
.btn-manufacture:focus {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-check:checked + .btn-manufacture,
.btn-check:active + .btn-manufacture,
.btn-manufacture:active,
.btn-manufacture.active,
.show > .btn-manufacture.dropdown-toggle {
  color: #000;
  background-color: #f1d035;
  border-color: #efca1c;
}
.btn-check:checked + .btn-manufacture:focus,
.btn-check:active + .btn-manufacture:focus,
.btn-manufacture:active:focus,
.btn-manufacture.active:focus,
.show > .btn-manufacture.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-manufacture:disabled,
.btn-manufacture.disabled {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-enhance {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-enhance:hover {
  color: #000;
  background-color: #36a061;
  border-color: #2a9a58;
}
.btn-check:focus + .btn-enhance,
.btn-enhance:focus {
  color: #000;
  background-color: #36a061;
  border-color: #2a9a58;
  box-shadow: 0 0 0 0 rgb(15 122 59 / 0.5);
}
.btn-check:checked + .btn-enhance,
.btn-check:active + .btn-enhance,
.btn-enhance:active,
.btn-enhance.active,
.show > .btn-enhance.dropdown-toggle {
  color: #000;
  background-color: #41a56a;
  border-color: #2a9a58;
}
.btn-check:checked + .btn-enhance:focus,
.btn-check:active + .btn-enhance:focus,
.btn-enhance:active:focus,
.btn-enhance.active:focus,
.show > .btn-enhance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(15 122 59 / 0.5);
}
.btn-enhance:disabled,
.btn-enhance.disabled {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-develop {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-develop:hover {
  color: #fff;
  background-color: #4c438b;
  border-color: #473f82;
}
.btn-check:focus + .btn-develop,
.btn-develop:focus {
  color: #fff;
  background-color: #4c438b;
  border-color: #473f82;
  box-shadow: 0 0 0 0 rgb(114 105 177 / 0.5);
}
.btn-check:checked + .btn-develop,
.btn-check:active + .btn-develop,
.btn-develop:active,
.btn-develop.active,
.show > .btn-develop.dropdown-toggle {
  color: #fff;
  background-color: #473f82;
  border-color: #433b7a;
}
.btn-check:checked + .btn-develop:focus,
.btn-check:active + .btn-develop:focus,
.btn-develop:active:focus,
.btn-develop.active:focus,
.show > .btn-develop.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(114 105 177 / 0.5);
}
.btn-develop:disabled,
.btn-develop.disabled {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-nero {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-nero:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1e1e1e;
}
.btn-check:focus + .btn-nero,
.btn-nero:focus {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 0 rgb(70 70 70 / 0.5);
}
.btn-check:checked + .btn-nero,
.btn-check:active + .btn-nero,
.btn-nero:active,
.btn-nero.active,
.show > .btn-nero.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1c1c1c;
}
.btn-check:checked + .btn-nero:focus,
.btn-check:active + .btn-nero:focus,
.btn-nero:active:focus,
.btn-nero.active:focus,
.show > .btn-nero.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(70 70 70 / 0.5);
}
.btn-nero:disabled,
.btn-nero.disabled {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-omnia-black {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}
.btn-omnia-black:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0d0d0d;
}
.btn-check:focus + .btn-omnia-black,
.btn-omnia-black:focus {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 0 rgb(52 52 52 / 0.5);
}
.btn-check:checked + .btn-omnia-black,
.btn-check:active + .btn-omnia-black,
.btn-omnia-black:active,
.btn-omnia-black.active,
.show > .btn-omnia-black.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #0c0c0c;
}
.btn-check:checked + .btn-omnia-black:focus,
.btn-check:active + .btn-omnia-black:focus,
.btn-omnia-black:active:focus,
.btn-omnia-black.active:focus,
.show > .btn-omnia-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(52 52 52 / 0.5);
}
.btn-omnia-black:disabled,
.btn-omnia-black.disabled {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}
.btn-primary {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-primary:hover {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #f24949;
  border-color: #f23e3e;
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f35454;
  border-color: #f23e3e;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(204 35 35 / 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-secondary {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-secondary:hover {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #000;
  background-color: #f0cd29;
  border-color: #efca1c;
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f1d035;
  border-color: #efca1c;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgb(201 167 3 / 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(255 255 255 / 0.5);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: #fff0;
}
.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0.5);
}
.btn-check:checked + .btn-outline-black,
.btn-check:active + .btn-outline-black,
.btn-outline-black:active,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus,
.btn-check:active + .btn-outline-black:focus,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(0 0 0 / 0.5);
}
.btn-outline-black:disabled,
.btn-outline-black.disabled {
  color: #000;
  background-color: #fff0;
}
.btn-outline-grey {
  color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-outline-grey:hover {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-check:focus + .btn-outline-grey,
.btn-outline-grey:focus {
  box-shadow: 0 0 0 0 rgb(200 200 200 / 0.5);
}
.btn-check:checked + .btn-outline-grey,
.btn-check:active + .btn-outline-grey,
.btn-outline-grey:active,
.btn-outline-grey.active,
.btn-outline-grey.dropdown-toggle.show {
  color: #000;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn-check:checked + .btn-outline-grey:focus,
.btn-check:active + .btn-outline-grey:focus,
.btn-outline-grey:active:focus,
.btn-outline-grey.active:focus,
.btn-outline-grey.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(200 200 200 / 0.5);
}
.btn-outline-grey:disabled,
.btn-outline-grey.disabled {
  color: #c8c8c8;
  background-color: #fff0;
}
.btn-outline-grey-dark {
  color: #252525;
  border-color: #252525;
}
.btn-outline-grey-dark:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:focus + .btn-outline-grey-dark,
.btn-outline-grey-dark:focus {
  box-shadow: 0 0 0 0 rgb(37 37 37 / 0.5);
}
.btn-check:checked + .btn-outline-grey-dark,
.btn-check:active + .btn-outline-grey-dark,
.btn-outline-grey-dark:active,
.btn-outline-grey-dark.active,
.btn-outline-grey-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:checked + .btn-outline-grey-dark:focus,
.btn-check:active + .btn-outline-grey-dark:focus,
.btn-outline-grey-dark:active:focus,
.btn-outline-grey-dark.active:focus,
.btn-outline-grey-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(37 37 37 / 0.5);
}
.btn-outline-grey-dark:disabled,
.btn-outline-grey-dark.disabled {
  color: #252525;
  background-color: #fff0;
}
.btn-outline-grey-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-grey-light:hover {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check:focus + .btn-outline-grey-light,
.btn-outline-grey-light:focus {
  box-shadow: 0 0 0 0 rgb(245 245 245 / 0.5);
}
.btn-check:checked + .btn-outline-grey-light,
.btn-check:active + .btn-outline-grey-light,
.btn-outline-grey-light:active,
.btn-outline-grey-light.active,
.btn-outline-grey-light.dropdown-toggle.show {
  color: #000;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check:checked + .btn-outline-grey-light:focus,
.btn-check:active + .btn-outline-grey-light:focus,
.btn-outline-grey-light:active:focus,
.btn-outline-grey-light.active:focus,
.btn-outline-grey-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(245 245 245 / 0.5);
}
.btn-outline-grey-light:disabled,
.btn-outline-grey-light.disabled {
  color: #f5f5f5;
  background-color: #fff0;
}
.btn-outline-red {
  color: #f02929;
  border-color: #f02929;
}
.btn-outline-red:hover {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:focus + .btn-outline-red,
.btn-outline-red:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-check:checked + .btn-outline-red,
.btn-check:active + .btn-outline-red,
.btn-outline-red:active,
.btn-outline-red.active,
.btn-outline-red.dropdown-toggle.show {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:checked + .btn-outline-red:focus,
.btn-check:active + .btn-outline-red:focus,
.btn-outline-red:active:focus,
.btn-outline-red.active:focus,
.btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-outline-red:disabled,
.btn-outline-red.disabled {
  color: #f02929;
  background-color: #fff0;
}
.btn-outline-yellow {
  color: #edc403;
  border-color: #edc403;
}
.btn-outline-yellow:hover {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:focus + .btn-outline-yellow,
.btn-outline-yellow:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-check:checked + .btn-outline-yellow,
.btn-check:active + .btn-outline-yellow,
.btn-outline-yellow:active,
.btn-outline-yellow.active,
.btn-outline-yellow.dropdown-toggle.show {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:checked + .btn-outline-yellow:focus,
.btn-check:active + .btn-outline-yellow:focus,
.btn-outline-yellow:active:focus,
.btn-outline-yellow.active:focus,
.btn-outline-yellow.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-outline-yellow:disabled,
.btn-outline-yellow.disabled {
  color: #edc403;
  background-color: #fff0;
}
.btn-outline-green {
  color: #128f45;
  border-color: #128f45;
}
.btn-outline-green:hover {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-check:focus + .btn-outline-green,
.btn-outline-green:focus {
  box-shadow: 0 0 0 0 rgb(18 143 69 / 0.5);
}
.btn-check:checked + .btn-outline-green,
.btn-check:active + .btn-outline-green,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.dropdown-toggle.show {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-check:checked + .btn-outline-green:focus,
.btn-check:active + .btn-outline-green:focus,
.btn-outline-green:active:focus,
.btn-outline-green.active:focus,
.btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(18 143 69 / 0.5);
}
.btn-outline-green:disabled,
.btn-outline-green.disabled {
  color: #128f45;
  background-color: #fff0;
}
.btn-outline-purple {
  color: #594fa3;
  border-color: #594fa3;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-check:focus + .btn-outline-purple,
.btn-outline-purple:focus {
  box-shadow: 0 0 0 0 rgb(89 79 163 / 0.5);
}
.btn-check:checked + .btn-outline-purple,
.btn-check:active + .btn-outline-purple,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.dropdown-toggle.show {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-check:checked + .btn-outline-purple:focus,
.btn-check:active + .btn-outline-purple:focus,
.btn-outline-purple:active:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(89 79 163 / 0.5);
}
.btn-outline-purple:disabled,
.btn-outline-purple.disabled {
  color: #594fa3;
  background-color: #fff0;
}
.btn-outline-construct {
  color: #f02929;
  border-color: #f02929;
}
.btn-outline-construct:hover {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:focus + .btn-outline-construct,
.btn-outline-construct:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-check:checked + .btn-outline-construct,
.btn-check:active + .btn-outline-construct,
.btn-outline-construct:active,
.btn-outline-construct.active,
.btn-outline-construct.dropdown-toggle.show {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:checked + .btn-outline-construct:focus,
.btn-check:active + .btn-outline-construct:focus,
.btn-outline-construct:active:focus,
.btn-outline-construct.active:focus,
.btn-outline-construct.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-outline-construct:disabled,
.btn-outline-construct.disabled {
  color: #f02929;
  background-color: #fff0;
}
.btn-outline-manufacture {
  color: #edc403;
  border-color: #edc403;
}
.btn-outline-manufacture:hover {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:focus + .btn-outline-manufacture,
.btn-outline-manufacture:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-check:checked + .btn-outline-manufacture,
.btn-check:active + .btn-outline-manufacture,
.btn-outline-manufacture:active,
.btn-outline-manufacture.active,
.btn-outline-manufacture.dropdown-toggle.show {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:checked + .btn-outline-manufacture:focus,
.btn-check:active + .btn-outline-manufacture:focus,
.btn-outline-manufacture:active:focus,
.btn-outline-manufacture.active:focus,
.btn-outline-manufacture.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-outline-manufacture:disabled,
.btn-outline-manufacture.disabled {
  color: #edc403;
  background-color: #fff0;
}
.btn-outline-enhance {
  color: #128f45;
  border-color: #128f45;
}
.btn-outline-enhance:hover {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-check:focus + .btn-outline-enhance,
.btn-outline-enhance:focus {
  box-shadow: 0 0 0 0 rgb(18 143 69 / 0.5);
}
.btn-check:checked + .btn-outline-enhance,
.btn-check:active + .btn-outline-enhance,
.btn-outline-enhance:active,
.btn-outline-enhance.active,
.btn-outline-enhance.dropdown-toggle.show {
  color: #000;
  background-color: #128f45;
  border-color: #128f45;
}
.btn-check:checked + .btn-outline-enhance:focus,
.btn-check:active + .btn-outline-enhance:focus,
.btn-outline-enhance:active:focus,
.btn-outline-enhance.active:focus,
.btn-outline-enhance.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(18 143 69 / 0.5);
}
.btn-outline-enhance:disabled,
.btn-outline-enhance.disabled {
  color: #128f45;
  background-color: #fff0;
}
.btn-outline-develop {
  color: #594fa3;
  border-color: #594fa3;
}
.btn-outline-develop:hover {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-check:focus + .btn-outline-develop,
.btn-outline-develop:focus {
  box-shadow: 0 0 0 0 rgb(89 79 163 / 0.5);
}
.btn-check:checked + .btn-outline-develop,
.btn-check:active + .btn-outline-develop,
.btn-outline-develop:active,
.btn-outline-develop.active,
.btn-outline-develop.dropdown-toggle.show {
  color: #fff;
  background-color: #594fa3;
  border-color: #594fa3;
}
.btn-check:checked + .btn-outline-develop:focus,
.btn-check:active + .btn-outline-develop:focus,
.btn-outline-develop:active:focus,
.btn-outline-develop.active:focus,
.btn-outline-develop.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(89 79 163 / 0.5);
}
.btn-outline-develop:disabled,
.btn-outline-develop.disabled {
  color: #594fa3;
  background-color: #fff0;
}
.btn-outline-nero {
  color: #252525;
  border-color: #252525;
}
.btn-outline-nero:hover {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:focus + .btn-outline-nero,
.btn-outline-nero:focus {
  box-shadow: 0 0 0 0 rgb(37 37 37 / 0.5);
}
.btn-check:checked + .btn-outline-nero,
.btn-check:active + .btn-outline-nero,
.btn-outline-nero:active,
.btn-outline-nero.active,
.btn-outline-nero.dropdown-toggle.show {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}
.btn-check:checked + .btn-outline-nero:focus,
.btn-check:active + .btn-outline-nero:focus,
.btn-outline-nero:active:focus,
.btn-outline-nero.active:focus,
.btn-outline-nero.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(37 37 37 / 0.5);
}
.btn-outline-nero:disabled,
.btn-outline-nero.disabled {
  color: #252525;
  background-color: #fff0;
}
.btn-outline-omnia-black {
  color: #101010;
  border-color: #101010;
}
.btn-outline-omnia-black:hover {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}
.btn-check:focus + .btn-outline-omnia-black,
.btn-outline-omnia-black:focus {
  box-shadow: 0 0 0 0 rgb(16 16 16 / 0.5);
}
.btn-check:checked + .btn-outline-omnia-black,
.btn-check:active + .btn-outline-omnia-black,
.btn-outline-omnia-black:active,
.btn-outline-omnia-black.active,
.btn-outline-omnia-black.dropdown-toggle.show {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}
.btn-check:checked + .btn-outline-omnia-black:focus,
.btn-check:active + .btn-outline-omnia-black:focus,
.btn-outline-omnia-black:active:focus,
.btn-outline-omnia-black.active:focus,
.btn-outline-omnia-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(16 16 16 / 0.5);
}
.btn-outline-omnia-black:disabled,
.btn-outline-omnia-black.disabled {
  color: #101010;
  background-color: #fff0;
}
.btn-outline-primary {
  color: #f02929;
  border-color: #f02929;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #f02929;
  border-color: #f02929;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(240 41 41 / 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #f02929;
  background-color: #fff0;
}
.btn-outline-secondary {
  color: #edc403;
  border-color: #edc403;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #edc403;
  border-color: #edc403;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0 rgb(237 196 3 / 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #edc403;
  background-color: #fff0;
}
.btn-link {
  font-weight: 400;
  color: #f02929;
  text-decoration: none;
}
.btn-link:hover {
  color: #c02121;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
}
.btn-lg {
  padding: 1.5rem 3rem;
  font-size: 2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.75rem 1.5rem;
  font-size: 2rem;
  border-radius: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid #fff0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: #fff0;
  border-color: #fff0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0%;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.link-white {
  color: #fff;
}
.link-white:hover,
.link-white:focus {
  color: #fff;
}
.link-black {
  color: #000;
}
.link-black:hover,
.link-black:focus {
  color: #000;
}
.link-grey {
  color: #c8c8c8;
}
.link-grey:hover,
.link-grey:focus {
  color: #d3d3d3;
}
.link-grey-dark {
  color: #252525;
}
.link-grey-dark:hover,
.link-grey-dark:focus {
  color: #1e1e1e;
}
.link-grey-light {
  color: #f5f5f5;
}
.link-grey-light:hover,
.link-grey-light:focus {
  color: #f7f7f7;
}
.link-red {
  color: #f02929;
}
.link-red:hover,
.link-red:focus {
  color: #f35454;
}
.link-yellow {
  color: #edc403;
}
.link-yellow:hover,
.link-yellow:focus {
  color: #f1d035;
}
.link-green {
  color: #128f45;
}
.link-green:hover,
.link-green:focus {
  color: #41a56a;
}
.link-purple {
  color: #594fa3;
}
.link-purple:hover,
.link-purple:focus {
  color: #473f82;
}
.link-construct {
  color: #f02929;
}
.link-construct:hover,
.link-construct:focus {
  color: #f35454;
}
.link-manufacture {
  color: #edc403;
}
.link-manufacture:hover,
.link-manufacture:focus {
  color: #f1d035;
}
.link-enhance {
  color: #128f45;
}
.link-enhance:hover,
.link-enhance:focus {
  color: #41a56a;
}
.link-develop {
  color: #594fa3;
}
.link-develop:hover,
.link-develop:focus {
  color: #473f82;
}
.link-nero {
  color: #252525;
}
.link-nero:hover,
.link-nero:focus {
  color: #1e1e1e;
}
.link-omnia-black {
  color: #101010;
}
.link-omnia-black:hover,
.link-omnia-black:focus {
  color: #0d0d0d;
}
.link-primary {
  color: #f02929;
}
.link-primary:hover,
.link-primary:focus {
  color: #f35454;
}
.link-secondary {
  color: #edc403;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #f1d035;
}
.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: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: 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-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;
}
.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;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-85 {
  width: 85% !important;
}
.w-100 {
  width: 100% !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;
}
.gap-0 {
  gap: 0 !important;
}
.gap-0-5 {
  gap: 0.5rem !important;
}
.gap-1 {
  gap: 1rem !important;
}
.gap-1-5 {
  gap: 1.5rem !important;
}
.gap-2 {
  gap: 2rem !important;
}
.gap-2-5 {
  gap: 2.5rem !important;
}
.gap-3 {
  gap: 3rem !important;
}
.gap-3-5 {
  gap: 3.5rem !important;
}
.gap-4 {
  gap: 4rem !important;
}
.gap-4-5 {
  gap: 4.5rem !important;
}
.gap-5 {
  gap: 5rem !important;
}
.gap-5-5 {
  gap: 5.5rem !important;
}
.gap-6 {
  gap: 6rem !important;
}
.gap-6-5 {
  gap: 6.5rem !important;
}
.gap-7 {
  gap: 7rem !important;
}
.gap-7-5 {
  gap: 7.5rem !important;
}
.gap-8 {
  gap: 8rem !important;
}
.gap-8-5 {
  gap: 8.5rem !important;
}
.gap-9 {
  gap: 9rem !important;
}
.gap-9-5 {
  gap: 9.5rem !important;
}
.gap-10 {
  gap: 10rem !important;
}
.gap-10-5 {
  gap: 10.5rem !important;
}
.gap-11 {
  gap: 11rem !important;
}
.gap-11-5 {
  gap: 11.5rem !important;
}
.gap-12 {
  gap: 12rem !important;
}
.gap-12-5 {
  gap: 12.5rem !important;
}
.gap-13 {
  gap: 13rem !important;
}
.gap-13-5 {
  gap: 13.5rem !important;
}
.gap-14 {
  gap: 14rem !important;
}
.gap-14-5 {
  gap: 14.5rem !important;
}
.gap-15 {
  gap: 15rem !important;
}
.gap-16 {
  gap: 16rem !important;
}
.gap-17 {
  gap: 17rem !important;
}
.gap-18 {
  gap: 18rem !important;
}
.gap-19 {
  gap: 19rem !important;
}
.gap-20 {
  gap: 20rem !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-0-5 {
  margin: 0.5rem !important;
}
.m-1 {
  margin: 1rem !important;
}
.m-1-5 {
  margin: 1.5rem !important;
}
.m-2 {
  margin: 2rem !important;
}
.m-2-5 {
  margin: 2.5rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.m-3-5 {
  margin: 3.5rem !important;
}
.m-4 {
  margin: 4rem !important;
}
.m-4-5 {
  margin: 4.5rem !important;
}
.m-5 {
  margin: 5rem !important;
}
.m-5-5 {
  margin: 5.5rem !important;
}
.m-6 {
  margin: 6rem !important;
}
.m-6-5 {
  margin: 6.5rem !important;
}
.m-7 {
  margin: 7rem !important;
}
.m-7-5 {
  margin: 7.5rem !important;
}
.m-8 {
  margin: 8rem !important;
}
.m-8-5 {
  margin: 8.5rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.m-9-5 {
  margin: 9.5rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.m-10-5 {
  margin: 10.5rem !important;
}
.m-11 {
  margin: 11rem !important;
}
.m-11-5 {
  margin: 11.5rem !important;
}
.m-12 {
  margin: 12rem !important;
}
.m-12-5 {
  margin: 12.5rem !important;
}
.m-13 {
  margin: 13rem !important;
}
.m-13-5 {
  margin: 13.5rem !important;
}
.m-14 {
  margin: 14rem !important;
}
.m-14-5 {
  margin: 14.5rem !important;
}
.m-15 {
  margin: 15rem !important;
}
.m-16 {
  margin: 16rem !important;
}
.m-17 {
  margin: 17rem !important;
}
.m-18 {
  margin: 18rem !important;
}
.m-19 {
  margin: 19rem !important;
}
.m-20 {
  margin: 20rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-0-5 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-1-5 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-2-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-3-5 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-4-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-5-5 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}
.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-6-5 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}
.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-7-5 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
.mx-8 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-8-5 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}
.mx-9 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-9-5 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}
.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-10-5 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}
.mx-11 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}
.mx-11-5 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}
.mx-12 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}
.mx-12-5 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
.mx-13 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}
.mx-13-5 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}
.mx-14 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}
.mx-14-5 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}
.mx-15 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-16 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}
.mx-17 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}
.mx-18 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}
.mx-19 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}
.mx-20 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-0-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-1-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-2-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-3-5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-4-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-5-5 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}
.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-6-5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}
.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-7-5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-8-5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-9-5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}
.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-10-5 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}
.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.my-11-5 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}
.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-12-5 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-13 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.my-13-5 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}
.my-14 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-14-5 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}
.my-15 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-16 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-17 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}
.my-18 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-19 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}
.my-20 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-0-5 {
  margin-top: 0.5rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-1-5 {
  margin-top: 1.5rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-2-5 {
  margin-top: 2.5rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-3-5 {
  margin-top: 3.5rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-4-5 {
  margin-top: 4.5rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mt-5-5 {
  margin-top: 5.5rem !important;
}
.mt-6 {
  margin-top: 6rem !important;
}
.mt-6-5 {
  margin-top: 6.5rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-7-5 {
  margin-top: 7.5rem !important;
}
.mt-8 {
  margin-top: 8rem !important;
}
.mt-8-5 {
  margin-top: 8.5rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mt-9-5 {
  margin-top: 9.5rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mt-10-5 {
  margin-top: 10.5rem !important;
}
.mt-11 {
  margin-top: 11rem !important;
}
.mt-11-5 {
  margin-top: 11.5rem !important;
}
.mt-12 {
  margin-top: 12rem !important;
}
.mt-12-5 {
  margin-top: 12.5rem !important;
}
.mt-13 {
  margin-top: 13rem !important;
}
.mt-13-5 {
  margin-top: 13.5rem !important;
}
.mt-14 {
  margin-top: 14rem !important;
}
.mt-14-5 {
  margin-top: 14.5rem !important;
}
.mt-15 {
  margin-top: 15rem !important;
}
.mt-16 {
  margin-top: 16rem !important;
}
.mt-17 {
  margin-top: 17rem !important;
}
.mt-18 {
  margin-top: 18rem !important;
}
.mt-19 {
  margin-top: 19rem !important;
}
.mt-20 {
  margin-top: 20rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-0-5 {
  margin-right: 0.5rem !important;
}
.me-1 {
  margin-right: 1rem !important;
}
.me-1-5 {
  margin-right: 1.5rem !important;
}
.me-2 {
  margin-right: 2rem !important;
}
.me-2-5 {
  margin-right: 2.5rem !important;
}
.me-3 {
  margin-right: 3rem !important;
}
.me-3-5 {
  margin-right: 3.5rem !important;
}
.me-4 {
  margin-right: 4rem !important;
}
.me-4-5 {
  margin-right: 4.5rem !important;
}
.me-5 {
  margin-right: 5rem !important;
}
.me-5-5 {
  margin-right: 5.5rem !important;
}
.me-6 {
  margin-right: 6rem !important;
}
.me-6-5 {
  margin-right: 6.5rem !important;
}
.me-7 {
  margin-right: 7rem !important;
}
.me-7-5 {
  margin-right: 7.5rem !important;
}
.me-8 {
  margin-right: 8rem !important;
}
.me-8-5 {
  margin-right: 8.5rem !important;
}
.me-9 {
  margin-right: 9rem !important;
}
.me-9-5 {
  margin-right: 9.5rem !important;
}
.me-10 {
  margin-right: 10rem !important;
}
.me-10-5 {
  margin-right: 10.5rem !important;
}
.me-11 {
  margin-right: 11rem !important;
}
.me-11-5 {
  margin-right: 11.5rem !important;
}
.me-12 {
  margin-right: 12rem !important;
}
.me-12-5 {
  margin-right: 12.5rem !important;
}
.me-13 {
  margin-right: 13rem !important;
}
.me-13-5 {
  margin-right: 13.5rem !important;
}
.me-14 {
  margin-right: 14rem !important;
}
.me-14-5 {
  margin-right: 14.5rem !important;
}
.me-15 {
  margin-right: 15rem !important;
}
.me-16 {
  margin-right: 16rem !important;
}
.me-17 {
  margin-right: 17rem !important;
}
.me-18 {
  margin-right: 18rem !important;
}
.me-19 {
  margin-right: 19rem !important;
}
.me-20 {
  margin-right: 20rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-0-5 {
  margin-bottom: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-1-5 {
  margin-bottom: 1.5rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-2-5 {
  margin-bottom: 2.5rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-3-5 {
  margin-bottom: 3.5rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-4-5 {
  margin-bottom: 4.5rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-5-5 {
  margin-bottom: 5.5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-6-5 {
  margin-bottom: 6.5rem !important;
}
.mb-7 {
  margin-bottom: 7rem !important;
}
.mb-7-5 {
  margin-bottom: 7.5rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-8-5 {
  margin-bottom: 8.5rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-9-5 {
  margin-bottom: 9.5rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mb-10-5 {
  margin-bottom: 10.5rem !important;
}
.mb-11 {
  margin-bottom: 11rem !important;
}
.mb-11-5 {
  margin-bottom: 11.5rem !important;
}
.mb-12 {
  margin-bottom: 12rem !important;
}
.mb-12-5 {
  margin-bottom: 12.5rem !important;
}
.mb-13 {
  margin-bottom: 13rem !important;
}
.mb-13-5 {
  margin-bottom: 13.5rem !important;
}
.mb-14 {
  margin-bottom: 14rem !important;
}
.mb-14-5 {
  margin-bottom: 14.5rem !important;
}
.mb-15 {
  margin-bottom: 15rem !important;
}
.mb-16 {
  margin-bottom: 16rem !important;
}
.mb-17 {
  margin-bottom: 17rem !important;
}
.mb-18 {
  margin-bottom: 18rem !important;
}
.mb-19 {
  margin-bottom: 19rem !important;
}
.mb-20 {
  margin-bottom: 20rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-0-5 {
  margin-left: 0.5rem !important;
}
.ms-1 {
  margin-left: 1rem !important;
}
.ms-1-5 {
  margin-left: 1.5rem !important;
}
.ms-2 {
  margin-left: 2rem !important;
}
.ms-2-5 {
  margin-left: 2.5rem !important;
}
.ms-3 {
  margin-left: 3rem !important;
}
.ms-3-5 {
  margin-left: 3.5rem !important;
}
.ms-4 {
  margin-left: 4rem !important;
}
.ms-4-5 {
  margin-left: 4.5rem !important;
}
.ms-5 {
  margin-left: 5rem !important;
}
.ms-5-5 {
  margin-left: 5.5rem !important;
}
.ms-6 {
  margin-left: 6rem !important;
}
.ms-6-5 {
  margin-left: 6.5rem !important;
}
.ms-7 {
  margin-left: 7rem !important;
}
.ms-7-5 {
  margin-left: 7.5rem !important;
}
.ms-8 {
  margin-left: 8rem !important;
}
.ms-8-5 {
  margin-left: 8.5rem !important;
}
.ms-9 {
  margin-left: 9rem !important;
}
.ms-9-5 {
  margin-left: 9.5rem !important;
}
.ms-10 {
  margin-left: 10rem !important;
}
.ms-10-5 {
  margin-left: 10.5rem !important;
}
.ms-11 {
  margin-left: 11rem !important;
}
.ms-11-5 {
  margin-left: 11.5rem !important;
}
.ms-12 {
  margin-left: 12rem !important;
}
.ms-12-5 {
  margin-left: 12.5rem !important;
}
.ms-13 {
  margin-left: 13rem !important;
}
.ms-13-5 {
  margin-left: 13.5rem !important;
}
.ms-14 {
  margin-left: 14rem !important;
}
.ms-14-5 {
  margin-left: 14.5rem !important;
}
.ms-15 {
  margin-left: 15rem !important;
}
.ms-16 {
  margin-left: 16rem !important;
}
.ms-17 {
  margin-left: 17rem !important;
}
.ms-18 {
  margin-left: 18rem !important;
}
.ms-19 {
  margin-left: 19rem !important;
}
.ms-20 {
  margin-left: 20rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-0-5 {
  padding: 0.5rem !important;
}
.p-1 {
  padding: 1rem !important;
}
.p-1-5 {
  padding: 1.5rem !important;
}
.p-2 {
  padding: 2rem !important;
}
.p-2-5 {
  padding: 2.5rem !important;
}
.p-3 {
  padding: 3rem !important;
}
.p-3-5 {
  padding: 3.5rem !important;
}
.p-4 {
  padding: 4rem !important;
}
.p-4-5 {
  padding: 4.5rem !important;
}
.p-5 {
  padding: 5rem !important;
}
.p-5-5 {
  padding: 5.5rem !important;
}
.p-6 {
  padding: 6rem !important;
}
.p-6-5 {
  padding: 6.5rem !important;
}
.p-7 {
  padding: 7rem !important;
}
.p-7-5 {
  padding: 7.5rem !important;
}
.p-8 {
  padding: 8rem !important;
}
.p-8-5 {
  padding: 8.5rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.p-9-5 {
  padding: 9.5rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.p-10-5 {
  padding: 10.5rem !important;
}
.p-11 {
  padding: 11rem !important;
}
.p-11-5 {
  padding: 11.5rem !important;
}
.p-12 {
  padding: 12rem !important;
}
.p-12-5 {
  padding: 12.5rem !important;
}
.p-13 {
  padding: 13rem !important;
}
.p-13-5 {
  padding: 13.5rem !important;
}
.p-14 {
  padding: 14rem !important;
}
.p-14-5 {
  padding: 14.5rem !important;
}
.p-15 {
  padding: 15rem !important;
}
.p-16 {
  padding: 16rem !important;
}
.p-17 {
  padding: 17rem !important;
}
.p-18 {
  padding: 18rem !important;
}
.p-19 {
  padding: 19rem !important;
}
.p-20 {
  padding: 20rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-0-5 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-1-5 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-2-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-3-5 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.px-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-4-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}
.px-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-5-5 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}
.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.px-6-5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}
.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}
.px-7-5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
.px-8 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}
.px-8-5 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}
.px-9 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}
.px-9-5 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}
.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-10-5 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}
.px-11 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}
.px-11-5 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}
.px-12 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}
.px-12-5 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}
.px-13 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}
.px-13-5 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}
.px-14 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}
.px-14-5 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}
.px-15 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}
.px-16 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}
.px-17 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}
.px-18 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}
.px-19 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}
.px-20 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-1-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-2-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-3-5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-4-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-5-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-6-5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}
.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-7-5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-8-5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-9-5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}
.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-10-5 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}
.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.py-11-5 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}
.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-12-5 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
.py-13 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.py-13-5 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}
.py-14 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-14-5 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}
.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-16 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-17 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}
.py-18 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-19 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}
.py-20 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-0-5 {
  padding-top: 0.5rem !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-1-5 {
  padding-top: 1.5rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-2-5 {
  padding-top: 2.5rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-3-5 {
  padding-top: 3.5rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-4-5 {
  padding-top: 4.5rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pt-5-5 {
  padding-top: 5.5rem !important;
}
.pt-6 {
  padding-top: 6rem !important;
}
.pt-6-5 {
  padding-top: 6.5rem !important;
}
.pt-7 {
  padding-top: 7rem !important;
}
.pt-7-5 {
  padding-top: 7.5rem !important;
}
.pt-8 {
  padding-top: 8rem !important;
}
.pt-8-5 {
  padding-top: 8.5rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pt-9-5 {
  padding-top: 9.5rem !important;
}
.pt-10 {
  padding-top: 10rem !important;
}
.pt-10-5 {
  padding-top: 10.5rem !important;
}
.pt-11 {
  padding-top: 11rem !important;
}
.pt-11-5 {
  padding-top: 11.5rem !important;
}
.pt-12 {
  padding-top: 12rem !important;
}
.pt-12-5 {
  padding-top: 12.5rem !important;
}
.pt-13 {
  padding-top: 13rem !important;
}
.pt-13-5 {
  padding-top: 13.5rem !important;
}
.pt-14 {
  padding-top: 14rem !important;
}
.pt-14-5 {
  padding-top: 14.5rem !important;
}
.pt-15 {
  padding-top: 15rem !important;
}
.pt-16 {
  padding-top: 16rem !important;
}
.pt-17 {
  padding-top: 17rem !important;
}
.pt-18 {
  padding-top: 18rem !important;
}
.pt-19 {
  padding-top: 19rem !important;
}
.pt-20 {
  padding-top: 20rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-0-5 {
  padding-right: 0.5rem !important;
}
.pe-1 {
  padding-right: 1rem !important;
}
.pe-1-5 {
  padding-right: 1.5rem !important;
}
.pe-2 {
  padding-right: 2rem !important;
}
.pe-2-5 {
  padding-right: 2.5rem !important;
}
.pe-3 {
  padding-right: 3rem !important;
}
.pe-3-5 {
  padding-right: 3.5rem !important;
}
.pe-4 {
  padding-right: 4rem !important;
}
.pe-4-5 {
  padding-right: 4.5rem !important;
}
.pe-5 {
  padding-right: 5rem !important;
}
.pe-5-5 {
  padding-right: 5.5rem !important;
}
.pe-6 {
  padding-right: 6rem !important;
}
.pe-6-5 {
  padding-right: 6.5rem !important;
}
.pe-7 {
  padding-right: 7rem !important;
}
.pe-7-5 {
  padding-right: 7.5rem !important;
}
.pe-8 {
  padding-right: 8rem !important;
}
.pe-8-5 {
  padding-right: 8.5rem !important;
}
.pe-9 {
  padding-right: 9rem !important;
}
.pe-9-5 {
  padding-right: 9.5rem !important;
}
.pe-10 {
  padding-right: 10rem !important;
}
.pe-10-5 {
  padding-right: 10.5rem !important;
}
.pe-11 {
  padding-right: 11rem !important;
}
.pe-11-5 {
  padding-right: 11.5rem !important;
}
.pe-12 {
  padding-right: 12rem !important;
}
.pe-12-5 {
  padding-right: 12.5rem !important;
}
.pe-13 {
  padding-right: 13rem !important;
}
.pe-13-5 {
  padding-right: 13.5rem !important;
}
.pe-14 {
  padding-right: 14rem !important;
}
.pe-14-5 {
  padding-right: 14.5rem !important;
}
.pe-15 {
  padding-right: 15rem !important;
}
.pe-16 {
  padding-right: 16rem !important;
}
.pe-17 {
  padding-right: 17rem !important;
}
.pe-18 {
  padding-right: 18rem !important;
}
.pe-19 {
  padding-right: 19rem !important;
}
.pe-20 {
  padding-right: 20rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-0-5 {
  padding-bottom: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-1-5 {
  padding-bottom: 1.5rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-2-5 {
  padding-bottom: 2.5rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-3-5 {
  padding-bottom: 3.5rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-4-5 {
  padding-bottom: 4.5rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.pb-5-5 {
  padding-bottom: 5.5rem !important;
}
.pb-6 {
  padding-bottom: 6rem !important;
}
.pb-6-5 {
  padding-bottom: 6.5rem !important;
}
.pb-7 {
  padding-bottom: 7rem !important;
}
.pb-7-5 {
  padding-bottom: 7.5rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-8-5 {
  padding-bottom: 8.5rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pb-9-5 {
  padding-bottom: 9.5rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.pb-10-5 {
  padding-bottom: 10.5rem !important;
}
.pb-11 {
  padding-bottom: 11rem !important;
}
.pb-11-5 {
  padding-bottom: 11.5rem !important;
}
.pb-12 {
  padding-bottom: 12rem !important;
}
.pb-12-5 {
  padding-bottom: 12.5rem !important;
}
.pb-13 {
  padding-bottom: 13rem !important;
}
.pb-13-5 {
  padding-bottom: 13.5rem !important;
}
.pb-14 {
  padding-bottom: 14rem !important;
}
.pb-14-5 {
  padding-bottom: 14.5rem !important;
}
.pb-15 {
  padding-bottom: 15rem !important;
}
.pb-16 {
  padding-bottom: 16rem !important;
}
.pb-17 {
  padding-bottom: 17rem !important;
}
.pb-18 {
  padding-bottom: 18rem !important;
}
.pb-19 {
  padding-bottom: 19rem !important;
}
.pb-20 {
  padding-bottom: 20rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-0-5 {
  padding-left: 0.5rem !important;
}
.ps-1 {
  padding-left: 1rem !important;
}
.ps-1-5 {
  padding-left: 1.5rem !important;
}
.ps-2 {
  padding-left: 2rem !important;
}
.ps-2-5 {
  padding-left: 2.5rem !important;
}
.ps-3 {
  padding-left: 3rem !important;
}
.ps-3-5 {
  padding-left: 3.5rem !important;
}
.ps-4 {
  padding-left: 4rem !important;
}
.ps-4-5 {
  padding-left: 4.5rem !important;
}
.ps-5 {
  padding-left: 5rem !important;
}
.ps-5-5 {
  padding-left: 5.5rem !important;
}
.ps-6 {
  padding-left: 6rem !important;
}
.ps-6-5 {
  padding-left: 6.5rem !important;
}
.ps-7 {
  padding-left: 7rem !important;
}
.ps-7-5 {
  padding-left: 7.5rem !important;
}
.ps-8 {
  padding-left: 8rem !important;
}
.ps-8-5 {
  padding-left: 8.5rem !important;
}
.ps-9 {
  padding-left: 9rem !important;
}
.ps-9-5 {
  padding-left: 9.5rem !important;
}
.ps-10 {
  padding-left: 10rem !important;
}
.ps-10-5 {
  padding-left: 10.5rem !important;
}
.ps-11 {
  padding-left: 11rem !important;
}
.ps-11-5 {
  padding-left: 11.5rem !important;
}
.ps-12 {
  padding-left: 12rem !important;
}
.ps-12-5 {
  padding-left: 12.5rem !important;
}
.ps-13 {
  padding-left: 13rem !important;
}
.ps-13-5 {
  padding-left: 13.5rem !important;
}
.ps-14 {
  padding-left: 14rem !important;
}
.ps-14-5 {
  padding-left: 14.5rem !important;
}
.ps-15 {
  padding-left: 15rem !important;
}
.ps-16 {
  padding-left: 16rem !important;
}
.ps-17 {
  padding-left: 17rem !important;
}
.ps-18 {
  padding-left: 18rem !important;
}
.ps-19 {
  padding-left: 19rem !important;
}
.ps-20 {
  padding-left: 20rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: 15rem !important;
}
.fs-2 {
  font-size: 10rem !important;
}
.fs-3 {
  font-size: 6.4rem !important;
}
.fs-4 {
  font-size: 6rem !important;
}
.fs-5 {
  font-size: 3rem !important;
}
.fs-6 {
  font-size: 2.4rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !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: 800 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.55 !important;
}
.lh-base {
  line-height: 1 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-grey {
  color: #c8c8c8 !important;
}
.text-grey-dark {
  color: #252525 !important;
}
.text-grey-light {
  color: #f5f5f5 !important;
}
.text-red {
  color: #f02929 !important;
}
.text-yellow {
  color: #edc403 !important;
}
.text-green {
  color: #128f45 !important;
}
.text-purple {
  color: #594fa3 !important;
}
.text-construct {
  color: #f02929 !important;
}
.text-manufacture {
  color: #edc403 !important;
}
.text-enhance {
  color: #128f45 !important;
}
.text-develop {
  color: #594fa3 !important;
}
.text-nero {
  color: #252525 !important;
}
.text-omnia-black {
  color: #101010 !important;
}
.text-primary {
  color: #f02929 !important;
}
.text-secondary {
  color: #edc403 !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgb(0 0 0 / 0.5) !important;
}
.text-white-50 {
  color: rgb(255 255 255 / 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-grey {
  background-color: #c8c8c8 !important;
}
.bg-grey-dark {
  background-color: #252525 !important;
}
.bg-grey-light {
  background-color: #f5f5f5 !important;
}
.bg-red {
  background-color: #f02929 !important;
}
.bg-yellow {
  background-color: #edc403 !important;
}
.bg-green {
  background-color: #128f45 !important;
}
.bg-purple {
  background-color: #594fa3 !important;
}
.bg-construct {
  background-color: #f02929 !important;
}
.bg-manufacture {
  background-color: #edc403 !important;
}
.bg-enhance {
  background-color: #128f45 !important;
}
.bg-develop {
  background-color: #594fa3 !important;
}
.bg-nero {
  background-color: #252525 !important;
}
.bg-omnia-black {
  background-color: #101010 !important;
}
.bg-primary {
  background-color: #f02929 !important;
}
.bg-secondary {
  background-color: #edc403 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: #fff0 !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;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.text-white {
  color: #fff !important;
}
.text-white-hover:hover {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-black-hover:hover {
  color: #000 !important;
}
.text-grey {
  color: #c8c8c8 !important;
}
.text-grey-hover:hover {
  color: #c8c8c8 !important;
}
.text-grey-dark {
  color: #252525 !important;
}
.text-grey-dark-hover:hover {
  color: #252525 !important;
}
.text-grey-light {
  color: #f5f5f5 !important;
}
.text-grey-light-hover:hover {
  color: #f5f5f5 !important;
}
.text-red {
  color: #f02929 !important;
}
.text-red-hover:hover {
  color: #f02929 !important;
}
.text-yellow {
  color: #edc403 !important;
}
.text-yellow-hover:hover {
  color: #edc403 !important;
}
.text-green {
  color: #128f45 !important;
}
.text-green-hover:hover {
  color: #128f45 !important;
}
.text-purple {
  color: #594fa3 !important;
}
.text-purple-hover:hover {
  color: #594fa3 !important;
}
.text-construct {
  color: #f02929 !important;
}
.text-construct-hover:hover {
  color: #f02929 !important;
}
.text-manufacture {
  color: #edc403 !important;
}
.text-manufacture-hover:hover {
  color: #edc403 !important;
}
.text-enhance {
  color: #128f45 !important;
}
.text-enhance-hover:hover {
  color: #128f45 !important;
}
.text-develop {
  color: #594fa3 !important;
}
.text-develop-hover:hover {
  color: #594fa3 !important;
}
.text-nero {
  color: #252525 !important;
}
.text-nero-hover:hover {
  color: #252525 !important;
}
.text-omnia-black {
  color: #101010 !important;
}
.text-omnia-black-hover:hover {
  color: #101010 !important;
}
.text-primary {
  color: #f02929 !important;
}
.text-primary-hover:hover {
  color: #f02929 !important;
}
.text-secondary {
  color: #edc403 !important;
}
.text-secondary-hover:hover {
  color: #edc403 !important;
}
.text-body {
  color: #000 !important;
}
.text-body-hover:hover {
  color: #000 !important;
}
.text-reset {
  color: inherit !important;
}
.text-reset-hover:hover {
  color: inherit !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-0-5 {
    gap: 0.5rem !important;
  }
  .gap-sm-1 {
    gap: 1rem !important;
  }
  .gap-sm-1-5 {
    gap: 1.5rem !important;
  }
  .gap-sm-2 {
    gap: 2rem !important;
  }
  .gap-sm-2-5 {
    gap: 2.5rem !important;
  }
  .gap-sm-3 {
    gap: 3rem !important;
  }
  .gap-sm-3-5 {
    gap: 3.5rem !important;
  }
  .gap-sm-4 {
    gap: 4rem !important;
  }
  .gap-sm-4-5 {
    gap: 4.5rem !important;
  }
  .gap-sm-5 {
    gap: 5rem !important;
  }
  .gap-sm-5-5 {
    gap: 5.5rem !important;
  }
  .gap-sm-6 {
    gap: 6rem !important;
  }
  .gap-sm-6-5 {
    gap: 6.5rem !important;
  }
  .gap-sm-7 {
    gap: 7rem !important;
  }
  .gap-sm-7-5 {
    gap: 7.5rem !important;
  }
  .gap-sm-8 {
    gap: 8rem !important;
  }
  .gap-sm-8-5 {
    gap: 8.5rem !important;
  }
  .gap-sm-9 {
    gap: 9rem !important;
  }
  .gap-sm-9-5 {
    gap: 9.5rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .gap-sm-10-5 {
    gap: 10.5rem !important;
  }
  .gap-sm-11 {
    gap: 11rem !important;
  }
  .gap-sm-11-5 {
    gap: 11.5rem !important;
  }
  .gap-sm-12 {
    gap: 12rem !important;
  }
  .gap-sm-12-5 {
    gap: 12.5rem !important;
  }
  .gap-sm-13 {
    gap: 13rem !important;
  }
  .gap-sm-13-5 {
    gap: 13.5rem !important;
  }
  .gap-sm-14 {
    gap: 14rem !important;
  }
  .gap-sm-14-5 {
    gap: 14.5rem !important;
  }
  .gap-sm-15 {
    gap: 15rem !important;
  }
  .gap-sm-16 {
    gap: 16rem !important;
  }
  .gap-sm-17 {
    gap: 17rem !important;
  }
  .gap-sm-18 {
    gap: 18rem !important;
  }
  .gap-sm-19 {
    gap: 19rem !important;
  }
  .gap-sm-20 {
    gap: 20rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0-5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1-5 {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .m-sm-2-5 {
    margin: 2.5rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .m-sm-3-5 {
    margin: 3.5rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .m-sm-4-5 {
    margin: 4.5rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .m-sm-5-5 {
    margin: 5.5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-6-5 {
    margin: 6.5rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .m-sm-7-5 {
    margin: 7.5rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .m-sm-8-5 {
    margin: 8.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .m-sm-9-5 {
    margin: 9.5rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-10-5 {
    margin: 10.5rem !important;
  }
  .m-sm-11 {
    margin: 11rem !important;
  }
  .m-sm-11-5 {
    margin: 11.5rem !important;
  }
  .m-sm-12 {
    margin: 12rem !important;
  }
  .m-sm-12-5 {
    margin: 12.5rem !important;
  }
  .m-sm-13 {
    margin: 13rem !important;
  }
  .m-sm-13-5 {
    margin: 13.5rem !important;
  }
  .m-sm-14 {
    margin: 14rem !important;
  }
  .m-sm-14-5 {
    margin: 14.5rem !important;
  }
  .m-sm-15 {
    margin: 15rem !important;
  }
  .m-sm-16 {
    margin: 16rem !important;
  }
  .m-sm-17 {
    margin: 17rem !important;
  }
  .m-sm-18 {
    margin: 18rem !important;
  }
  .m-sm-19 {
    margin: 19rem !important;
  }
  .m-sm-20 {
    margin: 20rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-sm-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-sm-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-sm-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-sm-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-sm-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-sm-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-sm-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-sm-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-sm-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-sm-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-sm-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-sm-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-sm-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-sm-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-sm-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-sm-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-sm-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-sm-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 11rem !important;
  }
  .mt-sm-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-sm-12 {
    margin-top: 12rem !important;
  }
  .mt-sm-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 13rem !important;
  }
  .mt-sm-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-sm-14 {
    margin-top: 14rem !important;
  }
  .mt-sm-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 15rem !important;
  }
  .mt-sm-16 {
    margin-top: 16rem !important;
  }
  .mt-sm-17 {
    margin-top: 17rem !important;
  }
  .mt-sm-18 {
    margin-top: 18rem !important;
  }
  .mt-sm-19 {
    margin-top: 19rem !important;
  }
  .mt-sm-20 {
    margin-top: 20rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  .me-sm-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-sm-2 {
    margin-right: 2rem !important;
  }
  .me-sm-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  .me-sm-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-sm-4 {
    margin-right: 4rem !important;
  }
  .me-sm-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-sm-5 {
    margin-right: 5rem !important;
  }
  .me-sm-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-sm-7 {
    margin-right: 7rem !important;
  }
  .me-sm-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-sm-8 {
    margin-right: 8rem !important;
  }
  .me-sm-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-sm-9 {
    margin-right: 9rem !important;
  }
  .me-sm-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-sm-11 {
    margin-right: 11rem !important;
  }
  .me-sm-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-sm-12 {
    margin-right: 12rem !important;
  }
  .me-sm-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-sm-13 {
    margin-right: 13rem !important;
  }
  .me-sm-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-sm-14 {
    margin-right: 14rem !important;
  }
  .me-sm-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-sm-15 {
    margin-right: 15rem !important;
  }
  .me-sm-16 {
    margin-right: 16rem !important;
  }
  .me-sm-17 {
    margin-right: 17rem !important;
  }
  .me-sm-18 {
    margin-right: 18rem !important;
  }
  .me-sm-19 {
    margin-right: 19rem !important;
  }
  .me-sm-20 {
    margin-right: 20rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 13rem !important;
  }
  .mb-sm-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 14rem !important;
  }
  .mb-sm-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 16rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 17rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 18rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 19rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  .ms-sm-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-2 {
    margin-left: 2rem !important;
  }
  .ms-sm-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  .ms-sm-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 4rem !important;
  }
  .ms-sm-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 5rem !important;
  }
  .ms-sm-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 7rem !important;
  }
  .ms-sm-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-8 {
    margin-left: 8rem !important;
  }
  .ms-sm-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-sm-9 {
    margin-left: 9rem !important;
  }
  .ms-sm-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 11rem !important;
  }
  .ms-sm-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-sm-12 {
    margin-left: 12rem !important;
  }
  .ms-sm-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 13rem !important;
  }
  .ms-sm-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-sm-14 {
    margin-left: 14rem !important;
  }
  .ms-sm-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-sm-15 {
    margin-left: 15rem !important;
  }
  .ms-sm-16 {
    margin-left: 16rem !important;
  }
  .ms-sm-17 {
    margin-left: 17rem !important;
  }
  .ms-sm-18 {
    margin-left: 18rem !important;
  }
  .ms-sm-19 {
    margin-left: 19rem !important;
  }
  .ms-sm-20 {
    margin-left: 20rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0-5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1-5 {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .p-sm-2-5 {
    padding: 2.5rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .p-sm-3-5 {
    padding: 3.5rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .p-sm-4-5 {
    padding: 4.5rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .p-sm-5-5 {
    padding: 5.5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-6-5 {
    padding: 6.5rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .p-sm-7-5 {
    padding: 7.5rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .p-sm-8-5 {
    padding: 8.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .p-sm-9-5 {
    padding: 9.5rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .p-sm-10-5 {
    padding: 10.5rem !important;
  }
  .p-sm-11 {
    padding: 11rem !important;
  }
  .p-sm-11-5 {
    padding: 11.5rem !important;
  }
  .p-sm-12 {
    padding: 12rem !important;
  }
  .p-sm-12-5 {
    padding: 12.5rem !important;
  }
  .p-sm-13 {
    padding: 13rem !important;
  }
  .p-sm-13-5 {
    padding: 13.5rem !important;
  }
  .p-sm-14 {
    padding: 14rem !important;
  }
  .p-sm-14-5 {
    padding: 14.5rem !important;
  }
  .p-sm-15 {
    padding: 15rem !important;
  }
  .p-sm-16 {
    padding: 16rem !important;
  }
  .p-sm-17 {
    padding: 17rem !important;
  }
  .p-sm-18 {
    padding: 18rem !important;
  }
  .p-sm-19 {
    padding: 19rem !important;
  }
  .p-sm-20 {
    padding: 20rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-sm-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-sm-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-sm-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-sm-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-sm-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-sm-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-sm-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-sm-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-sm-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-sm-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-sm-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-sm-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-sm-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-sm-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-sm-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-sm-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-sm-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-sm-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-sm-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-sm-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-sm-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-sm-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pt-sm-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 11rem !important;
  }
  .pt-sm-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-sm-12 {
    padding-top: 12rem !important;
  }
  .pt-sm-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 13rem !important;
  }
  .pt-sm-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-sm-14 {
    padding-top: 14rem !important;
  }
  .pt-sm-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 15rem !important;
  }
  .pt-sm-16 {
    padding-top: 16rem !important;
  }
  .pt-sm-17 {
    padding-top: 17rem !important;
  }
  .pt-sm-18 {
    padding-top: 18rem !important;
  }
  .pt-sm-19 {
    padding-top: 19rem !important;
  }
  .pt-sm-20 {
    padding-top: 20rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  .pe-sm-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-2 {
    padding-right: 2rem !important;
  }
  .pe-sm-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  .pe-sm-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 4rem !important;
  }
  .pe-sm-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 5rem !important;
  }
  .pe-sm-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 7rem !important;
  }
  .pe-sm-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-8 {
    padding-right: 8rem !important;
  }
  .pe-sm-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-sm-9 {
    padding-right: 9rem !important;
  }
  .pe-sm-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pe-sm-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 11rem !important;
  }
  .pe-sm-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-sm-12 {
    padding-right: 12rem !important;
  }
  .pe-sm-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 13rem !important;
  }
  .pe-sm-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-sm-14 {
    padding-right: 14rem !important;
  }
  .pe-sm-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-sm-15 {
    padding-right: 15rem !important;
  }
  .pe-sm-16 {
    padding-right: 16rem !important;
  }
  .pe-sm-17 {
    padding-right: 17rem !important;
  }
  .pe-sm-18 {
    padding-right: 18rem !important;
  }
  .pe-sm-19 {
    padding-right: 19rem !important;
  }
  .pe-sm-20 {
    padding-right: 20rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 19rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 20rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  .ps-sm-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-2 {
    padding-left: 2rem !important;
  }
  .ps-sm-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  .ps-sm-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 4rem !important;
  }
  .ps-sm-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 5rem !important;
  }
  .ps-sm-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 7rem !important;
  }
  .ps-sm-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-8 {
    padding-left: 8rem !important;
  }
  .ps-sm-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-sm-9 {
    padding-left: 9rem !important;
  }
  .ps-sm-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .ps-sm-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 11rem !important;
  }
  .ps-sm-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-sm-12 {
    padding-left: 12rem !important;
  }
  .ps-sm-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 13rem !important;
  }
  .ps-sm-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-sm-14 {
    padding-left: 14rem !important;
  }
  .ps-sm-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-sm-15 {
    padding-left: 15rem !important;
  }
  .ps-sm-16 {
    padding-left: 16rem !important;
  }
  .ps-sm-17 {
    padding-left: 17rem !important;
  }
  .ps-sm-18 {
    padding-left: 18rem !important;
  }
  .ps-sm-19 {
    padding-left: 19rem !important;
  }
  .ps-sm-20 {
    padding-left: 20rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: 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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    /* display: flex !important; */
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-100 {
    width: 100% !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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-0-5 {
    gap: 0.5rem !important;
  }
  .gap-md-1 {
    gap: 1rem !important;
  }
  .gap-md-1-5 {
    gap: 1.5rem !important;
  }
  .gap-md-2 {
    gap: 2rem !important;
  }
  .gap-md-2-5 {
    gap: 2.5rem !important;
  }
  .gap-md-3 {
    gap: 3rem !important;
  }
  .gap-md-3-5 {
    gap: 3.5rem !important;
  }
  .gap-md-4 {
    gap: 4rem !important;
  }
  .gap-md-4-5 {
    gap: 4.5rem !important;
  }
  .gap-md-5 {
    gap: 5rem !important;
  }
  .gap-md-5-5 {
    gap: 5.5rem !important;
  }
  .gap-md-6 {
    gap: 6rem !important;
  }
  .gap-md-6-5 {
    gap: 6.5rem !important;
  }
  .gap-md-7 {
    gap: 7rem !important;
  }
  .gap-md-7-5 {
    gap: 7.5rem !important;
  }
  .gap-md-8 {
    gap: 8rem !important;
  }
  .gap-md-8-5 {
    gap: 8.5rem !important;
  }
  .gap-md-9 {
    gap: 9rem !important;
  }
  .gap-md-9-5 {
    gap: 9.5rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .gap-md-10-5 {
    gap: 10.5rem !important;
  }
  .gap-md-11 {
    gap: 11rem !important;
  }
  .gap-md-11-5 {
    gap: 11.5rem !important;
  }
  .gap-md-12 {
    gap: 12rem !important;
  }
  .gap-md-12-5 {
    gap: 12.5rem !important;
  }
  .gap-md-13 {
    gap: 13rem !important;
  }
  .gap-md-13-5 {
    gap: 13.5rem !important;
  }
  .gap-md-14 {
    gap: 14rem !important;
  }
  .gap-md-14-5 {
    gap: 14.5rem !important;
  }
  .gap-md-15 {
    gap: 15rem !important;
  }
  .gap-md-16 {
    gap: 16rem !important;
  }
  .gap-md-17 {
    gap: 17rem !important;
  }
  .gap-md-18 {
    gap: 18rem !important;
  }
  .gap-md-19 {
    gap: 19rem !important;
  }
  .gap-md-20 {
    gap: 20rem !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-0-5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1-5 {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .m-md-2-5 {
    margin: 2.5rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .m-md-3-5 {
    margin: 3.5rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .m-md-4-5 {
    margin: 4.5rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .m-md-5-5 {
    margin: 5.5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-6-5 {
    margin: 6.5rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .m-md-7-5 {
    margin: 7.5rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .m-md-8-5 {
    margin: 8.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .m-md-9-5 {
    margin: 9.5rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-10-5 {
    margin: 10.5rem !important;
  }
  .m-md-11 {
    margin: 11rem !important;
  }
  .m-md-11-5 {
    margin: 11.5rem !important;
  }
  .m-md-12 {
    margin: 12rem !important;
  }
  .m-md-12-5 {
    margin: 12.5rem !important;
  }
  .m-md-13 {
    margin: 13rem !important;
  }
  .m-md-13-5 {
    margin: 13.5rem !important;
  }
  .m-md-14 {
    margin: 14rem !important;
  }
  .m-md-14-5 {
    margin: 14.5rem !important;
  }
  .m-md-15 {
    margin: 15rem !important;
  }
  .m-md-16 {
    margin: 16rem !important;
  }
  .m-md-17 {
    margin: 17rem !important;
  }
  .m-md-18 {
    margin: 18rem !important;
  }
  .m-md-19 {
    margin: 19rem !important;
  }
  .m-md-20 {
    margin: 20rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-md-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-md-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-md-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-md-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-md-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-md-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-md-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-md-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-md-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-md-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-md-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-md-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-md-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-md-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-md-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-md-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-md-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-md-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-md-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-md-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-md-11 {
    margin-top: 11rem !important;
  }
  .mt-md-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-md-12 {
    margin-top: 12rem !important;
  }
  .mt-md-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-md-13 {
    margin-top: 13rem !important;
  }
  .mt-md-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-md-14 {
    margin-top: 14rem !important;
  }
  .mt-md-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-md-15 {
    margin-top: 15rem !important;
  }
  .mt-md-16 {
    margin-top: 16rem !important;
  }
  .mt-md-17 {
    margin-top: 17rem !important;
  }
  .mt-md-18 {
    margin-top: 18rem !important;
  }
  .mt-md-19 {
    margin-top: 19rem !important;
  }
  .mt-md-20 {
    margin-top: 20rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-md-1 {
    margin-right: 1rem !important;
  }
  .me-md-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-md-2 {
    margin-right: 2rem !important;
  }
  .me-md-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-3 {
    margin-right: 3rem !important;
  }
  .me-md-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-md-4 {
    margin-right: 4rem !important;
  }
  .me-md-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-md-5 {
    margin-right: 5rem !important;
  }
  .me-md-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-md-7 {
    margin-right: 7rem !important;
  }
  .me-md-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-md-8 {
    margin-right: 8rem !important;
  }
  .me-md-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-md-9 {
    margin-right: 9rem !important;
  }
  .me-md-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-md-11 {
    margin-right: 11rem !important;
  }
  .me-md-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-md-12 {
    margin-right: 12rem !important;
  }
  .me-md-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-md-13 {
    margin-right: 13rem !important;
  }
  .me-md-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-md-14 {
    margin-right: 14rem !important;
  }
  .me-md-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-md-15 {
    margin-right: 15rem !important;
  }
  .me-md-16 {
    margin-right: 16rem !important;
  }
  .me-md-17 {
    margin-right: 17rem !important;
  }
  .me-md-18 {
    margin-right: 18rem !important;
  }
  .me-md-19 {
    margin-right: 19rem !important;
  }
  .me-md-20 {
    margin-right: 20rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 11rem !important;
  }
  .mb-md-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-md-12 {
    margin-bottom: 12rem !important;
  }
  .mb-md-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 13rem !important;
  }
  .mb-md-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-md-14 {
    margin-bottom: 14rem !important;
  }
  .mb-md-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 15rem !important;
  }
  .mb-md-16 {
    margin-bottom: 16rem !important;
  }
  .mb-md-17 {
    margin-bottom: 17rem !important;
  }
  .mb-md-18 {
    margin-bottom: 18rem !important;
  }
  .mb-md-19 {
    margin-bottom: 19rem !important;
  }
  .mb-md-20 {
    margin-bottom: 20rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  .ms-md-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-md-2 {
    margin-left: 2rem !important;
  }
  .ms-md-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  .ms-md-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-md-4 {
    margin-left: 4rem !important;
  }
  .ms-md-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-md-5 {
    margin-left: 5rem !important;
  }
  .ms-md-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-md-7 {
    margin-left: 7rem !important;
  }
  .ms-md-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-md-8 {
    margin-left: 8rem !important;
  }
  .ms-md-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-md-9 {
    margin-left: 9rem !important;
  }
  .ms-md-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-md-11 {
    margin-left: 11rem !important;
  }
  .ms-md-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-md-12 {
    margin-left: 12rem !important;
  }
  .ms-md-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-md-13 {
    margin-left: 13rem !important;
  }
  .ms-md-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-md-14 {
    margin-left: 14rem !important;
  }
  .ms-md-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-md-15 {
    margin-left: 15rem !important;
  }
  .ms-md-16 {
    margin-left: 16rem !important;
  }
  .ms-md-17 {
    margin-left: 17rem !important;
  }
  .ms-md-18 {
    margin-left: 18rem !important;
  }
  .ms-md-19 {
    margin-left: 19rem !important;
  }
  .ms-md-20 {
    margin-left: 20rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0-5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1-5 {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .p-md-2-5 {
    padding: 2.5rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .p-md-3-5 {
    padding: 3.5rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .p-md-4-5 {
    padding: 4.5rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .p-md-5-5 {
    padding: 5.5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-6-5 {
    padding: 6.5rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .p-md-7-5 {
    padding: 7.5rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .p-md-8-5 {
    padding: 8.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .p-md-9-5 {
    padding: 9.5rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .p-md-10-5 {
    padding: 10.5rem !important;
  }
  .p-md-11 {
    padding: 11rem !important;
  }
  .p-md-11-5 {
    padding: 11.5rem !important;
  }
  .p-md-12 {
    padding: 12rem !important;
  }
  .p-md-12-5 {
    padding: 12.5rem !important;
  }
  .p-md-13 {
    padding: 13rem !important;
  }
  .p-md-13-5 {
    padding: 13.5rem !important;
  }
  .p-md-14 {
    padding: 14rem !important;
  }
  .p-md-14-5 {
    padding: 14.5rem !important;
  }
  .p-md-15 {
    padding: 15rem !important;
  }
  .p-md-16 {
    padding: 16rem !important;
  }
  .p-md-17 {
    padding: 17rem !important;
  }
  .p-md-18 {
    padding: 18rem !important;
  }
  .p-md-19 {
    padding: 19rem !important;
  }
  .p-md-20 {
    padding: 20rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-md-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-md-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-md-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-md-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-md-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-md-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-md-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-md-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-md-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-md-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-md-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-md-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-md-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-md-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-md-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-md-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-md-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-md-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-md-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-md-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-md-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-md-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pt-md-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-md-11 {
    padding-top: 11rem !important;
  }
  .pt-md-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-md-12 {
    padding-top: 12rem !important;
  }
  .pt-md-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-md-13 {
    padding-top: 13rem !important;
  }
  .pt-md-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-md-14 {
    padding-top: 14rem !important;
  }
  .pt-md-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-md-15 {
    padding-top: 15rem !important;
  }
  .pt-md-16 {
    padding-top: 16rem !important;
  }
  .pt-md-17 {
    padding-top: 17rem !important;
  }
  .pt-md-18 {
    padding-top: 18rem !important;
  }
  .pt-md-19 {
    padding-top: 19rem !important;
  }
  .pt-md-20 {
    padding-top: 20rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  .pe-md-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-md-2 {
    padding-right: 2rem !important;
  }
  .pe-md-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  .pe-md-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-md-4 {
    padding-right: 4rem !important;
  }
  .pe-md-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-md-5 {
    padding-right: 5rem !important;
  }
  .pe-md-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-md-7 {
    padding-right: 7rem !important;
  }
  .pe-md-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-md-8 {
    padding-right: 8rem !important;
  }
  .pe-md-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-md-9 {
    padding-right: 9rem !important;
  }
  .pe-md-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pe-md-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-md-11 {
    padding-right: 11rem !important;
  }
  .pe-md-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-md-12 {
    padding-right: 12rem !important;
  }
  .pe-md-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-md-13 {
    padding-right: 13rem !important;
  }
  .pe-md-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-md-14 {
    padding-right: 14rem !important;
  }
  .pe-md-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-md-15 {
    padding-right: 15rem !important;
  }
  .pe-md-16 {
    padding-right: 16rem !important;
  }
  .pe-md-17 {
    padding-right: 17rem !important;
  }
  .pe-md-18 {
    padding-right: 18rem !important;
  }
  .pe-md-19 {
    padding-right: 19rem !important;
  }
  .pe-md-20 {
    padding-right: 20rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
  .pb-md-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
  .pb-md-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 13rem !important;
  }
  .pb-md-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-md-14 {
    padding-bottom: 14rem !important;
  }
  .pb-md-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
  .pb-md-16 {
    padding-bottom: 16rem !important;
  }
  .pb-md-17 {
    padding-bottom: 17rem !important;
  }
  .pb-md-18 {
    padding-bottom: 18rem !important;
  }
  .pb-md-19 {
    padding-bottom: 19rem !important;
  }
  .pb-md-20 {
    padding-bottom: 20rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  .ps-md-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-md-2 {
    padding-left: 2rem !important;
  }
  .ps-md-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  .ps-md-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-md-4 {
    padding-left: 4rem !important;
  }
  .ps-md-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-md-5 {
    padding-left: 5rem !important;
  }
  .ps-md-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-md-7 {
    padding-left: 7rem !important;
  }
  .ps-md-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-md-8 {
    padding-left: 8rem !important;
  }
  .ps-md-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-md-9 {
    padding-left: 9rem !important;
  }
  .ps-md-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .ps-md-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-md-11 {
    padding-left: 11rem !important;
  }
  .ps-md-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-md-12 {
    padding-left: 12rem !important;
  }
  .ps-md-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-md-13 {
    padding-left: 13rem !important;
  }
  .ps-md-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-md-14 {
    padding-left: 14rem !important;
  }
  .ps-md-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-md-15 {
    padding-left: 15rem !important;
  }
  .ps-md-16 {
    padding-left: 16rem !important;
  }
  .ps-md-17 {
    padding-left: 17rem !important;
  }
  .ps-md-18 {
    padding-left: 18rem !important;
  }
  .ps-md-19 {
    padding-left: 19rem !important;
  }
  .ps-md-20 {
    padding-left: 20rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: 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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-100 {
    width: 100% !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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-0-5 {
    gap: 0.5rem !important;
  }
  .gap-lg-1 {
    gap: 1rem !important;
  }
  .gap-lg-1-5 {
    gap: 1.5rem !important;
  }
  .gap-lg-2 {
    gap: 2rem !important;
  }
  .gap-lg-2-5 {
    gap: 2.5rem !important;
  }
  .gap-lg-3 {
    gap: 3rem !important;
  }
  .gap-lg-3-5 {
    gap: 3.5rem !important;
  }
  .gap-lg-4 {
    gap: 4rem !important;
  }
  .gap-lg-4-5 {
    gap: 4.5rem !important;
  }
  .gap-lg-5 {
    gap: 5rem !important;
  }
  .gap-lg-5-5 {
    gap: 5.5rem !important;
  }
  .gap-lg-6 {
    gap: 6rem !important;
  }
  .gap-lg-6-5 {
    gap: 6.5rem !important;
  }
  .gap-lg-7 {
    gap: 7rem !important;
  }
  .gap-lg-7-5 {
    gap: 7.5rem !important;
  }
  .gap-lg-8 {
    gap: 8rem !important;
  }
  .gap-lg-8-5 {
    gap: 8.5rem !important;
  }
  .gap-lg-9 {
    gap: 9rem !important;
  }
  .gap-lg-9-5 {
    gap: 9.5rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .gap-lg-10-5 {
    gap: 10.5rem !important;
  }
  .gap-lg-11 {
    gap: 11rem !important;
  }
  .gap-lg-11-5 {
    gap: 11.5rem !important;
  }
  .gap-lg-12 {
    gap: 12rem !important;
  }
  .gap-lg-12-5 {
    gap: 12.5rem !important;
  }
  .gap-lg-13 {
    gap: 13rem !important;
  }
  .gap-lg-13-5 {
    gap: 13.5rem !important;
  }
  .gap-lg-14 {
    gap: 14rem !important;
  }
  .gap-lg-14-5 {
    gap: 14.5rem !important;
  }
  .gap-lg-15 {
    gap: 15rem !important;
  }
  .gap-lg-16 {
    gap: 16rem !important;
  }
  .gap-lg-17 {
    gap: 17rem !important;
  }
  .gap-lg-18 {
    gap: 18rem !important;
  }
  .gap-lg-19 {
    gap: 19rem !important;
  }
  .gap-lg-20 {
    gap: 20rem !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-0-5 {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1-5 {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .m-lg-2-5 {
    margin: 2.5rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .m-lg-3-5 {
    margin: 3.5rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .m-lg-4-5 {
    margin: 4.5rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .m-lg-5-5 {
    margin: 5.5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-6-5 {
    margin: 6.5rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .m-lg-7-5 {
    margin: 7.5rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .m-lg-8-5 {
    margin: 8.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .m-lg-9-5 {
    margin: 9.5rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-10-5 {
    margin: 10.5rem !important;
  }
  .m-lg-11 {
    margin: 11rem !important;
  }
  .m-lg-11-5 {
    margin: 11.5rem !important;
  }
  .m-lg-12 {
    margin: 12rem !important;
  }
  .m-lg-12-5 {
    margin: 12.5rem !important;
  }
  .m-lg-13 {
    margin: 13rem !important;
  }
  .m-lg-13-5 {
    margin: 13.5rem !important;
  }
  .m-lg-14 {
    margin: 14rem !important;
  }
  .m-lg-14-5 {
    margin: 14.5rem !important;
  }
  .m-lg-15 {
    margin: 15rem !important;
  }
  .m-lg-16 {
    margin: 16rem !important;
  }
  .m-lg-17 {
    margin: 17rem !important;
  }
  .m-lg-18 {
    margin: 18rem !important;
  }
  .m-lg-19 {
    margin: 19rem !important;
  }
  .m-lg-20 {
    margin: 20rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-lg-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-lg-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-lg-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-lg-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-lg-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-lg-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-lg-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-lg-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-lg-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-lg-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-lg-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-lg-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-lg-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-lg-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-lg-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-lg-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-lg-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-lg-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 11rem !important;
  }
  .mt-lg-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-lg-12 {
    margin-top: 12rem !important;
  }
  .mt-lg-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 13rem !important;
  }
  .mt-lg-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-lg-14 {
    margin-top: 14rem !important;
  }
  .mt-lg-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 15rem !important;
  }
  .mt-lg-16 {
    margin-top: 16rem !important;
  }
  .mt-lg-17 {
    margin-top: 17rem !important;
  }
  .mt-lg-18 {
    margin-top: 18rem !important;
  }
  .mt-lg-19 {
    margin-top: 19rem !important;
  }
  .mt-lg-20 {
    margin-top: 20rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  .me-lg-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-lg-2 {
    margin-right: 2rem !important;
  }
  .me-lg-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  .me-lg-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-lg-4 {
    margin-right: 4rem !important;
  }
  .me-lg-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-lg-5 {
    margin-right: 5rem !important;
  }
  .me-lg-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-lg-7 {
    margin-right: 7rem !important;
  }
  .me-lg-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-lg-8 {
    margin-right: 8rem !important;
  }
  .me-lg-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-lg-9 {
    margin-right: 9rem !important;
  }
  .me-lg-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-lg-11 {
    margin-right: 11rem !important;
  }
  .me-lg-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-lg-12 {
    margin-right: 12rem !important;
  }
  .me-lg-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-lg-13 {
    margin-right: 13rem !important;
  }
  .me-lg-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-lg-14 {
    margin-right: 14rem !important;
  }
  .me-lg-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-lg-15 {
    margin-right: 15rem !important;
  }
  .me-lg-16 {
    margin-right: 16rem !important;
  }
  .me-lg-17 {
    margin-right: 17rem !important;
  }
  .me-lg-18 {
    margin-right: 18rem !important;
  }
  .me-lg-19 {
    margin-right: 19rem !important;
  }
  .me-lg-20 {
    margin-right: 20rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }
  .mb-lg-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }
  .mb-lg-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 16rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 17rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 18rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 19rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  .ms-lg-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 2rem !important;
  }
  .ms-lg-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  .ms-lg-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 4rem !important;
  }
  .ms-lg-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 5rem !important;
  }
  .ms-lg-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 7rem !important;
  }
  .ms-lg-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-8 {
    margin-left: 8rem !important;
  }
  .ms-lg-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-lg-9 {
    margin-left: 9rem !important;
  }
  .ms-lg-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 11rem !important;
  }
  .ms-lg-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-lg-12 {
    margin-left: 12rem !important;
  }
  .ms-lg-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 13rem !important;
  }
  .ms-lg-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-lg-14 {
    margin-left: 14rem !important;
  }
  .ms-lg-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-lg-15 {
    margin-left: 15rem !important;
  }
  .ms-lg-16 {
    margin-left: 16rem !important;
  }
  .ms-lg-17 {
    margin-left: 17rem !important;
  }
  .ms-lg-18 {
    margin-left: 18rem !important;
  }
  .ms-lg-19 {
    margin-left: 19rem !important;
  }
  .ms-lg-20 {
    margin-left: 20rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0-5 {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1-5 {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .p-lg-2-5 {
    padding: 2.5rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .p-lg-3-5 {
    padding: 3.5rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .p-lg-4-5 {
    padding: 4.5rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .p-lg-5-5 {
    padding: 5.5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-6-5 {
    padding: 6.5rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .p-lg-7-5 {
    padding: 7.5rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .p-lg-8-5 {
    padding: 8.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .p-lg-9-5 {
    padding: 9.5rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .p-lg-10-5 {
    padding: 10.5rem !important;
  }
  .p-lg-11 {
    padding: 11rem !important;
  }
  .p-lg-11-5 {
    padding: 11.5rem !important;
  }
  .p-lg-12 {
    padding: 12rem !important;
  }
  .p-lg-12-5 {
    padding: 12.5rem !important;
  }
  .p-lg-13 {
    padding: 13rem !important;
  }
  .p-lg-13-5 {
    padding: 13.5rem !important;
  }
  .p-lg-14 {
    padding: 14rem !important;
  }
  .p-lg-14-5 {
    padding: 14.5rem !important;
  }
  .p-lg-15 {
    padding: 15rem !important;
  }
  .p-lg-16 {
    padding: 16rem !important;
  }
  .p-lg-17 {
    padding: 17rem !important;
  }
  .p-lg-18 {
    padding: 18rem !important;
  }
  .p-lg-19 {
    padding: 19rem !important;
  }
  .p-lg-20 {
    padding: 20rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-lg-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-lg-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-lg-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-lg-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-lg-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-lg-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-lg-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-lg-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-lg-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-lg-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-lg-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-lg-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-lg-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-lg-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-lg-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-lg-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-lg-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-lg-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-lg-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-lg-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-lg-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-lg-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  .pt-lg-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  .pt-lg-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pt-lg-17 {
    padding-top: 17rem !important;
  }
  .pt-lg-18 {
    padding-top: 18rem !important;
  }
  .pt-lg-19 {
    padding-top: 19rem !important;
  }
  .pt-lg-20 {
    padding-top: 20rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  .pe-lg-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-2 {
    padding-right: 2rem !important;
  }
  .pe-lg-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  .pe-lg-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 4rem !important;
  }
  .pe-lg-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 5rem !important;
  }
  .pe-lg-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 7rem !important;
  }
  .pe-lg-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-8 {
    padding-right: 8rem !important;
  }
  .pe-lg-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-lg-9 {
    padding-right: 9rem !important;
  }
  .pe-lg-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pe-lg-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 11rem !important;
  }
  .pe-lg-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-lg-12 {
    padding-right: 12rem !important;
  }
  .pe-lg-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 13rem !important;
  }
  .pe-lg-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-lg-14 {
    padding-right: 14rem !important;
  }
  .pe-lg-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-lg-15 {
    padding-right: 15rem !important;
  }
  .pe-lg-16 {
    padding-right: 16rem !important;
  }
  .pe-lg-17 {
    padding-right: 17rem !important;
  }
  .pe-lg-18 {
    padding-right: 18rem !important;
  }
  .pe-lg-19 {
    padding-right: 19rem !important;
  }
  .pe-lg-20 {
    padding-right: 20rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  .ps-lg-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-2 {
    padding-left: 2rem !important;
  }
  .ps-lg-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  .ps-lg-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 4rem !important;
  }
  .ps-lg-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 5rem !important;
  }
  .ps-lg-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 7rem !important;
  }
  .ps-lg-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-8 {
    padding-left: 8rem !important;
  }
  .ps-lg-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-lg-9 {
    padding-left: 9rem !important;
  }
  .ps-lg-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .ps-lg-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 11rem !important;
  }
  .ps-lg-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-lg-12 {
    padding-left: 12rem !important;
  }
  .ps-lg-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 13rem !important;
  }
  .ps-lg-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-lg-14 {
    padding-left: 14rem !important;
  }
  .ps-lg-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-lg-15 {
    padding-left: 15rem !important;
  }
  .ps-lg-16 {
    padding-left: 16rem !important;
  }
  .ps-lg-17 {
    padding-left: 17rem !important;
  }
  .ps-lg-18 {
    padding-left: 18rem !important;
  }
  .ps-lg-19 {
    padding-left: 19rem !important;
  }
  .ps-lg-20 {
    padding-left: 20rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: 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-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-100 {
    width: 100% !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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-0-5 {
    gap: 0.5rem !important;
  }
  .gap-xl-1 {
    gap: 1rem !important;
  }
  .gap-xl-1-5 {
    gap: 1.5rem !important;
  }
  .gap-xl-2 {
    gap: 2rem !important;
  }
  .gap-xl-2-5 {
    gap: 2.5rem !important;
  }
  .gap-xl-3 {
    gap: 3rem !important;
  }
  .gap-xl-3-5 {
    gap: 3.5rem !important;
  }
  .gap-xl-4 {
    gap: 4rem !important;
  }
  .gap-xl-4-5 {
    gap: 4.5rem !important;
  }
  .gap-xl-5 {
    gap: 5rem !important;
  }
  .gap-xl-5-5 {
    gap: 5.5rem !important;
  }
  .gap-xl-6 {
    gap: 6rem !important;
  }
  .gap-xl-6-5 {
    gap: 6.5rem !important;
  }
  .gap-xl-7 {
    gap: 7rem !important;
  }
  .gap-xl-7-5 {
    gap: 7.5rem !important;
  }
  .gap-xl-8 {
    gap: 8rem !important;
  }
  .gap-xl-8-5 {
    gap: 8.5rem !important;
  }
  .gap-xl-9 {
    gap: 9rem !important;
  }
  .gap-xl-9-5 {
    gap: 9.5rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .gap-xl-10-5 {
    gap: 10.5rem !important;
  }
  .gap-xl-11 {
    gap: 11rem !important;
  }
  .gap-xl-11-5 {
    gap: 11.5rem !important;
  }
  .gap-xl-12 {
    gap: 12rem !important;
  }
  .gap-xl-12-5 {
    gap: 12.5rem !important;
  }
  .gap-xl-13 {
    gap: 13rem !important;
  }
  .gap-xl-13-5 {
    gap: 13.5rem !important;
  }
  .gap-xl-14 {
    gap: 14rem !important;
  }
  .gap-xl-14-5 {
    gap: 14.5rem !important;
  }
  .gap-xl-15 {
    gap: 15rem !important;
  }
  .gap-xl-16 {
    gap: 16rem !important;
  }
  .gap-xl-17 {
    gap: 17rem !important;
  }
  .gap-xl-18 {
    gap: 18rem !important;
  }
  .gap-xl-19 {
    gap: 19rem !important;
  }
  .gap-xl-20 {
    gap: 20rem !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-0-5 {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1-5 {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .m-xl-2-5 {
    margin: 2.5rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .m-xl-3-5 {
    margin: 3.5rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .m-xl-4-5 {
    margin: 4.5rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .m-xl-5-5 {
    margin: 5.5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-6-5 {
    margin: 6.5rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .m-xl-7-5 {
    margin: 7.5rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .m-xl-8-5 {
    margin: 8.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .m-xl-9-5 {
    margin: 9.5rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-10-5 {
    margin: 10.5rem !important;
  }
  .m-xl-11 {
    margin: 11rem !important;
  }
  .m-xl-11-5 {
    margin: 11.5rem !important;
  }
  .m-xl-12 {
    margin: 12rem !important;
  }
  .m-xl-12-5 {
    margin: 12.5rem !important;
  }
  .m-xl-13 {
    margin: 13rem !important;
  }
  .m-xl-13-5 {
    margin: 13.5rem !important;
  }
  .m-xl-14 {
    margin: 14rem !important;
  }
  .m-xl-14-5 {
    margin: 14.5rem !important;
  }
  .m-xl-15 {
    margin: 15rem !important;
  }
  .m-xl-16 {
    margin: 16rem !important;
  }
  .m-xl-17 {
    margin: 17rem !important;
  }
  .m-xl-18 {
    margin: 18rem !important;
  }
  .m-xl-19 {
    margin: 19rem !important;
  }
  .m-xl-20 {
    margin: 20rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 11rem !important;
  }
  .mt-xl-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-xl-12 {
    margin-top: 12rem !important;
  }
  .mt-xl-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 13rem !important;
  }
  .mt-xl-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-xl-14 {
    margin-top: 14rem !important;
  }
  .mt-xl-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 15rem !important;
  }
  .mt-xl-16 {
    margin-top: 16rem !important;
  }
  .mt-xl-17 {
    margin-top: 17rem !important;
  }
  .mt-xl-18 {
    margin-top: 18rem !important;
  }
  .mt-xl-19 {
    margin-top: 19rem !important;
  }
  .mt-xl-20 {
    margin-top: 20rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  .me-xl-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-xl-2 {
    margin-right: 2rem !important;
  }
  .me-xl-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  .me-xl-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-xl-4 {
    margin-right: 4rem !important;
  }
  .me-xl-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-xl-5 {
    margin-right: 5rem !important;
  }
  .me-xl-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-xl-7 {
    margin-right: 7rem !important;
  }
  .me-xl-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-xl-8 {
    margin-right: 8rem !important;
  }
  .me-xl-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-xl-9 {
    margin-right: 9rem !important;
  }
  .me-xl-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-xl-11 {
    margin-right: 11rem !important;
  }
  .me-xl-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-xl-12 {
    margin-right: 12rem !important;
  }
  .me-xl-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-xl-13 {
    margin-right: 13rem !important;
  }
  .me-xl-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-xl-14 {
    margin-right: 14rem !important;
  }
  .me-xl-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-xl-15 {
    margin-right: 15rem !important;
  }
  .me-xl-16 {
    margin-right: 16rem !important;
  }
  .me-xl-17 {
    margin-right: 17rem !important;
  }
  .me-xl-18 {
    margin-right: 18rem !important;
  }
  .me-xl-19 {
    margin-right: 19rem !important;
  }
  .me-xl-20 {
    margin-right: 20rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xl-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }
  .mb-xl-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  .ms-xl-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-2 {
    margin-left: 2rem !important;
  }
  .ms-xl-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  .ms-xl-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 4rem !important;
  }
  .ms-xl-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 5rem !important;
  }
  .ms-xl-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 7rem !important;
  }
  .ms-xl-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-8 {
    margin-left: 8rem !important;
  }
  .ms-xl-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-xl-9 {
    margin-left: 9rem !important;
  }
  .ms-xl-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 11rem !important;
  }
  .ms-xl-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-xl-12 {
    margin-left: 12rem !important;
  }
  .ms-xl-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 13rem !important;
  }
  .ms-xl-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-xl-14 {
    margin-left: 14rem !important;
  }
  .ms-xl-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-xl-15 {
    margin-left: 15rem !important;
  }
  .ms-xl-16 {
    margin-left: 16rem !important;
  }
  .ms-xl-17 {
    margin-left: 17rem !important;
  }
  .ms-xl-18 {
    margin-left: 18rem !important;
  }
  .ms-xl-19 {
    margin-left: 19rem !important;
  }
  .ms-xl-20 {
    margin-left: 20rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0-5 {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1-5 {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .p-xl-2-5 {
    padding: 2.5rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .p-xl-3-5 {
    padding: 3.5rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .p-xl-4-5 {
    padding: 4.5rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .p-xl-5-5 {
    padding: 5.5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-6-5 {
    padding: 6.5rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .p-xl-7-5 {
    padding: 7.5rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .p-xl-8-5 {
    padding: 8.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .p-xl-9-5 {
    padding: 9.5rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .p-xl-10-5 {
    padding: 10.5rem !important;
  }
  .p-xl-11 {
    padding: 11rem !important;
  }
  .p-xl-11-5 {
    padding: 11.5rem !important;
  }
  .p-xl-12 {
    padding: 12rem !important;
  }
  .p-xl-12-5 {
    padding: 12.5rem !important;
  }
  .p-xl-13 {
    padding: 13rem !important;
  }
  .p-xl-13-5 {
    padding: 13.5rem !important;
  }
  .p-xl-14 {
    padding: 14rem !important;
  }
  .p-xl-14-5 {
    padding: 14.5rem !important;
  }
  .p-xl-15 {
    padding: 15rem !important;
  }
  .p-xl-16 {
    padding: 16rem !important;
  }
  .p-xl-17 {
    padding: 17rem !important;
  }
  .p-xl-18 {
    padding: 18rem !important;
  }
  .p-xl-19 {
    padding: 19rem !important;
  }
  .p-xl-20 {
    padding: 20rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pt-xl-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 11rem !important;
  }
  .pt-xl-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-xl-12 {
    padding-top: 12rem !important;
  }
  .pt-xl-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 13rem !important;
  }
  .pt-xl-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-xl-14 {
    padding-top: 14rem !important;
  }
  .pt-xl-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 15rem !important;
  }
  .pt-xl-16 {
    padding-top: 16rem !important;
  }
  .pt-xl-17 {
    padding-top: 17rem !important;
  }
  .pt-xl-18 {
    padding-top: 18rem !important;
  }
  .pt-xl-19 {
    padding-top: 19rem !important;
  }
  .pt-xl-20 {
    padding-top: 20rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  .pe-xl-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-2 {
    padding-right: 2rem !important;
  }
  .pe-xl-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  .pe-xl-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 4rem !important;
  }
  .pe-xl-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 5rem !important;
  }
  .pe-xl-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 7rem !important;
  }
  .pe-xl-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-8 {
    padding-right: 8rem !important;
  }
  .pe-xl-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-xl-9 {
    padding-right: 9rem !important;
  }
  .pe-xl-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pe-xl-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 11rem !important;
  }
  .pe-xl-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-xl-12 {
    padding-right: 12rem !important;
  }
  .pe-xl-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 13rem !important;
  }
  .pe-xl-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-xl-14 {
    padding-right: 14rem !important;
  }
  .pe-xl-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-xl-15 {
    padding-right: 15rem !important;
  }
  .pe-xl-16 {
    padding-right: 16rem !important;
  }
  .pe-xl-17 {
    padding-right: 17rem !important;
  }
  .pe-xl-18 {
    padding-right: 18rem !important;
  }
  .pe-xl-19 {
    padding-right: 19rem !important;
  }
  .pe-xl-20 {
    padding-right: 20rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xl-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xl-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 14rem !important;
  }
  .pb-xl-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 20rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  .ps-xl-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-2 {
    padding-left: 2rem !important;
  }
  .ps-xl-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  .ps-xl-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 4rem !important;
  }
  .ps-xl-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 5rem !important;
  }
  .ps-xl-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 7rem !important;
  }
  .ps-xl-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-8 {
    padding-left: 8rem !important;
  }
  .ps-xl-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-xl-9 {
    padding-left: 9rem !important;
  }
  .ps-xl-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .ps-xl-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 11rem !important;
  }
  .ps-xl-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-xl-12 {
    padding-left: 12rem !important;
  }
  .ps-xl-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 13rem !important;
  }
  .ps-xl-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-xl-14 {
    padding-left: 14rem !important;
  }
  .ps-xl-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-xl-15 {
    padding-left: 15rem !important;
  }
  .ps-xl-16 {
    padding-left: 16rem !important;
  }
  .ps-xl-17 {
    padding-left: 17rem !important;
  }
  .ps-xl-18 {
    padding-left: 18rem !important;
  }
  .ps-xl-19 {
    padding-left: 19rem !important;
  }
  .ps-xl-20 {
    padding-left: 20rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-0-5 {
    gap: 0.5rem !important;
  }
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  .gap-xxl-1-5 {
    gap: 1.5rem !important;
  }
  .gap-xxl-2 {
    gap: 2rem !important;
  }
  .gap-xxl-2-5 {
    gap: 2.5rem !important;
  }
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  .gap-xxl-3-5 {
    gap: 3.5rem !important;
  }
  .gap-xxl-4 {
    gap: 4rem !important;
  }
  .gap-xxl-4-5 {
    gap: 4.5rem !important;
  }
  .gap-xxl-5 {
    gap: 5rem !important;
  }
  .gap-xxl-5-5 {
    gap: 5.5rem !important;
  }
  .gap-xxl-6 {
    gap: 6rem !important;
  }
  .gap-xxl-6-5 {
    gap: 6.5rem !important;
  }
  .gap-xxl-7 {
    gap: 7rem !important;
  }
  .gap-xxl-7-5 {
    gap: 7.5rem !important;
  }
  .gap-xxl-8 {
    gap: 8rem !important;
  }
  .gap-xxl-8-5 {
    gap: 8.5rem !important;
  }
  .gap-xxl-9 {
    gap: 9rem !important;
  }
  .gap-xxl-9-5 {
    gap: 9.5rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .gap-xxl-10-5 {
    gap: 10.5rem !important;
  }
  .gap-xxl-11 {
    gap: 11rem !important;
  }
  .gap-xxl-11-5 {
    gap: 11.5rem !important;
  }
  .gap-xxl-12 {
    gap: 12rem !important;
  }
  .gap-xxl-12-5 {
    gap: 12.5rem !important;
  }
  .gap-xxl-13 {
    gap: 13rem !important;
  }
  .gap-xxl-13-5 {
    gap: 13.5rem !important;
  }
  .gap-xxl-14 {
    gap: 14rem !important;
  }
  .gap-xxl-14-5 {
    gap: 14.5rem !important;
  }
  .gap-xxl-15 {
    gap: 15rem !important;
  }
  .gap-xxl-16 {
    gap: 16rem !important;
  }
  .gap-xxl-17 {
    gap: 17rem !important;
  }
  .gap-xxl-18 {
    gap: 18rem !important;
  }
  .gap-xxl-19 {
    gap: 19rem !important;
  }
  .gap-xxl-20 {
    gap: 20rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-0-5 {
    margin: 0.5rem !important;
  }
  .m-xxl-1 {
    margin: 1rem !important;
  }
  .m-xxl-1-5 {
    margin: 1.5rem !important;
  }
  .m-xxl-2 {
    margin: 2rem !important;
  }
  .m-xxl-2-5 {
    margin: 2.5rem !important;
  }
  .m-xxl-3 {
    margin: 3rem !important;
  }
  .m-xxl-3-5 {
    margin: 3.5rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .m-xxl-4-5 {
    margin: 4.5rem !important;
  }
  .m-xxl-5 {
    margin: 5rem !important;
  }
  .m-xxl-5-5 {
    margin: 5.5rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-6-5 {
    margin: 6.5rem !important;
  }
  .m-xxl-7 {
    margin: 7rem !important;
  }
  .m-xxl-7-5 {
    margin: 7.5rem !important;
  }
  .m-xxl-8 {
    margin: 8rem !important;
  }
  .m-xxl-8-5 {
    margin: 8.5rem !important;
  }
  .m-xxl-9 {
    margin: 9rem !important;
  }
  .m-xxl-9-5 {
    margin: 9.5rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-10-5 {
    margin: 10.5rem !important;
  }
  .m-xxl-11 {
    margin: 11rem !important;
  }
  .m-xxl-11-5 {
    margin: 11.5rem !important;
  }
  .m-xxl-12 {
    margin: 12rem !important;
  }
  .m-xxl-12-5 {
    margin: 12.5rem !important;
  }
  .m-xxl-13 {
    margin: 13rem !important;
  }
  .m-xxl-13-5 {
    margin: 13.5rem !important;
  }
  .m-xxl-14 {
    margin: 14rem !important;
  }
  .m-xxl-14-5 {
    margin: 14.5rem !important;
  }
  .m-xxl-15 {
    margin: 15rem !important;
  }
  .m-xxl-16 {
    margin: 16rem !important;
  }
  .m-xxl-17 {
    margin: 17rem !important;
  }
  .m-xxl-18 {
    margin: 18rem !important;
  }
  .m-xxl-19 {
    margin: 19rem !important;
  }
  .m-xxl-20 {
    margin: 20rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-0-5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-1-5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-2-5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-3-5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-4-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-5-5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-6-5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-7-5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-8-5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-9-5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-10-5 {
    margin-right: 10.5rem !important;
    margin-left: 10.5rem !important;
  }
  .mx-xxl-11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-11-5 {
    margin-right: 11.5rem !important;
    margin-left: 11.5rem !important;
  }
  .mx-xxl-12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-12-5 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
  }
  .mx-xxl-13-5 {
    margin-right: 13.5rem !important;
    margin-left: 13.5rem !important;
  }
  .mx-xxl-14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
  }
  .mx-xxl-14-5 {
    margin-right: 14.5rem !important;
    margin-left: 14.5rem !important;
  }
  .mx-xxl-15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
  }
  .mx-xxl-17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
  }
  .mx-xxl-18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
  }
  .mx-xxl-19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
  }
  .mx-xxl-20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-0-5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-1-5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-2-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-3-5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-4-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-5-5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-6-5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-7-5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-8-5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .my-xxl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-9-5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-10-5 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .my-xxl-11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-11-5 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .my-xxl-12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-12-5 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .my-xxl-13-5 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .my-xxl-14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .my-xxl-14-5 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .my-xxl-15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .my-xxl-17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .my-xxl-18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .my-xxl-19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .my-xxl-20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-0-5 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  .mt-xxl-1-5 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-2 {
    margin-top: 2rem !important;
  }
  .mt-xxl-2-5 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  .mt-xxl-3-5 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 4rem !important;
  }
  .mt-xxl-4-5 {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 5rem !important;
  }
  .mt-xxl-5-5 {
    margin-top: 5.5rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-6-5 {
    margin-top: 6.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 7rem !important;
  }
  .mt-xxl-7-5 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 8rem !important;
  }
  .mt-xxl-8-5 {
    margin-top: 8.5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 9rem !important;
  }
  .mt-xxl-9-5 {
    margin-top: 9.5rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-10-5 {
    margin-top: 10.5rem !important;
  }
  .mt-xxl-11 {
    margin-top: 11rem !important;
  }
  .mt-xxl-11-5 {
    margin-top: 11.5rem !important;
  }
  .mt-xxl-12 {
    margin-top: 12rem !important;
  }
  .mt-xxl-12-5 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-13 {
    margin-top: 13rem !important;
  }
  .mt-xxl-13-5 {
    margin-top: 13.5rem !important;
  }
  .mt-xxl-14 {
    margin-top: 14rem !important;
  }
  .mt-xxl-14-5 {
    margin-top: 14.5rem !important;
  }
  .mt-xxl-15 {
    margin-top: 15rem !important;
  }
  .mt-xxl-16 {
    margin-top: 16rem !important;
  }
  .mt-xxl-17 {
    margin-top: 17rem !important;
  }
  .mt-xxl-18 {
    margin-top: 18rem !important;
  }
  .mt-xxl-19 {
    margin-top: 19rem !important;
  }
  .mt-xxl-20 {
    margin-top: 20rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-0-5 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  .me-xxl-1-5 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-2 {
    margin-right: 2rem !important;
  }
  .me-xxl-2-5 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  .me-xxl-3-5 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 4rem !important;
  }
  .me-xxl-4-5 {
    margin-right: 4.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 5rem !important;
  }
  .me-xxl-5-5 {
    margin-right: 5.5rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-6-5 {
    margin-right: 6.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 7rem !important;
  }
  .me-xxl-7-5 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-8 {
    margin-right: 8rem !important;
  }
  .me-xxl-8-5 {
    margin-right: 8.5rem !important;
  }
  .me-xxl-9 {
    margin-right: 9rem !important;
  }
  .me-xxl-9-5 {
    margin-right: 9.5rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-10-5 {
    margin-right: 10.5rem !important;
  }
  .me-xxl-11 {
    margin-right: 11rem !important;
  }
  .me-xxl-11-5 {
    margin-right: 11.5rem !important;
  }
  .me-xxl-12 {
    margin-right: 12rem !important;
  }
  .me-xxl-12-5 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-13 {
    margin-right: 13rem !important;
  }
  .me-xxl-13-5 {
    margin-right: 13.5rem !important;
  }
  .me-xxl-14 {
    margin-right: 14rem !important;
  }
  .me-xxl-14-5 {
    margin-right: 14.5rem !important;
  }
  .me-xxl-15 {
    margin-right: 15rem !important;
  }
  .me-xxl-16 {
    margin-right: 16rem !important;
  }
  .me-xxl-17 {
    margin-right: 17rem !important;
  }
  .me-xxl-18 {
    margin-right: 18rem !important;
  }
  .me-xxl-19 {
    margin-right: 19rem !important;
  }
  .me-xxl-20 {
    margin-right: 20rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-0-5 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-1-5 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-2-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-3-5 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-4-5 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-5-5 {
    margin-bottom: 5.5rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-6-5 {
    margin-bottom: 6.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-7-5 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-8-5 {
    margin-bottom: 8.5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-9-5 {
    margin-bottom: 9.5rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-10-5 {
    margin-bottom: 10.5rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-11-5 {
    margin-bottom: 11.5rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-12-5 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }
  .mb-xxl-13-5 {
    margin-bottom: 13.5rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }
  .mb-xxl-14-5 {
    margin-bottom: 14.5rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 16rem !important;
  }
  .mb-xxl-17 {
    margin-bottom: 17rem !important;
  }
  .mb-xxl-18 {
    margin-bottom: 18rem !important;
  }
  .mb-xxl-19 {
    margin-bottom: 19rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-0-5 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  .ms-xxl-1-5 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-2 {
    margin-left: 2rem !important;
  }
  .ms-xxl-2-5 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  .ms-xxl-3-5 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 4rem !important;
  }
  .ms-xxl-4-5 {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 5rem !important;
  }
  .ms-xxl-5-5 {
    margin-left: 5.5rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-6-5 {
    margin-left: 6.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 7rem !important;
  }
  .ms-xxl-7-5 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 8rem !important;
  }
  .ms-xxl-8-5 {
    margin-left: 8.5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 9rem !important;
  }
  .ms-xxl-9-5 {
    margin-left: 9.5rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-10-5 {
    margin-left: 10.5rem !important;
  }
  .ms-xxl-11 {
    margin-left: 11rem !important;
  }
  .ms-xxl-11-5 {
    margin-left: 11.5rem !important;
  }
  .ms-xxl-12 {
    margin-left: 12rem !important;
  }
  .ms-xxl-12-5 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-13 {
    margin-left: 13rem !important;
  }
  .ms-xxl-13-5 {
    margin-left: 13.5rem !important;
  }
  .ms-xxl-14 {
    margin-left: 14rem !important;
  }
  .ms-xxl-14-5 {
    margin-left: 14.5rem !important;
  }
  .ms-xxl-15 {
    margin-left: 15rem !important;
  }
  .ms-xxl-16 {
    margin-left: 16rem !important;
  }
  .ms-xxl-17 {
    margin-left: 17rem !important;
  }
  .ms-xxl-18 {
    margin-left: 18rem !important;
  }
  .ms-xxl-19 {
    margin-left: 19rem !important;
  }
  .ms-xxl-20 {
    margin-left: 20rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-0-5 {
    padding: 0.5rem !important;
  }
  .p-xxl-1 {
    padding: 1rem !important;
  }
  .p-xxl-1-5 {
    padding: 1.5rem !important;
  }
  .p-xxl-2 {
    padding: 2rem !important;
  }
  .p-xxl-2-5 {
    padding: 2.5rem !important;
  }
  .p-xxl-3 {
    padding: 3rem !important;
  }
  .p-xxl-3-5 {
    padding: 3.5rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .p-xxl-4-5 {
    padding: 4.5rem !important;
  }
  .p-xxl-5 {
    padding: 5rem !important;
  }
  .p-xxl-5-5 {
    padding: 5.5rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-6-5 {
    padding: 6.5rem !important;
  }
  .p-xxl-7 {
    padding: 7rem !important;
  }
  .p-xxl-7-5 {
    padding: 7.5rem !important;
  }
  .p-xxl-8 {
    padding: 8rem !important;
  }
  .p-xxl-8-5 {
    padding: 8.5rem !important;
  }
  .p-xxl-9 {
    padding: 9rem !important;
  }
  .p-xxl-9-5 {
    padding: 9.5rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .p-xxl-10-5 {
    padding: 10.5rem !important;
  }
  .p-xxl-11 {
    padding: 11rem !important;
  }
  .p-xxl-11-5 {
    padding: 11.5rem !important;
  }
  .p-xxl-12 {
    padding: 12rem !important;
  }
  .p-xxl-12-5 {
    padding: 12.5rem !important;
  }
  .p-xxl-13 {
    padding: 13rem !important;
  }
  .p-xxl-13-5 {
    padding: 13.5rem !important;
  }
  .p-xxl-14 {
    padding: 14rem !important;
  }
  .p-xxl-14-5 {
    padding: 14.5rem !important;
  }
  .p-xxl-15 {
    padding: 15rem !important;
  }
  .p-xxl-16 {
    padding: 16rem !important;
  }
  .p-xxl-17 {
    padding: 17rem !important;
  }
  .p-xxl-18 {
    padding: 18rem !important;
  }
  .p-xxl-19 {
    padding: 19rem !important;
  }
  .p-xxl-20 {
    padding: 20rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-0-5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-1-5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-2-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-3-5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-4-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-5-5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-6-5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-7-5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-8-5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important;
  }
  .px-xxl-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-9-5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-10-5 {
    padding-right: 10.5rem !important;
    padding-left: 10.5rem !important;
  }
  .px-xxl-11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-11-5 {
    padding-right: 11.5rem !important;
    padding-left: 11.5rem !important;
  }
  .px-xxl-12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .px-xxl-12-5 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
  }
  .px-xxl-13-5 {
    padding-right: 13.5rem !important;
    padding-left: 13.5rem !important;
  }
  .px-xxl-14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
  }
  .px-xxl-14-5 {
    padding-right: 14.5rem !important;
    padding-left: 14.5rem !important;
  }
  .px-xxl-15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xxl-16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
  }
  .px-xxl-17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
  }
  .px-xxl-18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
  }
  .px-xxl-19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
  }
  .px-xxl-20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-0-5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-1-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-2-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-3-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-4-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-5-5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-6-5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-7-5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-8-5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .py-xxl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-9-5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-10-5 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .py-xxl-11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-11-5 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .py-xxl-12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .py-xxl-12-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .py-xxl-13-5 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .py-xxl-14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .py-xxl-14-5 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .py-xxl-15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xxl-16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .py-xxl-17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .py-xxl-18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .py-xxl-19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .py-xxl-20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-0-5 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  .pt-xxl-1-5 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-2 {
    padding-top: 2rem !important;
  }
  .pt-xxl-2-5 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  .pt-xxl-3-5 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 4rem !important;
  }
  .pt-xxl-4-5 {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 5rem !important;
  }
  .pt-xxl-5-5 {
    padding-top: 5.5rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-6-5 {
    padding-top: 6.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 7rem !important;
  }
  .pt-xxl-7-5 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 8rem !important;
  }
  .pt-xxl-8-5 {
    padding-top: 8.5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 9rem !important;
  }
  .pt-xxl-9-5 {
    padding-top: 9.5rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pt-xxl-10-5 {
    padding-top: 10.5rem !important;
  }
  .pt-xxl-11 {
    padding-top: 11rem !important;
  }
  .pt-xxl-11-5 {
    padding-top: 11.5rem !important;
  }
  .pt-xxl-12 {
    padding-top: 12rem !important;
  }
  .pt-xxl-12-5 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-13 {
    padding-top: 13rem !important;
  }
  .pt-xxl-13-5 {
    padding-top: 13.5rem !important;
  }
  .pt-xxl-14 {
    padding-top: 14rem !important;
  }
  .pt-xxl-14-5 {
    padding-top: 14.5rem !important;
  }
  .pt-xxl-15 {
    padding-top: 15rem !important;
  }
  .pt-xxl-16 {
    padding-top: 16rem !important;
  }
  .pt-xxl-17 {
    padding-top: 17rem !important;
  }
  .pt-xxl-18 {
    padding-top: 18rem !important;
  }
  .pt-xxl-19 {
    padding-top: 19rem !important;
  }
  .pt-xxl-20 {
    padding-top: 20rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-0-5 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  .pe-xxl-1-5 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-2 {
    padding-right: 2rem !important;
  }
  .pe-xxl-2-5 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  .pe-xxl-3-5 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 4rem !important;
  }
  .pe-xxl-4-5 {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 5rem !important;
  }
  .pe-xxl-5-5 {
    padding-right: 5.5rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-6-5 {
    padding-right: 6.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 7rem !important;
  }
  .pe-xxl-7-5 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 8rem !important;
  }
  .pe-xxl-8-5 {
    padding-right: 8.5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 9rem !important;
  }
  .pe-xxl-9-5 {
    padding-right: 9.5rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pe-xxl-10-5 {
    padding-right: 10.5rem !important;
  }
  .pe-xxl-11 {
    padding-right: 11rem !important;
  }
  .pe-xxl-11-5 {
    padding-right: 11.5rem !important;
  }
  .pe-xxl-12 {
    padding-right: 12rem !important;
  }
  .pe-xxl-12-5 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-13 {
    padding-right: 13rem !important;
  }
  .pe-xxl-13-5 {
    padding-right: 13.5rem !important;
  }
  .pe-xxl-14 {
    padding-right: 14rem !important;
  }
  .pe-xxl-14-5 {
    padding-right: 14.5rem !important;
  }
  .pe-xxl-15 {
    padding-right: 15rem !important;
  }
  .pe-xxl-16 {
    padding-right: 16rem !important;
  }
  .pe-xxl-17 {
    padding-right: 17rem !important;
  }
  .pe-xxl-18 {
    padding-right: 18rem !important;
  }
  .pe-xxl-19 {
    padding-right: 19rem !important;
  }
  .pe-xxl-20 {
    padding-right: 20rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-0-5 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-1-5 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-2-5 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-3-5 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-4-5 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-5-5 {
    padding-bottom: 5.5rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-6-5 {
    padding-bottom: 6.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-7-5 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-8-5 {
    padding-bottom: 8.5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-9-5 {
    padding-bottom: 9.5rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-10-5 {
    padding-bottom: 10.5rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-11-5 {
    padding-bottom: 11.5rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12rem !important;
  }
  .pb-xxl-12-5 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 13rem !important;
  }
  .pb-xxl-13-5 {
    padding-bottom: 13.5rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 14rem !important;
  }
  .pb-xxl-14-5 {
    padding-bottom: 14.5rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 16rem !important;
  }
  .pb-xxl-17 {
    padding-bottom: 17rem !important;
  }
  .pb-xxl-18 {
    padding-bottom: 18rem !important;
  }
  .pb-xxl-19 {
    padding-bottom: 19rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-0-5 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  .ps-xxl-1-5 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-2 {
    padding-left: 2rem !important;
  }
  .ps-xxl-2-5 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  .ps-xxl-3-5 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 4rem !important;
  }
  .ps-xxl-4-5 {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 5rem !important;
  }
  .ps-xxl-5-5 {
    padding-left: 5.5rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-6-5 {
    padding-left: 6.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 7rem !important;
  }
  .ps-xxl-7-5 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 8rem !important;
  }
  .ps-xxl-8-5 {
    padding-left: 8.5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 9rem !important;
  }
  .ps-xxl-9-5 {
    padding-left: 9.5rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .ps-xxl-10-5 {
    padding-left: 10.5rem !important;
  }
  .ps-xxl-11 {
    padding-left: 11rem !important;
  }
  .ps-xxl-11-5 {
    padding-left: 11.5rem !important;
  }
  .ps-xxl-12 {
    padding-left: 12rem !important;
  }
  .ps-xxl-12-5 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-13 {
    padding-left: 13rem !important;
  }
  .ps-xxl-13-5 {
    padding-left: 13.5rem !important;
  }
  .ps-xxl-14 {
    padding-left: 14rem !important;
  }
  .ps-xxl-14-5 {
    padding-left: 14.5rem !important;
  }
  .ps-xxl-15 {
    padding-left: 15rem !important;
  }
  .ps-xxl-16 {
    padding-left: 16rem !important;
  }
  .ps-xxl-17 {
    padding-left: 17rem !important;
  }
  .ps-xxl-18 {
    padding-left: 18rem !important;
  }
  .ps-xxl-19 {
    padding-left: 19rem !important;
  }
  .ps-xxl-20 {
    padding-left: 20rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@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-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;
  }
}
@media (min-width: 576px) {
  :root {
    --container-max-width: 100vw;
    --container-half-width: calc((100vw / 2) - 2rem);
  }
}
@media (min-width: 768px) {
  :root {
    --container-max-width: 95vw;
    --container-half-width: calc((95vw / 2) - 2rem);
  }
}
@media (min-width: 992px) {
  :root {
    --container-max-width: 93vw;
    --container-half-width: calc((93vw / 2) - 2rem);
  }
}
@media (min-width: 1200px) {
  :root {
    --container-max-width: 118rem;
    --container-half-width: calc((118rem / 2) - 2rem);
  }
}
@media (min-width: 1400px) {
  :root {
    --container-max-width: 122rem;
    --container-half-width: calc((122rem / 2) - 2rem);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes glance {
  0% {
    transform: rotate(-45deg) translateY(-451%);
  }
  100% {
    transform: rotate(-45deg) translateY(500%);
  }
}
@keyframes popup {
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.9s;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all 0.9s;
  }
}
@keyframes down-to-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    bottom: 80px;
    opacity: 1;
  }
}
@keyframes top-to-down {
  0% {
    bottom: 80px;
    opacity: 1;
  }
  99% {
    bottom: 0;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
html {
  font-size: 10px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: calc(0.7291666667vw - 4px);
  }
}
/* body {
  font-size: 1.6rem;
} */
.no-touchevents body.js-popup-active {
  overflow-y: hidden;
  padding-right: 1rem;
}
body.body-overflow-hidden {
  overflow-y: hidden;
}
/* @media (min-width: 768px) {
  body {
    font-size: 2rem;
  }
} */
/* h1,
.h1,
.h1 {
  font-size: 6.4rem;
  line-height: 1.125;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  .h1,
  .h1 {
    font-size: 10rem;
    font-weight: 700;
    line-height: 1.05;
  }
}
@media (min-width: 992px) {
  h1,
  .h1,
  .h1 {
    font-size: 15rem;
  }
}
h2,
.h2,
.h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h2,
  .h2,
  .h2 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.08;
  }
}
@media (min-width: 992px) {
  h2,
  .h2,
  .h2 {
    font-size: 10rem;
  }
}
h3,
.h3,
.h3 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.26;
}
@media (min-width: 768px) {
  h3,
  .h3,
  .h3 {
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 1.125;
  }
}
h4,
.h4,
.h4 {
  font-size: 3rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4,
  .h4,
  .h4 {
    font-size: 4.8rem;
    line-height: 1.26;
  }
}
@media (min-width: 992px) {
  h4,
  .h4,
  .h4 {
    font-size: 6rem;
    line-height: 1;
  }
}
h5,
.h5,
.h5 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.33;
}
@media (min-width: 768px) {
  h5,
  .h5,
  .h5 {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  h5,
  .h5,
  .h5 {
    font-size: 3rem;
    font-weight: 600;
  }
}
h6,
.h6,
.h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (min-width: 768px) {
  h6,
  .h6,
  .h6 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  h6,
  .h6,
  .h6 {
    font-size: 2.4rem;
  }
} */
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
p:last-child,
table:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
dd:last-child,
pre:last-child,
blockquote:last-child,
address:last-child,
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
p,
pre,
blockquote,
address,
dd {
  line-height: 1.55;
}
p,
table,
ul,
ol,
dl,
dd,
pre,
blockquote,
address {
  margin: 0 0 2rem;
}
output {
  padding-top: 3rem;
  line-height: 1.42857143;
  color: #555;
}
code {
  background-color: #f8f9fa;
  font-weight: 400;
  display: inline-block;
  padding: 0.5rem;
}
ul,
ol,
dl {
  padding: 0;
}
ul,
ol {
  list-style-position: outside;
  margin-left: 2rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0;
  margin-top: 0.5rem;
  margin-left: 4rem;
}
ul ol,
ol ol {
  list-style-type: lower-alpha;
}
nav ul,
nav ol {
  margin: 0;
}
nav ul li,
nav ol li {
  list-style: none;
  margin-bottom: 0;
  line-height: 1;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {
  /* line-height: 1; */
  margin-bottom: 1rem;
}
dt {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
}
form ul {
  padding-left: 0;
  list-style: none;
}
form > ul > li {
  clear: both;
  margin-bottom: 1rem;
}
form > ul > li > label {
  margin-right: 1rem;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
form legend {
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  border: 0;
}
form input[type="text"],
form input[type="tel"],
form input[type="url"],
form input[type="number"],
form input[type="password"],
form input[type="email"],
form input[type="range"],
form input[type="file"],
form input[type="date"],
form input[type="search"],
form textarea,
form select {
  background: #fff;
  color: #000;
  line-height: 1.3;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  overflow: hidden;
  max-width: 100%;
}
form input[type="text"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form input[type="url"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="range"]:-moz-placeholder,
form input[type="file"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="search"]:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder {
  color: #6c757d;
}
form input[type="text"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form input[type="url"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="range"]::-moz-placeholder,
form input[type="file"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="search"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  color: #6c757d;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="file"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  color: #6c757d;
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="file"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  color: #6c757d;
}
form input[type="text"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="url"]::placeholder,
form input[type="number"]::placeholder,
form input[type="password"]::placeholder,
form input[type="email"]::placeholder,
form input[type="range"]::placeholder,
form input[type="file"]::placeholder,
form input[type="date"]::placeholder,
form input[type="search"]::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: #6c757d;
}
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="url"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="range"]:focus,
form input[type="file"]:focus,
form input[type="date"]:focus,
form input[type="search"]:focus,
form textarea:focus,
form select:focus {
  border-color: #86b7fe;
  outline: none;
}
@media (min-width: 768px) {
  form input[type="text"],
  form input[type="tel"],
  form input[type="url"],
  form input[type="number"],
  form input[type="password"],
  form input[type="email"],
  form input[type="range"],
  form input[type="file"],
  form input[type="date"],
  form input[type="search"],
  form textarea,
  form select {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  form input[type="text"],
  form input[type="tel"],
  form input[type="url"],
  form input[type="number"],
  form input[type="password"],
  form input[type="email"],
  form input[type="range"],
  form input[type="file"],
  form input[type="date"],
  form input[type="search"],
  form textarea,
  form select {
    font-size: 16px !important;
  }
}
form input[type="submit"] {
  background-color: #fff;
}
form input[type="search"] {
  -webkit-appearance: none;
}
form input[type="date"] {
  line-height: 3.2rem;
}
form textarea {
  line-height: 1;
  height: 15rem;
  resize: vertical;
}
form input[type="checkbox"],
form input[type="radio"] {
  margin: 0;
  margin-top: 0.4rem;
  margin-right: 0.5rem;
  line-height: normal;
}
form select[multiple],
form select[size] {
  height: auto;
}
form input[type="file"] {
  display: block;
}
form input[type="range"] {
  display: block;
  width: 100%;
}
form input[type="file"]:focus,
form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 0.5rem auto -webkit-focus-ring-color;
  outline-offset: -0.2rem;
}
img,
iframe,
svg {
  max-width: 100%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
b,
strong {
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: -86px;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  /* padding-left: 20px; */
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 1 !important;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgb(0 0 0 / 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 0.5), #fff0);
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-progressbar {
  background: rgb(0 0 0 / 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgb(0 0 0 / 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(0 0 0 / 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: #fff0;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper-slide {
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  /* color: #fff; */
  /* border: 0.1rem solid #fff; */
  width: 5.2rem;
  height: 5.2rem;
  line-height: 5.2rem;
  border-radius: 50%;
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  z-index: 10;
  transition: 0.2s ease-out;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.8rem;
}
.swiper-button-prev.btn-dark,
.swiper-button-next.btn-dark {
  /* color: #000; */
  /* border: 2.1rem solid #000; */
}
.swiper-button-prev.btn-blur,
.swiper-button-next.btn-blur {
  background-color: rgb(131 131 131 / 0.3);
  backdrop-filter: blur(10px);
}
.swiper-button-prev {
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    margin-right: 1.5rem;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.95;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 0.8rem;
  right: 0.8rem;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #fff0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 1.8rem 1rem;
  color: #fff;
  font-style: normal;
  font-size: 2.8rem;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 0.1rem;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -0.6rem;
  text-align: right;
  padding-right: 0.6rem;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 1.2rem;
  line-height: 1.8rem;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -5.5rem;
  padding: 0;
  width: 9rem;
  height: 11rem;
  -webkit-tap-highlight-color: #fff0;
}
.mfp-arrow:active {
  margin-top: -5.4rem;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\e616";
  color: #fff;
  font-size: 4.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: "\e616";
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  content: "\e617";
}
.mfp-iframe-holder {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -4rem;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0.8rem rgb(0 0 0 / 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 4rem 0 4rem;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4rem;
  bottom: 4rem;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 0.8rem rgb(0 0 0 / 0.6);
  background: #444;
}
.mfp-figure small,
.mfp-figure .small {
  color: #bdbdbd;
  display: block;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: 0rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 1.8rem;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 3.6rem;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small,
  .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 0.5rem;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgb(0 0 0 / 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 0.3rem 0.5rem;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 0.5rem;
    top: 0.3rem;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    background: rgb(0 0 0 / 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-content {
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0);
  transform: rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  transform: rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content {
  transform: scale(0);
  transform: rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 2000px;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fullscreen-video .mfp-content {
  background-color: #000;
  opacity: 0;
  height: 100% !important;
  max-width: none !important;
  width: 100%;
  border: 2rem solid #000;
  position: fixed;
  top: 0;
  left: 0;
  transform: scale3d(0.05, 0.05, 1);
}
.mfp-fullscreen-video video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.mfp-fullscreen-video.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: 0.5s;
}
.mfp-fullscreen-video.mfp-removing .mfp-content {
  opacity: 0;
  transition: 0.2s;
}
.mfp-fullscreen-video.mfp-bg {
  display: none;
}
.mfp-fullscreen-video .mfp-iframe-holder {
  padding: 0 !important;
}
.mfp-fullscreen-video .mfp-close {
  background-color: #000;
  font-size: 3rem;
  top: 0;
  right: 0;
  line-height: 1;
  text-align: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  opacity: 0.5;
  transition: 0.2s ease-out;
}
.mfp-fullscreen-video .mfp-close:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .mfp-fullscreen-video .mfp-close {
    font-size: 6rem;
    width: 6rem;
    height: 6rem;
  }
}
@media screen {
  html:not(.no-js) body:not(.wp-admin) [data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js)
    body:not(.wp-admin)
    [data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-up"] {
    transform: translate3d(0, 5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-down"] {
    transform: translate3d(0, -5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-right"] {
    transform: translate3d(-5rem, 0, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-left"] {
    transform: translate3d(5rem, 0, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-up-right"] {
    transform: translate3d(-5rem, 5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-up-left"] {
    transform: translate3d(5rem, 5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-down-right"] {
    transform: translate3d(-5rem, -5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="fade-down-left"] {
    transform: translate3d(5rem, -5rem, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js)
    body:not(.wp-admin)
    [data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-in"] {
    transform: scale(0.6);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-in-up"] {
    transform: translate3d(0, 5rem, 0) scale(0.6);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-in-down"] {
    transform: translate3d(0, -5rem, 0) scale(0.6);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-in-right"] {
    transform: translate3d(-5rem, 0, 0) scale(0.6);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-in-left"] {
    transform: translate3d(5rem, 0, 0) scale(0.6);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-out"] {
    transform: scale(1.2);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-out-up"] {
    transform: translate3d(0, 5rem, 0) scale(1.2);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-out-down"] {
    transform: translate3d(0, -5rem, 0) scale(1.2);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-out-right"] {
    transform: translate3d(-5rem, 0, 0) scale(1.2);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="zoom-out-left"] {
    transform: translate3d(5rem, 0, 0) scale(1.2);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js)
    body:not(.wp-admin)
    [data-aos^="slide"][data-aos^="slide"].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) body:not(.wp-admin) [data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-whatintent="keyboard"] *:focus {
  outline: 0.3rem dashed dodgerblue;
}
html.js.mutationobserver.cssanimations:not(.js-mobile) [data-aos] {
  visibility: hidden;
}
html.js.mutationobserver.cssanimations:not(.js-mobile) [data-aos].aos-animate {
  visibility: visible;
}
html.js-mobile [data-aos],
html.no-mutationobserver [data-aos],
html.no-js [data-aos],
html.no-cssanimations [data-aos] {
  animation: none !important;
}
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-content {
  flex: 1 0 auto;
  overflow: hidden;
}
.site-header {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-logo {
  width: 20.2rem;
  height: 6rem;
  position: relative;
  float: left;
  margin-top: 1.5rem !important;
  margin-bottom: 0;
  background-image: url(images/logo/sscc.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header-logo a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .site-header {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
html {
  overflow-x: hidden;
}
[class^="i-"]:after {
  display: none;
}
header.site-header {
  display: block;
  padding-bottom: 0;
}
.header-nav-parent-menu > li {
  margin: 0;
  padding: 0 18px 28px;
}
.header-nav-parent-menu > li > a {
  text-transform: uppercase;
  font-weight: 500;
}
.header-nav-parent-menu > li:not(.sub-active) > a:not(:hover) {
  color: #000 !important;
}
.header-nav ul > li.sub-active > a,
.page-sectors-we-serve .header-nav ul > li.sectors-we-serve > a,
.page-careers .header-nav ul > li.careers > a,
.page-download-media .header-nav ul > li.download-media > a,
.page-sustainability .header-nav ul > li.sustainability > a,
.page-why-amana .header-nav ul > li.why-amana > a,
.page-latest-news .header-nav ul > li.why-amana > a,
.page-featured-project .header-nav ul > li.why-amana > a,
.page-amana-story .header-nav ul > li.why-amana > a,
.page-about-amana .header-nav ul > li.why-amana > a,
.page-technologies .header-nav ul > li.why-amana > a {
  /* font-weight: 800;
  color: #000; */
}
ul.header-nav-parent-menu {
  display: flex;
}
ul.header-nav-parent-menu:after {
  content: "";
  display: block;
  clear: both;
}
.header-nav ul.sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 700px;
  max-width: 700px;
  left: inherit;
  right: -100%;
  position: absolute;
  top: 79%;
  z-index: 99;
  /* height: 585px; */
  overflow: hidden;
}
header.site-header .header-nav-parent-menu > li.develop ul.sub-menu {
  height: auto;
}
.header-nav ul.sub-menu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: 0.8s;
  /* height: 100vh; */
}
.right-block {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 54%;
  position: relative;
}
.site-header .right-block {
  width: calc(100% - 150px);
}
nav.header-nav[aria-label="secondary navigation"] {
  width: 100%;
  position: static;
}
nav.header-nav[aria-label="primary navigation"] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.search-wrap {
  position: relative;
}
.submenu-box {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .submenu-box {
    border-bottom: none;
  }
}
.content-wrap {
  /* width: calc(100% - 200px); */
  padding: 55px 40px;
  display: flex;
  align-items: center;
}
.content-wrap .content-area .logo-block {
  height: 35px;
  margin-bottom: 1.5rem;
}
.image-wrap {
  width: 200px;
}
h3.cont-title,
.cont-title.h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.2px;
  line-height: 30px;
  text-align: left;
}
h6.cont-subtitle,
.cont-subtitle.h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  text-align: left;
}
.manufacture h3.cont-title,
.manufacture .cont-title.h3,
.manufacture h6.cont-subtitle,
.manufacture .cont-subtitle.h6 {
  /* color: #000; */
}
.submenu-close {
  display: none;
}
.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-logo {
  margin-bottom: 44px;
  /* height: auto; */
  float: none;
  box-sizing: border-box;
}
.site-header .container-fluid,
.site-header .container-sm,
.site-header .container-md,
.site-header .container-lg,
.site-header .container-xl,
.site-header .container-xxl {
  padding-right: 0;
  padding-left: 5rem;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
nav.header-nav {
  padding-right: 5rem;
  position: relative;
}
.btn-search {
  padding: 0;
  line-height: 2rem;
  border: none;
  margin: -0.3rem 0 0 3rem;
  font-size: 2rem;
  height: auto;
  color: #000 !important;
}
@media (min-width: 992px) {
  .btn-search {
    font-size: 2.5rem;
  }
}
.header-logo a {
  position: relative;
  height: 3rem;
}
.header-nav .header-secondary-nav-parent-menu li {
  padding: 0 1rem;
}
.header-nav .header-secondary-nav-parent-menu {
  margin: 0 -1rem;
}
.secondary-nav-parent-menu > li.menu-item > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  color: #959595;
}
.scrolled-header .secondary-nav-parent-menu > li.menu-item > a {
  /* font-size: 1.4rem; */
}
.header-nav ul.secondary-nav-parent-menu {
  display: flex;
  margin: 0 -1.5rem;
}
.header-nav ul.secondary-nav-parent-menu .sub-menu {
  top: 10.8rem !important;
}
.header-nav ul.secondary-nav-parent-menu > li {
  padding: 0 1.5rem;
}
.secondary-nav-parent-menu > li.menu-item > a:hover {
  color: #000;
}
.header-nav ul > li.sub-active > a {
  font-weight: 800;
  color: #000;
}
.header-nav ul.secondary-nav-parent-menu ul {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.header-nav ul.secondary-nav-parent-menu ul.sub-menu > li {
  position: relative;
}
.header-nav ul.secondary-nav-parent-menu ul.sub-menu > li {
  width: 100%;
  padding-left: 50%;
}
@media screen and (min-height: 900px) {
  .header-nav ul.secondary-nav-parent-menu ul.sub-menu > li {
    height: 240px;
  }
}
.header-nav ul.secondary-nav-parent-menu .submenu-box {
  border: none;
  display: block;
  position: relative;
  height: 100%;
}
.header-nav ul.secondary-nav-parent-menu .submenu-box .image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.header-nav ul.secondary-nav-parent-menu .submenu-box .content-wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.header-nav
  ul.secondary-nav-parent-menu
  .submenu-box
  .content-wrap
  h3.cont-title,
.header-nav
  ul.secondary-nav-parent-menu
  .submenu-box
  .content-wrap
  .cont-title.h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.header-nav
  ul.secondary-nav-parent-menu
  ul.sub-menu
  > li:first-child
  .submenu-box
  .content-wrap {
  padding: 40px;
  align-items: center;
}
.header-nav
  ul.secondary-nav-parent-menu
  .submenu-box
  .content-wrap
  h6.cont-subtitle,
.header-nav
  ul.secondary-nav-parent-menu
  .submenu-box
  .content-wrap
  .cont-subtitle.h6 {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin: 0 0 35px;
  font-weight: 600;
}
.header-nav ul.secondary-nav-parent-menu .submenu-box .image-wrap img {
  height: 100%;
}
.header-nav ul.secondary-nav-parent-menu .submenu-box .content-wrap p.desc-txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 15px;
}
.header-nav
  ul.secondary-nav-parent-menu
  ul.sub-menu
  > li:not(:first-child)
  .submenu-box
  .content-wrap
  h3.cont-title,
.header-nav
  ul.secondary-nav-parent-menu
  ul.sub-menu
  > li:not(:first-child)
  .submenu-box
  .content-wrap
  .cont-title.h3 {
  margin: 0 0 5px;
}
h4.highlight-txt,
.highlight-txt.h4 {
  color: #fff;
  font-size: 60px;
  margin: 35px 0 0;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
}
header.site-header {
  transition: 0.5s ease all;
  position: relative;
}
.header-nav ul.secondary-nav-parent-menu > li.why-amana ul.sub-menu {
  width: 500px;
  background: #2f2f2f;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 45px;
  height: 100vh;
  margin-right: -35px;
}
.header-nav ul.secondary-nav-parent-menu > li.why-amana ul.sub-menu > li {
  margin-bottom: 50px;
  padding-left: 0;
  height: auto;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li:first-of-type
  .cont-title {
  font-size: 30px;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box {
  height: auto;
  max-width: 290px;
  margin: 0 auto;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .content-wrap {
  padding: 0;
  height: auto;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .image-wrap,
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .highlight-txt,
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .cont-subtitle {
  display: none;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .cont-title {
  margin: 0;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .btn-wrap {
  position: absolute;
  width: 100%;
  top: -7px;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .btn-wrap
  a {
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
}
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .btn-wrap
  a:hover,
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .btn-wrap
  a:active,
.header-nav
  ul.secondary-nav-parent-menu
  > li.why-amana
  ul.sub-menu
  > li
  .submenu-box
  .btn-wrap
  a:focus {
  background: #fff0;
}
@media (max-width: 1199.98px) {
  .site-header .container-fluid,
  .site-header .container-sm,
  .site-header .container-md,
  .site-header .container-lg,
  .site-header .container-xl,
  .site-header .container-xxl {
    padding-left: 20px;
  }
  .header-logo a {
    height: 20px;
  }
  nav.header-nav {
    padding: 0 20px;
  }
  .header-logo {
    width: 150px;
  }
  .header-nav-parent-menu > li > a {
    font-size: 17px;
  }
  .header-nav-parent-menu > li {
    padding: 0 15px 25px;
  }
  button.btn-search {
    margin: 0 0 25px 15px;
  }
  button.header-nav-toggle {
    display: none;
  }
  button.header-nav-close {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-nav-parent-menu > li {
    background: none !important;
  }
  .header-nav-parent-menu > li i {
    /* display: none; */
  }
  .mobile-sticky-header {
    display: none;
  }
  .fix-menu-box,
  .fix-menu-box2 {
    display: none;
  }
  header.site-header.is_stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    padding-top: 0;
  }
  header.site-header.is_stuck .header-logo {
    margin: 0 0 30px;
  }
  header.site-header.is_stuck .header-nav-parent-menu > li {
    padding-bottom: 15px;
  }
  header.site-header.is_stuck button.btn-search {
    margin-bottom: 15px;
  }
  header.site-header.is_stuck
    nav.header-nav[aria-label="secondary navigation"] {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 1199.98px) {
  .menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
  }
  .site-header .container-fluid,
  .site-header .container-sm,
  .site-header .container-md,
  .site-header .container-lg,
  .site-header .container-xl,
  .site-header .container-xxl {
    padding: 0;
  }
  nav.header-nav[aria-label="secondary navigation"] {
    display: none !important;
  }
  nav.header-nav[aria-label="primary navigation"] ul.header-nav-parent-menu {
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
  }
  nav.header-nav[aria-label="primary navigation"] {
    position: static;
    width: 100%;
    left: initial;
    top: 0;
    right: -100%;
    bottom: initial;
    transform: none;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
    background: #000;
    display: block;
    overflow: hidden;
  }
  nav.header-nav .nav-fix-wrap {
    height: auto;
  }
  nav.header-nav .nav-fix-wrap .search-wrap {
    display: none;
  }
  .menu-fixed nav.header-nav[aria-label="primary navigation"] {
    opacity: 1;
    visibility: visible;
    right: 0;
    padding-top: 90px;
    top: 0;
    overflow: hidden;
  }
  .submenu-opened nav.header-nav .nav-fix-wrap {
    overflow: hidden;
  }
  header.site-header .header-nav-parent-menu > li.sub-active {
    display: block !important;
  }
  .header-nav-parent-menu > li > a {
    font-size: 2.4rem !important;
    text-transform: capitalize !important;
    padding: 4rem 2.4rem !important;
  }
  .right-block {
    position: static;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .right-block .header-nav,
  .right-block .nav-fix-wrap {
    height: 100%;
    width: 100%;
  }
  .site-header .right-block {
    width: 100%;
    left: initial;
    top: 0;
    right: -100%;
    bottom: initial;
    transform: none;
    height: auto;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
  }
  .menu-fixed .right-block {
    opacity: 1;
    right: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #000;
  }
  .secdary-menu-block {
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
    z-index: 111;
    padding-top: 2rem;
  }
  .secdary-menu-block.menu-open {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
  .site-header .container-fluid,
  .site-header .container-sm,
  .site-header .container-md,
  .site-header .container-lg,
  .site-header .container-xl,
  .site-header .container-xxl {
    position: relative;
  }
  ul.header-nav-parent-menu {
    width: 100%;
  }
  button.header-nav-close {
    display: block;
    position: relative;
    order: 1;
    padding: 0;
    margin-left: 20px;
    font-size: 24px;
    /* height: 24px; */
    border: none;
  }
  button.header-nav-close i {
    color: #000;
  }
  button.btn-search {
    margin: 0;
  }
  header.site-header .header-logo,
  .mobile-sticky-header .header-logo {
    margin: 0 !important;
  }
  header.site-header .header-logo {
    display: none;
  }
  .mobile-sticky-header .header-logo {
    display: block !important;
  }
  .fix-menu-box,
  .fix-menu-box2 {
    display: none;
    margin: 0;
  }
  html.menu-fixed .fix-menu-box.active,
  html.menu-fixed .fix-menu-box2 {
    margin-bottom: 186px;
    display: block;
  }
  html.menu-fixed .fix-menu-box.active + .fix-menu-box2 {
    margin: 0;
  }
  header.site-header {
    z-index: 100;
    padding: 0;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  header.site-header .header-nav-parent-menu > li.develop ul.sub-menu {
    height: 100vh;
  }
  .header-nav-parent-menu > li {
    width: 100%;
    background: #fff;
    padding: 0;
    border: none;
  }
  .header-nav-parent-menu > li > a {
    font-size: 30px;
    font-weight: 800;
    text-transform: none;
    padding: 40px 20px;
    line-height: 40px;
    color: #000 !important;
  }
  .header-nav-parent-menu > li > a i {
    font-size: 24px;
    line-height: 1;
    float: right;
    margin: 8px 0 8px 15px;
    color: #000;
    font-weight: 700;
  }
  .header-nav-parent-menu > li > a i:before {
    color: inherit;
  }
  .header-nav ul.sub-menu {
    top: 50px;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    right: -100%;
    transition: 0.5s ease all;
    background: #fff !important;
  }
  .header-nav ul.sub-menu.active {
    right: 0;
  }
  .submenu-box .image-wrap {
    display: none;
  }
  .submenu-box .content-wrap {
    width: 100%;
    padding: 40px 24px 24px;
  }
  .submenu-box h3.cont-title,
  .submenu-box .cont-title.h3 {
    font-weight: 800;
    line-height: 1;
    font-size: 24px;
  }
  .submenu-box h6.cont-subtitle,
  .submenu-box .cont-subtitle.h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
  }
  .construct .sub-menu li:first-of-type {
    background: #48c026;
    padding-top: 50px;
  }
  .construct .sub-menu li:first-of-type h6.cont-subtitle,
  .construct .sub-menu li:first-of-type .cont-subtitle.h6 {
    color: #fff;
  }
  .manufacture .sub-menu li:first-of-type {
    background:#ec7d07;
    padding-top: 50px;
  }
  .manufacture .sub-menu li:first-of-type h6.cont-subtitle,
  .manufacture .sub-menu li:first-of-type .cont-subtitle.h6 {
    color: #fff;
  }
  .enhance .sub-menu li:first-of-type {
    background:#FF6347	;
    padding-top: 50px;
  }
  .enhance .sub-menu li:first-of-type h6.cont-subtitle,
  .enhance .sub-menu li:first-of-type .cont-subtitle.h6 {
    color: #fff;
  }
  ul.sub-menu > li:first-child .submenu-box h3.cont-title,
  ul.sub-menu > li:first-child .submenu-box .cont-title.h3 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
  }
  button.header-nav-close:hover,
  button.header-nav-close:focus {
    background: none;
  }
  button.header-nav-close.btn-clicked i.i-menu:before {
    content: "\e914";
  }
  .submenu-close {
    position: absolute;
    top: 40px;
    right: 10px;
    margin: 10px 0;
    z-index: 99;
    padding: 20px;
    height: 44px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .submenu-close .close-icon {
    width: 20px;
    height: 5px;
    background-color: #000;
    display: block;
  }
  .secdary-menu-block ul.header-secondary-nav-parent-menu {
    margin: 0;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 0 0 30px;
  }
  .secdary-menu-block ul.header-secondary-nav-parent-menu > li {
    display: block;
    width: 100%;
    padding: 16px 24px;
  }
  .secdary-menu-block ul.header-secondary-nav-parent-menu > li > a {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    color: rgb(255 255 255 / 0.58);
    display: block;
  }
  .secdary-menu-block ul.header-secondary-nav-parent-menu > li > a:before {
    content: "";
    right: 0;
    top: 50%;
    position: absolute;
    height: 2px;
    box-shadow: inset 0 0 0 32px;
    width: 26px;
    margin: -1px 0 0;
  }
  .secdary-menu-block ul.header-secondary-nav-parent-menu > li > a:after {
    content: "";
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    margin: 0;
    transform: rotate(45deg) translateY(-50%);
    display: inline-block;
    position: absolute;
    right: 4px;
    top: calc(50% - 2px);
  }
  .mobile-sticky-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0;
    background: #fff;
    z-index: 111;
    padding: 15px 20px;
  }
  .mobile-sticky-header .search-wrap {
    display: block;
  }
  .right-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -30px;
  }
}
@media (min-width: 768px) {
  .page-construct .header-nav-parent-menu > li.construct > a,
  .page-amana-contracting .header-nav-parent-menu > li.construct > a,
  .amana-aviation-fueling .header-nav-parent-menu > li.construct > a {
    color: #f02929 !important;
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .page-manufacture .header-nav-parent-menu > li.manufacture > a,
  .page-dubox .header-nav-parent-menu > li.manufacture > a,
  .page-dupod-an-amana-company .header-nav-parent-menu > li.manufacture > a {
    color: #edc403 !important;
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .page-enhance .header-nav-parent-menu > li.enhance > a,
  .page-amana-solar .header-nav-parent-menu > li.enhance > a,
  .page-amana-energy-savings .header-nav-parent-menu > li.enhance > a {
    color: #128f45 !important;
    font-weight: 800;
  }
}
@media (min-width: 768px) {
  .page-develop .header-nav-parent-menu > li.develop > a,
  .page-amana-x .header-nav-parent-menu > li.develop > a {
    color: #594fa3 !important;
    font-weight: 800;
  }
}
.search-box {
  background-color: #59524b;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999991;
  transition: 0.25s ease;
  transform: translateY(-200%);
}
@media (prefers-reduced-motion: reduce) {
  .search-box {
    transition: none;
  }
}
.search-box.js-active {
  transform: translateY(0);
}
.search-box p {
  display: none;
}
.search-box .close-btn {
  color: #fff;
  font-size: 5rem;
}

.search-box .searchform {
  width: calc(100% - 10rem);
  margin-bottom: 0 !important;
}
.search-box .searchform .search-field {
  width: 100%;
  background-color: #fff;
  color: #59524b;
  font-size: 2.4rem;
  font-weight: 300;
  padding: 2rem 2rem 2rem 7rem;
  border: none;
  margin: 0;
}
.search-box .searchform .submit-btn {
  display: none;
}
.header-nav ul {
  padding-left: 0;
  list-style: none;
}
.header-nav li {
  margin-bottom: 0;
}
.header-nav a {
  text-decoration: none;
  display: block;
  height: 100%;
}
.header-nav .header-secondary-nav-parent-menu {
  display: flex;
}
.header-nav .header-secondary-nav-parent-menu li {
  padding: 0 0.5rem;
}
.header-nav .header-secondary-nav-parent-menu a {
  color: #959595;
  font-size: 1.8rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.02rem;
}
.scrolled-header .header-secondary-nav-parent-menu a {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  .header-nav-toggle {
    background: red;
    color: #fff;
    text-decoration: none;
    float: right;
    display: block;
    padding: 1.4rem 1.5rem 1.4rem 5rem;
    border: 0;
    position: relative;
  }
  .header-nav-toggle:before {
    font-size: 2.4rem;
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s ease-out;
  }
}
@media (min-width: 992px) {
  .header-nav-toggle {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-nav-close {
    background: none;
    text-decoration: none;
    border: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-nav-close:hover,
  .header-nav-close:focus {
    background-color: #fff;
  }
  .header-nav-close:hover:before,
  .header-nav-close:focus:before {
    color: red;
  }
}
@media (min-width: 992px) {
  .header-nav-close {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header-nav {
    background-color: #ddd;
    width: 100%;
    padding: 5rem 0 4rem;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    overflow: auto;
    transform: translateX(-100%);
    transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946);
  }
  .header-nav.js-active {
    transform: translateX(0);
    box-shadow: 0 0 1rem rgb(120 120 120 / 0.3);
  }
}
@media (max-width: 767.98px) {
  .header-nav-parent-menu > li {
    border-bottom: 0.1rem solid rgb(0 0 0 / 0.1);
  }
  .header-nav-parent-menu > li > a {
    background-color: #fff0;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    display: block;
    padding: 1.3rem 20px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .header-nav-parent-menu > li > a:hover,
  .header-nav-parent-menu > li > a:focus {
    background: rgb(0 0 0 / 0.1);
    color: #000;
  }
  .header-nav-parent-menu > li.current-page-ancestor > a,
  .header-nav-parent-menu > li.current-menu-parent > a,
  .header-nav-parent-menu > li.current-menu-item > a {
    background: red;
    color: #fff;
  }
  .header-nav-parent-menu > li.menu-item-has-children {
    position: relative;
  }
  .header-nav-parent-menu .menu-item-has-children > a {
    position: relative;
  }
  .header-nav-parent-menu .menu-item-has-children > a span {
    background: #fff;
    width: 4.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .header-nav-parent-menu .menu-item-has-children > a span:after {
    content: "";
    border: 0.8rem solid #fff0;
    border-left-width: 0.6rem;
    border-right-width: 0.6rem;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.4rem;
    margin-left: -0.6rem;
  }
  .header-nav-parent-menu .menu-item-has-children > a span:hover,
  .header-nav-parent-menu .menu-item-has-children > a span:focus {
    background: #fff;
  }
  .header-nav-parent-menu .menu-item-has-children > a span:hover:after,
  .header-nav-parent-menu .menu-item-has-children > a span:focus:after {
    border-top-color: red;
  }
}
@media (max-width: 767.98px) {
  .header-nav .sub-menu {
    background: #fff;
    height: 0;
    visibility: hidden;
  }
  .header-nav .sub-menu.js-active {
    height: auto;
    visibility: visible;
  }
  .header-nav .sub-menu > li > a {
    background-color: #fff0;
    color: #666;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    display: block;
    padding: 1.3rem 20px 1.3rem 35px;
    text-decoration: none;
  }
  .header-nav .sub-menu > li > a:hover,
  .header-nav .sub-menu > li > a:focus {
    background: rgb(0 0 0 / 0.05);
    color: #000;
  }
}
@media (min-width: 992px) {
  .header-nav-parent-menu > li {
    float: left;
    /* margin-right: 1.5rem; */
  }
  .header-nav-parent-menu > li > a {
    background-color: #fff0;
    color: #000;
    display: block;
    padding: 0 0;
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.02rem;
  }
  .header-nav-parent-menu > li.current-page-ancestor > a,
  .header-nav-parent-menu > li.current-menu-parent > a,
  .header-nav-parent-menu > li.current-menu-item > a {
    background-color: red;
    color: #fff;
  }
  .header-nav-parent-menu > li.menu-item-has-children {
    position: relative;
  }
  .header-nav-parent-menu > li.menu-item-has-children > a {
    padding-right: 0;
  }
  .header-nav-parent-menu > li.menu-item-has-children > a:after {
    content: "";
    border: 0 solid #fff0;
    border-top-color: #999;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.2rem;
    display: none;
  }
  .header-nav-parent-menu > li.menu-item-has-children:hover .sub-menu > li > a,
  .header-nav-parent-menu > li.menu-item-has-children:focus .sub-menu > li > a {
    visibility: visible;
    color: #333;
    height: 3.6rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .header-nav-parent-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li
    > a:hover,
  .header-nav-parent-menu
    > li.menu-item-has-children:hover
    .sub-menu
    > li
    > a:focus,
  .header-nav-parent-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li
    > a:hover,
  .header-nav-parent-menu
    > li.menu-item-has-children:focus
    .sub-menu
    > li
    > a:focus {
    background-color: shade(red, 10%);
    color: #333;
  }
}
@media (min-width: 992px) {
  .scrolled-header .header-nav-parent-menu > li > a {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .header-nav .sub-menu {
    width: 30rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  .header-nav .sub-menu li {
    line-height: 1.3;
    position: relative;
  }
  .header-nav .sub-menu li .cont-subtitle {
    max-width: 100%;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
  }
  .header-nav .sub-menu li > a {
    visibility: hidden;
    background-color: red;
    color: #fff0;
    display: block;
    height: 0;
    padding: 0 0;
  }
  .header-nav .sub-menu > li.current-menu-item > a {
    background-color: shade(red, 20%);
    color: #fff0;
  }
}
@media (min-width: 1200px) {
  .header-nav .construct .sub-menu li:first-of-type,
  .header-nav .manufacture .sub-menu li:first-of-type,
  .header-nav .enhance .sub-menu li:first-of-type {
    margin-bottom: 16px;
  }
  .header-nav .construct .sub-menu li:first-of-type::before,
  .header-nav .manufacture .sub-menu li:first-of-type::before,
  .header-nav .enhance .sub-menu li:first-of-type::before {
    content: "";
    width: 100%;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    z-index: 1;
  }
  .header-nav .construct .sub-menu li:first-of-type::after,
  .header-nav .manufacture .sub-menu li:first-of-type::after,
  .header-nav .enhance .sub-menu li:first-of-type::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0 20px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .header-nav .construct .sub-menu li:nth-child(3),
  .header-nav .manufacture .sub-menu li:nth-child(3),
  .header-nav .enhance .sub-menu li:nth-child(3) {
    background: #fff;
    width: 50%;
    position: absolute;
  }
  .header-nav .construct .sub-menu li:nth-child(3) .content-wrap,
  .header-nav .manufacture .sub-menu li:nth-child(3) .content-wrap,
  .header-nav .enhance .sub-menu li:nth-child(3) .content-wrap {
    width: 100%;
    padding: 50px 0 50px 40px;
  }
  .header-nav .construct .sub-menu li:nth-child(3) .submenu-box,
  .header-nav .manufacture .sub-menu li:nth-child(3) .submenu-box,
  .header-nav .enhance .sub-menu li:nth-child(3) .submenu-box {
    border: none;
  }
  .header-nav .construct .sub-menu li:nth-child(3) .cont-subtitle,
  .header-nav .manufacture .sub-menu li:nth-child(3) .cont-subtitle,
  .header-nav .enhance .sub-menu li:nth-child(3) .cont-subtitle {
    color: #000;
  }
  .header-nav .construct .sub-menu li:nth-child(3) .content-area,
  .header-nav .manufacture .sub-menu li:nth-child(3) .content-area,
  .header-nav .enhance .sub-menu li:nth-child(3) .content-area {
    border-right: 1px solid #000;
  }
  .header-nav .construct .sub-menu li:last-child,
  .header-nav .manufacture .sub-menu li:last-child,
  .header-nav .enhance .sub-menu li:last-child {
    background: #fff;
    width: 50%;
    position: absolute;
    right: 0;
  }
  .header-nav .construct .sub-menu li:last-child .content-wrap,
  .header-nav .manufacture .sub-menu li:last-child .content-wrap,
  .header-nav .enhance .sub-menu li:last-child .content-wrap {
    width: 100%;
    padding: 50px 25px 50px 40px;
  }
  .header-nav .construct .sub-menu li:last-child .submenu-box,
  .header-nav .manufacture .sub-menu li:last-child .submenu-box,
  .header-nav .enhance .sub-menu li:last-child .submenu-box {
    border: none;
  }
  .header-nav .construct .sub-menu li:last-child .cont-subtitle,
  .header-nav .manufacture .sub-menu li:last-child .cont-subtitle,
  .header-nav .enhance .sub-menu li:last-child .cont-subtitle {
    color: #000;
  }
  .header-nav .construct .sub-menu li::after {
    border-color: #48c026 #fff0 #fff0 #fff0;
  }
  .header-nav .manufacture .sub-menu li::after {
    border-color: #ec7d07 #fff0 #fff0 #fff0;
  }
  .header-nav .enhance .sub-menu li::after {
    border-color: #FF6347	 #fff0 #fff0 #fff0;
  }
}

.hero-banner-section,
.hero-steps-section {
  position: relative;
  z-index: 90;
}
@media (max-width: 767.98px) {
  .hero-banner-section,
  .hero-steps-section {
    padding-top: 100px;
  }
}
.hero-banner-section .breadcrumbs,
.hero-steps-section .breadcrumbs {
  font-size: 1.6rem;
  font-weight: 700;
}
.hero-banner-section .breadcrumbs a,
.hero-steps-section .breadcrumbs a {
  color: inherit;
  font-weight: 300;
}
.hero-banner-section .breadcrumbs a:hover,
.hero-banner-section .breadcrumbs afocus,
.hero-steps-section .breadcrumbs a:hover,
.hero-steps-section .breadcrumbs afocus {
  text-decoration: underline;
}
.hero-banner-section .logo-block,
.hero-steps-section .logo-block {
  max-width: 28rem;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hero-banner-section .logo-block,
  .hero-steps-section .logo-block {
    margin-bottom: 28px;
  }
}
.hero-banner-section .logo-block img,
.hero-steps-section .logo-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.hero-banner-section + .shift-up .container,
.hero-steps-section + .shift-up .container {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .hero-banner-section + .shift-up,
  .hero-steps-section + .shift-up {
    padding-top: 10rem !important;
    margin-top: -10rem !important;
  }
  .hero-banner-section
    + .shift-up.three-cards-with-icon-and-details-section
    .container,
  .hero-steps-section
    + .shift-up.three-cards-with-icon-and-details-section
    .container {
    padding-bottom: 0;
  }
  .hero-banner-section + .shift-up .container,
  .hero-steps-section + .shift-up .container {
    padding-bottom: 5rem;
  }
  .hero-banner-section .inner-container,
  .hero-steps-section .inner-container {
    position: relative;
  }
  .hero-banner-section .logo-block,
  .hero-steps-section .logo-block {
    max-width: 35rem;
    left: auto;
    right: 4rem;
    top: 4rem;
  }
}
@media (min-width: 992px) {
  .hero-banner-section + .shift-up .container,
  .hero-steps-section + .shift-up .container {
    padding-top: 10rem;
  }
  .hero-banner-section .logo-block,
  .hero-steps-section .logo-block {
    max-width: 65rem;
    height: 125px;
  }
}
@media (max-width: 767.98px) {
  .hero-banner-section .list-btns,
  .hero-steps-section .list-btns {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.hero-banner-section .brand-logo,
.hero-steps-section .brand-logo {
  height: 14px;
  line-height: 6px;
  border-left: 1px solid #fff;
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}
.hero-banner-section .brand-logo a,
.hero-steps-section .brand-logo a {
  transition: 0.2s ease;
  height: 100%;
}
.hero-banner-section .brand-logo a svg,
.hero-steps-section .brand-logo a svg {
  height: 100%;
  width: 100%;
}
.hero-banner-section .brand-logo.contracting a:hover svg .hoverable path,
.hero-banner-section .brand-logo.contracting a:hover svg .hoverable rect,
.hero-banner-section .brand-logo.aviation-fueling a:hover svg .hoverable path,
.hero-banner-section .brand-logo.aviation-fueling a:hover svg .hoverable rect,
.hero-steps-section .brand-logo.contracting a:hover svg .hoverable path,
.hero-steps-section .brand-logo.contracting a:hover svg .hoverable rect,
.hero-steps-section .brand-logo.aviation-fueling a:hover svg .hoverable path,
.hero-steps-section .brand-logo.aviation-fueling a:hover svg .hoverable rect {
  fill: #f02929;
}
.hero-banner-section .brand-logo.energy-saving a:hover svg .hoverable path,
.hero-banner-section .brand-logo.energy-saving a:hover svg .hoverable rect,
.hero-steps-section .brand-logo.energy-saving a:hover svg .hoverable path,
.hero-steps-section .brand-logo.energy-saving a:hover svg .hoverable rect {
  fill: #128f45;
}
.hero-banner-section .brand-logo.solar a:hover svg .hoverable path,
.hero-banner-section .brand-logo.solar a:hover svg .hoverable rect,
.hero-steps-section .brand-logo.solar a:hover svg .hoverable path,
.hero-steps-section .brand-logo.solar a:hover svg .hoverable rect {
  fill: #128f45;
}
.scrolling-statistics-section,
.flexible-columns-with-icons-and-details-section {
  position: relative;
}
.scrolling-statistics-section .icon-block,
.flexible-columns-with-icons-and-details-section .icon-block {
  height: 6rem;
  display: none !important;
}
@media (min-width: 768px) {
  .scrolling-statistics-section .col,
  .flexible-columns-with-icons-and-details-section .col {
    max-width: 25rem;
  }
}
.vertical-slider-with-icon-and-details-section,
.three-columns-with-icon-and-details-section {
  position: relative;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section,
  .three-columns-with-icon-and-details-section {
    padding: 0 !important;
  }
}
.vertical-slider-with-icon-and-details-section h4,
.vertical-slider-with-icon-and-details-section .h4,
.three-columns-with-icon-and-details-section h4,
.three-columns-with-icon-and-details-section .h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section h4,
  .vertical-slider-with-icon-and-details-section .h4,
  .three-columns-with-icon-and-details-section h4,
  .three-columns-with-icon-and-details-section .h4 {
    text-align: left;
  }
}
.vertical-slider-with-icon-and-details-section .col-md-4,
.three-columns-with-icon-and-details-section .col-md-4 {
  margin-bottom: 5rem;
}
.vertical-slider-with-icon-and-details-section .col-md-4:last-child,
.three-columns-with-icon-and-details-section .col-md-4:last-child {
  margin-bottom: 0;
}
.vertical-slider-with-icon-and-details-section .bg-overlay-dark::after,
.three-columns-with-icon-and-details-section .bg-overlay-dark::after {
  background-color: rgb(0 0 0 / 0.9);
}
.vertical-slider-with-icon-and-details-section .swiper,
.three-columns-with-icon-and-details-section .swiper {
  overflow: initial;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .vertical-slider-with-icon-and-details-section .swiper,
  .three-columns-with-icon-and-details-section .swiper {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section .swiper,
  .three-columns-with-icon-and-details-section .swiper {
    height: 650px;
    padding-left: 80px;
  }
  .vertical-slider-with-icon-and-details-section .swiper::before,
  .three-columns-with-icon-and-details-section .swiper::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='609' viewBox='0 0 1 609' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.25' y1='-1.09278e-08' x2='0.250027' y2='609' stroke='white' stroke-width='0.5' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 15px;
    height: 100%;
    width: 1px;
  }
}
.vertical-slider-with-icon-and-details-section .swiper .swiper-slide,
.three-columns-with-icon-and-details-section .swiper .swiper-slide {
  position: relative;
  margin: 0;
  max-width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide {
    padding-left: 50px;
  }
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide::before,
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide::after,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide::before,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide::after {
    content: "";
    position: absolute;
    left: -64px;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: ease 0.5s;
  }
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide::before,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide::before {
    height: 15px;
    width: 15px;
    background: #fff;
  }
  .vertical-slider-with-icon-and-details-section .swiper .swiper-slide::after,
  .three-columns-with-icon-and-details-section .swiper .swiper-slide::after {
    border: 2px solid #fff;
    height: 30px;
    width: 30px;
    opacity: 0;
  }
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap {
  display: flex;
  text-align: left;
  align-items: flex-start;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  filter: blur(1.5px);
}
@media (min-width: 1200px) {
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide
    .inner-content-wrap,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide
    .inner-content-wrap {
    max-width: 80%;
  }
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .icon-col
  .icon-block,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .icon-col
  .icon-block {
  display: flex;
  justify-content: center;
  width: 55px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide
    .inner-content-wrap
    .text-col,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide
    .inner-content-wrap
    .text-col {
    padding: 0 0 35px;
  }
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  h5,
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  .h5,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  h5,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  .h5 {
  font-size: 16px;
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  h6,
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  .h6,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  h6,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide
  .inner-content-wrap
  .text-col
  .h6 {
  font-size: 14px;
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide.swiper-slide-active::after,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .swiper-slide.swiper-slide-active
  .inner-content-wrap,
.three-columns-with-icon-and-details-section
  .swiper
  .swiper-slide.swiper-slide-active
  .inner-content-wrap {
  filter: blur(0);
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h5,
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h5,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h5,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h5 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h6,
  .vertical-slider-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h6,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h6,
  .three-columns-with-icon-and-details-section
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h6 {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    padding-bottom: 25px;
  }
}
.vertical-slider-with-icon-and-details-section .swiper .what-we-do__pagination,
.three-columns-with-icon-and-details-section .swiper .what-we-do__pagination {
  position: absolute;
  z-index: 21;
  text-align: center;
  left: 50% !important;
  bottom: -20px !important;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .vertical-slider-with-icon-and-details-section
    .swiper
    .what-we-do__pagination,
  .three-columns-with-icon-and-details-section .swiper .what-we-do__pagination {
    display: none;
  }
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .what-we-do__pagination.swiper-pagination-bullets
  .swiper-pagination-bullet,
.three-columns-with-icon-and-details-section
  .swiper
  .what-we-do__pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet,
.three-columns-with-icon-and-details-section
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #fff;
  opacity: 0.2;
  transition: all 0.3s;
}
.vertical-slider-with-icon-and-details-section
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet-active,
.three-columns-with-icon-and-details-section
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section.section-light .swiper::before,
  .three-columns-with-icon-and-details-section.section-light .swiper::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='609' viewBox='0 0 1 609' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.25' y1='-1.09278e-08' x2='0.250027' y2='609' stroke='%23222222' stroke-width='0.5' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
  }
}
.vertical-slider-with-icon-and-details-section.section-light
  .swiper
  .swiper-slide::before,
.three-columns-with-icon-and-details-section.section-light
  .swiper
  .swiper-slide::before {
  background: #222;
}
.vertical-slider-with-icon-and-details-section.section-light
  .swiper
  .swiper-slide::after,
.three-columns-with-icon-and-details-section.section-light
  .swiper
  .swiper-slide::after {
  border: 2px solid #222;
}
@media (min-width: 992px) {
  .vertical-slider-with-icon-and-details-section.section-light
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h6,
  .vertical-slider-with-icon-and-details-section.section-light
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h6,
  .three-columns-with-icon-and-details-section.section-light
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    h6,
  .three-columns-with-icon-and-details-section.section-light
    .swiper
    .swiper-slide.swiper-slide-active
    .inner-content-wrap
    .text-col
    .h6 {
    border-bottom: 5px solid #222;
  }
}
.vertical-slider-with-icon-and-details-section.section-light
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet,
.three-columns-with-icon-and-details-section.section-light
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet {
  background: #000;
}
.vertical-slider-with-icon-and-details-section.section-light
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet-active,
.three-columns-with-icon-and-details-section.section-light
  .swiper
  .what-we-do__pagination
  .swiper-pagination-bullet-active {
  background: #000;
}
.three-cards-with-icon-and-details-section {
  background: #000;
  color: #fff;
  padding: 5rem 0;
  position: relative;
}
.three-cards-with-icon-and-details-section .col-md-4 {
  margin-bottom: 5rem;
}
.three-cards-with-icon-and-details-section .col-md-4:last-child {
  margin-bottom: 0;
}
.three-cards-with-icon-and-details-section .icon-block {
  display: flex;
  height: 7rem;
}
@media (min-width: 768px) {
  .three-cards-with-icon-and-details-section {
    padding: 0;
  }
  .three-cards-with-icon-and-details-section .col-md-4 {
    margin-bottom: 0;
  }
  .three-cards-with-icon-and-details-section .c-card {
    padding: 5rem 2.5rem;
  }
  .three-cards-with-icon-and-details-section .c-card h6,
  .three-cards-with-icon-and-details-section .c-card .h6 {
    opacity: 0;
  }
  .three-cards-with-icon-and-details-section .c-card:hover {
    background-color: rgb(255 255 255 / 0.9);
    color: #000;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .three-cards-with-icon-and-details-section .c-card:hover .icon-block img {
    filter: brightness(0%);
  }
  .three-cards-with-icon-and-details-section .c-card:hover h6,
  .three-cards-with-icon-and-details-section .c-card:hover .h6 {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .three-cards-with-icon-and-details-section .c-card {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .three-cards-with-icon-and-details-section .c-card {
    padding: 15rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .three-cards-with-icon-and-details-section .c-card {
    padding: 15rem 3.5rem;
  }
}
@media (min-width: 1400px) {
  .three-cards-with-icon-and-details-section .c-card {
    padding: 15rem 8.5rem;
  }
}
.four-cards-slider-with-icon-and-details-section {
  background: #000;
  position: relative;
}
.four-cards-slider-with-icon-and-details-section .img-cover-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.four-cards-slider-with-icon-and-details-section .img-cover-block::after {
  content: "";
  background-image: linear-gradient(
    65.36deg,
    rgb(0 0 0 / 0.44) 11.57%,
    #fff0 64.7%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.four-cards-slider-with-icon-and-details-section .inner-col {
  background-color: rgb(131 131 131 / 0.3);
  border: 0.1rem solid #fff;
  backdrop-filter: blur(10px);
}
.four-cards-slider-with-icon-and-details-section .icon-block {
  height: 6rem;
}
@media (max-width: 991.98px) {
  .four-cards-slider-with-icon-and-details-section {
    overflow: hidden;
  }
  .four-cards-slider-with-icon-and-details-section .four-cards-slider {
    overflow: visible;
    padding-right: 15%;
  }
  .four-cards-slider-with-icon-and-details-section .swiper-slide {
    max-width: 26.5rem;
  }
}
.featured-case-study-section .quote-box {
  padding: 3rem 2rem;
  background: rgb(255 255 255 / 0.65);
  box-shadow: 0 4px 40px rgb(0 0 0 / 0.12);
  position: relative;
  z-index: 10;
}
.featured-case-study-section .content-col {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.featured-case-study-section .img-cover-block {
  padding-bottom: 56.25%;
}
.featured-case-study-section .logo-block {
  margin-bottom: 2rem;
}
.featured-case-study-section blockquote {
  padding-right: 6rem;
  position: relative;
}
.featured-case-study-section blockquote .icon-quote {
  width: 5rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .featured-case-study-section .content-col {
    padding-bottom: 18rem;
    padding-right: 7rem;
    margin-top: 0;
  }
  .featured-case-study-section .img-col {
    display: flex;
  }
  .featured-case-study-section .quote-box {
    display: flex;
    align-items: start;
    padding: 4rem;
    width: 90%;
    margin-top: -12rem;
  }
  .featured-case-study-section .quote-box .logo-block {
    flex: 0 0 6.4rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .featured-case-study-section .quote-box blockquote {
    padding-right: 7rem;
  }
  .featured-case-study-section .quote-box .icon-quote {
    width: 5rem;
    flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .featured-case-study-section .quote-box blockquote {
    padding-right: 15rem;
  }
  .featured-case-study-section .quote-box .icon-quote {
    width: 12rem;
  }
}
@media (min-width: 1200px) {
  .featured-case-study-section .content-col {
    padding-top: 6rem;
  }
}
.featured-case-study-section .featured-case-study-section-arrows {
  position: absolute;
  bottom: 150px;
}
.split-columns-with-fluid-image-and-fixed-content-section .icon-block {
  position: absolute;
  height: 4rem;
  right: 3rem;
  top: 2rem;
}
.split-columns-with-fluid-image-and-fixed-content-section .logo-block img {
  max-height: 5rem;
}
@media (max-width: 767.98px) {
  .split-columns-with-fluid-image-and-fixed-content-section .img-col {
    order: -1;
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) {
  .split-columns-with-fluid-image-and-fixed-content-section .icon-block {
    height: 10rem;
    right: 6rem;
    top: 4rem;
  }
  .split-columns-with-fluid-image-and-fixed-content-section .logo-block img {
    max-height: 8rem;
  }
  .split-columns-with-fluid-image-and-fixed-content-section .fluid-col {
    width: 50%;
    max-width: 100%;
  }
  .split-columns-with-fluid-image-and-fixed-content-section .fixed-col {
    width: var(--container-half-width);
  }
}
.page-manufacture .split-columns-with-fluid-image-and-fixed-content-section {
  background: #63666a !important;
}
.logo-marquee .swiper-wrapper {
  transition-timing-function: linear;
}
.logo-marquee .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20rem;
}
.logo-marquee .swiper-slide img {
  max-width: 15rem;
  max-height: 6.5rem;
}
@media (min-width: 768px) {
  .logo-marquee .swiper-slide {
    max-width: 30rem;
  }
  .logo-marquee .swiper-slide img {
    max-width: 25rem;
  }
}
.featured-content-cards-slider-section {
  background-color: #252525;
  color: #fff;
}
.featured-content-cards-slider-section .swiper-slide {
  display: flex;
}
.featured-content-cards-slider-section .c-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.1rem solid #fff;
  height: 337px;
}
.bg-white .featured-content-cards-slider-section .c-card,
.bg-grey-light .featured-content-cards-slider-section .c-card {
  border-color: #000;
  color: #000;
}
.featured-content-cards-slider-section .img-cover-block {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
  overflow: initial;
 

}

.featured-content-cards-slider-section .img-cover-block img{

  width: 900px !important;

object-fit: cover;
}

.featured-content-cards-slider-section .img-cover-block .tag {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.8rem 1.8rem;
  border-radius: 2.7rem;
  position: absolute;
  bottom: 1.7rem;
  left: auto;
  right: 2.5rem;
}
.featured-content-cards-slider-section .img-cover-block .tag.bg-red {
  color: #fff;
}
.featured-content-cards-slider-section .content-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.featured-content-cards-slider-section .content-block .btn,
.featured-content-cards-slider-section
  .content-block
  .ginput_container_fileupload
  input[type="file"],
.ginput_container_fileupload
  .featured-content-cards-slider-section
  .content-block
  input[type="file"],
.featured-content-cards-slider-section
  .content-block
  .ginput_container_fileupload
  .gform_button_select_files,
.ginput_container_fileupload
  .featured-content-cards-slider-section
  .content-block
  .gform_button_select_files,
.featured-content-cards-slider-section
  .content-block
  .gform_drop_area
  input[type="button"],
.gform_drop_area
  .featured-content-cards-slider-section
  .content-block
  input[type="button"],
.featured-content-cards-slider-section
  .content-block
  .gform_footer
  input[type="submit"],
.gform_footer
  .featured-content-cards-slider-section
  .content-block
  input[type="submit"],
.featured-content-cards-slider-section
  .content-block
  .gform_footer
  .gform_save_link,
.gform_footer
  .featured-content-cards-slider-section
  .content-block
  .gform_save_link {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .featured-content-cards-slider-section.expand-content {
    padding-bottom: 1rem !important;
    margin-left: -10px;
    width: 347px;
  }
}
 */

.page-support-functions-2
  .two-equal-cards-section.first-col
  .expanding-content-section {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .page-support-functions-2
    .two-equal-cards-section.first-col
    .expanding-content-section {
    margin-top: 8rem;
  }
}
.color-cards-with-overlay-details-section {
  background-color: #000;
}
.color-cards-with-overlay-details-section .c-card {
  overflow: hidden;
}
.color-cards-with-overlay-details-section .c-card:hover .front {
  opacity: 0;
}
.color-cards-with-overlay-details-section .c-card:hover .overlay {
  opacity: 1;
}
.color-cards-with-overlay-details-section .front {
  position: relative;
  transition: 0.4s opacity cubic-bezier(0.215, 0, 0, 0.995);
}
.color-cards-with-overlay-details-section .front .img-cover-block {
  padding-bottom: 115%;
}
.color-cards-with-overlay-details-section .front .heading {
  background-color: #edc403;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.color-cards-with-overlay-details-section .overlay {
  opacity: 0;
  background: #edc403;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  transition: 0.4s opacity cubic-bezier(0.215, 0, 0, 0.995);
}
.color-cards-with-overlay-details-section .overlay .desc {
  flex: 1 1 auto;
}
.color-cards-with-overlay-details-section .overlay p {
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.color-cards-with-overlay-details-section .swiper-slide {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .color-cards-with-overlay-details-section {
    overflow: hidden;
  }
  .color-cards-with-overlay-details-section .cards-overlay-slider {
    overflow: visible;
    padding-right: 15%;
  }
}
@media (min-width: 768px) {
  .color-cards-with-overlay-details-section .front .heading {
    padding: 2rem;
  }
  .color-cards-with-overlay-details-section .overlay {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .color-cards-with-overlay-details-section .overlay {
    padding: 4rem;
  }
}
@media (min-width: 1400px) {
  .color-cards-with-overlay-details-section .overlay p {
    -webkit-line-clamp: 6;
  }
}
.download-media-filter-section,
.all-news-section {
  background: #000;
  color: #fff;
  padding: 5rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .download-media-filter-section,
  .all-news-section {
    padding: 0;
    padding-top: 18.5rem;
    margin-top: -18.5rem;
  }
  .download-media-filter-section .container,
  .all-news-section .container {
    padding-bottom: 5rem;
  }
}
.content-and-image-column-section .container.extra-b-space {
  padding-bottom: 20rem;
}
.content-and-image-column-section .img-cover-block {
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .content-and-image-column-section .container.extra-b-space {
    padding-bottom: 25rem;
  }
  .content-and-image-column-section .img-cover-block {
    padding-bottom: 100%;
  }
}
.hero-steps-section .list-steps {
  border-top: 0.8rem solid #fff;
}
.hero-steps-section .list-steps .step {
  max-width: 100%;
}
@media (min-width: 768px) {
  .hero-steps-section .list-steps .step {
    max-width: 30%;
  }
}
.content-and-fluid-image-column-section.shift-up > .img-cover-block {
  margin-top: 15rem;
}
.content-and-fluid-image-column-section.bottomlayer {
  padding-top: 36.5rem;
  margin-top: -30rem;
}
.content-and-fluid-image-column-section.bottomlayer .img-cover-block {
  margin-top: 36.5rem;
}
.content-and-fluid-image-column-section .img-cover-block .img-cover {
  width: 100%;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .content-and-fluid-image-column-section .img-cover-block .img-cover {
    max-width: 53%;
  }
}
.global-offices-section {
  z-index: 1;
}
@media (min-width: 1200px) {
  .global-offices-section {
    height: 815px;
  }
}
.global-offices-section .img-cover-block {
  padding-bottom: 45%;
}
.global-offices-section .global-pins-block {
  display: none;
}
@media (min-width: 992px) {
  .global-offices-section .global-pins-block {
    display: block;
  }
}
.global-offices-section .global-pins-block .pin {
  height: 1.5rem;
  width: 1.5rem;
  border: 0.2rem solid #fff;
  border-radius: 50%;
}
.global-offices-section .global-content-block {
  top: 0;
  left: 0;
}
.global-offices-section .global-content-block .img-cover-block {
  padding-bottom: 56.25%;
  max-height: 35rem;
}
.global-offices-section .global-content-block .btn-close {
  right: 2rem;
  top: 2rem;
}
.global-offices-section .presence-statistics .presence-statistics-element {
  max-width: 100%;
}
@media (min-width: 768px) {
  .global-offices-section .global-pins-block .pin {
    height: 3rem;
    width: 3rem;
  }
  .global-offices-section .global-content-block .btn-close {
    right: 4rem;
    top: 4rem;
  }
  .global-offices-section .presence-statistics .presence-statistics-element {
    max-width: 30%;
  }
}
.global-offices-section .location-legend {
  background: #000;
  padding: 1.5rem;
  border: 0.1rem solid #fff;
}
.global-offices-section .location-legend li {
  position: relative;
  padding-left: 2.4rem;
}
.global-offices-section .location-legend li::before {
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}
.global-offices-section .location-legend li.offices::before {
  background: #fff;
}
.global-offices-section .location-legend li.projects {
  margin-bottom: 0;
}
.global-offices-section .location-legend li.projects::before {
  background: #fff0;
  border: 1px solid #fff;
}
.global-offices-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .global-offices-section {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .global-offices-section {
    padding-bottom: 0;
  }
}
.global-offices-section .img-cover-block {
  position: absolute;
  padding: 0;
  pointer-events: none;
  right: 0;
  top: 10px;
}
@media (min-width: 768px) {
  .global-offices-section .img-cover-block {
    right: 0;
    top: 150px;
  }
}
.global-offices-section .img-cover-block img {
  position: relative;
  object-fit: contain;
}
@media (min-width: 768px) {
  .global-offices-section .img-cover-block img {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .global-offices-section .img-cover-block {
    right: -145px;
    top: -400px;
  }
}
.global-offices-section .global-pins-block {
  border: none;
}
.global-offices-section .global-pins-block li {
  position: absolute;
  z-index: 999;
}
.global-offices-section .global-pins-block li button {
  margin: 0;
  padding: 0;
}
.global-offices-section .global-pins-block li button.active.pin {
  background: #999 !important;
  border: 1px solid #999;
}
.global-offices-section .global-pins-block li.no-location .pin {
  background: #000 !important;
  border: 1px solid #fff;
  cursor: auto;
}
.global-offices-section .global-pins-block .pin {
  height: 21px;
  width: 21px;
}
.global-offices-section .text-column {
  margin-bottom: 50px;
}
.global-offices-section .text-column p {
  max-width: 420px;
}
.global-offices-section .presence-statistics .presence-statistics-wrap {
  display: none;
}
@media (min-width: 768px) {
  .global-offices-section .presence-statistics .presence-statistics-wrap {
    display: block;
  }
}
@media (min-width: 768px) {
  .global-offices-section .global-content-block {
    bottom: 120px;
    left: 35px;
  }
}
@media (min-width: 992px) {
  .global-offices-section .global-content-block {
    left: 15px;
  }
}
@media (min-width: 1400px) {
  .global-offices-section .global-content-block {
    padding-right: 8rem;
  }
}
@media (max-width: 991.98px) {
  .global-offices-section .global-content-block {
    margin-right: -40px;
  }
}
@media (max-width: 767.98px) {
  .global-offices-section .global-content-block {
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .global-offices-section .global-content-block .tab-content {
    background: #000;
    border: 1px solid #fff;
    padding: 50px 35px 25px 35px;
  }
}
@media (max-width: 991.98px) {
  .global-offices-section .global-content-block .tab-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
    margin-bottom: 3rem;
  }
  .global-offices-section .global-content-block .tab-content > div {
    display: block !important;
    padding: 24px;
    background: #000;
    border: 1px solid #fff;
    margin-right: 24px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .global-offices-section .global-content-block .tab-content > div {
    flex: 0 0 45%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .global-offices-section .global-content-block .tab-content > div {
    flex: 0 0 80%;
  }
}
@media (max-width: 991.98px) {
  .global-offices-section .global-content-block .tab-content > div p {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .global-offices-section .global-content-block .tab-content {
    margin-bottom: 0;
  }
}
.global-offices-section .global-content-block .tab-content .content-col h4,
.global-offices-section .global-content-block .tab-content .content-col .h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 24px;
}
.global-offices-section .global-content-block .tab-content .content-col a {
  color: #fff;
  text-decoration: underline;
}
.global-offices-section
  .global-content-block
  .tab-content
  .content-col
  .address {
  margin-bottom: 24px;
}
.global-offices-section .global-content-block .tab-content .content-col .phone {
  margin-bottom: 28px;
}
.global-offices-section
  .global-content-block
  .tab-content
  .content-col
  .phone
  p {
  margin: 0;
}
.global-offices-section .global-content-element {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}
.two-equal-cards-with-popup-section .card-icons .icon-block img {
  max-width: 4rem;
}
@media (min-width: 768px) {
  .two-equal-cards-with-popup-section .card-icons .icon-block img {
    max-width: 7.9rem;
  }
}
.two-equal-cards-with-popup-section .popup-content-trigger,
.two-equal-cards-with-popup-section .popup-content-close {
  background-color: rgb(255 255 255 / 0.38);
  color: #fff;
  display: flex;
  font-size: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  padding: 0;
}
.two-equal-cards-with-popup-section
  .popup-content-trigger
  .i-font-before::before,
.two-equal-cards-with-popup-section
  .popup-content-close
  .i-font-before::before {
  color: #fff;
}
.two-equal-cards-with-popup-section .popup-content-trigger:hover,
.two-equal-cards-with-popup-section .popup-content-close:hover {
  background: #fff;
}
.two-equal-cards-with-popup-section
  .popup-content-trigger:hover
  .i-font-before::before,
.two-equal-cards-with-popup-section
  .popup-content-close:hover
  .i-font-before::before {
  color: #000;
}
.two-equal-cards-with-popup-section .popup-content {
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .vertical-with-products-section {
    margin: 0 -20px;
  }
}
.vertical-with-products-section .content-block {
  z-index: 1;
}
.vertical-with-products-section .content-block .logo-block {
  width: 320px;
  height: 50px;
  margin-bottom: 100px !important;
}
.vertical-with-products-section .content-block .logo-block img {
  object-fit: contain;
}
.vertical-with-products-section .content-block h6,
.vertical-with-products-section .content-block .h6 {
  display: -webkit-box;
  height: 80px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .vertical-with-products-section .number-col {
    text-align: right;
  }
}
.vertical-with-products-section .bg-overlay::after {
  background: linear-gradient(
    318.03deg,
    rgb(0 0 0 / 0.67) 19.37%,
    #fff0 80.22%
  );
}
.vertical-with-products-section #develop .col-md-6 {
  width: 100%;
}
.vertical-with-products-section #develop .col-md-6 h6,
.vertical-with-products-section #develop .col-md-6 .h6 {
  max-width: 66.6666666667%;
}
.page-amana-story .vertical-with-products-section .content-block h6,
.page-amana-story .vertical-with-products-section .content-block .h6,
.page-group-amana-businesses .vertical-with-products-section .content-block h6,
.page-group-amana-businesses
  .vertical-with-products-section
  .content-block
  .h6 {
  display: block;
  height: auto;
  -webkit-line-clamp: none;
  text-overflow: unset;
}
.banner-with-content-section .inner-container {
  border: 0.2rem solid #fff;
}
.banner-with-content-section .banner-block {
  background-color: #000;
  position: relative;
}
.banner-with-content-section .img-cover-block {
  padding-bottom: 65%;
}
.banner-with-content-section .headings-block {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
}
@media (min-width: 768px) {
  .banner-with-content-section .headings-block {
    bottom: 6.5rem;
    left: 6.5rem;
    right: 6.5rem;
  }
  .banner-with-content-section .img-cover-block {
    padding-bottom: 42%;
  }
}
@media (max-width: 767.98px) {
  .two-equal-cards-section .img-col {
    order: -1;
    width: 100%;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) {
  .two-equal-cards-section .content-col,
  .two-equal-cards-section .img-col {
    width: 50%;
    max-width: 100%;
  }
}
.philosophie {
  width: 100%;
  position: relative;
  z-index: 99;
}
.philosophie .inner-container {
  height: calc(100% - 128px);
  top: 128px;
  overflow: hidden;
}
.philosophie .hero-banner {
  height: 100%;
  width: 100%;
  position: relative;
}
.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}
.philosophie .img-cover-block {
  position: fixed;
  top: 128px;
  bottom: auto;
  left: auto;
  right: auto;
  height: 100%;
}
.philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 180px;
  position: relative;
}
.philosophie .point::after {
  content: "";
  background: linear-gradient(
    111.95deg,
    rgb(37 37 37 / 0.65) 0.55%,
    #fff0 96.72%
  );
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.philosophie .point article {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 1060px;
}
@media (min-width: 1400px) {
  .philosophie .point article h2,
  .philosophie .point article .h2 {
    font-size: 150px;
    line-height: 130px;
  }
  .philosophie .point article h3,
  .philosophie .point article .h3 {
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
  }
}
.philosophie .point img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indicators {
  left: 2rem;
  top: 0;
  margin: 10vh 0;
  height: 80vh;
  width: 3px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
}
.indicators .indicator {
  width: 100%;
  flex-grow: 1;
  margin: 2px 0;
}
.hero-scrolling-headings-section {
  padding: 0 3.5rem;
  height: 100vh !important;
}
.hero-scrolling-headings-section .content-block {
  display: flex;
  align-items: center;
}
.hero-scrolling-headings-section .content-block h2,
.hero-scrolling-headings-section .content-block .h2 {
  font-size: 150px;
  line-height: 130px;
}
.hero-scrolling-headings-section .content-block h3,
.hero-scrolling-headings-section .content-block .h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .hero-scrolling-headings-section .content-block h3,
  .hero-scrolling-headings-section .content-block .h3 {
    max-width: 755px;
    font-size: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .hero-scrolling-headings-section .content-block h3,
  .hero-scrolling-headings-section .content-block .h3 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (min-width: 1200px) {
  .hero-scrolling-headings-section .content-block h3,
  .hero-scrolling-headings-section .content-block .h3 {
    max-width: 800px;
  }
}
.hero-scrolling-headings-section .inner-container {
  height: calc(100% - 100px);
  top: 128px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero-scrolling-headings-section .inner-container {
    height: calc(100% - 128px);
  }
}
.hero-scrolling-headings-section .inner-container iframe,
.hero-scrolling-headings-section .inner-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.hero-scrolling-headings-section .inner-container .play-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
@media (max-width: 767.98px) {
  .hero-scrolling-headings-section .inner-container .play-link {
    top: 75%;
    left: 65px;
    right: auto;
    width: 8rem;
    height: 8rem;
  }
}
.hero-scrolling-headings-section .animated {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
}
.tab-content-slider-section.shift-up > .img-cover-block {
  margin-top: 15rem;
}
.tab-content-slider-section.bottomlayer {
  padding-top: 36.5rem;
  margin-top: -30rem;
}
.tab-content-slider-section.bottomlayer .img-cover-block {
  margin-top: 36.5rem;
}
.tab-content-slider-section .img-cover-block .img-cover {
  width: 100%;
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .tab-content-slider-section .img-cover-block .img-cover {
    max-width: 53%;
  }
}
.three-cards-with-heading-slider-section {
  margin-right: -20px;
}
@media (min-width: 768px) {
  .three-cards-with-heading-slider-section {
    margin-right: 0;
  }
}
.three-cards-with-heading-slider-section .swiper-slide .c-card {
  padding-top: 25rem;
  height: 100%;
}
.three-cards-with-heading-slider-section .swiper-slide .c-card::after {
  content: "";
  background: linear-gradient(0deg, rgb(0 0 0 / 0.8) 23.44%, #fff0 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.three-cards-with-heading-slider-section .swiper-slide .c-card img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.three-cards-with-heading-slider-section .swiper-slide .c-card h6,
.three-cards-with-heading-slider-section .swiper-slide .c-card .h6 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .three-cards-with-heading-slider-section .swiper-slide .c-card h6,
  .three-cards-with-heading-slider-section .swiper-slide .c-card .h6 {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .three-cards-with-heading-slider-section .swiper-slide .c-card h6,
  .three-cards-with-heading-slider-section .swiper-slide .c-card .h6 {
    font-size: 30px;
    line-height: 32px;
  }
}
.three-cards-with-heading-slider-section .swiper-button-prev,
.three-cards-with-heading-slider-section .swiper-button-next {
  background: #000;
  border-color: #000 !important;
}
.masked-video-with-content-section {
  color: #fff;
  position: relative;
}
.masked-video-with-content-section .img-cover-block:after {
  background: linear-gradient(
    87.65deg,
    rgb(0 3 33 / 0.41) 16.51%,
    rgb(0 3 33 / 0.23) 98.19%
  );
}
.masked-video-with-content-section .content-wrapper {
  padding: 150px 0;
}
@media (min-width: 992px) {
  .masked-video-with-content-section .content-wrapper {
    padding: 200px 0;
  }
}
@media (min-width: 1200px) {
  .masked-video-with-content-section .content-wrapper {
    padding: 300px 0;
  }
}
.masked-video-with-content-section .content-wrapper .popup-btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two-equal-flip-cards-section .card-icons .icon-block img {
  height: 5rem;
}
@media (min-width: 768px) {
  .two-equal-flip-cards-section .card-icons .icon-block img {
    height: 10rem;
  }
}
.two-equal-flip-cards-section .popup-content-trigger,
.two-equal-flip-cards-section .popup-content-close {
  background-color: rgb(255 255 255 / 0.38);
  color: #fff;
  display: flex;
  font-size: 2rem;
  width: 4.4rem;
  height: 4.4rem;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  padding: 0;
}
.two-equal-flip-cards-section .popup-content-trigger .i-font-before::before,
.two-equal-flip-cards-section .popup-content-close .i-font-before::before {
  color: #fff;
}
.two-equal-flip-cards-section .popup-content-trigger:hover,
.two-equal-flip-cards-section .popup-content-close:hover {
  background: #fff;
}
.two-equal-flip-cards-section
  .popup-content-trigger:hover
  .i-font-before::before,
.two-equal-flip-cards-section
  .popup-content-close:hover
  .i-font-before::before {
  color: #000;
}
.two-equal-flip-cards-section .popup-content {
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}
.two-equal-flip-cards-section video {
  transform: scale(1.4);
}
.featured-projects-with-thumbnails-slider-section {
  position: relative;
}
.featured-projects-with-thumbnails-slider-section .content {
  height: 450px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .content {
    width: 50%;
    height: 700px;
  }
}
@media (min-width: 992px) {
  .featured-projects-with-thumbnails-slider-section .content {
    width: calc(100% - 432px);
  }
}
.featured-projects-with-thumbnails-slider-section .content .sec-title {
  position: absolute;
  left: 20px;
  top: 30px;
  z-index: 99;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .content .sec-title {
    left: 50px;
    top: 30px;
  }
}
@media (min-width: 1200px) {
  .featured-projects-with-thumbnails-slider-section .content .sec-title {
    left: 100px;
    top: 50px;
  }
}
.featured-projects-with-thumbnails-slider-section .product-slider {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .product-slider {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.featured-projects-with-thumbnails-slider-section .product-slider .btn-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper {
    width: 280px;
    left: 50px;
    transform: translate(0, 0);
    padding: 0;
    top: auto;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper {
    left: 100px;
  }
}
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .btn,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .ginput_container_fileupload
  input[type="file"],
.ginput_container_fileupload
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="file"],
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .ginput_container_fileupload
  .gform_button_select_files,
.ginput_container_fileupload
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_button_select_files,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_drop_area
  input[type="button"],
.gform_drop_area
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="button"],
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_footer
  input[type="submit"],
.gform_footer
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="submit"],
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_footer
  .gform_save_link,
.gform_footer
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_save_link {
  color: #fff;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .btn
  svg,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .ginput_container_fileupload
  input[type="file"]
  svg,
.ginput_container_fileupload
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="file"]
  svg,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .ginput_container_fileupload
  .gform_button_select_files
  svg,
.ginput_container_fileupload
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_button_select_files
  svg,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_drop_area
  input[type="button"]
  svg,
.gform_drop_area
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="button"]
  svg,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_footer
  input[type="submit"]
  svg,
.gform_footer
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  input[type="submit"]
  svg,
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_footer
  .gform_save_link
  svg,
.gform_footer
  .featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .gform_save_link
  svg {
  width: 2.4rem;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .btn
    svg,
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .ginput_container_fileupload
    input[type="file"]
    svg,
  .ginput_container_fileupload
    .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    input[type="file"]
    svg,
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .ginput_container_fileupload
    .gform_button_select_files
    svg,
  .ginput_container_fileupload
    .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .gform_button_select_files
    svg,
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .gform_drop_area
    input[type="button"]
    svg,
  .gform_drop_area
    .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    input[type="button"]
    svg,
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .gform_footer
    input[type="submit"]
    svg,
  .gform_footer
    .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    input[type="submit"]
    svg,
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .gform_footer
    .gform_save_link
    svg,
  .gform_footer
    .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .gform_save_link
    svg {
    width: 3.4rem;
  }
}
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .btn-wrapper
  .btn-inline {
  position: static;
  bottom: -130px;
  left: 20px;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section
    .product-slider
    .btn-wrapper
    .btn-inline {
    bottom: -60px;
    left: 0;
    right: auto;
  }
}
.featured-projects-with-thumbnails-slider-section
  .product-slider
  .swiper-counter {
  color: #fff;
  z-index: 999;
  font-weight: 600;
  font-size: 5rem;
  line-height: 4rem;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-projects-with-thumbnails-slider-section .product-slider__wrp {
  height: 100%;
}
.featured-projects-with-thumbnails-slider-section .product-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__card {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  transition-delay: 0.5s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > * {
  opacity: 1;
  transform: none;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(1) {
  transition-delay: 0s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(2) {
  transition-delay: 0.2s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(3) {
  transition-delay: 0.4s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(4) {
  transition-delay: 0.6s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(5) {
  transition-delay: 0.8s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(6) {
  transition-delay: 1s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(7) {
  transition-delay: 1.2s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(8) {
  transition-delay: 1.4s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(9) {
  transition-delay: 1.6s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(10) {
  transition-delay: 1.8s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(11) {
  transition-delay: 2s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(12) {
  transition-delay: 2.2s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(13) {
  transition-delay: 2.4s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(14) {
  transition-delay: 2.6s;
}
.featured-projects-with-thumbnails-slider-section
  .product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(15) {
  transition-delay: 2.8s;
}
.featured-projects-with-thumbnails-slider-section .product-slider__card {
  height: 100%;
  display: flex;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.featured-projects-with-thumbnails-slider-section .product-slider__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.2);
  transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section
    .product-slider__card::after {
    background: rgb(0 0 0 / 0.7);
  }
}
.featured-projects-with-thumbnails-slider-section .product-slider__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.featured-projects-with-thumbnails-slider-section .product-slider__content {
  color: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-left: 20px;
  padding-top: 80px;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .product-slider__content {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .featured-projects-with-thumbnails-slider-section .product-slider__content {
    padding-left: 100px;
    padding-top: 150px;
  }
}
.featured-projects-with-thumbnails-slider-section .product-slider__title {
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.5s;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .featured-projects-with-thumbnails-slider-section .product-slider__title {
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .featured-projects-with-thumbnails-slider-section .product-slider__title {
    max-width: 750px;
  }
}
.featured-projects-with-thumbnails-slider-section .product-slider__year {
  display: block;
  font-size: 160px;
  opacity: 0;
  transform: translateY(55px) rotate(-90deg) !important;
  transition: all 0.5s;
  position: absolute;
  top: 150px;
  right: -115px;
  text-decoration: none;
  color: #fff0;
  -webkit-text-stroke: 1px #fff;
  user-select: none;
  display: none;
}
@media (min-width: 992px) {
  .featured-projects-with-thumbnails-slider-section .product-slider__year {
    display: block;
  }
}
.featured-projects-with-thumbnails-slider-section .product-img {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  background: #222;
  color: #fff;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .product-img {
    display: block;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .featured-projects-with-thumbnails-slider-section .product-img {
    width: 432px;
  }
}
.featured-projects-with-thumbnails-slider-section .product-img__item {
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-130px);
  opacity: 0;
  transition: all 0.3s;
  padding: 50px 65px 50px 40px;
  width: 100%;
}
.featured-projects-with-thumbnails-slider-section .product-img__item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
  transition-delay: 0.3s;
  z-index: 999;
}
.featured-projects-with-thumbnails-slider-section .product-img__item p {
  margin-bottom: 80px;
}
.featured-projects-with-thumbnails-slider-section .product-img__item ul {
  margin-bottom: 45px;
}
.featured-projects-with-thumbnails-slider-section .product-img__item ul li {
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
  display: flex;
}
.featured-projects-with-thumbnails-slider-section
  .product-img__item
  ul
  li
  span {
  padding-right: 2rem;
  flex: 0 0 50%;
  font-weight: 600;
}
.featured-projects-with-thumbnails-slider-section .product-img__item a {
  color: #fff;
}
.featured-projects-with-thumbnails-slider-section .gallery-thumbs {
  padding-left: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  bottom: 30px;
  width: 100%;
  left: 0;
  overflow-y: scroll;
  display: none;
}
@media (min-width: 768px) {
  .featured-projects-with-thumbnails-slider-section .gallery-thumbs {
    left: auto;
    right: -380px;
    overflow-y: hidden;
    padding: 0;
    width: calc(100% - 81px);
    display: block;
  }
}
@media (min-width: 1200px) {
  .featured-projects-with-thumbnails-slider-section .gallery-thumbs {
    width: calc(100% - 391px);
  }
}
.featured-projects-with-thumbnails-slider-section
  .gallery-thumbs
  .swiper-slide {
  width: 100px !important;
  height: 100px !important;
  text-align: center;
  overflow: hidden;
  border: 1px solid #fff;
  cursor: pointer;
}
@media (min-width: 992px) {
  .featured-projects-with-thumbnails-slider-section
    .gallery-thumbs
    .swiper-slide {
    width: 160px;
    height: 160px;
  }
}
.featured-projects-with-thumbnails-slider-section
  .gallery-thumbs
  .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  background: rgb(0 0 0 / 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.featured-projects-with-thumbnails-slider-section
  .gallery-thumbs
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-image-with-content-slider-section .swiper-slide {
  height: 500px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-slide {
    height: 700px;
  }
}
.single-image-with-content-slider-section .swiper-slide .card-image {
  height: 100%;
  border: none;
  outline: none;
}
.single-image-with-content-slider-section .swiper-slide .card-image::after {
  content: "";
  background: linear-gradient(
    179.99deg,
    rgb(0 0 0 / 0.29) 1.36%,
    rgb(17 17 17 / 0.56) 154.16%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.single-image-with-content-slider-section .swiper-slide .card-image img {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-image-with-content-slider-section .swiper-slide .content {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 99;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  padding: 0 50px 0 50px;
  transform: translate(-50%, 0);
  width: 100%;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-slide .content {
    width: calc(100% - 240px);
  }
}
@media (min-width: 1200px) {
  .single-image-with-content-slider-section .swiper-slide .content {
    width: calc(100% - 400px);
  }
}
.single-image-with-content-slider-section .swiper-slide .content .top {
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
}
.single-image-with-content-slider-section .swiper-slide .content .top h4,
.single-image-with-content-slider-section .swiper-slide .content .top .h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(-55px);
  transition: all 0.9s;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-slide .content .top h4,
  .single-image-with-content-slider-section .swiper-slide .content .top .h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
.single-image-with-content-slider-section .swiper-slide .content .top a {
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transform: translateY(-55px);
  transition: all 0.9s;
}
.single-image-with-content-slider-section .swiper-slide .content .middle {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-slide .content .middle {
    padding: 0;
  }
}
.single-image-with-content-slider-section .swiper-slide .content .middle h2,
.single-image-with-content-slider-section .swiper-slide .content .middle .h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  opacity: 0;
  transform: translateY(55px);
  transition: all 0.9s;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-slide .content .middle h2,
  .single-image-with-content-slider-section .swiper-slide .content .middle .h2 {
    font-size: 40px;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .single-image-with-content-slider-section .swiper-slide .content .middle h2,
  .single-image-with-content-slider-section .swiper-slide .content .middle .h2 {
    font-size: 80px;
    line-height: 80px;
    max-width: 100%;
  }
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .card-image {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
  transition-delay: 0.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *,
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > * {
  opacity: 1;
  transform: none;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(1),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(1) {
  transition-delay: 0s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(2),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(2) {
  transition-delay: 0.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(3),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(3) {
  transition-delay: 1s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(4),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(4) {
  transition-delay: 1.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(5),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(5) {
  transition-delay: 2s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(6),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(6) {
  transition-delay: 2.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(7),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(7) {
  transition-delay: 3s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(8),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(8) {
  transition-delay: 3.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(9),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(9) {
  transition-delay: 4s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(10),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(10) {
  transition-delay: 4.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(11),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(11) {
  transition-delay: 5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(12),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(12) {
  transition-delay: 5.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(13),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(13) {
  transition-delay: 6s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(14),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(14) {
  transition-delay: 6.5s;
}
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .top
  > *:nth-child(15),
.single-image-with-content-slider-section
  .swiper-slide.swiper-slide-active
  .content
  .middle
  > *:nth-child(15) {
  transition-delay: 7s;
}
.single-image-with-content-slider-section .swiper-pagination {
  margin-bottom: 16px;
}
.single-image-with-content-slider-section .swiper-pagination-bullet {
  width: 67px;
  height: 4px;
  background-color: rgb(255 255 255 / 0.4);
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.single-image-with-content-slider-section .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: 0;
  right: 0;
}
.single-image-with-content-slider-section .swiper-pagination-bullet-active {
  background-color: #fff;
}
.single-image-with-content-slider-section .swiper-btns-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  padding: 0 100px;
  display: none;
}
@media (min-width: 768px) {
  .single-image-with-content-slider-section .swiper-btns-wrap {
    display: flex;
  }
}
.single-image-with-content-slider-section .swiper-btns-wrap .swiper-button-next,
.single-image-with-content-slider-section
  .swiper-btns-wrap
  .swiper-button-prev {
  border: none;
}
.single-image-with-content-slider-section
  .swiper-btns-wrap
  .swiper-button-next::after,
.single-image-with-content-slider-section
  .swiper-btns-wrap
  .swiper-button-prev::after {
  content: none;
}
.single-image-with-content-slider-section
  .swiper-btns-wrap
  .swiper-button-next {
  margin-left: auto;
}
.award-cards-section .card-inner-wrapper,
.all-awards-section .card-inner-wrapper {
  flex-wrap: nowrap;
  white-space: wrap;
  overflow: scroll;
}
@media (min-width: 768px) {
  .award-cards-section .card-inner-wrapper,
  .all-awards-section .card-inner-wrapper {
    flex-wrap: wrap;
    white-space: normal;
    overflow: hidden;
  }
}
.award-cards-section .card-inner-wrapper .award-box,
.all-awards-section .card-inner-wrapper .award-box {
  height: 300px;
  margin-bottom: 26px;
}
.award-cards-section .card-inner-wrapper .award-box img,
.all-awards-section .card-inner-wrapper .award-box img {
  width: 100%;
  object-fit: contain;
}
.award-cards-section .card-inner-wrapper .award-box .text-shadow,
.all-awards-section .card-inner-wrapper .award-box .text-shadow {
  text-shadow: 2px 2px 8px rgb(0 0 0 / 0.3);
}
.award-cards-section .card-inner-wrapper .award-box .year,
.all-awards-section .card-inner-wrapper .award-box .year {
  color: #fff;
}
.award-cards-section .card-inner-wrapper .award-box.dark,
.all-awards-section .card-inner-wrapper .award-box.dark {
  background: #000;
}
.award-cards-section .card-inner-wrapper .award-box.dark .year,
.all-awards-section .card-inner-wrapper .award-box.dark .year {
  color: #fff;
}
.award-cards-section .card-inner-wrapper .award-box.dark .card__face--front,
.all-awards-section .card-inner-wrapper .award-box.dark .card__face--front {
  background: #000;
}
.award-cards-section .card-inner-wrapper .award-box.dark .card__face--back,
.all-awards-section .card-inner-wrapper .award-box.dark .card__face--back {
  background: #000;
}
.award-cards-section .card-inner-wrapper .award-box.dark p,
.all-awards-section .card-inner-wrapper .award-box.dark p {
  color: #fff;
}
.award-cards-section .card-inner-wrapper .award-box.light,
.all-awards-section .card-inner-wrapper .award-box.light {
  background: #eff1ee;
}
.award-cards-section .card-inner-wrapper .award-box.light .year,
.all-awards-section .card-inner-wrapper .award-box.light .year {
  color: #000;
}
.award-cards-section .card-inner-wrapper .award-box.light .card__face--front,
.all-awards-section .card-inner-wrapper .award-box.light .card__face--front {
  background: #eff1ee;
}
.award-cards-section .card-inner-wrapper .award-box.light .card__face--back,
.all-awards-section .card-inner-wrapper .award-box.light .card__face--back {
  background: #eff1ee;
}
.award-cards-section .card-inner-wrapper .award-box.light p,
.all-awards-section .card-inner-wrapper .award-box.light p {
  color: #000;
}
.award-cards-section .card-inner-wrapper .award-box p,
.all-awards-section .card-inner-wrapper .award-box p {
  font-size: 17px !important;
  line-height: 18px !important;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.award-cards-section .card-inner-wrapper .award-box .card__face--front::after,
.all-awards-section .card-inner-wrapper .award-box .card__face--front::after {
  content: none !important;
}
.award-cards-section .card-inner-wrapper .award-box .card__face,
.all-awards-section .card-inner-wrapper .award-box .card__face {
  padding: 32px;
}
.award-cards-section .card-inner-wrapper .award-box .card-btn,
.all-awards-section .card-inner-wrapper .award-box .card-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 40px;
  width: 40px;
  max-width: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  opacity: 1;
  z-index: 9;
}
.award-cards-section .card-inner-wrapper .award-box .card-btn i,
.all-awards-section .card-inner-wrapper .award-box .card-btn i {
  font-size: 24px;
  color: #000;
}
.award-cards-section
  .card-inner-wrapper
  .award-box.flip-card.is-flipped
  .card-btn
  i::before,
.all-awards-section
  .card-inner-wrapper
  .award-box.flip-card.is-flipped
  .card-btn
  i::before {
  color: #000 !important;
}
.lastest-news-grid-section .column-wrapper {
  overflow: hidden;
}
.lastest-news-grid-section .column-wrapper .article-thumbnail {
  position: relative;
  height: 100%;
}
.lastest-news-grid-section .column-wrapper .article-thumbnail::after {
  content: "";
  background: linear-gradient(179.99deg, rgb(0 0 0 / 0.8) 1.36%, #fff0 89.12%);
  transform: rotate(-180deg);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.lastest-news-grid-section .column-wrapper .article-thumbnail .img-cover-block {
  padding-bottom: 65%;
  height: 100%;
}
@media (min-width: 992px) {
  .lastest-news-grid-section
    .column-wrapper
    .article-thumbnail
    .img-cover-block {
    padding-bottom: 100%;
  }
}
.lastest-news-grid-section .column-wrapper .article-thumbnail .caption {
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .lastest-news-grid-section .column-wrapper .article-thumbnail .caption {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .lastest-news-grid-section .column-wrapper .article-thumbnail .caption {
    padding: 44px 24px;
  }
}
.lastest-news-grid-section .column-wrapper .article-thumbnail .caption p {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .lastest-news-grid-section .column-wrapper .article-thumbnail .caption p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .lastest-news-grid-section .column-wrapper .article-thumbnail .caption p {
    font-size: 20px;
    line-height: 24px;
  }
}
.lastest-news-grid-section
  .column-wrapper
  .article-thumbnail.featured
  .img-cover-block {
  padding-bottom: 65%;
}
@media (min-width: 768px) {
  .lastest-news-grid-section
    .column-wrapper
    .article-thumbnail.featured
    .img-cover-block {
    padding-bottom: 40%;
  }
}
@media (min-width: 992px) {
  .lastest-news-grid-section
    .column-wrapper
    .article-thumbnail.featured
    .img-cover-block {
    padding-bottom: 55%;
  }
}
.lastest-news-grid-section
  .column-wrapper
  .article-thumbnail.featured
  .img-cover-block
  .img-cover {
  object-position: top;
}
@media (min-width: 992px) {
  .lastest-news-grid-section
    .column-wrapper
    .article-thumbnail.featured
    .caption {
    padding-left: 60px;
    align-items: flex-end;
  }
}
.lastest-news-grid-section
  .column-wrapper
  .article-thumbnail.featured
  .caption
  p {
  margin-top: 0;
  max-width: 400px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .lastest-news-grid-section
    .column-wrapper
    .article-thumbnail.featured
    .caption
    p {
    font-size: 30.4615px;
    line-height: 38px;
  }
}
.list-logos-section img {
  -webkit-filter: grayscale(100%);
}
.list-logos-section img:hover {
  -webkit-filter: grayscale(0%);
}
.team-cards-slider-section {
  background-color: #252525;
  color: #fff;
}
.team-cards-slider-section .swiper-slide {
  display: flex;
}
.team-cards-slider-section .c-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.1rem solid #fff;
}
.bg-white .team-cards-slider-section .c-card {
  border-color: #000;
  color: #000;
}
.team-cards-slider-section .img-cover-block {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.team-cards-slider-section .img-cover-block .tag {
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.8rem 1.8rem;
  border-radius: 2.7rem;
  position: absolute;
  bottom: 1.5rem;
  left: 2.5rem;
}
.team-cards-slider-section .content-block {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.team-cards-slider-section .content-block .btn,
.team-cards-slider-section
  .content-block
  .ginput_container_fileupload
  input[type="file"],
.ginput_container_fileupload
  .team-cards-slider-section
  .content-block
  input[type="file"],
.team-cards-slider-section
  .content-block
  .ginput_container_fileupload
  .gform_button_select_files,
.ginput_container_fileupload
  .team-cards-slider-section
  .content-block
  .gform_button_select_files,
.team-cards-slider-section .content-block .gform_drop_area input[type="button"],
.gform_drop_area .team-cards-slider-section .content-block input[type="button"],
.team-cards-slider-section .content-block .gform_footer input[type="submit"],
.gform_footer .team-cards-slider-section .content-block input[type="submit"],
.team-cards-slider-section .content-block .gform_footer .gform_save_link,
.gform_footer .team-cards-slider-section .content-block .gform_save_link {
  margin-top: auto;
}
.our-featured-work-section .custom-select-block {
  background: #fff;
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 2rem) 50%, calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.7rem, 0.7rem 0.7rem;
  background-repeat: no-repeat;
  position: relative;
}
.our-featured-work-section .custom-select-block select {
  background: #fff0;
  width: 100%;
  padding-right: 4rem;
  appearance: none;
}
.our-featured-work-section .custom-select-block select::-ms-expand {
  display: none;
}
.our-featured-work-section .custom-select-block select {
  border: 0.1rem solid #ccc;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  border-radius: 0;
  outline: none;
}
@media (min-width: 992px) {
  .our-featured-work-section .custom-select-block select {
    width: 25rem;
  }
}
.filter-result-section {
  background: #f5f5f5;
  color: #fff;
  padding: 5rem 0;
  position: relative;
}
.filter-result-section .project-card {
  background: #fff;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .filter-result-section .project-card {
    margin-bottom: 0;
  }
}
.filter-result-section .project-card .img-cover-block {
  padding-bottom: 46.25%;
}
.filter-result-section .project-card .img-cover-block img {
  width: 100%;
  height: 100%;
}
.filter-result-section .project-card .category {
  font-size: 1.6rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  color: #252525;
}
.filter-result-section .project-card .title {
  font-size: 4rem;
  letter-spacing: 0.2px;
  color: #000;
}
@media (min-width: 768px) {
  .filter-result-section {
    padding: 0;
    padding-top: 18.5rem;
    margin-top: -18.5rem;
  }
  .filter-result-section .container {
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .filter-result-section
    .project-card-wrapper:nth-child(odd)
    .project-card
    .img-cover-block {
    order: 2;
  }
  .filter-result-section
    .project-card-wrapper:nth-child(odd)
    .project-card
    .detail-block {
    order: 1;
  }
  .filter-result-section
    .project-card-wrapper:nth-child(even)
    .project-card
    .img-cover-block {
    order: 1;
  }
  .filter-result-section
    .project-card-wrapper:nth-child(even)
    .project-card
    .detail-block {
    order: 2;
  }
  .filter-result-section .project-card .img-cover-block,
  .filter-result-section .project-card .detail-block {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-projects-profiles
    .our-featured-work-section
    .custom-select-block
    select {
    width: 18rem !important;
  }
}
.simple-banner-section .img-cover-block {
  padding-bottom: 56.25%;
}
@media (min-width: 992px) {
  .simple-banner-section .img-cover-block {
    padding-bottom: 45%;
  }
}
@media (min-width: 1400px) {
  .simple-banner-section .img-cover-block {
    padding-bottom: 40%;
  }
}
.three-text-cards-section .inner-box {
  padding: 50px 20px;
  background: #252525;
  width: 245px;
  text-align: center;
  margin: 0 15px 30px 15px;
}
@media (min-width: 992px) {
  .three-text-cards-section .inner-box {
    margin: 0 30px;
  }
}
.three-text-cards-section .inner-box:last-of-type {
  margin-bottom: 0;
}
.three-text-cards-section .inner-box h3,
.three-text-cards-section .inner-box .h3 {
  color: #828282;
  margin: 0 auto 24px auto;
  line-height: 32px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .three-text-cards-section .inner-box h3,
  .three-text-cards-section .inner-box .h3 {
    max-width: 160px;
  }
}
.three-text-cards-section .inner-box p {
  color: #fff;
}
.history-timeline-section .swiper-history-circle {
  border-top: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.history-timeline-section .swiper-history-circle .swiper-slide .icon-rounded {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  transform: translate(-50%, -50%);
  border: 4px solid #e0e0e0;
  background: #fff;
}
.history-timeline-section .swiper-history-circle .swiper-slide.circle {
  cursor: pointer;
  text-align: center;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .history-timeline-section .swiper-history-circle .swiper-slide.circle {
    flex-shrink: 1;
  }
}
.history-timeline-section .swiper-history-circle .swiper-slide.circle h6,
.history-timeline-section .swiper-history-circle .swiper-slide.circle .h6 {
  padding-top: 24px;
  font-weight: 300;
  font-size: 1.6rem;
}
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  .icon-rounded {
  background: #000;
  border-color: #000;
}
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  h6,
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  .h6 {
  font-weight: 700;
}
.history-timeline-section .our-history-slider .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset;
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text h4,
  .history-timeline-section .our-history-slider .swiper-slide .year-text .h4 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text h5,
  .history-timeline-section .our-history-slider .swiper-slide .year-text .h5 {
    margin-bottom: 24px;
  }
}
.history-timeline-section .our-history-slider .swiper-slide .year-text p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text p {
    font-size: 24px;
  }
}
.history-timeline-section .our-history-slider .swiper-slide .year-images {
  padding-bottom: 50%;
  display: none;
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-images {
    display: block;
  }
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider__arrows {
    position: absolute;
    bottom: 0;
  }
}
.history-timeline-section.content-light .swiper-slide .icon-rounded {
  background: #000 !important;
}
.history-timeline-section.content-light
  .swiper-slide.swiper-slide-thumb-active
  .icon-rounded {
  background: #fff !important;
  border-color: #fff !important;
}
.history-timeline-section.content-light .swiper-button-prev.btn-dark,
.history-timeline-section.content-light .swiper-button-next.btn-dark {
  color: #fff;
  border-color: #fff;
}
.history-timeline-section .image-link::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: block;
  background: rgb(0 0 0 / 0.7);
  color: #fff;
  font-size: 2.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .member img {
    margin-bottom: 10px;
    height: 90px;
    width: 90px;
    text-align: center;
  }
  .our-leadership-section .members-wrapper .member {
    margin-bottom: 30px;
  }
  .swiper-slide.circle {
    flex-shrink: 0;
  }
  .year-highlight-section .img-cover {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1064px) {
  .member img {
    margin-bottom: 15px;
    height: 120px;
    width: 120px;
    text-align: center;
  }
  .member h6,
  .member .h6 {
    font-size: 12px;
  }
  .our-leadership-section .members-wrapper .member {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .all-news-section .news-grid {
    margin-top: 6rem;
  }
}
.all-news-section .news-grid .card {
  padding-bottom: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.all-news-section .news-grid .card .inner-block {
  position: relative;
  height: 100%;
}
.all-news-section .news-grid .card .img-cover-block {
  padding-bottom: 100%;
  height: 100%;
}
.all-news-section .news-grid .card .img-cover-block:after {
  background: #000;
  background: linear-gradient(360deg, rgb(0 0 0 / 0.88) 0%, #fff0 142.46%);
}
.all-news-section .news-grid .card .date,
.all-news-section .news-grid .card .category {
  text-shadow: 2px 2px 8px #000;
}
.all-news-section .news-grid .card img {
  object-fit: cover;
}
.all-news-section .news-grid .card .bg-gradient::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 0.8) 23.44%, #fff0 100%);
}
.all-news-section .news-grid .card .content-wrapper {
  position: absolute;
  top: 0;
  padding: 3.5rem 2rem 1rem 2rem;
  height: 100%;
  width: 100%;
  left: 0;
}
.all-news-section .news-grid .card .content-wrapper .desc {
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
grid-container {
  display: grid;
  grid-gap: 23px;
}
@media (min-width: 768px) {
  grid-container {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
}
@media (min-width: 992px) {
  grid-container {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
grid-container [tall] {
  grid-row: span 6;
}
grid-container [taller] {
  grid-row: span 8;
}
grid-container [tallest] {
  grid-row: span 5;
}
.contact-form-section .gf_progressbar_wrapper {
  display: none;
}
.contact-form-section form input[type="text"],
.contact-form-section form input[type="tel"],
.contact-form-section form input[type="url"],
.contact-form-section form input[type="number"],
.contact-form-section form input[type="password"],
.contact-form-section form input[type="email"],
.contact-form-section form input[type="range"],
.contact-form-section form input[type="file"],
.contact-form-section form input[type="date"],
.contact-form-section form input[type="search"],
.contact-form-section form textarea,
.contact-form-section form select {
  width: 100%;
}
.contact-form-section input[type="button"],
.contact-form-section input[type="submit"] {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  display: flex;
  width: fit-content;
  align-items: center;
  background-color: #fff;
  color: #000 !important;
  border: 0.1rem solid #fff;
  border-radius: 2.8rem;
  padding: 1rem 2.4rem;
  display: inline-block;
}
.contact-form-section input[type="button"]:hover,
.contact-form-section input[type="button"]:focus,
.contact-form-section input[type="submit"]:hover,
.contact-form-section input[type="submit"]:focus {
  background-color: #c8c8c8;
  color: #000 !important;
  border-color: #c8c8c8;
}
.contact-form-section .gform_page_footer {
  background-color: #000;
  padding: 0 4rem 5rem;
}
.contact-form-section .bg-black .gfield_label {
  color: #fff !important;
}
.contact-form-section .gf_list_3col .gchoice {
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-form-section .gf_list_3col .gchoice input {
  order: 2;
}
.contact-form-section .gf_list_3col .gchoice label {
  order: 1;
}
.contact-form-section .ginput_container_fileupload input[type="file"] {
  border: none;
  padding: 0;
}
.contact-form-section .step-block .border {
  border: 1px solid #000;
}
.contact-form-section .step span {
  width: 3.3rem;
  height: 3.3rem;
  background: #c4c4c4;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.contact-form-section .step span.is-active {
  background: #000;
}
@media (min-width: 768px) {
  .contact-form-section .max-330 {
    max-width: 33rem;
  }
  .contact-form-section .max-752 {
    max-width: 75.2rem;
  }
  .contact-form-section .step-block {
    max-width: 71rem;
  }
  .contact-form-section .step-block .border {
    max-width: 15.7rem;
    width: 100%;
  }
  .contact-form-section .step {
    margin-bottom: 0 !important;
  }
  .contact-form-section .step span {
    width: 6.3rem;
    height: 6.3rem;
  }
  .contact-form-section .page-1-black-bg {
    padding-right: 30% !important;
  }
  .contact-form-section .gform_page_footer {
    padding: 0 6rem 5rem;
  }
  .contact-form-section .gf_list_3col .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-form-section .gf_list_3col .gchoice {
    width: 33.33%;
    border-right: 4rem solid #000;
    margin-bottom: 3rem;
  }
  .contact-form-section form input[type="text"],
  .contact-form-section form input[type="tel"],
  .contact-form-section form input[type="url"],
  .contact-form-section form input[type="number"],
  .contact-form-section form input[type="password"],
  .contact-form-section form input[type="email"],
  .contact-form-section form input[type="range"],
  .contact-form-section form input[type="file"],
  .contact-form-section form input[type="date"],
  .contact-form-section form input[type="search"],
  .contact-form-section form textarea,
  .contact-form-section form select,
  .contact-form-section form .chosen-single {
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .vertical-with-products-section {
    margin: 0 -20px;
  }
}
.vertical-with-products-section .content-block {
  z-index: 1;
}
.vertical-with-products-section .content-block .logo-block {
  width: 320px;
  height: 50px;
  margin-bottom: 100px !important;
}
.vertical-with-products-section .content-block .logo-block img {
  object-fit: contain;
}
.vertical-with-products-section .content-block h6,
.vertical-with-products-section .content-block .h6 {
  display: -webkit-box;
  height: 80px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .vertical-with-products-section .number-col {
    text-align: right;
  }
}
.vertical-with-products-section .bg-overlay::after {
  background: linear-gradient(
    318.03deg,
    rgb(0 0 0 / 0.67) 19.37%,
    #fff0 80.22%
  );
}
.vertical-with-products-section #develop .col-md-6 {
  width: 100%;
}
.vertical-with-products-section #develop .col-md-6 h6,
.vertical-with-products-section #develop .col-md-6 .h6 {
  max-width: 66.6666666667%;
}
.page-amana-story .vertical-with-products-section .content-block h6,
.page-amana-story .vertical-with-products-section .content-block .h6,
.page-group-amana-businesses .vertical-with-products-section .content-block h6,
.page-group-amana-businesses
  .vertical-with-products-section
  .content-block
  .h6 {
  display: block;
  height: auto;
  -webkit-line-clamp: none;
  text-overflow: unset;
}
.simple-content-section a {
  text-decoration: underline;
}
.simple-content-section a:hover {
  color: #000;
}
.three-cards-with-image-pop-up .swiper-slide .c-card {
  padding-top: 20rem;
  height: 100%;
}
@media (min-width: 992px) {
  .three-cards-with-image-pop-up .swiper-slide .c-card {
    padding-top: 35rem;
  }
}
.three-cards-with-image-pop-up .swiper-slide .c-card img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}
.three-cards-with-image-pop-up .swiper-button-prev,
.three-cards-with-image-pop-up .swiper-button-next {
  background: #000;
  border-color: #000 !important;
}
.mfp-zoom-out-cur {
  cursor: auto !important;
}
.mfp-close {
  cursor: pointer !important;
}
@media (min-width: 768px) {
  .four-text-columns .c-card p {
    max-width: 240px;
  }
}
@media (min-width: 768px) {
  .four-text-columns .c-card h3,
  .four-text-columns .c-card .h3 {
    max-width: 320px;
  }
}
.view-work {
  position: relative;
  transition: all 0.3s;
  padding: 0 !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .view-work {
    height: 700px;
  }
}
.view-work .nav-tabs {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  display: flex;
  z-index: 1;
}
.view-work .nav-tabs li {
  flex: 0 0 100%;
  margin: 0 !important;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
}
.view-work .nav-tabs li button {
  width: 100%;
  border: none;
  padding: 0;
  height: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .view-work .nav-tabs li button {
    font-size: 20px;
    line-height: 42px;
  }
}
.view-work .nav-tabs li button.active {
  border-top: 2px solid #fff;
}
@media (min-width: 768px) {
  .view-work .nav-tabs li {
    flex: 1 0 0%;
    height: 62px;
  }
}
.view-work .nav-tabs li:nth-child(1) button {
  background: #f02929;
  color: #fff;
}
.view-work .nav-tabs li:nth-child(2) button {
  background: #edc403;
  color: #000;
}
.view-work .nav-tabs li:nth-child(3) button {
  background: #128f45;
  color: #fff;
}
.view-work .nav-tabs li:nth-child(4) button {
  background: #594fa3;
  color: #fff;
}
.view-work__item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  z-index: -1;
  max-width: 100%;
  padding: 150px 0 200px;
}
.view-work__item.swiper-slide-active {
  z-index: 1;
}
.view-work__item.swiper-slide-active .view-work__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.view-work__item.swiper-slide-active .view-work__content > * {
  opacity: 1;
  transform: none;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(0) {
  transition-delay: 0.3s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(1) {
  transition-delay: 0.4s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(2) {
  transition-delay: 0.5s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(3) {
  transition-delay: 0.6s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(4) {
  transition-delay: 0.7s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(5) {
  transition-delay: 0.8s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(6) {
  transition-delay: 0.9s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(7) {
  transition-delay: 1s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(8) {
  transition-delay: 1.1s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(9) {
  transition-delay: 1.2s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(10) {
  transition-delay: 1.3s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(11) {
  transition-delay: 1.4s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(12) {
  transition-delay: 1.5s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(13) {
  transition-delay: 1.6s;
}
.view-work__item.swiper-slide-active .view-work__content > *:nth-child(14) {
  transition-delay: 1.7s;
}
.view-work__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view-work__img {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.view-work__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.view-work__content {
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .view-work__content {
    min-height: 375px;
  }
}
.view-work__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
@media (min-width: 768px) {
  .view-work .view-work-no-wrap {
    position: relative;
  }
}
.view-work__no {
  margin-bottom: 40px;
  display: block;
  font-weight: 800;
  font-size: 50px;
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 99;
}
@media (min-width: 768px) {
  .view-work__no {
    font-size: 70px;
    bottom: 70px;
    top: auto;
    left: auto;
    right: 0;
  }
  .view-work__no svg {
    width: 30px;
  }
}
@media (min-width: 1400px) {
  .view-work__no {
    font-size: 90px;
  }
  .view-work__no svg {
    width: auto;
  }
}
.view-work__no .btn,
.view-work__no .ginput_container_fileupload input[type="file"],
.ginput_container_fileupload .view-work__no input[type="file"],
.view-work__no .ginput_container_fileupload .gform_button_select_files,
.ginput_container_fileupload .view-work__no .gform_button_select_files,
.view-work__no .gform_drop_area input[type="button"],
.gform_drop_area .view-work__no input[type="button"],
.view-work__no .gform_footer input[type="submit"],
.gform_footer .view-work__no input[type="submit"],
.view-work__no .gform_footer .gform_save_link,
.gform_footer .view-work__no .gform_save_link {
  width: 24px;
}
@media (min-width: 768px) {
  .view-work__no .btn,
  .view-work__no .ginput_container_fileupload input[type="file"],
  .ginput_container_fileupload .view-work__no input[type="file"],
  .view-work__no .ginput_container_fileupload .gform_button_select_files,
  .ginput_container_fileupload .view-work__no .gform_button_select_files,
  .view-work__no .gform_drop_area input[type="button"],
  .gform_drop_area .view-work__no input[type="button"],
  .view-work__no .gform_footer input[type="submit"],
  .gform_footer .view-work__no input[type="submit"],
  .view-work__no .gform_footer .gform_save_link,
  .gform_footer .view-work__no .gform_save_link {
    width: auto;
  }
}
.view-work__two-btns {
  position: absolute;
  top: 60px;
  right: 16px;
  z-index: 9;
}
@media (min-width: 768px) {
  .view-work__two-btns {
    right: 0;
    top: 150px;
  }
}
.view-work__two-btns a {
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 8px;
  width: auto !important;
}
@media (min-width: 768px) {
  .view-work__two-btns a {
    font-size: 30px;
    padding-right: 0;
    margin-bottom: 15px;
  }
}
.view-work__title {
  font-size: 24px;
  font-weight: 700;
  width: 280px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .view-work__title {
    width: 400px;
    height: 100px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1400px) {
  .view-work__title {
    width: 550px;
    height: 120px;
  }
}
.view-work__title img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left;
}
.view-work__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  max-width: 530px;
  margin-bottom: 33px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .view-work__text {
    font-size: 24px;
    line-height: 32px;
  }
}
.view-work__button {
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .view-work__button {
    width: 100%;
  }
}
.view-work .swiper-container-horizontal > .swiper-pagination-bullets,
.view-work .swiper-pagination-custom,
.view-work .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.view-work__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .view-work__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.view-work__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.view-work__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0 0 20px rgb(252 56 56 / 0.3);
}
@media screen and (max-width: 768px) {
  .view-work__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.view-work .swiper-pagination {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.view-work .swiper-pagination span {
  flex: 0 0 25%;
  margin: 0 !important;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
}
.view-work .swiper-pagination span:nth-child(1) {
  background: #f02929;
}
.view-work .swiper-pagination span:nth-child(2) {
  background: #edc403;
}
.view-work .swiper-pagination span:nth-child(3) {
  background: #128f45;
}
.view-work .swiper-pagination span:nth-child(4) {
  background: #594fa3;
}
.view-work .swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgb(0 0 0 / 0.2);
}
.view-work .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
  border-top: 2px solid #fff;
}
.view-work .view-work-slider-1 .view-work__item:after {
  background: linear-gradient(
    180deg,
    rgb(255 28 25 / 0.9) 28.56%,
    rgb(230 117 81 / 0.42) 100%
  );
}
.view-work .view-work-slider-2 .view-work__item:after {
  background: linear-gradient(
    180deg,
    rgb(99 102 106 / 0.9) 46.14%,
    rgb(134 133 133 / 0.44) 100%
  );
}
.view-work .view-work-slider-3 .view-work__item:after {
  background-image: linear-gradient(
    180deg,
    #128f45 0%,
    rgb(122 157 76 / 0.44) 100%
  );
}
.view-work .view-work-slider-4 .view-work__item:after {
  background-image: linear-gradient(
    180deg,
    rgb(128 112 243 / 0.9) 28.56%,
    rgb(23 8 143 / 0.44) 100%
  );
}
#container + .shift-up,
#container + .shift-up {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.video-section {
  color: #000;
}
@media (min-width: 1200px) {
  .video-section {
    height: 800px;
  }
}
.video-section .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .video-section .content-block {
    display: block;
    text-align: left;
    padding-left: 70px;
  }
}
.video-section .content-block h4,
.video-section .content-block .h4 {
  margin-bottom: 32px;
  order: 2;
}
.video-section .content-block p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 0;
  font-weight: 600;
  order: 3;
}
@media (min-width: 768px) {
  .video-section .content-block p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .video-section .content-block p {
    margin-bottom: 4rem;
  }
}
.video-section .content-block .play-link {
  background: #000;
  margin: 0 0 24px;
  height: 64px;
  width: 64px;
  order: 1;
}
@media (min-width: 768px) {
  .video-section .content-block .play-link {
    height: 94px;
    width: 94px;
  }
}
@media (min-width: 1200px) {
  .video-section .content-block .play-link {
    margin: 0 !important;
  }
}
.video-section .content-block .play-link:hover {
  border: 1px solid #000;
  background: #fff;
}
.video-section .content-block .play-link i {
  font-size: 34px;
}
.video-wrap {
  position: relative;
  height: 100%;
}
.video-wrap::before {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  left: -4px;
  top: 0;
  background: #fff;
}
.video-wrap::after {
  content: "";
  height: 100%;
  width: 5px;
  position: absolute;
  right: -4px;
  top: 0;
  background: #fff;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrap svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.video-wrap svg text {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 53px;
  letter-spacing: -6px;
}
.video-wrap .big-text {
  font-size: 66px;
}
.video-wrap svg rect {
  fill: #fff;
}
.video-wrap svg > rect {
  -webkit-mask: url(https://www.groupamana.com/wp-content/themes/amana/#mask);
  mask: url(https://www.groupamana.com/wp-content/themes/amana/#mask);
}
.two-equal-cards {
  padding: 0 20px;
  height: 720px;
}
@media (min-width: 768px) {
  .two-equal-cards {
    padding: 0;
    height: 950px;
  }
}
@media (min-width: 992px) {
  .two-equal-cards {
    padding: 0;
    height: 720px;
  }
}
.two-equal-cards .popup-content-trigger,
.two-equal-cards .popup-content-close {
  background-color: #fff;
  color: #000;
  font-size: 2rem;
  width: 34px;
  height: 34px;
  border: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .two-equal-cards .popup-content-trigger,
  .two-equal-cards .popup-content-close {
    width: 64px;
    height: 64px;
  }
}
.two-equal-cards .popup-content-trigger i,
.two-equal-cards .popup-content-close i {
  font-size: 20px;
}
@media (min-width: 768px) {
  .two-equal-cards .popup-content-trigger i,
  .two-equal-cards .popup-content-close i {
    font-size: 30px;
  }
}
.two-equal-cards .popup-content-trigger i::before,
.two-equal-cards .popup-content-close i::before {
  color: #000 !important;
}
.two-equal-cards .btn-black {
  height: 40px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
}
.two-equal-cards .card__face {
  height: 100%;
}
.two-equal-cards .card__face .content-block {
  height: 100%;
  width: 100%;
}
.two-equal-cards .card__face .content-block .icon-block img {
  height: 50px;
  width: auto;
}
@media (min-width: 768px) {
  .two-equal-cards .card__face .content-block .icon-block img {
    height: 81px;
  }
}
.two-equal-cards .card__face--front {
  justify-content: flex-start;
}
.two-equal-cards .card__face--front p {
  max-width: 415px;
  min-height: 90px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .two-equal-cards .card__face--front p {
    font-size: 24px;
    line-height: 32px;
  }
}
.two-equal-cards .card__face--back p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .two-equal-cards .card__face--back p {
    font-size: 24px;
    line-height: 32px;
  }
}
.two-equal-cards .card__face--back .top {
  min-height: 430px;
}
.card-wrap {
  width: 100%;
  perspective: 50%;
}
.flip-card {
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
  height: 100%;
  width: 100%;
  white-space: normal;
}
.flip-card .card__face--front::after {
  content: "";
  background: rgb(0 0 0 / 0.4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 300ms ease-in-out 0ms;
}
.card__face p strong {
  display: block;
}
.card__face--front .content-block {
  opacity: 1 !important;
  z-index: 1;
  position: relative;
}
.flip-card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
.flip-card.is-flipped .content-block {
  transition: all 300ms ease-in-out 500ms;
  opacity: 1 !important;
}
.flip-card.is-flipped .card__face--front {
  opacity: 0;
}
.flip-card.is-flipped .card__face--back {
  opacity: 1;
}
.flip-card.is-flipped .card-btn {
  background: #000;
}
.flip-card.is-flipped .card-btn i::before {
  color: #fff !important;
}
.card__face--back {
  background: #fff;
  transform: rotateY(180deg);
  z-index: 9999;
  opacity: 0;
}
.card__face--back .bottom {
  position: relative;
}
.card__face {
  display: flex;
  align-items: center;
  justify-content: center;
}
.leadership-cards .leadership-card {
  height: 380px;
  width: 100%;
}
.leadership-cards .leadership-card .flip-box-front {
  position: relative;
}
.leadership-cards .leadership-card .flip-box-front::after {
  content: "";
  height: 110px;
  width: 100%;
  background: rgb(0 0 0 / 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
}
.leadership-cards .leadership-card .flip-box-front .content-block {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.leadership-cards .leadership-card .flip-box-back {
  color: #000;
}
.leadership-cards .leadership-card .flip-box-back p {
  display: -webkit-box;
  height: 215px;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: ellipsis;
  font-weight: 700;
}
.leadership-cards .leadership-card .flip-box-back::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(255 254 254 / 0.85),
    rgb(255 254 254 / 0.85)
  );
  position: absolute;
  left: 0;
  top: 0;
}
.leadership-cards .leadership-card .content-block {
  padding: 25px;
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #fff #868686;
  scrollbar-width: thin;
}
.leadership-cards .leadership-card .content-block h3,
.leadership-cards .leadership-card .content-block .h3 {
  font-size: 1.6rem;
}
.leadership-cards .leadership-card .content-block p {
  font-size: 1.4rem;
}
.leadership-cards .leadership-card .content-block .designation {
  display: block;
  max-width: 100%;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.history-timeline-section .swiper-history-circle {
  border-top: 2px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.history-timeline-section .swiper-history-circle .swiper-slide .icon-rounded {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  transform: translate(-50%, -50%);
  border: 4px solid #e0e0e0;
  background: #fff;
}
.history-timeline-section .swiper-history-circle .swiper-slide.circle {
  cursor: pointer;
  text-align: center;
}
@media (min-width: 768px) {
  .history-timeline-section .swiper-history-circle .swiper-slide.circle {
    flex-shrink: 1;
  }
}
.history-timeline-section .swiper-history-circle .swiper-slide.circle h6,
.history-timeline-section .swiper-history-circle .swiper-slide.circle .h6 {
  padding-top: 24px;
  font-weight: 300;
}
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  .icon-rounded {
  background: #000;
  border-color: #000;
}
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  h6,
.history-timeline-section
  .swiper-history-circle
  .swiper-slide.swiper-slide-thumb-active
  .h6 {
  font-weight: 700;
}
.history-timeline-section .our-history-slider .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: unset;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text {
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text h4,
  .history-timeline-section .our-history-slider .swiper-slide .year-text .h4 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text h5,
  .history-timeline-section .our-history-slider .swiper-slide .year-text .h5 {
    margin-bottom: 24px;
  }
}
.history-timeline-section .our-history-slider .swiper-slide .year-text p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-text p {
    font-size: 24px;
  }
}
.history-timeline-section .our-history-slider .swiper-slide .year-images {
  padding-bottom: 55%;
  display: none;
}
@media (min-width: 768px) {
  .history-timeline-section .our-history-slider .swiper-slide .year-images {
    display: block;
  }
}
@media (min-width: 992px) {
  .history-timeline-section .our-history-slider__arrows {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .member img {
    margin-bottom: 10px;
    height: 90px;
    width: 90px;
    text-align: center;
  }
  .our-leadership-section .members-wrapper .member {
    margin-bottom: 30px;
  }
  .swiper-slide.circle {
    flex-shrink: 0;
  }
  .year-highlight-section .img-cover {
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1064px) {
  .member img {
    margin-bottom: 15px;
    height: 120px;
    width: 120px;
    text-align: center;
  }
  .member h6,
  .member .h6 {
    font-size: 12px;
  }
  .our-leadership-section .members-wrapper .member {
    margin-bottom: 30px;
  }
}
:root {
  --scroll-color: black;
  --scroll--hover-color: #666;
  --scroll-track-color: rgba(255, 255, 255, 0);
}
.z-index-10 {
  z-index: 10;
}
ul li {
  /* line-height: 1.5; */
}
.text-shadow {
  text-shadow: 2px 2px 8px #000;
}
section {
  position: relative;
}
.text-dark {
  color: #000;
}
.text-light {
  color: #fff;
}
.text-light:hover {
  color: #fff;
}
.mfp-wrap {
  z-index: 99999999999 !important;
}
@media (min-width: 992px) {
  .scroll-down .scrolled-header,
  .scroll-down header,
  .animation-enter .scrolled-header,
  .animation-enter header {
    transform: translate3d(0, -100%, 0);
  }
}
.page-new-home.animation-enter header {
  transform: none;
}
header.site-header {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  background: #fff;
  transition: top 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1200px) {
  header.site-header {
    height: 128px;
  }
}
@media (min-width: 992px) {
  header.site-header.scrolled-header {
    height: 100px;
    padding-top: 15px;
  }
}
header.site-header.scrolled-header .header-nav {
  margin-bottom: 1.4rem !important;
}
header.site-header.scrolled-header .header-logo {
  /* margin: 0 !important; */
}
header.site-header.scrolled-header .header-nav-parent-menu > li {
  padding-bottom: 23px;
}
header.site-header.scrolled-header
  .header-nav
  ul.secondary-nav-parent-menu
  .sub-menu {
  top: 8.5rem !important;
}
@media (min-width: 992px) {
  header.site-header.scrolled-header > div {
    align-items: center !important;
  }
}
header.site-header .header-nav-parent-menu > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
header.site-header .header-nav-parent-menu > li.sub-active {
  transform: none !important;
}
@media (min-width: 768px) {
  .site-content {
    /* padding-top: 50px; */
  }
}
@media (min-width: 1200px) {
  .site-content {
    /* padding-top: 128px; */
  }
}
/* .overlay {
  z-index: 99999999999999999;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
  top: 0%;
}
.overlay h1,
.overlay .h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 12px;
} */
.position-absolute-cover {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.hover01 {
  overflow: hidden;
}
.hover01 img {
  transform: scale(1);
  transition: 0.8s ease-in-out;
}
.hover01:hover img {
  transform: scale(1.1);
}
.thin-scroll::-webkit-scrollbar-track {
  background: linear-gradient(
    to right,
    var(--scroll-track-color) 0%,
    var(--scroll-track-color) 30%,
    var(--scroll-color) 60%,
    var(--body-bg-color) 61%,
    var(--body-bg-color) 100%
  );
}
.thin-scroll::-webkit-scrollbar {
  width: 4px;
}
.thin-scroll::-webkit-scrollbar-thumb {
  background-color: var(--scroll-color);
  border-radius: 4px;
}
.scrollbar {
  overflow-y: scroll;
  scrollbar-color: #000 #c3bebe;
  scrollbar-width: thin;
}
.scrollable .animated {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  min-height: 40vh;
}
@media (min-width: 768px) {
  .scrollable .animated {
    min-height: 50vh;
  }
}
.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}
.flip-box-3d {
  height: 100%;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.flip-box-3d .flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-3d .flip-box-front,
.flip-box-3d .flip-box-back {
  background-size: cover;
  background-position: center;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.flip-box-3d .inner {
  width: 100%;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  transform: translateZ(60px) scale(0.94);
  -webkit-transform: translateZ(60px) scale(0.94);
  -ms-transform: translateZ(60px) scale(0.94);
}
.flip-box-3d .flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-3d .flip-box-front,
.flip-box-3d .flip-box-back {
  background-size: cover;
  background-position: center;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.flip-box-3d:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: generic-popuppreserve-3d;
  transform-style: preserve-3d;
}
.flip-box-3d:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#generic-popup .mfp-close {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -60px;
  right: calc(100% - 96%);
}
@media (min-width: 768px) {
  #generic-popup .mfp-close {
    top: 0;
    right: calc(100% - 85%);
  }
}
.overlay-section .container.extra-b-space {
  padding-bottom: 20rem;
}
.overlay-section .img-cover-block {
  padding-bottom: 56.25%;
}
@media (min-width: 768px) {
  .overlay-section .container.extra-b-space {
    padding-bottom: 25rem;
  }
  .overlay-section .img-cover-block {
    padding-bottom: 100%;
  }
}
.cookie-permission-section {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.cookie-permission-section p {
  line-height: 2rem;
}
.cookie-permission-section p a:hover {
  color: #594fa3 !important;
}
.cookie-permission-section .btn-cross {
  top: 0;
  right: 2rem;
  height: 34px;
  width: 34px;
  padding: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
}
body.search-results .bg-overlay-construct:after,
.search-no-results .bg-overlay-construct:after {
  background-image: none;
}
body.search-results .searchform .search-field,
.search-no-results .searchform .search-field {
  width: 100%;
  border: none;
  border-bottom: 0.2rem solid #fff;
  background: #fff0;
  color: #fff;
  margin: 0;
  padding-left: 0;
}
body.search-results .searchform .search-field:-moz-placeholder,
.search-no-results .searchform .search-field:-moz-placeholder {
  color: #fff;
}
body.search-results .searchform .search-field::-moz-placeholder,
.search-no-results .searchform .search-field::-moz-placeholder {
  color: #fff;
}
body.search-results .searchform .search-field:-ms-input-placeholder,
.search-no-results .searchform .search-field:-ms-input-placeholder {
  color: #fff;
}
body.search-results .searchform .search-field::-webkit-input-placeholder,
.search-no-results .searchform .search-field::-webkit-input-placeholder {
  color: #fff;
}
body.search-results .searchform .search-field::placeholder,
.search-no-results .searchform .search-field::placeholder {
  color: #fff;
}
body.search-results .searchform .submit-btn,
.search-no-results .searchform .submit-btn {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}
body.search-results .searchform .submit-btn:before,
.search-no-results .searchform .submit-btn:before {
  content: "\e927";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 2rem;
}
body.search-results .popular-search-list,
.search-no-results .popular-search-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body.search-results .popular-search-list .btn,
body.search-results
  .popular-search-list
  .ginput_container_fileupload
  input[type="file"],
.ginput_container_fileupload
  body.search-results
  .popular-search-list
  input[type="file"],
body.search-results
  .popular-search-list
  .ginput_container_fileupload
  .gform_button_select_files,
.ginput_container_fileupload
  body.search-results
  .popular-search-list
  .gform_button_select_files,
body.search-results .popular-search-list .gform_drop_area input[type="button"],
.gform_drop_area body.search-results .popular-search-list input[type="button"],
body.search-results .popular-search-list .gform_footer input[type="submit"],
.gform_footer body.search-results .popular-search-list input[type="submit"],
body.search-results .popular-search-list .gform_footer .gform_save_link,
.gform_footer body.search-results .popular-search-list .gform_save_link,
.search-no-results .popular-search-list .btn,
.search-no-results
  .popular-search-list
  .ginput_container_fileupload
  input[type="file"],
.ginput_container_fileupload
  .search-no-results
  .popular-search-list
  input[type="file"],
.search-no-results
  .popular-search-list
  .ginput_container_fileupload
  .gform_button_select_files,
.ginput_container_fileupload
  .search-no-results
  .popular-search-list
  .gform_button_select_files,
.search-no-results .popular-search-list .gform_drop_area input[type="button"],
.gform_drop_area .search-no-results .popular-search-list input[type="button"],
.search-no-results .popular-search-list .gform_footer input[type="submit"],
.gform_footer .search-no-results .popular-search-list input[type="submit"],
.search-no-results .popular-search-list .gform_footer .gform_save_link,
.gform_footer .search-no-results .popular-search-list .gform_save_link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 800;
  min-width: 9.5rem;
  justify-content: center;
}
body.search-results .search-results-section,
.search-no-results .search-results-section {
  color: #fff;
  padding: 5rem 0;
  position: relative;
}
body.search-results .card,
.search-no-results .card {
  background: #f5f5f5;
  color: #000;
}
body.search-results .card .img-cover-block,
.search-no-results .card .img-cover-block {
  padding-bottom: 70%;
}
body.search-results .card .category,
body.search-results .card .date,
.search-no-results .card .category,
.search-no-results .card .date {
  font-size: 1.2rem;
}
body.search-results .card .title,
.search-no-results .card .title {
  font-size: 1.6rem;
}
body.search-results .card .btn-outline-white,
.search-no-results .card .btn-outline-white {
  background-color: #000;
  color: #fff;
  border: 0.1rem solid #000;
}
body.search-results .card .btn-outline-white:hover,
.search-no-results .card .btn-outline-white:hover {
  background-color: #c8c8c8;
  color: #000;
  border-color: #c8c8c8;
}
@media (min-width: 768px) {
  body.search-results .searchform .search-field,
  .search-no-results .searchform .search-field {
    padding-right: 4.7rem;
  }
  body.search-results .searchform .submit-btn:before,
  .search-no-results .searchform .submit-btn:before {
    font-size: 4.8rem;
  }
  body.search-results .search-results-section,
  .search-no-results .search-results-section {
    padding: 0;
    padding-top: 18.5rem;
    margin-top: -18.5rem;
  }
  body.search-results .search-results-section .container,
  .search-no-results .search-results-section .container {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  body.search-results .searchform .submit-btn:before,
  .search-no-results .searchform .submit-btn:before {
    font-size: 5rem;
  }
  body.search-results .popular-search-list,
  .search-no-results .popular-search-list {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
  body.search-results .popular-search-list .btn,
  body.search-results
    .popular-search-list
    .ginput_container_fileupload
    input[type="file"],
  .ginput_container_fileupload
    body.search-results
    .popular-search-list
    input[type="file"],
  body.search-results
    .popular-search-list
    .ginput_container_fileupload
    .gform_button_select_files,
  .ginput_container_fileupload
    body.search-results
    .popular-search-list
    .gform_button_select_files,
  body.search-results
    .popular-search-list
    .gform_drop_area
    input[type="button"],
  .gform_drop_area
    body.search-results
    .popular-search-list
    input[type="button"],
  body.search-results .popular-search-list .gform_footer input[type="submit"],
  .gform_footer body.search-results .popular-search-list input[type="submit"],
  body.search-results .popular-search-list .gform_footer .gform_save_link,
  .gform_footer body.search-results .popular-search-list .gform_save_link,
  .search-no-results .popular-search-list .btn,
  .search-no-results
    .popular-search-list
    .ginput_container_fileupload
    input[type="file"],
  .ginput_container_fileupload
    .search-no-results
    .popular-search-list
    input[type="file"],
  .search-no-results
    .popular-search-list
    .ginput_container_fileupload
    .gform_button_select_files,
  .ginput_container_fileupload
    .search-no-results
    .popular-search-list
    .gform_button_select_files,
  .search-no-results .popular-search-list .gform_drop_area input[type="button"],
  .gform_drop_area .search-no-results .popular-search-list input[type="button"],
  .search-no-results .popular-search-list .gform_footer input[type="submit"],
  .gform_footer .search-no-results .popular-search-list input[type="submit"],
  .search-no-results .popular-search-list .gform_footer .gform_save_link,
  .gform_footer .search-no-results .popular-search-list .gform_save_link {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
@media (min-width: 1200px) {
  body.search-results .search-results-section .container,
  .search-no-results .search-results-section .container {
    padding-top: 7rem;
  }
}
.tab {
  border-bottom: 0.2rem solid #dcdcdc;
}
.filter-trigger {
  flex-wrap: wrap;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-right: 3rem;
  padding-bottom: 2rem;
  font-weight: 600 !important;
}
.filter-trigger:last-child {
  margin-right: 0;
}
.filter-trigger:after {
  content: "";
  border-radius: 0.6rem;
  width: 100%;
  height: 0.6rem;
  background-color: #fff0;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}
.filter-trigger.js-active:after {
  background-color: #101010;
}
.tabcontent {
  display: none;
  animation: fadeEffect 1s;
}
.list-card .btn,
.list-card .ginput_container_fileupload input[type="file"],
.ginput_container_fileupload .list-card input[type="file"],
.list-card .ginput_container_fileupload .gform_button_select_files,
.ginput_container_fileupload .list-card .gform_button_select_files,
.list-card .gform_drop_area input[type="button"],
.gform_drop_area .list-card input[type="button"],
.list-card .gform_footer input[type="submit"],
.gform_footer .list-card input[type="submit"],
.list-card .gform_footer .gform_save_link,
.gform_footer .list-card .gform_save_link {
  margin-top: 2.4rem;
}
.card {
  width: 100%;
  border: 0.2rem solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}
.card .inner-block {
  padding: 0.8rem;
}
.card .img-cover-block {
  display: block;
  padding-bottom: 56.25%;
  position: relative;
}
.card .img-cover-block .wp-post-image {
  width: 100%;
  height: 100%;
}
.card .content-wrapper {
  padding: 2rem;
}
.card .category,
.card .date {
  text-transform: capitalize;
  letter-spacing: 0.02rem;
  font-size: 1.6rem;
}
.card .category span,
.card .date span {
  color: #757575;
}
@media (min-width: 768px) {
  .list-card .card {
    width: 48.5%;
  }
}
@media (min-width: 992px) {
  .filter-trigger {
    margin-right: 5rem;
  }
}
@media (min-width: 1200px) {
  .list-card .card {
    width: 32%;
  }
}
.js-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gform_body .gfield .gfield_label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #101010;
}
.gform_body .gfield .gfield_label .gfield_required {
  color: red;
  padding: 0 0.3rem;
}
@media (min-width: 768px) {
  .gform_body .gfield .gfield_label {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.gform_heading {
  margin-bottom: 1.5rem;
}
.gform_body .gform_fields {
  margin-left: 0;
  list-style: none;
}
.gform_body .gfield {
  margin-bottom: 4rem;
}
.gform_body .gfield ul {
  margin-top: 0;
  margin-left: 0;
}
.gform_body .gfield .gfield_description {
  color: #999;
  font-style: italic;
  font-size: 1.6rem;
}
.gform_body .gfield.field_description_above .gfield_description {
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.gform_body .gfield .ginput_complex span {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.gform_body .gfield .ginput_complex label {
  color: #999;
  font-size: 1.8rem;
  display: block;
}
.gform_body .gfield.field_sublabel_above .ginput_complex label {
  margin-bottom: 0.2rem;
}
.gform_body .gfield.field_sublabel_above .ginput_complex span:after {
  margin-top: 1.2rem;
}
.gform_body .gfield.field_sublabel_below .ginput_complex label {
  margin: 0.2rem 0 0.6rem;
}
.gform_body .gfield.field_sublabel_below .ginput_complex span:after {
  margin-top: -1.2rem;
}
.gform_body .gfield .gf_clear {
  clear: both;
}
.gform_body .instruction,
.gform_body .ginput_counter {
  font-size: 1.6rem;
  color: #999;
  margin-top: 0.2rem;
}
.gform_body .wp-editor-container .ginput_counter {
  padding: 0.5rem 1rem;
}
.gfield.gsection {
  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 0.1rem solid rgb(0 0 0 / 0.2);
  margin-bottom: 5rem;
}
.gfield.gsection:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.gsection_title {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  position: relative;
}
.gsection_title:before {
  content: "";
  background-color: red;
  width: 4.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gsection_description {
  margin-top: 1.5rem;
}
.name_prefix_select {
  background: #fff;
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 2rem) 50%, calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.7rem, 0.7rem 0.7rem;
  background-repeat: no-repeat;
  position: relative;
}
.name_prefix_select select {
  background: #fff0;
  width: 100%;
  padding-right: 4rem;
  appearance: none;
}
.name_prefix_select select::-ms-expand {
  display: none;
}
.name_suffix {
  max-width: 10rem;
}
.gfield_checkbox,
.gfield_radio {
  overflow: hidden;
}
.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 1rem;
}
.gfield_checkbox > li:last-child,
.gfield_radio > li:last-child {
  margin-bottom: 0;
}
.gfield_radio input[type="text"] {
  min-width: auto;
}
.gform_wrapper .ginput_container_radio input[type="text"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.gform_wrapper
  .ginput_container_radio
  input[type="radio"][value="gf_other_choice"] {
  position: absolute;
  height: 0;
  width: 0;
}
.gform_wrapper .ginput_container_radio label {
  margin-left: 0.5rem;
}
.ginput_container_select {
  background: #fff;
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 2rem) 50%, calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.7rem, 0.7rem 0.7rem;
  background-repeat: no-repeat;
  position: relative;
}
.ginput_container_select select {
  background: #fff0;
  width: 100%;
  padding-right: 4rem;
  appearance: none;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
.ginput_container_select select {
  width: 100%;
}
.gf-enhanced-select .ginput_container_select:after {
  display: none;
}
.ginput_container_multiselect select {
  padding: 0;
}
.ginput_container_multiselect option {
  padding: 1rem;
}
@media (min-width: 768px) {
  .ginput_container_multiselect option {
    padding: 1rem;
  }
}
.gform_wrapper .chosen-container {
  text-align: left;
  position: relative;
}
.gform_wrapper .chosen-with-drop .chosen-drop {
  display: block;
}
.gform_wrapper .chosen-single {
  background: #fff;
  color: #000;
  line-height: 1.3;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  overflow: hidden;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .chosen-single:-moz-placeholder {
  color: #6c757d;
}
.gform_wrapper .chosen-single::-moz-placeholder {
  color: #6c757d;
}
.gform_wrapper .chosen-single:-ms-input-placeholder {
  color: #6c757d;
}
.gform_wrapper .chosen-single::-webkit-input-placeholder {
  color: #6c757d;
}
.gform_wrapper .chosen-single::placeholder {
  color: #6c757d;
}
.gform_wrapper .chosen-single:focus {
  border-color: #86b7fe;
  outline: none;
}
@media (min-width: 768px) {
  .gform_wrapper .chosen-single {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .gform_wrapper .chosen-single {
    font-size: 16px !important;
  }
}
.gform_wrapper .chosen-single span {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_wrapper .chosen-single div {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.gform_wrapper .chosen-drop {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
}
.gform_wrapper .chosen-drop .chosen-search {
  white-space: nowrap;
  position: relative;
}
.gform_wrapper .chosen-drop .chosen-search:after {
  position: absolute;
  top: 50%;
}
.gform_wrapper .chosen-drop .chosen-search input {
  outline: 0 none;
}
.gform_wrapper .chosen-drop .chosen-results {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.gform_wrapper .chosen-drop .chosen-results .active-result {
  cursor: pointer;
}
.gform_wrapper .chosen-drop .chosen-results li {
  list-style: none;
  margin: 0;
}
.gform_wrapper {
  position: relative;
}
.gform_wrapper .chosen-single > span {
  margin-right: 5rem;
}
.gform_wrapper .chosen-single div {
  width: 5rem;
}
.gform_wrapper .chosen-single div b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0.5rem;
  margin-left: -0.5rem;
}
.gform_wrapper .chosen-single div b:before {
  content: "";
  border: 0.7rem solid #fff0;
  border-top-color: #000;
}
.gform_wrapper .chosen-container-active .chosen-single {
  border-color: rgb(150 150 150 / 0.7);
}
.gform_wrapper .chosen-drop {
  background-color: #fafafa;
  border: 0.1rem solid rgb(150 150 150 / 0.7);
  border-top: none;
  margin-top: -0.1rem;
}
.gform_wrapper .chosen-drop .chosen-results {
  max-height: 19rem;
  padding: 0.4rem;
}
.gform_wrapper .chosen-drop .chosen-results li {
  line-height: 1.2;
  padding: 1rem 1rem 1.1rem;
}
.gform_wrapper .chosen-drop .chosen-results li.highlighted,
.gform_wrapper .chosen-drop .chosen-results li:hover {
  background-color: #ececec;
}
.gform_wrapper .chosen-search {
  padding: 0.8rem 0.5rem;
  margin: 0;
  position: relative;
}
.gform_wrapper .chosen-search input {
  width: 100%;
  min-width: auto;
  padding: 1rem 3.5rem 1rem 1rem;
}
@media (max-width: 767.98px) {
  .gform_wrapper .chosen-select {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding-left: 1.5rem;
    border: 0.1rem solid #ced4da;
    padding-right: 1.5rem;
    max-width: 100%;
    width: 100%;
    text-transform: capitalize;
  }
}
.gform_wrapper .chosen-choices .search-field {
  margin-bottom: 0;
  position: relative;
}
.gform_wrapper .chosen-choices .search-field input {
  width: 100% !important;
}
.gform_wrapper .chosen-choices .search-choice {
  background-color: #f5f5f5;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #e8e8e8;
  margin-bottom: 0.5rem;
  position: relative;
}
.gform_wrapper .chosen-choices .search-choice-close {
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  cursor: pointer;
  transform: translateY(-50%);
}
.gform_wrapper .chosen-choices .search-choice-close:hover {
  text-decoration: none;
}
.gform_wrapper .chosen-choices .search-choice-close:hover:after {
  color: red;
}
.gform_wrapper .clear-multi::after {
  display: block;
  clear: both;
  content: "";
}
.gform_wrapper .clear-multi > .ginput_container {
  float: left;
  margin-right: 1rem;
}
.gform_wrapper .clear-multi label {
  color: #999;
  font-size: 1.8rem;
}
.gform_wrapper .clear-multi input[type="text"],
.gform_wrapper .clear-multi input[type="number"] {
  min-width: auto;
  width: 10rem !important;
}
.gform_wrapper .clear-multi select {
  min-width: auto;
  width: auto;
}
.ui-datepicker {
  display: none;
}
.ui-datepicker-trigger {
  margin-left: -3rem;
}
.ginput_container_date {
  position: relative;
}
.ginput_container_date input[type="text"] {
  width: 100%;
}
.datepicker-container {
  background-color: #fff;
  padding: 0.5rem;
  border: 0.1rem solid rgb(0 0 0 / 0.2);
  position: absolute;
  width: 30rem;
  max-width: 100%;
}
.datepicker-panel[data-view*="years"] ul {
  display: flex;
  text-align: center;
}
.datepicker-panel[data-view*="years"] [data-view*="prev"] {
  width: 5rem;
}
.datepicker-panel[data-view*="years"] [data-view*="current"] {
  flex: 1 1 auto;
}
.datepicker-panel[data-view*="years"] [data-view*="next"] {
  width: 5rem;
}
.datepicker-panel ul {
  list-style: none;
  margin: 0;
}
.datepicker-panel > a {
  display: none;
}
.datepicker-panel select {
  width: 49%;
  min-width: auto;
  border-color: #ccc;
  padding: 1rem 1.2rem;
  margin: 0 0 0.5rem 0;
}
.datepicker-panel .ui-datepicker-month {
  margin-right: 2%;
}
table.ui-datepicker-calendar {
  background: #fff;
}
table.ui-datepicker-calendar tr:nth-child(even) {
  background-color: #f5f5f5;
}
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
  border: 0.1rem solid #e5e5e5;
  padding: 0;
}
table.ui-datepicker-calendar thead {
  background-color: #ccc;
}
table.ui-datepicker-calendar thead th {
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.2rem;
}
table.ui-datepicker-calendar tbody td a {
  color: #000;
  text-align: center;
  display: block;
  padding: 1.2rem;
  cursor: pointer;
}
table.ui-datepicker-calendar tbody td a:hover {
  background-color: red;
  color: #fff;
  text-decoration: none;
}
table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
  background-color: red;
  color: #fff;
}
.gform_wrapper .ginput_complex .address_country {
  background: #fff;
  background-image: linear-gradient(45deg, transparent 50%, black 50%),
    linear-gradient(135deg, black 50%, transparent 50%);
  background-position: calc(100% - 2rem) 50%, calc(100% - 1.3rem) 50%;
  background-size: 0.7rem 0.7rem, 0.7rem 0.7rem;
  background-repeat: no-repeat;
  position: relative;
  background-position: calc(100% - 3.2rem) calc(50% - 1.5rem),
    calc(100% - 2.5rem) calc(50% - 1.5rem);
}
.gform_wrapper .ginput_complex .address_country select {
  background: #fff0;
  width: 100%;
  padding-right: 4rem;
  appearance: none;
}
.gform_wrapper .ginput_complex .address_country select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .gf-address-col-2 .ginput_complex,
  .gf-address-col-3 .ginput_complex {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gf-address-col-2 .ginput_complex .address_country:after,
  .gf-address-col-3 .ginput_complex .address_country:after {
    right: 2.5rem;
  }
  .gf-address-col-2 .ginput_complex span,
  .gf-address-col-3 .ginput_complex span {
    float: left;
    padding: 0 1rem;
    margin-right: 0 !important;
  }
  .gf-address-col-2 .ginput_complex input,
  .gf-address-col-2 .ginput_complex select,
  .gf-address-col-3 .ginput_complex input,
  .gf-address-col-3 .ginput_complex select {
    width: 100%;
  }
  .gf-address-col-2 .ginput_complex span {
    width: 50%;
  }
  .gf-address-col-3 .ginput_complex span {
    width: 33.333333%;
  }
}
input[type="file"] {
  width: auto;
}
.ginput_container_fileupload input[type="file"],
.ginput_container_fileupload .gform_button_select_files {
  border: 0.1rem solid #ced4da;
}
.ginput_container_fileupload input[type="file"] {
  text-transform: uppercase;
}
.ginput_container_fileupload + div .ginput_preview:not(:empty) {
  background-color: #f5f5f5;
  padding: 0.7rem 1rem;
  border: 0.1rem solid #e8e8e8;
  margin-bottom: 0.5rem;
}
.ginput_container_fileupload + div .ginput_preview:not(:empty) .gform_delete {
  display: inline-block;
  margin-right: 0.3rem;
}
.ginput_container_fileupload [id^="extensions_message"] {
  display: block;
  color: #999;
  font-size: 0.8rem;
  margin: 0.5rem 0 0;
}
.ginput_container_fileupload .validation_message {
  background-color: #fff0;
  padding: 0;
  margin-bottom: 1rem;
}
.ginput_container_fileupload .validation_message ul {
  margin: 0;
}
.ginput_container_fileupload .validation_message li {
  background-color: red;
  padding: 1rem;
  margin: 0.2rem;
}
.gform_drop_area {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 1.3;
  padding: 0.75rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  overflow: hidden;
}
.gform_drop_area:-moz-placeholder {
  color: #6c757d;
}
.gform_drop_area::-moz-placeholder {
  color: #6c757d;
}
.gform_drop_area:-ms-input-placeholder {
  color: #6c757d;
}
.gform_drop_area::-webkit-input-placeholder {
  color: #6c757d;
}
.gform_drop_area::placeholder {
  color: #6c757d;
}
.gform_drop_area:focus {
  border-color: #86b7fe;
  outline: none;
}
@media (min-width: 768px) {
  .gform_drop_area {
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
  .gform_drop_area {
    font-size: 16px !important;
  }
}
.gform_drop_instructions {
  color: #aaa;
  display: block;
  margin-bottom: 1rem;
}
table.gfield_list .gfield_list_cell {
  padding-left: 0;
}
table.gfield_list th {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  padding-left: 0;
}
.gform_footer {
  clear: both;
  position: relative;
  padding-top: 5rem;
}
.gform_footer input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}
.gform_footer .gform_save_link {
  margin-left: 2rem;
}
.gform_footer .gform_save_link:hover,
.gform_footer .gform_save_link:active {
  background: #000;
  color: #fff;
}
.gforms_confirmation_message {
  background-color: #dbffd9;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #7aff73;
  text-align: center;
  line-height: 1.4;
}
.validation_error {
  background-color: #ffffd9;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #e8e800;
  text-align: center;
  line-height: 1.4;
}
.validation_message {
  background-color: red !important;
  color: #fff !important;
  font-style: normal !important;
  font-size: 1.4rem !important;
  clear: both;
  display: inline-block;
  padding: 0.3rem 0.5rem;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0.5rem;
}
.gform_confirmation_message {
  background-color: #dbffd9;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 0.1rem solid #7aff73;
  text-align: center;
  line-height: 1.4;
}
.gform_confirmation_message:last-child {
  margin-bottom: 0;
}
.gfield.gform_hidden {
  margin-bottom: 0 !important;
}
.gform_ajax_spinner {
  display: inline-block;
  border: 0.4rem solid #eee;
  border-left: 0.4rem solid #745c97;
  animation: gf-ajax-spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes gf-ajax-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gfield_html.gf-divider {
  margin-top: 6rem;
  border-top: 0.1rem solid rgb(0 0 0 / 0.2);
  margin-bottom: 5rem;
}
.gf-full-width input,
.gf-full-width textarea,
.gf-full-width select,
.gf-full-width .gform_drop_area,
.gf-full-width table {
  width: 100%;
}
.gform-full-width input[type="text"],
.gform-full-width input[type="number"],
.gform-full-width input[type="file"],
.gform-full-width input[type="tel"],
.gform-full-width input[type="url"],
.gform-full-width input[type="email"],
.gform-full-width select,
.gform-full-width textarea,
.gform-full-width .gform_drop_area,
.gform-full-width .gfield_list {
  width: 100%;
}
.gform-full-width .gfield_list .gfield_list_cell {
  width: 75%;
}
.gform-full-width .gfield_list .gfield_list_icons {
  width: 25%;
}
@media (min-width: 768px) {
  .gfield.gf-list-inline .gfield_checkbox > li,
  .gfield.gf-list-inline .gfield_radio > li {
    float: left;
    margin-right: 1.5rem !important;
  }
  .gfield.gf-list-inline .gfield_checkbox > li:last-child,
  .gfield.gf-list-inline .gfield_radio > li:last-child {
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .gfield.gf-list-col-2 .gfield_checkbox,
  .gfield.gf-list-col-2 .gfield_radio {
    margin: 0 -1.5rem;
  }
  .gfield.gf-list-col-2 .gfield_checkbox > li,
  .gfield.gf-list-col-2 .gfield_radio > li {
    float: left;
    width: 50%;
    padding: 0 1.5rem;
  }
  .gfield.gf-list-col-2 .gfield_checkbox > li:nth-child(2n + 1),
  .gfield.gf-list-col-2 .gfield_radio > li:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .gfield.gf-list-enhanced.gf-list-col-2 .gfield_checkbox label:before,
  .gfield.gf-list-enhanced.gf-list-col-2 .gfield_radio label:before {
    left: 1.5rem;
  }
}
.gfield.gf-list-enhanced .gfield_checkbox > li,
.gfield.gf-list-enhanced .gfield_radio > li {
  position: relative;
  margin-bottom: 0;
}
.gfield.gf-list-enhanced .gfield_checkbox label,
.gfield.gf-list-enhanced .gfield_radio label {
  line-height: 1.3;
  display: inline-block;
  padding: 1rem 1.5rem 1rem 3rem;
  margin-bottom: 0;
  margin-left: 0;
}
.gfield.gf-list-enhanced .gfield_checkbox label:before,
.gfield.gf-list-enhanced .gfield_radio label:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2rem;
  transform: translateY(-50%);
}
.gfield.gf-list-enhanced .gfield_checkbox input[type="radio"],
.gfield.gf-list-enhanced .gfield_checkbox input[type="checkbox"],
.gfield.gf-list-enhanced .gfield_radio input[type="radio"],
.gfield.gf-list-enhanced .gfield_radio input[type="checkbox"] {
  display: none;
}
.gfield.gf-list-full-width .gfield_checkbox label,
.gfield.gf-list-full-width .gfield_radio label {
  display: block;
  margin-left: 0;
}
.gfield.gf-list-full-width .gfield_checkbox input[type="text"],
.gfield.gf-list-full-width .gfield_radio input[type="text"] {
  width: 100%;
}
.gfield.gf-list-enhanced .gfield_checkbox label:before {
  content: "\e607";
}
.gfield.gf-list-enhanced:not([class*="gf-list-inline"]) input[type="text"] {
  margin-top: 1rem;
}
.gform_body .gf-row {
  padding: 0;
}
.gform_body .gf-row ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.gform_body .gf-row ul::after {
  display: block;
  clear: both;
  content: "";
}
.gform_body .gf-row > ul {
  margin-left: -1rem;
  margin-right: -1rem;
}
.gform_body .gf-row input[type="text"],
.gform_body .gf-row input[type="email"],
.gform_body .gf-row textarea,
.gform_body .gf-row select {
  width: 100%;
}
.gform_body .gf-row .gfield_html {
  display: none;
}
@media (max-width: 575.98px) {
  .gform_body .gf-row > ul .gfield:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .gform_body .gf-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .gform_body .gf-row > ul {
    display: flex;
  }
  .gform_body .gf-row > ul .gfield {
    flex: 1 1 100%;
    padding: 0 1rem;
    margin-bottom: 0;
  }
  .gform_body .gf-row > ul .gfield.gf-col-3 {
    flex: 0 0 25%;
  }
  .gform_body .gf-row > ul .gfield.gf-col-4 {
    flex: 0 0 33.33333%;
  }
  .gform_body .gf-row > ul .gfield.gf-col-6 {
    flex: 0 0 50%;
  }
  .gform_body .gf-row > ul .gfield.gf-col-8 {
    flex: 0 0 75%;
  }
}
.gform_body .gf-block-row {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
}
.gform_body .gf-block-row::after {
  display: block;
  clear: both;
  content: "";
}
.gform_body .gf-block-row .gf-block-col-2 .gfield_html {
  display: none;
}
.gform_body .gf-block-row input,
.gform_body .gf-block-row textarea,
.gform_body .gf-block-row select {
  width: 100%;
}
.gform_body .gf-block-row .gfield_html {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gform_body .gf-block-row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .gform_body .gf-block-row .gf-block-col-2 {
    float: left;
    width: 50%;
    padding: 0 1.5rem;
  }
}
.gform_body .gfield.gf-label-hide .gfield_label,
.gform_body .gfield.gf-sublabel-hide .ginput_complex label,
.gform_body .gfield.gf-sublabel-hide .ginput_container_date label,
.gform_body
  .gfield.gf-sublabel-hide
  .ginput_container_time
  label
  .gfield.hide-label
  .gfield_label,
.gform_body .gfield_visibility_hidden,
.gform_body .hidden_label > .gfield_label {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  height: 0;
  margin-bottom: 0;
}
.gform_body .gfield.gf-label-transparent .gfield_label {
  visibility: hidden;
  opacity: 0;
}
.gform_body .gfield.gf-search-hide .chosen-search {
  display: none !important;
}
@media (min-width: 768px) {
  .gform_body .gfield.gf-label-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .gform_body .gfield.gf-label-inline .gfield_label {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .gform_body .gfield.gf-label-inline .gfield_description {
    margin-left: 1rem;
    margin-bottom: 0;
  }
}
.gfield.gform_validation_container {
  display: none !important;
}
.gplaceholder .gform_body .gfield .gfield_label {
  display: none;
}
.gf-display-label .gfield_label {
  display: block !important;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half,
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third,
.gform_wrapper .gf_first_quarter,
.gform_wrapper .gf_second_quarter,
.gform_wrapper .gf_third_quarter,
.gform_wrapper .gf_fourth_quarter,
.gform_wrapper .gf_inline,
.gform_wrapper .gf-left-half,
.gform_wrapper .gf-right-half,
.gform_wrapper .gf-left-third,
.gform_wrapper .gf-middle-third,
.gform_wrapper .gf-right-third,
.gform_wrapper .gf-first-quarter,
.gform_wrapper .gf-second-quarter,
.gform_wrapper .gf-third-quarter,
.gform_wrapper .gf-fourth-quarter,
.gform_wrapper .gf-inline {
  display: inline-block;
  vertical-align: top;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half,
.gform_wrapper .gf-left-half,
.gform_wrapper .gf-right-half {
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half,
  .gform_wrapper .gf-left-half,
  .gform_wrapper .gf-right-half {
    width: 50%;
  }
}
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third,
.gform_wrapper .gf-left-third,
.gform_wrapper .gf-middle-third,
.gform_wrapper .gf-right-third {
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gf_left_third,
  .gform_wrapper .gf_middle_third,
  .gform_wrapper .gf_right_third,
  .gform_wrapper .gf-left-third,
  .gform_wrapper .gf-middle-third,
  .gform_wrapper .gf-right-third {
    width: 33.333333%;
  }
}
.gform_wrapper .gf_first_quarter,
.gform_wrapper .gf_second_quarter,
.gform_wrapper .gf_third_quarter,
.gform_wrapper .gf_fourth_quarter,
.gform_wrapper .gf-first-quarter,
.gform_wrapper .gf-second-quarter,
.gform_wrapper .gf-third-quarter,
.gform_wrapper .gf-fourth-quarter {
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_first_quarter,
  .gform_wrapper .gf_second_quarter,
  .gform_wrapper .gf_third_quarter,
  .gform_wrapper .gf_fourth_quarter,
  .gform_wrapper .gf-first-quarter,
  .gform_wrapper .gf-second-quarter,
  .gform_wrapper .gf-third-quarter,
  .gform_wrapper .gf-fourth-quarter {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_first_quarter,
  .gform_wrapper .gf_second_quarter,
  .gform_wrapper .gf_third_quarter,
  .gform_wrapper .gf_fourth_quarter,
  .gform_wrapper .gf-first-quarter,
  .gform_wrapper .gf-second-quarter,
  .gform_wrapper .gf-third-quarter,
  .gform_wrapper .gf-fourth-quarter {
    width: 25%;
  }
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_first_quarter,
.gform_wrapper .gf-left-half,
.gform_wrapper .gf-left-third,
.gform_wrapper .gf-first-quarter {
  clear: both;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf-left-half {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_left_third,
  .gform_wrapper .gf_middle_third,
  .gform_wrapper .gf-left-third,
  .gform_wrapper .gf-middle-third {
    padding-right: 1rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper .gf_first_quarter,
  .gform_wrapper .gf_second_quarter,
  .gform_wrapper .gf-first-quarter,
  .gform_wrapper .gf-second-quarter {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_third_quarter,
  .gform_wrapper .gf-third-quarter {
    padding-right: 1rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper .gf_right_half,
  .gform_wrapper .gf-right-half {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_middle_third,
  .gform_wrapper .gf_right_third,
  .gform_wrapper .gf-middle-third,
  .gform_wrapper .gf-right-third {
    padding-left: 1rem;
  }
}
@media (min-width: 576px) {
  .gform_wrapper .gf_second_quarter,
  .gform_wrapper .gf_fourth_quarter,
  .gform_wrapper .gf-second-quarter,
  .gform_wrapper .gf-fourth-quarter {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_third_quarter,
  .gform_wrapper .gf-third-quarter {
    padding-left: 1rem;
  }
}
.gform_wrapper .gf_inline,
.gform_wrapper .gf-inline {
  width: auto;
  min-width: auto;
  padding-right: 2rem;
}
.gform_wrapper .gf_list_2col .gfield_checkbox li,
.gform_wrapper .gf_list_2col .gfield_radio li,
.gform_wrapper .gf_list_2col .gfield-checkbox li,
.gform_wrapper .gf_list_2col .gfield-radio li,
.gform_wrapper .gf_list_3col .gfield_checkbox li,
.gform_wrapper .gf_list_3col .gfield_radio li,
.gform_wrapper .gf_list_3col .gfield-checkbox li,
.gform_wrapper .gf_list_3col .gfield-radio li,
.gform_wrapper .gf_list_4col .gfield_checkbox li,
.gform_wrapper .gf_list_4col .gfield_radio li,
.gform_wrapper .gf_list_4col .gfield-checkbox li,
.gform_wrapper .gf_list_4col .gfield-radio li,
.gform_wrapper .gf_list_5col .gfield_checkbox li,
.gform_wrapper .gf_list_5col .gfield_radio li,
.gform_wrapper .gf_list_5col .gfield-checkbox li,
.gform_wrapper .gf_list_5col .gfield-radio li,
.gform_wrapper .gf_list_inline .gfield_checkbox li,
.gform_wrapper .gf_list_inline .gfield_radio li,
.gform_wrapper .gf_list_inline .gfield-checkbox li,
.gform_wrapper .gf_list_inline .gfield-radio li,
.gform_wrapper .gf-list-2col .gfield_checkbox li,
.gform_wrapper .gf-list-2col .gfield_radio li,
.gform_wrapper .gf-list-2col .gfield-checkbox li,
.gform_wrapper .gf-list-2col .gfield-radio li,
.gform_wrapper .gf-list-3col .gfield_checkbox li,
.gform_wrapper .gf-list-3col .gfield_radio li,
.gform_wrapper .gf-list-3col .gfield-checkbox li,
.gform_wrapper .gf-list-3col .gfield-radio li,
.gform_wrapper .gf-list-4col .gfield_checkbox li,
.gform_wrapper .gf-list-4col .gfield_radio li,
.gform_wrapper .gf-list-4col .gfield-checkbox li,
.gform_wrapper .gf-list-4col .gfield-radio li,
.gform_wrapper .gf-list-5col .gfield_checkbox li,
.gform_wrapper .gf-list-5col .gfield_radio li,
.gform_wrapper .gf-list-5col .gfield-checkbox li,
.gform_wrapper .gf-list-5col .gfield-radio li,
.gform_wrapper .gf-list-inline .gfield_checkbox li,
.gform_wrapper .gf-list-inline .gfield_radio li,
.gform_wrapper .gf-list-inline .gfield-checkbox li,
.gform_wrapper .gf-list-inline .gfield-radio li {
  display: inline-block;
  padding-right: 2rem;
}
.gform_wrapper .gf_list_2col .gfield_checkbox li,
.gform_wrapper .gf_list_2col .gfield_radio li,
.gform_wrapper .gf_list_2col .gfield-checkbox li,
.gform_wrapper .gf_list_2col .gfield-radio li,
.gform_wrapper .gf-list-2col .gfield_checkbox li,
.gform_wrapper .gf-list-2col .gfield_radio li,
.gform_wrapper .gf-list-2col .gfield-checkbox li,
.gform_wrapper .gf-list-2col .gfield-radio li {
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_list_2col .gfield_checkbox li,
  .gform_wrapper .gf_list_2col .gfield_radio li,
  .gform_wrapper .gf_list_2col .gfield-checkbox li,
  .gform_wrapper .gf_list_2col .gfield-radio li,
  .gform_wrapper .gf-list-2col .gfield_checkbox li,
  .gform_wrapper .gf-list-2col .gfield_radio li,
  .gform_wrapper .gf-list-2col .gfield-checkbox li,
  .gform_wrapper .gf-list-2col .gfield-radio li {
    width: 50%;
  }
}
.gform_wrapper .gf_list_3col .gfield_checkbox li,
.gform_wrapper .gf_list_3col .gfield_radio li,
.gform_wrapper .gf_list_3col .gfield-checkbox li,
.gform_wrapper .gf_list_3col .gfield-radio li,
.gform_wrapper .gf-list-3col .gfield_checkbox li,
.gform_wrapper .gf-list-3col .gfield_radio li,
.gform_wrapper .gf-list-3col .gfield-checkbox li,
.gform_wrapper .gf-list-3col .gfield-radio li {
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gf_list_3col .gfield_checkbox li,
  .gform_wrapper .gf_list_3col .gfield_radio li,
  .gform_wrapper .gf_list_3col .gfield-checkbox li,
  .gform_wrapper .gf_list_3col .gfield-radio li,
  .gform_wrapper .gf-list-3col .gfield_checkbox li,
  .gform_wrapper .gf-list-3col .gfield_radio li,
  .gform_wrapper .gf-list-3col .gfield-checkbox li,
  .gform_wrapper .gf-list-3col .gfield-radio li {
    width: 33.333333%;
  }
}
.gform_wrapper .gf_list_4col .gfield_checkbox li,
.gform_wrapper .gf_list_4col .gfield_radio li,
.gform_wrapper .gf_list_4col .gfield-checkbox li,
.gform_wrapper .gf_list_4col .gfield-radio li,
.gform_wrapper .gf-list-4col .gfield_checkbox li,
.gform_wrapper .gf-list-4col .gfield_radio li,
.gform_wrapper .gf-list-4col .gfield-checkbox li,
.gform_wrapper .gf-list-4col .gfield-radio li {
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_list_4col .gfield_checkbox li,
  .gform_wrapper .gf_list_4col .gfield_radio li,
  .gform_wrapper .gf_list_4col .gfield-checkbox li,
  .gform_wrapper .gf_list_4col .gfield-radio li,
  .gform_wrapper .gf-list-4col .gfield_checkbox li,
  .gform_wrapper .gf-list-4col .gfield_radio li,
  .gform_wrapper .gf-list-4col .gfield-checkbox li,
  .gform_wrapper .gf-list-4col .gfield-radio li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_list_4col .gfield_checkbox li,
  .gform_wrapper .gf_list_4col .gfield_radio li,
  .gform_wrapper .gf_list_4col .gfield-checkbox li,
  .gform_wrapper .gf_list_4col .gfield-radio li,
  .gform_wrapper .gf-list-4col .gfield_checkbox li,
  .gform_wrapper .gf-list-4col .gfield_radio li,
  .gform_wrapper .gf-list-4col .gfield-checkbox li,
  .gform_wrapper .gf-list-4col .gfield-radio li {
    width: 25%;
  }
}
.gform_wrapper .gf_list_5col .gfield_checkbox li,
.gform_wrapper .gf_list_5col .gfield_radio li,
.gform_wrapper .gf_list_5col .gfield-checkbox li,
.gform_wrapper .gf_list_5col .gfield-radio li,
.gform_wrapper .gf-list-5col .gfield_checkbox li,
.gform_wrapper .gf-list-5col .gfield_radio li,
.gform_wrapper .gf-list-5col .gfield-checkbox li,
.gform_wrapper .gf-list-5col .gfield-radio li {
  width: 100%;
}
@media (min-width: 576px) {
  .gform_wrapper .gf_list_5col .gfield_checkbox li,
  .gform_wrapper .gf_list_5col .gfield_radio li,
  .gform_wrapper .gf_list_5col .gfield-checkbox li,
  .gform_wrapper .gf_list_5col .gfield-radio li,
  .gform_wrapper .gf-list-5col .gfield_checkbox li,
  .gform_wrapper .gf-list-5col .gfield_radio li,
  .gform_wrapper .gf-list-5col .gfield-checkbox li,
  .gform_wrapper .gf-list-5col .gfield-radio li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gf_list_5col .gfield_checkbox li,
  .gform_wrapper .gf_list_5col .gfield_radio li,
  .gform_wrapper .gf_list_5col .gfield-checkbox li,
  .gform_wrapper .gf_list_5col .gfield-radio li,
  .gform_wrapper .gf-list-5col .gfield_checkbox li,
  .gform_wrapper .gf-list-5col .gfield_radio li,
  .gform_wrapper .gf-list-5col .gfield-checkbox li,
  .gform_wrapper .gf-list-5col .gfield-radio li {
    width: 20%;
  }
}
.gform_wrapper .gf_list_height_25 .gfield-checkbox li,
.gform_wrapper .gf_list_height_25 .gfield-radio li,
.gform_wrapper .gf_list_height_25 .gfield-checkbox li,
.gform_wrapper .gf_list_height_25 .gfield-radio li,
.gform_wrapper .gf-list-height-25 .gfield-checkbox li,
.gform_wrapper .gf-list-height-25 .gfield-radio li,
.gform_wrapper .gf-list-height-25 .gfield-checkbox li,
.gform_wrapper .gf-list-height-25 .gfield-radio li {
  height: 2.5rem;
}
.gform_wrapper .gf_list_height_50 .gfield-checkbox li,
.gform_wrapper .gf_list_height_50 .gfield-radio li,
.gform_wrapper .gf_list_height_50 .gfield-checkbox li,
.gform_wrapper .gf_list_height_50 .gfield-radio li,
.gform_wrapper .gf-list-height-50 .gfield-checkbox li,
.gform_wrapper .gf-list-height-50 .gfield-radio li,
.gform_wrapper .gf-list-height-50 .gfield-checkbox li,
.gform_wrapper .gf-list-height-50 .gfield-radio li {
  height: 5rem;
}
.gform_wrapper .gf_list_height_75 .gfield_checkbox li,
.gform_wrapper .gf_list_height_75 .gfield_radio li,
.gform_wrapper .gf_list_height_75 .gfield-checkbox li,
.gform_wrapper .gf_list_height_75 .gfield-radio li,
.gform_wrapper .gf-list-height-75 .gfield_checkbox li,
.gform_wrapper .gf-list-height-75 .gfield_radio li,
.gform_wrapper .gf-list-height-75 .gfield-checkbox li,
.gform_wrapper .gf-list-height-75 .gfield-radio li {
  height: 7.5rem;
}
.gform_wrapper .gf_list_height_100 .gfield_checkbox li,
.gform_wrapper .gf_list_height_100 .gfield_radio li,
.gform_wrapper .gf_list_height_100 .gfield-checkbox li,
.gform_wrapper .gf_list_height_100 .gfield-radio li,
.gform_wrapper .gf-list-height-100 .gfield_checkbox li,
.gform_wrapper .gf-list-height-100 .gfield_radio li,
.gform_wrapper .gf-list-height-100 .gfield-checkbox li,
.gform_wrapper .gf-list-height-100 .gfield-radio li {
  height: 10rem;
}
.gform_wrapper .gf_list_height_125 .gfield_checkbox li,
.gform_wrapper .gf_list_height_125 .gfield_radio li,
.gform_wrapper .gf_list_height_125 .gfield-checkbox li,
.gform_wrapper .gf_list_height_125 .gfield-radio li,
.gform_wrapper .gf_list_height_125 .gfield_checkbox li,
.gform_wrapper .gf_list_height_125 .gfield_radio li,
.gform_wrapper .gf_list_height_125 .gfield-checkbox li,
.gform_wrapper .gf_list_height_125 .gfield-radio li {
  height: 12.5rem;
}
.gform_wrapper .gf_list_height_150 .gfield_checkbox li,
.gform_wrapper .gf_list_height_150 .gfield_radio li,
.gform_wrapper .gf_list_height_150 .gfield-checkbox li,
.gform_wrapper .gf_list_height_150 .gfield-radio li,
.gform_wrapper .gf-list-height-150 .gfield_checkbox li,
.gform_wrapper .gf-list-height-150 .gfield_radio li,
.gform_wrapper .gf-list-height-150 .gfield-checkbox li,
.gform_wrapper .gf-list-height-150 .gfield-radio li {
  height: 15rem;
}
.gform_wrapper .gf_scroll_text,
.gform_wrapper .gf-scroll-text {
  height: 24rem;
  padding: 2rem;
  border: 0.1rem solid #ddd;
  overflow-y: scroll;
  overflow-x: hidden;
}
.gform_wrapper .gf_hide_ampm .gfield_time_ampm,
.gform_wrapper .gf_hide_charleft .charleft,
.gform_wrapper .gf-hide-ampm .gfield-time-ampm,
.gform_wrapper .gf-hide-charleft .charleft {
  display: none !important;
}
.gform_submission_error {
  font-size: 1.6rem;
  background: red;
  padding: 1rem 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 3rem !important;
}
.btn,
.ginput_container_fileupload input[type="file"],
.ginput_container_fileupload .gform_button_select_files,
.gform_drop_area input[type="button"],
.gform_footer input[type="submit"],
.gform_footer .gform_save_link {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  display: flex;
  width: fit-content;
  align-items: center;
}
.btn-inline {
  display: inline-flex;
}
.btn-radius {
  border-radius: 2.8rem;
}
.btn-black {
  background-color: #000;
  color: #fff;
  border: 0.1rem solid #000;
  border-radius: 2.8rem;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #c8c8c8;
  color: #000;
  border-color: #c8c8c8;
}
.btn-white {
  background-color: #fff;
  color: #000 !important;
  border: 0.1rem solid #fff;
  border-radius: 2.8rem;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #c8c8c8;
  color: #000 !important;
  border-color: #c8c8c8;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #000;
  color: #c8c8c8;
  border-color: #000;
}
.btn-nero {
  background-color: #252525;
  color: #fff;
  border: 0.1rem solid #252525;
  border-radius: 2.8rem;
}
.btn-nero:hover,
.btn-nero:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-outline-black {
  background-color: #fff0;
  color: #000;
  border: 0.1rem solid #000;
  border-radius: 2.8rem;
}
.btn-outline-black:hover,
.btn-outline-black:focus {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-outline-white {
  background-color: #fff0;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 2.8rem;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.btn-expand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.btn-expand:hover {
  color: #aaa;
}
.btn-expand.scheme-dark {
  color: #000;
}
.btn-expand.scheme-dark:hover {
  color: #666;
}
.btn-expand.scheme-dark .i-font-before {
  background-color: #000;
  color: #fff;
}
.btn-expand span {
  display: flex;
  align-items: center;
}
.btn-expand .i-font-before {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.4rem;
  border-radius: 50%;
  margin-right: 1.5rem;
}
.btn-expand .expand-text .i-font-before:before {
  content: "\e91d";
}
.btn-expand .hide-text .i-font-before:before {
  content: "\e904";
}
.btn-rarr {
  position: relative;
  display: inline-flex !important;
  align-items: center;
}
.btn-rarr::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 2.4rem;
  margin-left: 0.6rem;
  transition: 0.2s ease;
  position: relative;
}
.btn-rarr:hover::after,
.btn-rarr:focus::after {
  transform: translateX(0.5rem);
}
@media (min-width: 1400px) {
  .container-big {
    max-width: 138rem;
  }
}
.display-1 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 4rem;
  }
}
.display-2 {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 8rem;
  }
}
.d6,
.display-6 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .d6,
  .display-6 {
    font-size: 1.6rem;
  }
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .mt-md-n15 {
    margin-top: -15rem;
  }
}
.absolute-cover {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.play-link {
  background-color: rgb(255 255 255 / 0.38);
  color: #fff;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border: 0.1rem solid #fff;
  border-radius: 50%;
  transition: 0.2s ease;
}
.play-link:hover {
  background: #fff;
  color: #000;
}
@media (min-width: 992px) {
  .play-link {
    font-size: 6rem;
    width: 14rem;
    height: 14rem;
  }
}
.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-overlay:after {
  /* background: linear-gradient(
    180deg,
    rgb(0 0 0 / 0.5) 28.49%,
    rgb(23 23 23 / 0.5) 129.21%
  ); */
}
.bg-overlay-none:after {
  background-image: linear-gradient(90deg, rgb(0 0 0 / 0.67) 0%, #fff0 100%);
}
.bg-overlay-dark:after {
  background-color: rgb(0 0 0 / 0.46);
}
.bg-overlay-construct:after,
.bg-overlay-red:after {
  background: linear-gradient(
    180deg,
    rgb(255 28 25 / 0.9) 28.56%,
    rgb(230 117 81 / 0.42) 100%
  );
}
.bg-overlay-manufacture:after,
.bg-overlay-yellow:after {
  background: linear-gradient(
    180deg,
    #ffcd00 0%,
    rgb(157 149 76 / 0.44) 78.21%
  );
}
.bg-overlay-enhance:after,
.bg-overlay-green:after {
  background-image: linear-gradient(
    180deg,
    #128f45 0%,
    rgb(122 157 76 / 0.44) 100%
  );
}
.bg-overlay-develop:after,
.bg-overlay-purple:after {
  background-image: linear-gradient(
    180deg,
    rgb(128 112 243 / 0.9) 28.56%,
    rgb(23 8 143 / 0.44) 100%
  );
}
.page-dupod-an-amana-company .hero-banner-section .bg-overlay::after {
  background: linear-gradient(
    180deg,
    rgb(99 102 106 / 0.9) 46.14%,
    rgb(134 133 133 / 0.44) 100%
  );
}
.page-dubox .hero-banner-section .bg-overlay::after {
  background: linear-gradient(
    180deg,
    rgb(99 102 106 / 0.9) 46.14%,
    rgb(134 133 133 / 0.44) 100%
  );
}
.list-unstyled {
  margin-left: 0;
  margin-top: 0;
}
.list-unstyled > li {
  list-style: none;
}
.loading-dots,
.loading-dots:before,
.loading-dots:after {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
}
.loading-dots {
  color: #fff;
  font-size: 1rem;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  opacity: 0;
  visibility: hidden;
}
.loading-dots.js-active {
  visibility: visible;
  opacity: 1;
}
.loading-dots:before,
.loading-dots:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading-dots:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loading-dots:after {
  left: 3.5em;
}
.img-fluid,
.img-responsive {
  width: auto;
  height: auto;
  max-height: 100%;
}
.img-cover-block {
  position: relative;
  overflow: hidden;

}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.alignnone,
.alignleft,
.alignright,
.aligncenter,
.wp-post-image {
  width: auto;
  height: auto;
}
.alignleft {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 2rem 2rem 0;
  }
}
.alignright {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}
.alert {
  background-color: #ddd;
  border: 0.1rem solid #656565;
  padding: 1.5rem;
}
.alert-info {
  background-color: #ffffd9;
  border: 0.1rem solid #e8e800;
}
.alert-error {
  background-color: #ffd9d9;
  border: 0.1rem solid #ffa6a6;
}
.alert-success {
  background-color: #dbffd9;
  border: 0.1rem solid #7aff73;
}
@font-face {
  font-display: swap;
  font-family: "icomoon";
  src: url(https://www.groupamana.com/wp-content/themes/amana/fonts/icons/icomoon.eot?pabfec);
  src: url("https://www.groupamana.com/wp-content/themes/amana/fonts/icons/icomoon.eot?pabfec#iefix")
      format("embedded-opentype"),
    url(https://www.groupamana.com/wp-content/themes/amana/fonts/icons/icomoon.ttf?pabfec)
      format("truetype"),
    url(https://www.groupamana.com/wp-content/themes/amana/fonts/icons/icomoon.woff?pabfec)
      format("woff"),
    url("https://www.groupamana.com/wp-content/themes/amana/fonts/icons/icomoon.svg?pabfec#icomoon")
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.i-font-before:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-font-before:after {
  display: none;
}
.i-font-after:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-font-after:before {
  display: none;
}
.i-minus-circle:before,
.i-minus-circle:after {
  content: "\e903";
}
.i-plus-circle:before,
.i-plus-circle:after {
  content: "\e902";
}
.i-pdf:before,
.i-pdf:after {
  content: "\e901";
}
.i-youtube:before,
.i-youtube:after {
  content: "\e900";
}
.i-linkedin:before,
.i-linkedin:after {
  content: "\e925";
}
.i-twitter:before,
.i-twitter:after {
  content: "\e929";
}
.i-call:before,
.i-call:after {
  content: "\e90e";
}
.i-email:before,
.i-email:after {
  content: "\e613";
}
.i-search:before,
.i-search:after {
  content: "\e927";
}
.i-search1:before {
  content: "\e905";
}
.i-close:before,
.i-close:after {
  content: "\e914";
}
.i-play:before,
.i-play:after {
  content: "\e91c";
}
.i-plus:before,
.i-plus:after {
  content: "\e91d";
}
.i-minus:before,
.i-minus:after {
  content: "\e904";
}
.i-check:before,
.i-check:after {
  content: "\e61d";
}
.i-menu:before,
.i-menu:after {
  content: "\e62f";
}
.i-check-box:before,
.i-check-box:after {
  content: "\e606";
}
.i-check-box-outline-blank:before,
.i-check-box-outline-blank:after {
  content: "\e607";
}
.i-radio-button-off:before,
.i-radio-button-off:after {
  content: "\e608";
}
.i-radio-button-on:before,
.i-radio-button-on:after {
  content: "\e609";
}
.i-square-check:before,
.i-square-check:after {
  content: "\e046";
}
.i-square-cross:before,
.i-square-cross:after {
  content: "\e047";
}
.i-chevron-thin-down:before,
.i-chevron-thin-down:after {
  content: "\e615";
}
.i-chevron-thin-left:before,
.i-chevron-thin-left:after {
  content: "\e616";
}
.i-chevron-thin-right:before,
.i-chevron-thin-right:after {
  content: "\e617";
}
.i-chevron-thin-up:before,
.i-chevron-thin-up:after {
  content: "\e618";
}
@media screen and (max-width: 767px) {
  .leadership-cards .leadership-card .content-block p {
    font-size: 1.2rem;
  }
}
.header-nav
  ul.secondary-nav-parent-menu
  ul.sub-menu
  > li:not(:first-child)
  .submenu-box
  .content-wrap:hover
  h3.cont-title {
  color: #979797;
  transition: all ease 0.5s;
}
.values-section .card-inner-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 0;
  justify-content: center;
}
.values-section .card-inner-wrapper .col-4 {
  flex: 0 0 auto;
  width: auto;
}
.h4 .white-bg {
  color: #fff;
  font-weight: 800;
  font-size: 72px;
  line-height: 72px;
  display: inline-block;
  position: relative;
}
.h4 .white-bg .letter-c {
  color: #f3252e;
}
.h4 .white-bg .letter-e {
  color: #ecbc32;
}
.h4 .white-bg .letter-r {
  color: #065c31;
}
.h4 .white-bg .letter-t {
  color: #67cade;
}
.h4 .white-bg .letter-a {
  color: #2a87c5;
}
.h4 .white-bg .letter-i {
  color: #088641;
}
.h4 .white-bg .letter-n {
  color: #4e4795;
}
.h4 .white-bg .letter-t-red {
  color: #c11e27;
}
.h4 .white-bg .letter-y {
  color: #e59231;
}
.values-section .flip-box-3d {
  width: 348px;
  height: 348px;
  margin: 0 auto 50px auto;
  max-width: 100%;
}
.values-section .flip-box-front {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.values-section .content-block {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.values-section .box-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.values-section .fg-logo {
  width: 88px;
  height: 88px;
  margin: 0 0 0 16px;
}
.values-section .box-name {
  margin: 16px 16px 20px 16px;
  font-weight: 700;
  color: #fff;
  font-size: 36px;
  line-height: 28px;
}
.values-section .hover-box-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 16px 20px 16px;
}
.values-section .hoverfg-logo {
  width: 88px;
  height: 88px;
  margin: 0 0 0 18px;
}
.values-section .hover-box-footer .hover-box-name {
  font-weight: 800;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 5px;
}
.values-section .hover-box-footer .hover-box-desc {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.values-section .hover-box-top {
  width: 100%;
  height: 86px;
  text-align: right;
  padding: 12px;
}
.values-section .hov-logo {
  width: 62px;
  height: 62px;
  max-height: 100%;
}
.values-section .box-1 .fg-logo {
  width: 85px;
  height: 85px;
}
.values-section .box-2 .fg-logo {
  width: 93px;
  height: 93px;
}
.values-section .box-3 .fg-logo {
  width: 94px;
  height: 94px;
}
.values-section .box-4 .fg-logo {
  width: 96px;
  height: 96px;
}
.values-section .box-5 .fg-logo {
  width: 97px;
  height: 97px;
}
.values-section .box-6 .fg-logo {
  width: 84px;
  height: 93px;
}
.values-section .box-7 .fg-logo {
  width: 85px;
  height: 85px;
}
.values-section .box-8 .fg-logo {
  width: 111px;
  height: 73px;
}
.values-section .box-9 .fg-logo {
  width: 178px;
  height: 154px;
}
.values-section .box-1 .hover-box-footer .hover-box-name {
  color: #f0272d;
}
.values-section .box-2 .hover-box-footer .hover-box-name {
  color: #f1bd33;
}
.values-section .box-3 .hover-box-footer .hover-box-name {
  color: #00a354;
}
.values-section .box-4 .hover-box-footer .hover-box-name {
  color: #68c7dc;
}
.values-section .box-5 .hover-box-footer .hover-box-name {
  color: #2e86c6;
}
.values-section .box-6 .hover-box-footer .hover-box-name {
  color: #008441;
}
.values-section .box-7 .hover-box-footer .hover-box-name {
  color: #6161a2;
}
.values-section .box-8 .hover-box-footer .hover-box-name {
  color: #cf0519;
}
.values-section .box-9 .hover-box-footer .hover-box-name {
  color: #ef982f;
}
.values-section .box-9 .box-name {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}
.values-section .box-9 .box-name span {
  font-weight: 800;
}
.values-section .box-1 .hov-logo {
  width: 54px;
  height: 55px;
}
.values-section .box-2 .hov-logo {
  width: 62px;
  height: 62px;
}
.values-section .box-3 .hov-logo {
  width: 61px;
  height: 61px;
}
.values-section .box-4 .hov-logo {
  width: 59px;
  height: 59px;
}
.values-section .box-5 .hov-logo {
  width: 60px;
  height: 60px;
}
.values-section .box-6 .hov-logo {
  width: 55px;
  height: 62px;
}
.values-section .box-7 .hov-logo {
  width: 52px;
  height: 52px;
}
.values-section .box-8 .hov-logo {
  width: 73px;
  height: 48px;
}
.values-section .box-9 .hov-logo {
  width: 55px;
  height: 55px;
}
.values-video-section {
  background: #e5e5e5;
}
.values-video-section .play-link {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  background: #e5e5e5;
}
.values-video-section .play-link img {
  width: 100%;
  height: auto;
}
.values-video-section .play-link:before {
  content: " ";
  display: block;
  position: absolute;
  width: 140px;
  height: 152px;
  left: 47%;
  top: 40%;
  left: calc(50% - 70px);
  top: calc(50% - 76px);
  background-image: url(https://www.groupamana.com/wp-content/themes/amana/images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.66;
  transition: all ease 0.5s;
}
.values-video-section .play-link:hover:before {
  opacity: 0.4;
}
@media screen and (max-width: 769px) {
  .h4 .white-bg {
    font-size: 42px;
    line-height: 46px;
  }
  .h4 .white-bg:before {
    width: 10px;
    height: 10px;
  }
  .values-video-section .play-link:before {
    width: 100px;
    height: 114px;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
section.seal-banner .content-block {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
section.seal-banner a.btn {
  background: #fff;
  border-color: #fff;
  font-size: 1.6rem;
  padding: 0.6rem 2rem;
  margin-top: 4rem;
}
.seal-products {
  margin-top: -20rem;
}
.seal-products .container {
  max-width: 138rem;
}
.seal-products .text-left h4.h4 {
  font-weight: 700;
}
.seal-products .container .text-left {
  padding: 4rem 2rem;
  background: #b7b7b7;
}
.seal-products .text-left p {
  font-size: 1.6rem;
  line-height: 1.4;
}
.seal-products a.btn {
  background: #fff;
  color: #000;
  border-color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 0.6rem 2rem;
}
.seal-intro .scrollable h5.h2 {
  font-size: 4rem;
}
@media (min-width: 576px) {
  .seal-products .container {
    max-width: 100vw;
  }
  .seal-intro .scrollable .animated {
    min-height: 55vh;
  }
}
@media (min-width: 768px) {
  .seal-products .container {
    max-width: 93vw;
  }
  .seal-intro .scrollable .animated {
    min-height: 50vh;
  }
  .seal-intro .scrollable h5.h2 {
    font-size: 7rem;
  }
  .seal-intro .scrollable h5 {
    font-size: 5rem;
    font-weight: 700;
  }
  .seal-products .text-left p {
    font-size: 1.8rem;
  }
  .seal-products .container .text-left {
    padding: 4rem;
  }
  section.seal-banner .content-block {
    padding-top: 8rem !important;
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 992px) {
  .seal-products .container {
    max-width: 118rem;
  }
  .seal-intro .scrollable .animated {
    min-height: 40vh;
  }
  .seal-products .container .text-left {
    padding: 5rem;
  }
  .seal-products .text-left p {
    font-size: 2.63rem;
  }
  .seal-products a.btn {
    font-size: 2.4rem;
    padding: 0.6rem 2rem;
  }
  section.seal-banner .content-block {
    padding-top: 17rem !important;
    padding-bottom: 7rem !important;
  }
  section.seal-banner a.btn {
    font-size: 2.4rem;
    margin-top: 5rem;
  }
  .seal-products {
    margin-top: -27rem;
  }
}
@media (min-width: 1200px) {
  .seal-products .container {
    max-width: 122rem;
  }
  .seal-intro .scrollable .animated {
    min-height: 46vh;
  }
  .seal-products .container .text-left {
    padding: 8rem;
  }
}
@media (min-width: 1400px) {
  .seal-products .container {
    max-width: 138rem;
  }
  .seal-intro .scrollable .animated {
    min-height: 50vh;
  }
}
.manufacture-menu ul.sub-menu {
  width: 900px;
  max-width: 900px;
  /* height: 580px; */
}
.header-nav .manufacture-menu .sub-menu li.item-2 {
  width: 33.33%;
}
.header-nav .manufacture-menu .sub-menu li.item-3 {
  background: #fff;
  width: 33.33%;
  position: absolute;
  right: 33.33%;
}
.header-nav .manufacture-menu .sub-menu li.item-4 {
  background: #fff;
  width: 33.33%;
  position: absolute;
  right: 0;
}
.header-nav .manufacture-menu .sub-menu li.item-3 .content-wrap {
  width: 100%;
  padding: 50px 0 50px 40px;
}
.header-nav .manufacture-menu .sub-menu li.item-3 .content-area {
  border-right: 1px solid #000;
}
.header-nav .manufacture-menu .sub-menu li.item-3 .cont-subtitle {
  color: #000;
}
@media (max-width: 1199.98px) {
  .manufacture-menu ul.sub-menu {
    width: 100%;
    max-width: 100%;
    height: 100vh;
  }
  .header-nav .manufacture-menu .sub-menu li.submenu-item {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }
  .header-nav .manufacture-menu .sub-menu li.item-3 .content-wrap {
    width: 100%;
    padding: 40px 24px 24px;
  }
  .header-nav .manufacture-menu .sub-menu li.item-3 .content-area {
    border: none;
  }
}

















/* additional css */
.bg-video {

  width: 1140px;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.video-block {

  height: 500px;
}


#sound-toggle {
  margin-top: 150px;
  position: absolute;
  /* bottom: 20px; */
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  padding: 10px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}


@media (max-width: 1875px) {

  .bg-video {
      width: 1140px;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1;
  }

  .video-block {

      height: 500px;
  }


  #sound-toggle {
      margin-top: 150px;
      position: absolute;
      /* bottom: 20px; */
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 22px;
      color: #ffffff;
      cursor: pointer;
      z-index: 2;
      transition: background 0.3s;
  }


}

@media (max-width: 1175px) {

  .bg-video {
      width: 960px;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1;
  }

  .video-block {

      height: 500px;
  }


  #sound-toggle {
      margin-top: 150px;
      position: absolute;
      /* bottom: 20px; */
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 22px;
      color: #ffffff;
      cursor: pointer;
      z-index: 2;
      transition: background 0.3s;
  }


}



@media (max-width: 992px) {

  .bg-video {

      width: 719px;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1;
  }

  .video-block {

      height: 404px;
  }

  #sound-toggle {
      margin-top: 120px;
      position: absolute;
      /* bottom: 20px; */
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 22px;
      color: #ffffff;
      cursor: pointer;
      z-index: 2;
      transition: background 0.3s;
  }


}

@media (max-width: 768px) {

  .bg-video {
      margin-top: 90px;
      width: 747px;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1;
  }

  .video-block {

      height: 500px;
  }

  #sound-toggle {
      margin-top: 190px;
      position: absolute;
      /* bottom: 20px; */
      /* right: 20px; */
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 22px;
      color: #ffffff;
      cursor: pointer;
      z-index: 2;
      transition: background 0.3s;
  }


}



@media (max-width: 575.98px) {
  .bg-video {
      height: 252px;
      margin-top: 90px;
      width: 505px;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1;
  }

  .video-block {

      height: 342px;
  }

  #sound-toggle {
      margin-top: 30px;
      position: absolute;
      /* bottom: 20px; */
      right: 20px;
      background: rgba(0, 0, 0, 0.6);
      border: none;
      border-radius: 50%;
      padding: 10px;
      font-size: 22px;
      color: #ffffff;
      cursor: pointer;
      z-index: 2;
      transition: background 0.3s;
  }

  .scc {
      margin-top: -220px;
  }


}













.swiper-slide {
width: auto;
display: flex;
align-items: center;
}

.swiper-slide .nav-link {
white-space: nowrap;
padding: 10px 15px;
display: inline-block;
text-decoration: none;
color: inherit;
}

.pimg {

height: 337px;

}

.responsive-heading1 {
font-size: 6rem;
/* Default for desktop */
}

.responsive-heading {
font-size: 2.4rem;
/* Default for desktop */
}


.responsive-heading2 {
font-size: 10rem;
/* Default for desktop */
}

.responsive-heading3 {
font-size: 3rem;
/* Default for desktop */
}

@media (min-width: 1441px) {
.responsive-heading2 {
    font-size: 10rem;
}

.responsive-heading {
    font-size: 2.4rem;
    /* Default for desktop */
}


.responsive-heading3 {
    font-size: 3rem;
    /* Default for desktop */
}

}

/* MacBook, medium screens (up to 1440px) */
@media (max-width: 1440px) {
.responsive-heading {
    font-size: 2.4rem;
    /* Default for desktop */
}

.responsive-heading1 {
    font-size: 3rem;
}

.responsive-heading2 {
    font-size: 4rem;
}

.responsive-heading3 {
    font-size: 3rem;
    /* Default for desktop */
}

}



/* Tablets (up to 1024px) */
@media (max-width: 1024px) {
.responsive-heading {
    font-size: 2.4rem;
}

.responsive-heading1 {
    font-size: 6rem;
}

.responsive-heading2 {
    font-size: 7rem;
}

.responsive-heading3 {
    font-size: 3rem;

}

}

@media (min-width: 992PX) {

.responsive-heading1 {
    font-size: 6rem;
    /* Default for desktop */
}

.responsive-heading {
    font-size: 2.4rem;
    /* Default for desktop */
}


.responsive-heading2 {
    font-size: 10rem;
    /* Default for desktop */
}

.responsive-heading3 {
    font-size: 3rem;
    /* Default for desktop */
}
}



/* Mobile (up to 768px) */
@media (max-width: 768px) {
.responsive-heading {
    font-size: 1.8rem;
}

.responsive-heading1 {
    font-size: 4.8rem;
}

.responsive-heading2 {
    font-size: 7rem;
}

.responsive-heading3 {
    font-size: 2.4rem;
    /* Default for desktop */
}

}

/* Extra small devices (up to 480px) */
@media (max-width: 480px) {
.responsive-heading {
    font-size: 1.6rem;
}

.responsive-heading1 {
    font-size: 3rem;
}

.responsive-heading2 {
    font-size: 4rem;
}

.responsive-heading3 {
    font-size: 3rem;
    /* Default for desktop */
}

}




/* Medium screens (MacBook Air/Pro 13", tablets in landscape) */
@media (max-width: 1440px) {
.scrollable .animated {
    top: 110vh;
}
}

/* Tablets (iPad, small laptops) */
@media (max-width: 1024px) {
.scrollable .animated {
    top: 115vh;
}
}

/* Mobile phones */
@media (max-width: 768px) {
.scrollable .animated {
    top: 105vh;
}
}

/* Extra small devices (phones in portrait mode) */
@media (max-width: 480px) {
.scrollable .animated {
    top: 105vh;
}
}


@media (max-width: 480px) {
.prjctsection {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

/* Tablet (up to 1024px) */
@media (max-width: 1024px) {
.prjctsection {
    padding-top: 60px;
    padding-bottom: 60px;
}
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
.prjctsection {
    padding-top: 40px;
    padding-bottom: 40px;
}
}














.swiper-horizontal {
margin-right: 20px;
/* default for desktop */
}



/* Mobile view (typically up to 768px) */
@media (max-width: 768px) {
.swiper-horizontal {
    margin-right: -38px;
}
}



.featured-content-cards-slider-section {
margin-right: 50px;
margin-left: 50px;
}


.swiper-wrapper {

margin-left: 18px;
}




















/* index-clients */



.sponsors-section {
/* padding-top: 110px; */
text-align: center;
/* padding: 40px 20px; */
}

.sponsors-section h2 {
font-size: 2em;
margin-bottom: 30px;
color: #333;
}

.sponsors-grid {
display: grid;
grid-template-columns: repeat(8, 1fr);
/* default: 6 per row */
gap: 10px;
/* ✅ fixed unit */
max-width: 1200px;
margin: 0 auto;
}


.sponsor-logo {
padding: 0;
margin: 0;
transition: transform 0.3s;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.sponsor-logo:hover {
transform: scale(1.05);
}

.sponsor-logo img {
max-width: 100%;
max-height: 170px;
object-fit: contain;
display: block;
margin: 0 auto;
filter: grayscale(100%) brightness(80%);
transition: filter 0.3s ease;
}

.sponsor-logo:hover img {
filter: none;
}

/* Large screens (default is 6 columns already) */
@media (max-width: 1200px) {
.sponsors-grid {
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
}

/* Medium screens (like tablets) */
@media (max-width: 992px) {
.sponsors-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.sponsor-logo img {
    max-height: 120px;
}
}

/* Tablets and larger phones */
@media (max-width: 768px) {
.sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.sponsor-logo {
    padding: 5px;
}

.sponsor-logo img {
    max-height: 90px;
}
}

/* Small phones */
/* Small phones */
@media (max-width: 480px) {
.sponsors-section h2 {
    font-size: 1.5em;
}

.sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    /* 3 sponsors per row */
    gap: 10px;
}

.sponsor-logo img {
    max-height: 80px;
}
}

/* Extra small phones */
@media (max-width: 360px) {
.sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    /* Keep 3 per row here too */
}

.sponsor-logo img {
    max-height: 70px;
}
}














/* Close button styling */
.submenu-close {
position: absolute;
/* top: 15px; */
right: 15px;
cursor: pointer;
z-index: 1001;
background: rgba(0, 0, 0, 0.1);
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.submenu-close:hover {
background: rgba(0, 0, 0, 0.2);
}

.close-icon {
display: block;
width: 15px;
height: 15px;
position: relative;
}

.close-icon:before,
.close-icon:after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 2px;
background: #333;
transition: all 0.3s ease;
}

.close-icon:before {
transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon:after {
transform: translate(-50%, -50%) rotate(-45deg);
}

/* --------- */
.cloned-submenu {
position: relative;
z-index: 100;
margin-top: 10px;
}

.cloned-submenu,
.cloned-submenu li {
list-style: none;
padding: 0;
margin: 0;
}

.cloned-submenu {
position: relative;
z-index: 100;
margin-top: 10px;
max-height: 500px;
/* Adjust as needed */
overflow: auto;
border-radius: 10px;
}

.cloned-submenu .submenu-box {
padding: 20px;
}
























.policy-section {
padding: 40px 20px;
}

.policy-wrapper {
max-width: 900px;
margin: 0 auto;
}

.policy-wrapper h1 {
font-size: 2rem;
color: #004080;
margin-bottom: 1rem;
text-align: left;
}

.policy-wrapper p {
margin-bottom: 1rem;
}

.policy-wrapper ul {
list-style: none;
padding-left: 0;
}

.policy-wrapper ul li {
position: relative;
padding-left: 1.5rem;
margin-bottom: 0.75rem;
}

.policy-wrapper ul li::before {
content: "➢";
position: absolute;
left: 0;
color: #004080;
font-size: 1.2rem;
}

@media (max-width: 600px) {
.policy-wrapper h1 {
    font-size: 1.5rem;
}

.policy-wrapper ul li {
    font-size: 0.95rem;
}
}














.bg-video {

width: 1140px;
top: 0;
left: 0;
object-fit: cover;
z-index: -1;
}

.video-block {

height: 500px;
}


#sound-toggle {
margin-top: 150px;
position: absolute;
/* bottom: 20px; */
right: 20px;
background: rgba(0, 0, 0, 0.6);
border: none;
border-radius: 50%;
padding: 10px;
font-size: 22px;
color: #ffffff;
cursor: pointer;
z-index: 2;
transition: background 0.3s;
}


@media (max-width: 1875px) {

.bg-video {
    width: 1140px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video-block {

    height: 500px;
}


#sound-toggle {
    margin-top: 150px;
    position: absolute;
    /* bottom: 20px; */
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}


}

@media (max-width: 1175px) {

.bg-video {
    width: 960px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video-block {

    height: 500px;
}


#sound-toggle {
    margin-top: 150px;
    position: absolute;
    /* bottom: 20px; */
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}


}



@media (max-width: 992px) {

.bg-video {

    width: 719px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video-block {

    height: 404px;
}

#sound-toggle {
    margin-top: 120px;
    position: absolute;
    /* bottom: 20px; */
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}


}

@media (max-width: 768px) {

.bg-video {
    margin-top: 90px;
    width: 747px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video-block {

    height: 500px;
}

#sound-toggle {
    margin-top: 190px;
    position: absolute;
    /* bottom: 20px; */
    /* right: 20px; */
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}


}



@media (max-width: 575.98px) {
.bg-video {
    height: 252px;
    margin-top: 90px;
    width: 505px;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.video-block {

    height: 342px;
}

#sound-toggle {
    margin-top: 30px;
    position: absolute;
    /* bottom: 20px; */
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    padding: 10px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}

.scc {
    margin-top: -220px;
}


}





























