@charset "UTF-8";
/*
Theme Name: Consello Revamp
Author: Jim Poulos, Mike Cagalingan
Description: Revamped theme for Consello
Version: 1.0.0
Text Domain: consello
*/
:root,
[data-bs-theme=light] {
  --bs-blue: #3b21ad;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ad214d;
  --bs-red: #ad214d;
  --bs-orange: #fd7e14;
  --bs-yellow: #FBCC95;
  --bs-green: #21ad3b;
  --bs-teal: #20c997;
  --bs-cyan: #2193ad;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #707070;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #F4F4F4;
  --bs-gray-200: #E4E4E4;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #D6D6D6;
  --bs-gray-500: #C6C6C6;
  --bs-gray-600: #707070;
  --bs-gray-700: #6E6E6E;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #AD3B21;
  --bs-secondary: #FBCC95;
  --bs-success: #21ad3b;
  --bs-info: #2193ad;
  --bs-warning: #FBCC95;
  --bs-danger: #ad214d;
  --bs-light: #F4F4F4;
  --bs-dark: #212529;
  --bs-primary-rgb: 173, 59, 33;
  --bs-secondary-rgb: 251, 204, 149;
  --bs-success-rgb: 33, 173, 59;
  --bs-info-rgb: 33, 147, 173;
  --bs-warning-rgb: 251, 204, 149;
  --bs-danger-rgb: 173, 33, 77;
  --bs-light-rgb: 244, 244, 244;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #2f1a8a;
  --bs-secondary-text: #707070;
  --bs-success-text: #1a8a2f;
  --bs-info-text: #145868;
  --bs-warning-text: #977a59;
  --bs-danger-text: #8a1a3e;
  --bs-light-text: #707070;
  --bs-dark-text: #6E6E6E;
  --bs-primary-bg-subtle: #d8d3ef;
  --bs-secondary-bg-subtle: #F4F4F4;
  --bs-success-bg-subtle: #d3efd8;
  --bs-info-bg-subtle: #d3e9ef;
  --bs-warning-bg-subtle: #fef5ea;
  --bs-danger-bg-subtle: #efd3db;
  --bs-light-bg-subtle: #fafafa;
  --bs-dark-bg-subtle: #D6D6D6;
  --bs-primary-border-subtle: #b1a6de;
  --bs-secondary-border-subtle: #E4E4E4;
  --bs-success-border-subtle: #a6deb1;
  --bs-info-border-subtle: #a6d4de;
  --bs-warning-border-subtle: #fdebd5;
  --bs-danger-border-subtle: #dea6b8;
  --bs-light-border-subtle: #E4E4E4;
  --bs-dark-border-subtle: #C6C6C6;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "DM Sans", arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #E4E4E4;
  --bs-secondary-bg-rgb: 228, 228, 228;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #F4F4F4;
  --bs-tertiary-bg-rgb: 244, 244, 244;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #AD3B21;
  --bs-link-color-rgb: 173, 59, 33;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #8a2f1a;
  --bs-link-hover-color-rgb: 138, 47, 26;
  --bs-code-color: #ad214d;
  --bs-highlight-bg: #fef5ea;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fef5ea;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-xsm: 362px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-lgplus: 1024px;
  --bs-breakpoint-ipad-air: 1180px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xlplus: 1366px;
  --bs-breakpoint-xxl: 1480px;
  --bs-breakpoint-xxxl: 1680px;
  --bs-breakpoint-xxxxl: 1900px;
  --bs-breakpoint-mega: 2400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #C6C6C6;
  --bs-body-color-rgb: 198, 198, 198;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #F4F4F4;
  --bs-emphasis-color-rgb: 244, 244, 244;
  --bs-secondary-color: rgba(198, 198, 198, 0.75);
  --bs-secondary-color-rgb: 198, 198, 198;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(198, 198, 198, 0.5);
  --bs-tertiary-color-rgb: 198, 198, 198;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #897ace;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #7ace89;
  --bs-info-text: #7abece;
  --bs-warning-text: #fde0bf;
  --bs-danger-text: #ce7a94;
  --bs-light-text: #F4F4F4;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #0c0723;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #07230c;
  --bs-info-bg-subtle: #071d23;
  --bs-warning-bg-subtle: #32291e;
  --bs-danger-bg-subtle: #23070f;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #231468;
  --bs-secondary-border-subtle: #6E6E6E;
  --bs-success-border-subtle: #146823;
  --bs-info-border-subtle: #0d3b45;
  --bs-warning-border-subtle: #64523c;
  --bs-danger-border-subtle: #68142e;
  --bs-light-border-subtle: #6E6E6E;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #897ace;
  --bs-link-hover-color: #b1a6de;
  --bs-link-color-rgb: 137, 122, 206;
  --bs-link-hover-color-rgb: 177, 166, 222;
  --bs-code-color: #ce7a94;
  --bs-border-color: #6E6E6E;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color, inherit);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.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: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #707070;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-ipad-air, .container-lgplus, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1100px;
  }
}
@media (min-width: 1480px) {
  .container-xxl, .container-xlplus, .container-xl, .container-ipad-air, .container-lgplus, .container-lg, .container-md, .container-sm, .container-xsm, .container {
    max-width: 1101px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 362px) {
  .col-xsm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xsm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xsm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xsm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xsm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xsm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xsm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xsm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xsm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xsm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xsm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xsm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xsm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xsm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xsm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xsm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xsm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xsm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xsm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xsm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xsm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66666667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66666667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66666667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66666667%;
  }
  .g-xsm-0,
  .gx-xsm-0 {
    --bs-gutter-x: 0;
  }
  .g-xsm-0,
  .gy-xsm-0 {
    --bs-gutter-y: 0;
  }
  .g-xsm-1,
  .gx-xsm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xsm-1,
  .gy-xsm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xsm-2,
  .gx-xsm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xsm-2,
  .gy-xsm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xsm-3,
  .gx-xsm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xsm-3,
  .gy-xsm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xsm-4,
  .gx-xsm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xsm-4,
  .gy-xsm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xsm-5,
  .gx-xsm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xsm-5,
  .gy-xsm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lgplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lgplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lgplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lgplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lgplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lgplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lgplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lgplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lgplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lgplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lgplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lgplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lgplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lgplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lgplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lgplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lgplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lgplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lgplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lgplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lgplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lgplus-0 {
    margin-left: 0;
  }
  .offset-lgplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-lgplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-lgplus-3 {
    margin-left: 25%;
  }
  .offset-lgplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-lgplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-lgplus-6 {
    margin-left: 50%;
  }
  .offset-lgplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-lgplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-lgplus-9 {
    margin-left: 75%;
  }
  .offset-lgplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-lgplus-11 {
    margin-left: 91.66666667%;
  }
  .g-lgplus-0,
  .gx-lgplus-0 {
    --bs-gutter-x: 0;
  }
  .g-lgplus-0,
  .gy-lgplus-0 {
    --bs-gutter-y: 0;
  }
  .g-lgplus-1,
  .gx-lgplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lgplus-1,
  .gy-lgplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lgplus-2,
  .gx-lgplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lgplus-2,
  .gy-lgplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lgplus-3,
  .gx-lgplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lgplus-3,
  .gy-lgplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lgplus-4,
  .gx-lgplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lgplus-4,
  .gy-lgplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lgplus-5,
  .gx-lgplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lgplus-5,
  .gy-lgplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1180px) {
  .col-ipad-air {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-ipad-air-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-ipad-air-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-ipad-air-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-ipad-air-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-ipad-air-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-ipad-air-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-ipad-air-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-ipad-air-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-ipad-air-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-ipad-air-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-ipad-air-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-ipad-air-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-ipad-air-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-ipad-air-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-ipad-air-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-ipad-air-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-ipad-air-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-ipad-air-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-ipad-air-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-ipad-air-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-ipad-air-0 {
    margin-left: 0;
  }
  .offset-ipad-air-1 {
    margin-left: 8.33333333%;
  }
  .offset-ipad-air-2 {
    margin-left: 16.66666667%;
  }
  .offset-ipad-air-3 {
    margin-left: 25%;
  }
  .offset-ipad-air-4 {
    margin-left: 33.33333333%;
  }
  .offset-ipad-air-5 {
    margin-left: 41.66666667%;
  }
  .offset-ipad-air-6 {
    margin-left: 50%;
  }
  .offset-ipad-air-7 {
    margin-left: 58.33333333%;
  }
  .offset-ipad-air-8 {
    margin-left: 66.66666667%;
  }
  .offset-ipad-air-9 {
    margin-left: 75%;
  }
  .offset-ipad-air-10 {
    margin-left: 83.33333333%;
  }
  .offset-ipad-air-11 {
    margin-left: 91.66666667%;
  }
  .g-ipad-air-0,
  .gx-ipad-air-0 {
    --bs-gutter-x: 0;
  }
  .g-ipad-air-0,
  .gy-ipad-air-0 {
    --bs-gutter-y: 0;
  }
  .g-ipad-air-1,
  .gx-ipad-air-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-ipad-air-1,
  .gy-ipad-air-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-ipad-air-2,
  .gx-ipad-air-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-ipad-air-2,
  .gy-ipad-air-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-ipad-air-3,
  .gx-ipad-air-3 {
    --bs-gutter-x: 1rem;
  }
  .g-ipad-air-3,
  .gy-ipad-air-3 {
    --bs-gutter-y: 1rem;
  }
  .g-ipad-air-4,
  .gx-ipad-air-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-ipad-air-4,
  .gy-ipad-air-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-ipad-air-5,
  .gx-ipad-air-5 {
    --bs-gutter-x: 3rem;
  }
  .g-ipad-air-5,
  .gy-ipad-air-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1366px) {
  .col-xlplus {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xlplus-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xlplus-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xlplus-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xlplus-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xlplus-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xlplus-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xlplus-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xlplus-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xlplus-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xlplus-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xlplus-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xlplus-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xlplus-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xlplus-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xlplus-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xlplus-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xlplus-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xlplus-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xlplus-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xlplus-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xlplus-0 {
    margin-left: 0;
  }
  .offset-xlplus-1 {
    margin-left: 8.33333333%;
  }
  .offset-xlplus-2 {
    margin-left: 16.66666667%;
  }
  .offset-xlplus-3 {
    margin-left: 25%;
  }
  .offset-xlplus-4 {
    margin-left: 33.33333333%;
  }
  .offset-xlplus-5 {
    margin-left: 41.66666667%;
  }
  .offset-xlplus-6 {
    margin-left: 50%;
  }
  .offset-xlplus-7 {
    margin-left: 58.33333333%;
  }
  .offset-xlplus-8 {
    margin-left: 66.66666667%;
  }
  .offset-xlplus-9 {
    margin-left: 75%;
  }
  .offset-xlplus-10 {
    margin-left: 83.33333333%;
  }
  .offset-xlplus-11 {
    margin-left: 91.66666667%;
  }
  .g-xlplus-0,
  .gx-xlplus-0 {
    --bs-gutter-x: 0;
  }
  .g-xlplus-0,
  .gy-xlplus-0 {
    --bs-gutter-y: 0;
  }
  .g-xlplus-1,
  .gx-xlplus-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xlplus-1,
  .gy-xlplus-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xlplus-2,
  .gx-xlplus-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xlplus-2,
  .gy-xlplus-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xlplus-3,
  .gx-xlplus-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xlplus-3,
  .gy-xlplus-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xlplus-4,
  .gx-xlplus-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xlplus-4,
  .gy-xlplus-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xlplus-5,
  .gx-xlplus-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xlplus-5,
  .gy-xlplus-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1480px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1680px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1900px) {
  .col-xxxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxxxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxxl-0 {
    margin-left: 0;
  }
  .offset-xxxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxxl-0,
  .gx-xxxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxxl-0,
  .gy-xxxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxxl-1,
  .gx-xxxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxxl-1,
  .gy-xxxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxxl-2,
  .gx-xxxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxxl-2,
  .gy-xxxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxxl-3,
  .gx-xxxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxxl-3,
  .gy-xxxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxxl-4,
  .gx-xxxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxxl-4,
  .gy-xxxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxxl-5,
  .gx-xxxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxxl-5,
  .gy-xxxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 2400px) {
  .col-mega {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-mega-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-mega-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-mega-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-mega-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-mega-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-mega-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-mega-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mega-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-mega-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-mega-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-mega-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-mega-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-mega-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-mega-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-mega-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-mega-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-mega-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-mega-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-mega-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-mega-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-mega-0 {
    margin-left: 0;
  }
  .offset-mega-1 {
    margin-left: 8.33333333%;
  }
  .offset-mega-2 {
    margin-left: 16.66666667%;
  }
  .offset-mega-3 {
    margin-left: 25%;
  }
  .offset-mega-4 {
    margin-left: 33.33333333%;
  }
  .offset-mega-5 {
    margin-left: 41.66666667%;
  }
  .offset-mega-6 {
    margin-left: 50%;
  }
  .offset-mega-7 {
    margin-left: 58.33333333%;
  }
  .offset-mega-8 {
    margin-left: 66.66666667%;
  }
  .offset-mega-9 {
    margin-left: 75%;
  }
  .offset-mega-10 {
    margin-left: 83.33333333%;
  }
  .offset-mega-11 {
    margin-left: 91.66666667%;
  }
  .g-mega-0,
  .gx-mega-0 {
    --bs-gutter-x: 0;
  }
  .g-mega-0,
  .gy-mega-0 {
    --bs-gutter-y: 0;
  }
  .g-mega-1,
  .gx-mega-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-mega-1,
  .gy-mega-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-mega-2,
  .gx-mega-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-mega-2,
  .gy-mega-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-mega-3,
  .gx-mega-3 {
    --bs-gutter-x: 1rem;
  }
  .g-mega-3,
  .gy-mega-3 {
    --bs-gutter-y: 1rem;
  }
  .g-mega-4,
  .gx-mega-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-mega-4,
  .gy-mega-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-mega-5,
  .gx-mega-5 {
    --bs-gutter-x: 3rem;
  }
  .g-mega-5,
  .gy-mega-5 {
    --bs-gutter-y: 3rem;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 361.98px) {
  .modal-fullscreen-xsm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xsm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xsm-down .modal-header,
  .modal-fullscreen-xsm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xsm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lgplus-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lgplus-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lgplus-down .modal-header,
  .modal-fullscreen-lgplus-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lgplus-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1179.98px) {
  .modal-fullscreen-ipad-air-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-ipad-air-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-ipad-air-down .modal-header,
  .modal-fullscreen-ipad-air-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-ipad-air-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1365.98px) {
  .modal-fullscreen-xlplus-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xlplus-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xlplus-down .modal-header,
  .modal-fullscreen-xlplus-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xlplus-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1479.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1679.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1899.98px) {
  .modal-fullscreen-xxxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-header,
  .modal-fullscreen-xxxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 2399.98px) {
  .modal-fullscreen-mega-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-mega-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-mega-down .modal-header,
  .modal-fullscreen-mega-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-mega-down .modal-body {
    overflow-y: auto;
  }
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  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 {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #AD3B21;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  -webkit-transition: var(--bs-navbar-toggler-transition);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
          box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 362px) {
  .navbar-expand-xsm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xsm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xsm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xsm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
  .navbar-expand-xsm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xsm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xsm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lgplus {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lgplus .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lgplus .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lgplus .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lgplus .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lgplus .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lgplus .navbar-toggler {
    display: none;
  }
  .navbar-expand-lgplus .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-lgplus .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lgplus .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1180px) {
  .navbar-expand-ipad-air {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ipad-air .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ipad-air .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ipad-air .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-ipad-air .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-ipad-air .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ipad-air .navbar-toggler {
    display: none;
  }
  .navbar-expand-ipad-air .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-ipad-air .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-ipad-air .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-xlplus {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xlplus .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xlplus .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xlplus .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xlplus .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xlplus .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xlplus .navbar-toggler {
    display: none;
  }
  .navbar-expand-xlplus .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xlplus .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xlplus .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1680px) {
  .navbar-expand-xxxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1900px) {
  .navbar-expand-xxxxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxxxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxxxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxxxl .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 2400px) {
  .navbar-expand-mega {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-mega .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-mega .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mega .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-mega .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-mega .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-mega .navbar-toggler {
    display: none;
  }
  .navbar-expand-mega .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none;
    transition: none;
  }
  .navbar-expand-mega .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-mega .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption {
  color: #000;
}

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

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

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

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(251, 204, 149, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #000 !important;
  background-color: RGBA(33, 173, 59, var(--bs-bg-opacity, 1)) !important;
}

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

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

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

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

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

.link-disclaimer {
  color: #BFBFBF !important;
}
.link-disclaimer:hover, .link-disclaimer:focus {
  color: #cccccc !important;
}

.link-primary {
  color: #AD3B21 !important;
}
.link-primary:hover, .link-primary:focus {
  color: #8a2f1a !important;
}

.link-secondary {
  color: #FBCC95 !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: #fcd6aa !important;
}

.link-success {
  color: #21ad3b !important;
}
.link-success:hover, .link-success:focus {
  color: #4dbd62 !important;
}

.link-info {
  color: #2193ad !important;
}
.link-info:hover, .link-info:focus {
  color: #4da9bd !important;
}

.link-warning {
  color: #FBCC95 !important;
}
.link-warning:hover, .link-warning:focus {
  color: #fcd6aa !important;
}

.link-danger {
  color: #ad214d !important;
}
.link-danger:hover, .link-danger:focus {
  color: #8a1a3e !important;
}

.link-light {
  color: #F4F4F4 !important;
}
.link-light:hover, .link-light:focus {
  color: #f6f6f6 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 362px) {
  .sticky-xsm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xsm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lgplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lgplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1180px) {
  .sticky-ipad-air-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-ipad-air-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1366px) {
  .sticky-xlplus-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xlplus-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1480px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1680px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1900px) {
  .sticky-xxxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxxxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 2400px) {
  .sticky-mega-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-mega-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.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;
}

.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

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

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

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

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

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

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: -ms-grid !important;
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: 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 {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

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

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

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

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2rem {
  gap: 2rem !important;
}

.gap-6 {
  gap: 5rem !important;
}

.gap-70px {
  gap: 4.5rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-2rem {
  row-gap: 2rem !important;
}

.row-gap-6 {
  row-gap: 5rem !important;
}

.row-gap-70px {
  row-gap: 4.5rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-2rem {
  -webkit-column-gap: 2rem !important;
     -moz-column-gap: 2rem !important;
          column-gap: 2rem !important;
}

.column-gap-6 {
  -webkit-column-gap: 5rem !important;
     -moz-column-gap: 5rem !important;
          column-gap: 5rem !important;
}

.column-gap-70px {
  -webkit-column-gap: 4.5rem !important;
     -moz-column-gap: 4.5rem !important;
          column-gap: 4.5rem !important;
}

.column-gap-0 {
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
}

.column-gap-1 {
  -webkit-column-gap: 0.25rem !important;
     -moz-column-gap: 0.25rem !important;
          column-gap: 0.25rem !important;
}

.column-gap-2 {
  -webkit-column-gap: 0.5rem !important;
     -moz-column-gap: 0.5rem !important;
          column-gap: 0.5rem !important;
}

.column-gap-3 {
  -webkit-column-gap: 1rem !important;
     -moz-column-gap: 1rem !important;
          column-gap: 1rem !important;
}

.column-gap-4 {
  -webkit-column-gap: 1.5rem !important;
     -moz-column-gap: 1.5rem !important;
          column-gap: 1.5rem !important;
}

.column-gap-5 {
  -webkit-column-gap: 3rem !important;
     -moz-column-gap: 3rem !important;
          column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text) !important;
}

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

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

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

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

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

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

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

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

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

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-emphasis {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-emphasis-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

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

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

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

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

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-2xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-2xl) !important;
  border-top-left-radius: var(--bs-border-radius-2xl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 362px) {
  .float-xsm-start {
    float: left !important;
  }
  .float-xsm-end {
    float: right !important;
  }
  .float-xsm-none {
    float: none !important;
  }
  .object-fit-xsm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xsm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xsm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xsm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xsm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xsm-none {
    display: none !important;
  }
  .flex-xsm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xsm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xsm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xsm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xsm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xsm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xsm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xsm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xsm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xsm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xsm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xsm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xsm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xsm-2rem {
    margin: 2rem !important;
  }
  .m-xsm-6 {
    margin: 5rem !important;
  }
  .m-xsm-70px {
    margin: 4.5rem !important;
  }
  .m-xsm-0 {
    margin: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mx-xsm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xsm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xsm-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xsm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xsm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xsm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xsm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xsm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xsm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xsm-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xsm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xsm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xsm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xsm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xsm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xsm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xsm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xsm-2rem {
    margin-top: 2rem !important;
  }
  .mt-xsm-6 {
    margin-top: 5rem !important;
  }
  .mt-xsm-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xsm-3 {
    margin-top: 1rem !important;
  }
  .mt-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xsm-5 {
    margin-top: 3rem !important;
  }
  .mt-xsm-auto {
    margin-top: auto !important;
  }
  .me-xsm-2rem {
    margin-right: 2rem !important;
  }
  .me-xsm-6 {
    margin-right: 5rem !important;
  }
  .me-xsm-70px {
    margin-right: 4.5rem !important;
  }
  .me-xsm-0 {
    margin-right: 0 !important;
  }
  .me-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .me-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .me-xsm-3 {
    margin-right: 1rem !important;
  }
  .me-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .me-xsm-5 {
    margin-right: 3rem !important;
  }
  .me-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xsm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xsm-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xsm-auto {
    margin-bottom: auto !important;
  }
  .ms-xsm-2rem {
    margin-left: 2rem !important;
  }
  .ms-xsm-6 {
    margin-left: 5rem !important;
  }
  .ms-xsm-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xsm-0 {
    margin-left: 0 !important;
  }
  .ms-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xsm-3 {
    margin-left: 1rem !important;
  }
  .ms-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xsm-5 {
    margin-left: 3rem !important;
  }
  .ms-xsm-auto {
    margin-left: auto !important;
  }
  .p-xsm-2rem {
    padding: 2rem !important;
  }
  .p-xsm-6 {
    padding: 5rem !important;
  }
  .p-xsm-70px {
    padding: 4.5rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .px-xsm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xsm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xsm-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xsm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xsm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xsm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xsm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xsm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xsm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xsm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xsm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xsm-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xsm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xsm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xsm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xsm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xsm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xsm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xsm-2rem {
    padding-top: 2rem !important;
  }
  .pt-xsm-6 {
    padding-top: 5rem !important;
  }
  .pt-xsm-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xsm-0 {
    padding-top: 0 !important;
  }
  .pt-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xsm-3 {
    padding-top: 1rem !important;
  }
  .pt-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xsm-5 {
    padding-top: 3rem !important;
  }
  .pe-xsm-2rem {
    padding-right: 2rem !important;
  }
  .pe-xsm-6 {
    padding-right: 5rem !important;
  }
  .pe-xsm-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xsm-0 {
    padding-right: 0 !important;
  }
  .pe-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xsm-3 {
    padding-right: 1rem !important;
  }
  .pe-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xsm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xsm-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pb-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xsm-2rem {
    padding-left: 2rem !important;
  }
  .ps-xsm-6 {
    padding-left: 5rem !important;
  }
  .ps-xsm-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xsm-0 {
    padding-left: 0 !important;
  }
  .ps-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xsm-3 {
    padding-left: 1rem !important;
  }
  .ps-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xsm-5 {
    padding-left: 3rem !important;
  }
  .gap-xsm-2rem {
    gap: 2rem !important;
  }
  .gap-xsm-6 {
    gap: 5rem !important;
  }
  .gap-xsm-70px {
    gap: 4.5rem !important;
  }
  .gap-xsm-0 {
    gap: 0 !important;
  }
  .gap-xsm-1 {
    gap: 0.25rem !important;
  }
  .gap-xsm-2 {
    gap: 0.5rem !important;
  }
  .gap-xsm-3 {
    gap: 1rem !important;
  }
  .gap-xsm-4 {
    gap: 1.5rem !important;
  }
  .gap-xsm-5 {
    gap: 3rem !important;
  }
  .row-gap-xsm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xsm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xsm-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xsm-0 {
    row-gap: 0 !important;
  }
  .row-gap-xsm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xsm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xsm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xsm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xsm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xsm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xsm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xsm-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xsm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xsm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xsm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xsm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xsm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xsm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xsm-start {
    text-align: left !important;
  }
  .text-xsm-end {
    text-align: right !important;
  }
  .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-2rem {
    margin: 2rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .m-sm-70px {
    margin: 4.5rem !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-2rem {
    margin-top: 2rem !important;
  }
  .mt-sm-6 {
    margin-top: 5rem !important;
  }
  .mt-sm-70px {
    margin-top: 4.5rem !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-2rem {
    margin-right: 2rem !important;
  }
  .me-sm-6 {
    margin-right: 5rem !important;
  }
  .me-sm-70px {
    margin-right: 4.5rem !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-2rem {
    margin-left: 2rem !important;
  }
  .ms-sm-6 {
    margin-left: 5rem !important;
  }
  .ms-sm-70px {
    margin-left: 4.5rem !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-2rem {
    padding: 2rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .p-sm-70px {
    padding: 4.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-2rem {
    padding-top: 2rem !important;
  }
  .pt-sm-6 {
    padding-top: 5rem !important;
  }
  .pt-sm-70px {
    padding-top: 4.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-2rem {
    padding-right: 2rem !important;
  }
  .pe-sm-6 {
    padding-right: 5rem !important;
  }
  .pe-sm-70px {
    padding-right: 4.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-2rem {
    padding-left: 2rem !important;
  }
  .ps-sm-6 {
    padding-left: 5rem !important;
  }
  .ps-sm-70px {
    padding-left: 4.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-2rem {
    gap: 2rem !important;
  }
  .gap-sm-6 {
    gap: 5rem !important;
  }
  .gap-sm-70px {
    gap: 4.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-sm-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-sm-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-sm-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-2rem {
    margin: 2rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .m-md-70px {
    margin: 4.5rem !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-2rem {
    margin-top: 2rem !important;
  }
  .mt-md-6 {
    margin-top: 5rem !important;
  }
  .mt-md-70px {
    margin-top: 4.5rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-2rem {
    margin-right: 2rem !important;
  }
  .me-md-6 {
    margin-right: 5rem !important;
  }
  .me-md-70px {
    margin-right: 4.5rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-md-6 {
    margin-bottom: 5rem !important;
  }
  .mb-md-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-2rem {
    margin-left: 2rem !important;
  }
  .ms-md-6 {
    margin-left: 5rem !important;
  }
  .ms-md-70px {
    margin-left: 4.5rem !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-2rem {
    padding: 2rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .p-md-70px {
    padding: 4.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-2rem {
    padding-top: 2rem !important;
  }
  .pt-md-6 {
    padding-top: 5rem !important;
  }
  .pt-md-70px {
    padding-top: 4.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-2rem {
    padding-right: 2rem !important;
  }
  .pe-md-6 {
    padding-right: 5rem !important;
  }
  .pe-md-70px {
    padding-right: 4.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-md-6 {
    padding-bottom: 5rem !important;
  }
  .pb-md-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-2rem {
    padding-left: 2rem !important;
  }
  .ps-md-6 {
    padding-left: 5rem !important;
  }
  .ps-md-70px {
    padding-left: 4.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-2rem {
    gap: 2rem !important;
  }
  .gap-md-6 {
    gap: 5rem !important;
  }
  .gap-md-70px {
    gap: 4.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-md-6 {
    row-gap: 5rem !important;
  }
  .row-gap-md-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-md-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-md-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-md-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-2rem {
    margin: 2rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .m-lg-70px {
    margin: 4.5rem !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-2rem {
    margin-top: 2rem !important;
  }
  .mt-lg-6 {
    margin-top: 5rem !important;
  }
  .mt-lg-70px {
    margin-top: 4.5rem !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-2rem {
    margin-right: 2rem !important;
  }
  .me-lg-6 {
    margin-right: 5rem !important;
  }
  .me-lg-70px {
    margin-right: 4.5rem !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-2rem {
    margin-left: 2rem !important;
  }
  .ms-lg-6 {
    margin-left: 5rem !important;
  }
  .ms-lg-70px {
    margin-left: 4.5rem !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-2rem {
    padding: 2rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .p-lg-70px {
    padding: 4.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-2rem {
    padding-top: 2rem !important;
  }
  .pt-lg-6 {
    padding-top: 5rem !important;
  }
  .pt-lg-70px {
    padding-top: 4.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-2rem {
    padding-right: 2rem !important;
  }
  .pe-lg-6 {
    padding-right: 5rem !important;
  }
  .pe-lg-70px {
    padding-right: 4.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-2rem {
    padding-left: 2rem !important;
  }
  .ps-lg-6 {
    padding-left: 5rem !important;
  }
  .ps-lg-70px {
    padding-left: 4.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-2rem {
    gap: 2rem !important;
  }
  .gap-lg-6 {
    gap: 5rem !important;
  }
  .gap-lg-70px {
    gap: 4.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lg-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lg-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-lg-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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: 1024px) {
  .float-lgplus-start {
    float: left !important;
  }
  .float-lgplus-end {
    float: right !important;
  }
  .float-lgplus-none {
    float: none !important;
  }
  .object-fit-lgplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lgplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lgplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lgplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lgplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lgplus-inline {
    display: inline !important;
  }
  .d-lgplus-inline-block {
    display: inline-block !important;
  }
  .d-lgplus-block {
    display: block !important;
  }
  .d-lgplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lgplus-table {
    display: table !important;
  }
  .d-lgplus-table-row {
    display: table-row !important;
  }
  .d-lgplus-table-cell {
    display: table-cell !important;
  }
  .d-lgplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lgplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lgplus-none {
    display: none !important;
  }
  .flex-lgplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lgplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lgplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lgplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lgplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lgplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lgplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lgplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lgplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lgplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lgplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lgplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lgplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lgplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lgplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lgplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lgplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lgplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lgplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lgplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lgplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lgplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lgplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lgplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lgplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lgplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lgplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lgplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lgplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lgplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lgplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lgplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lgplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lgplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lgplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lgplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lgplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lgplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lgplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lgplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lgplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lgplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lgplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lgplus-2rem {
    margin: 2rem !important;
  }
  .m-lgplus-6 {
    margin: 5rem !important;
  }
  .m-lgplus-70px {
    margin: 4.5rem !important;
  }
  .m-lgplus-0 {
    margin: 0 !important;
  }
  .m-lgplus-1 {
    margin: 0.25rem !important;
  }
  .m-lgplus-2 {
    margin: 0.5rem !important;
  }
  .m-lgplus-3 {
    margin: 1rem !important;
  }
  .m-lgplus-4 {
    margin: 1.5rem !important;
  }
  .m-lgplus-5 {
    margin: 3rem !important;
  }
  .m-lgplus-auto {
    margin: auto !important;
  }
  .mx-lgplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lgplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lgplus-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lgplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lgplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lgplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lgplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lgplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lgplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lgplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lgplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lgplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lgplus-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lgplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lgplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lgplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lgplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lgplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lgplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lgplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lgplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-lgplus-6 {
    margin-top: 5rem !important;
  }
  .mt-lgplus-70px {
    margin-top: 4.5rem !important;
  }
  .mt-lgplus-0 {
    margin-top: 0 !important;
  }
  .mt-lgplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lgplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lgplus-3 {
    margin-top: 1rem !important;
  }
  .mt-lgplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lgplus-5 {
    margin-top: 3rem !important;
  }
  .mt-lgplus-auto {
    margin-top: auto !important;
  }
  .me-lgplus-2rem {
    margin-right: 2rem !important;
  }
  .me-lgplus-6 {
    margin-right: 5rem !important;
  }
  .me-lgplus-70px {
    margin-right: 4.5rem !important;
  }
  .me-lgplus-0 {
    margin-right: 0 !important;
  }
  .me-lgplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-lgplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-lgplus-3 {
    margin-right: 1rem !important;
  }
  .me-lgplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-lgplus-5 {
    margin-right: 3rem !important;
  }
  .me-lgplus-auto {
    margin-right: auto !important;
  }
  .mb-lgplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-lgplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-lgplus-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-lgplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-lgplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lgplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lgplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lgplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lgplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lgplus-auto {
    margin-bottom: auto !important;
  }
  .ms-lgplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-lgplus-6 {
    margin-left: 5rem !important;
  }
  .ms-lgplus-70px {
    margin-left: 4.5rem !important;
  }
  .ms-lgplus-0 {
    margin-left: 0 !important;
  }
  .ms-lgplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lgplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lgplus-3 {
    margin-left: 1rem !important;
  }
  .ms-lgplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lgplus-5 {
    margin-left: 3rem !important;
  }
  .ms-lgplus-auto {
    margin-left: auto !important;
  }
  .p-lgplus-2rem {
    padding: 2rem !important;
  }
  .p-lgplus-6 {
    padding: 5rem !important;
  }
  .p-lgplus-70px {
    padding: 4.5rem !important;
  }
  .p-lgplus-0 {
    padding: 0 !important;
  }
  .p-lgplus-1 {
    padding: 0.25rem !important;
  }
  .p-lgplus-2 {
    padding: 0.5rem !important;
  }
  .p-lgplus-3 {
    padding: 1rem !important;
  }
  .p-lgplus-4 {
    padding: 1.5rem !important;
  }
  .p-lgplus-5 {
    padding: 3rem !important;
  }
  .px-lgplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lgplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lgplus-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lgplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lgplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lgplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lgplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lgplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lgplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lgplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lgplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lgplus-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lgplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lgplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lgplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lgplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lgplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lgplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lgplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-lgplus-6 {
    padding-top: 5rem !important;
  }
  .pt-lgplus-70px {
    padding-top: 4.5rem !important;
  }
  .pt-lgplus-0 {
    padding-top: 0 !important;
  }
  .pt-lgplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lgplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lgplus-3 {
    padding-top: 1rem !important;
  }
  .pt-lgplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lgplus-5 {
    padding-top: 3rem !important;
  }
  .pe-lgplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-lgplus-6 {
    padding-right: 5rem !important;
  }
  .pe-lgplus-70px {
    padding-right: 4.5rem !important;
  }
  .pe-lgplus-0 {
    padding-right: 0 !important;
  }
  .pe-lgplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lgplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lgplus-3 {
    padding-right: 1rem !important;
  }
  .pe-lgplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lgplus-5 {
    padding-right: 3rem !important;
  }
  .pb-lgplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-lgplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-lgplus-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-lgplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-lgplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lgplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lgplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lgplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lgplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lgplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-lgplus-6 {
    padding-left: 5rem !important;
  }
  .ps-lgplus-70px {
    padding-left: 4.5rem !important;
  }
  .ps-lgplus-0 {
    padding-left: 0 !important;
  }
  .ps-lgplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lgplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lgplus-3 {
    padding-left: 1rem !important;
  }
  .ps-lgplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lgplus-5 {
    padding-left: 3rem !important;
  }
  .gap-lgplus-2rem {
    gap: 2rem !important;
  }
  .gap-lgplus-6 {
    gap: 5rem !important;
  }
  .gap-lgplus-70px {
    gap: 4.5rem !important;
  }
  .gap-lgplus-0 {
    gap: 0 !important;
  }
  .gap-lgplus-1 {
    gap: 0.25rem !important;
  }
  .gap-lgplus-2 {
    gap: 0.5rem !important;
  }
  .gap-lgplus-3 {
    gap: 1rem !important;
  }
  .gap-lgplus-4 {
    gap: 1.5rem !important;
  }
  .gap-lgplus-5 {
    gap: 3rem !important;
  }
  .row-gap-lgplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-lgplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-lgplus-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-lgplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-lgplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lgplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lgplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lgplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lgplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lgplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-lgplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-lgplus-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-lgplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-lgplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-lgplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-lgplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-lgplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-lgplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-lgplus-start {
    text-align: left !important;
  }
  .text-lgplus-end {
    text-align: right !important;
  }
  .text-lgplus-center {
    text-align: center !important;
  }
}
@media (min-width: 1180px) {
  .float-ipad-air-start {
    float: left !important;
  }
  .float-ipad-air-end {
    float: right !important;
  }
  .float-ipad-air-none {
    float: none !important;
  }
  .object-fit-ipad-air-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-ipad-air-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-ipad-air-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-ipad-air-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-ipad-air-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-ipad-air-inline {
    display: inline !important;
  }
  .d-ipad-air-inline-block {
    display: inline-block !important;
  }
  .d-ipad-air-block {
    display: block !important;
  }
  .d-ipad-air-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-ipad-air-table {
    display: table !important;
  }
  .d-ipad-air-table-row {
    display: table-row !important;
  }
  .d-ipad-air-table-cell {
    display: table-cell !important;
  }
  .d-ipad-air-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ipad-air-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-ipad-air-none {
    display: none !important;
  }
  .flex-ipad-air-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ipad-air-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ipad-air-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ipad-air-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ipad-air-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ipad-air-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ipad-air-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ipad-air-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ipad-air-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-ipad-air-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ipad-air-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ipad-air-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-ipad-air-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ipad-air-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ipad-air-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ipad-air-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ipad-air-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-ipad-air-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-ipad-air-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ipad-air-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ipad-air-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ipad-air-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ipad-air-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ipad-air-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ipad-air-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ipad-air-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ipad-air-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ipad-air-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ipad-air-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ipad-air-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ipad-air-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ipad-air-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ipad-air-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-ipad-air-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ipad-air-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-ipad-air-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-ipad-air-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-ipad-air-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-ipad-air-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-ipad-air-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-ipad-air-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-ipad-air-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-ipad-air-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-ipad-air-2rem {
    margin: 2rem !important;
  }
  .m-ipad-air-6 {
    margin: 5rem !important;
  }
  .m-ipad-air-70px {
    margin: 4.5rem !important;
  }
  .m-ipad-air-0 {
    margin: 0 !important;
  }
  .m-ipad-air-1 {
    margin: 0.25rem !important;
  }
  .m-ipad-air-2 {
    margin: 0.5rem !important;
  }
  .m-ipad-air-3 {
    margin: 1rem !important;
  }
  .m-ipad-air-4 {
    margin: 1.5rem !important;
  }
  .m-ipad-air-5 {
    margin: 3rem !important;
  }
  .m-ipad-air-auto {
    margin: auto !important;
  }
  .mx-ipad-air-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-ipad-air-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-ipad-air-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-ipad-air-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-ipad-air-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-ipad-air-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-ipad-air-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-ipad-air-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-ipad-air-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-ipad-air-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-ipad-air-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-ipad-air-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-ipad-air-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-ipad-air-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-ipad-air-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-ipad-air-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-ipad-air-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-ipad-air-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-ipad-air-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-ipad-air-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-ipad-air-2rem {
    margin-top: 2rem !important;
  }
  .mt-ipad-air-6 {
    margin-top: 5rem !important;
  }
  .mt-ipad-air-70px {
    margin-top: 4.5rem !important;
  }
  .mt-ipad-air-0 {
    margin-top: 0 !important;
  }
  .mt-ipad-air-1 {
    margin-top: 0.25rem !important;
  }
  .mt-ipad-air-2 {
    margin-top: 0.5rem !important;
  }
  .mt-ipad-air-3 {
    margin-top: 1rem !important;
  }
  .mt-ipad-air-4 {
    margin-top: 1.5rem !important;
  }
  .mt-ipad-air-5 {
    margin-top: 3rem !important;
  }
  .mt-ipad-air-auto {
    margin-top: auto !important;
  }
  .me-ipad-air-2rem {
    margin-right: 2rem !important;
  }
  .me-ipad-air-6 {
    margin-right: 5rem !important;
  }
  .me-ipad-air-70px {
    margin-right: 4.5rem !important;
  }
  .me-ipad-air-0 {
    margin-right: 0 !important;
  }
  .me-ipad-air-1 {
    margin-right: 0.25rem !important;
  }
  .me-ipad-air-2 {
    margin-right: 0.5rem !important;
  }
  .me-ipad-air-3 {
    margin-right: 1rem !important;
  }
  .me-ipad-air-4 {
    margin-right: 1.5rem !important;
  }
  .me-ipad-air-5 {
    margin-right: 3rem !important;
  }
  .me-ipad-air-auto {
    margin-right: auto !important;
  }
  .mb-ipad-air-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-ipad-air-6 {
    margin-bottom: 5rem !important;
  }
  .mb-ipad-air-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-ipad-air-0 {
    margin-bottom: 0 !important;
  }
  .mb-ipad-air-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-ipad-air-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-ipad-air-3 {
    margin-bottom: 1rem !important;
  }
  .mb-ipad-air-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-ipad-air-5 {
    margin-bottom: 3rem !important;
  }
  .mb-ipad-air-auto {
    margin-bottom: auto !important;
  }
  .ms-ipad-air-2rem {
    margin-left: 2rem !important;
  }
  .ms-ipad-air-6 {
    margin-left: 5rem !important;
  }
  .ms-ipad-air-70px {
    margin-left: 4.5rem !important;
  }
  .ms-ipad-air-0 {
    margin-left: 0 !important;
  }
  .ms-ipad-air-1 {
    margin-left: 0.25rem !important;
  }
  .ms-ipad-air-2 {
    margin-left: 0.5rem !important;
  }
  .ms-ipad-air-3 {
    margin-left: 1rem !important;
  }
  .ms-ipad-air-4 {
    margin-left: 1.5rem !important;
  }
  .ms-ipad-air-5 {
    margin-left: 3rem !important;
  }
  .ms-ipad-air-auto {
    margin-left: auto !important;
  }
  .p-ipad-air-2rem {
    padding: 2rem !important;
  }
  .p-ipad-air-6 {
    padding: 5rem !important;
  }
  .p-ipad-air-70px {
    padding: 4.5rem !important;
  }
  .p-ipad-air-0 {
    padding: 0 !important;
  }
  .p-ipad-air-1 {
    padding: 0.25rem !important;
  }
  .p-ipad-air-2 {
    padding: 0.5rem !important;
  }
  .p-ipad-air-3 {
    padding: 1rem !important;
  }
  .p-ipad-air-4 {
    padding: 1.5rem !important;
  }
  .p-ipad-air-5 {
    padding: 3rem !important;
  }
  .px-ipad-air-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-ipad-air-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-ipad-air-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-ipad-air-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-ipad-air-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-ipad-air-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-ipad-air-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-ipad-air-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-ipad-air-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-ipad-air-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-ipad-air-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-ipad-air-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-ipad-air-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-ipad-air-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-ipad-air-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-ipad-air-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-ipad-air-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-ipad-air-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-ipad-air-2rem {
    padding-top: 2rem !important;
  }
  .pt-ipad-air-6 {
    padding-top: 5rem !important;
  }
  .pt-ipad-air-70px {
    padding-top: 4.5rem !important;
  }
  .pt-ipad-air-0 {
    padding-top: 0 !important;
  }
  .pt-ipad-air-1 {
    padding-top: 0.25rem !important;
  }
  .pt-ipad-air-2 {
    padding-top: 0.5rem !important;
  }
  .pt-ipad-air-3 {
    padding-top: 1rem !important;
  }
  .pt-ipad-air-4 {
    padding-top: 1.5rem !important;
  }
  .pt-ipad-air-5 {
    padding-top: 3rem !important;
  }
  .pe-ipad-air-2rem {
    padding-right: 2rem !important;
  }
  .pe-ipad-air-6 {
    padding-right: 5rem !important;
  }
  .pe-ipad-air-70px {
    padding-right: 4.5rem !important;
  }
  .pe-ipad-air-0 {
    padding-right: 0 !important;
  }
  .pe-ipad-air-1 {
    padding-right: 0.25rem !important;
  }
  .pe-ipad-air-2 {
    padding-right: 0.5rem !important;
  }
  .pe-ipad-air-3 {
    padding-right: 1rem !important;
  }
  .pe-ipad-air-4 {
    padding-right: 1.5rem !important;
  }
  .pe-ipad-air-5 {
    padding-right: 3rem !important;
  }
  .pb-ipad-air-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-ipad-air-6 {
    padding-bottom: 5rem !important;
  }
  .pb-ipad-air-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-ipad-air-0 {
    padding-bottom: 0 !important;
  }
  .pb-ipad-air-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-ipad-air-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-ipad-air-3 {
    padding-bottom: 1rem !important;
  }
  .pb-ipad-air-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-ipad-air-5 {
    padding-bottom: 3rem !important;
  }
  .ps-ipad-air-2rem {
    padding-left: 2rem !important;
  }
  .ps-ipad-air-6 {
    padding-left: 5rem !important;
  }
  .ps-ipad-air-70px {
    padding-left: 4.5rem !important;
  }
  .ps-ipad-air-0 {
    padding-left: 0 !important;
  }
  .ps-ipad-air-1 {
    padding-left: 0.25rem !important;
  }
  .ps-ipad-air-2 {
    padding-left: 0.5rem !important;
  }
  .ps-ipad-air-3 {
    padding-left: 1rem !important;
  }
  .ps-ipad-air-4 {
    padding-left: 1.5rem !important;
  }
  .ps-ipad-air-5 {
    padding-left: 3rem !important;
  }
  .gap-ipad-air-2rem {
    gap: 2rem !important;
  }
  .gap-ipad-air-6 {
    gap: 5rem !important;
  }
  .gap-ipad-air-70px {
    gap: 4.5rem !important;
  }
  .gap-ipad-air-0 {
    gap: 0 !important;
  }
  .gap-ipad-air-1 {
    gap: 0.25rem !important;
  }
  .gap-ipad-air-2 {
    gap: 0.5rem !important;
  }
  .gap-ipad-air-3 {
    gap: 1rem !important;
  }
  .gap-ipad-air-4 {
    gap: 1.5rem !important;
  }
  .gap-ipad-air-5 {
    gap: 3rem !important;
  }
  .row-gap-ipad-air-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-ipad-air-6 {
    row-gap: 5rem !important;
  }
  .row-gap-ipad-air-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-ipad-air-0 {
    row-gap: 0 !important;
  }
  .row-gap-ipad-air-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-ipad-air-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-ipad-air-3 {
    row-gap: 1rem !important;
  }
  .row-gap-ipad-air-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-ipad-air-5 {
    row-gap: 3rem !important;
  }
  .column-gap-ipad-air-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-ipad-air-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-ipad-air-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-ipad-air-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-ipad-air-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-ipad-air-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-ipad-air-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-ipad-air-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-ipad-air-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-ipad-air-start {
    text-align: left !important;
  }
  .text-ipad-air-end {
    text-align: right !important;
  }
  .text-ipad-air-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;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-2rem {
    margin: 2rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .m-xl-70px {
    margin: 4.5rem !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xl-6 {
    margin-top: 5rem !important;
  }
  .mt-xl-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-2rem {
    margin-right: 2rem !important;
  }
  .me-xl-6 {
    margin-right: 5rem !important;
  }
  .me-xl-70px {
    margin-right: 4.5rem !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xl-6 {
    margin-left: 5rem !important;
  }
  .ms-xl-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-2rem {
    padding: 2rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .p-xl-70px {
    padding: 4.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xl-6 {
    padding-top: 5rem !important;
  }
  .pt-xl-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
  .pe-xl-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xl-6 {
    padding-left: 5rem !important;
  }
  .ps-xl-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-2rem {
    gap: 2rem !important;
  }
  .gap-xl-6 {
    gap: 5rem !important;
  }
  .gap-xl-70px {
    gap: 4.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xl-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !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: 1366px) {
  .float-xlplus-start {
    float: left !important;
  }
  .float-xlplus-end {
    float: right !important;
  }
  .float-xlplus-none {
    float: none !important;
  }
  .object-fit-xlplus-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xlplus-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xlplus-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xlplus-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xlplus-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xlplus-inline {
    display: inline !important;
  }
  .d-xlplus-inline-block {
    display: inline-block !important;
  }
  .d-xlplus-block {
    display: block !important;
  }
  .d-xlplus-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xlplus-table {
    display: table !important;
  }
  .d-xlplus-table-row {
    display: table-row !important;
  }
  .d-xlplus-table-cell {
    display: table-cell !important;
  }
  .d-xlplus-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xlplus-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xlplus-none {
    display: none !important;
  }
  .flex-xlplus-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xlplus-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xlplus-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xlplus-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xlplus-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xlplus-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xlplus-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xlplus-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xlplus-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xlplus-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xlplus-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xlplus-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xlplus-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xlplus-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xlplus-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xlplus-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xlplus-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xlplus-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xlplus-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xlplus-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xlplus-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xlplus-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xlplus-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xlplus-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xlplus-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xlplus-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xlplus-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xlplus-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xlplus-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xlplus-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xlplus-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xlplus-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xlplus-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xlplus-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xlplus-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xlplus-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xlplus-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xlplus-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xlplus-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xlplus-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xlplus-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xlplus-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xlplus-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xlplus-2rem {
    margin: 2rem !important;
  }
  .m-xlplus-6 {
    margin: 5rem !important;
  }
  .m-xlplus-70px {
    margin: 4.5rem !important;
  }
  .m-xlplus-0 {
    margin: 0 !important;
  }
  .m-xlplus-1 {
    margin: 0.25rem !important;
  }
  .m-xlplus-2 {
    margin: 0.5rem !important;
  }
  .m-xlplus-3 {
    margin: 1rem !important;
  }
  .m-xlplus-4 {
    margin: 1.5rem !important;
  }
  .m-xlplus-5 {
    margin: 3rem !important;
  }
  .m-xlplus-auto {
    margin: auto !important;
  }
  .mx-xlplus-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xlplus-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xlplus-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xlplus-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xlplus-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xlplus-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xlplus-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xlplus-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xlplus-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xlplus-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xlplus-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xlplus-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xlplus-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xlplus-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xlplus-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xlplus-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xlplus-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xlplus-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xlplus-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xlplus-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xlplus-2rem {
    margin-top: 2rem !important;
  }
  .mt-xlplus-6 {
    margin-top: 5rem !important;
  }
  .mt-xlplus-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xlplus-0 {
    margin-top: 0 !important;
  }
  .mt-xlplus-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xlplus-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xlplus-3 {
    margin-top: 1rem !important;
  }
  .mt-xlplus-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xlplus-5 {
    margin-top: 3rem !important;
  }
  .mt-xlplus-auto {
    margin-top: auto !important;
  }
  .me-xlplus-2rem {
    margin-right: 2rem !important;
  }
  .me-xlplus-6 {
    margin-right: 5rem !important;
  }
  .me-xlplus-70px {
    margin-right: 4.5rem !important;
  }
  .me-xlplus-0 {
    margin-right: 0 !important;
  }
  .me-xlplus-1 {
    margin-right: 0.25rem !important;
  }
  .me-xlplus-2 {
    margin-right: 0.5rem !important;
  }
  .me-xlplus-3 {
    margin-right: 1rem !important;
  }
  .me-xlplus-4 {
    margin-right: 1.5rem !important;
  }
  .me-xlplus-5 {
    margin-right: 3rem !important;
  }
  .me-xlplus-auto {
    margin-right: auto !important;
  }
  .mb-xlplus-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xlplus-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xlplus-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xlplus-0 {
    margin-bottom: 0 !important;
  }
  .mb-xlplus-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xlplus-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xlplus-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xlplus-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xlplus-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xlplus-auto {
    margin-bottom: auto !important;
  }
  .ms-xlplus-2rem {
    margin-left: 2rem !important;
  }
  .ms-xlplus-6 {
    margin-left: 5rem !important;
  }
  .ms-xlplus-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xlplus-0 {
    margin-left: 0 !important;
  }
  .ms-xlplus-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xlplus-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xlplus-3 {
    margin-left: 1rem !important;
  }
  .ms-xlplus-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xlplus-5 {
    margin-left: 3rem !important;
  }
  .ms-xlplus-auto {
    margin-left: auto !important;
  }
  .p-xlplus-2rem {
    padding: 2rem !important;
  }
  .p-xlplus-6 {
    padding: 5rem !important;
  }
  .p-xlplus-70px {
    padding: 4.5rem !important;
  }
  .p-xlplus-0 {
    padding: 0 !important;
  }
  .p-xlplus-1 {
    padding: 0.25rem !important;
  }
  .p-xlplus-2 {
    padding: 0.5rem !important;
  }
  .p-xlplus-3 {
    padding: 1rem !important;
  }
  .p-xlplus-4 {
    padding: 1.5rem !important;
  }
  .p-xlplus-5 {
    padding: 3rem !important;
  }
  .px-xlplus-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xlplus-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xlplus-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xlplus-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xlplus-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xlplus-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xlplus-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xlplus-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xlplus-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xlplus-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xlplus-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xlplus-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xlplus-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xlplus-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xlplus-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xlplus-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xlplus-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xlplus-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xlplus-2rem {
    padding-top: 2rem !important;
  }
  .pt-xlplus-6 {
    padding-top: 5rem !important;
  }
  .pt-xlplus-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xlplus-0 {
    padding-top: 0 !important;
  }
  .pt-xlplus-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xlplus-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xlplus-3 {
    padding-top: 1rem !important;
  }
  .pt-xlplus-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xlplus-5 {
    padding-top: 3rem !important;
  }
  .pe-xlplus-2rem {
    padding-right: 2rem !important;
  }
  .pe-xlplus-6 {
    padding-right: 5rem !important;
  }
  .pe-xlplus-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xlplus-0 {
    padding-right: 0 !important;
  }
  .pe-xlplus-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xlplus-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xlplus-3 {
    padding-right: 1rem !important;
  }
  .pe-xlplus-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xlplus-5 {
    padding-right: 3rem !important;
  }
  .pb-xlplus-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xlplus-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xlplus-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xlplus-0 {
    padding-bottom: 0 !important;
  }
  .pb-xlplus-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xlplus-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xlplus-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xlplus-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xlplus-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xlplus-2rem {
    padding-left: 2rem !important;
  }
  .ps-xlplus-6 {
    padding-left: 5rem !important;
  }
  .ps-xlplus-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xlplus-0 {
    padding-left: 0 !important;
  }
  .ps-xlplus-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xlplus-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xlplus-3 {
    padding-left: 1rem !important;
  }
  .ps-xlplus-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xlplus-5 {
    padding-left: 3rem !important;
  }
  .gap-xlplus-2rem {
    gap: 2rem !important;
  }
  .gap-xlplus-6 {
    gap: 5rem !important;
  }
  .gap-xlplus-70px {
    gap: 4.5rem !important;
  }
  .gap-xlplus-0 {
    gap: 0 !important;
  }
  .gap-xlplus-1 {
    gap: 0.25rem !important;
  }
  .gap-xlplus-2 {
    gap: 0.5rem !important;
  }
  .gap-xlplus-3 {
    gap: 1rem !important;
  }
  .gap-xlplus-4 {
    gap: 1.5rem !important;
  }
  .gap-xlplus-5 {
    gap: 3rem !important;
  }
  .row-gap-xlplus-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xlplus-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xlplus-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xlplus-0 {
    row-gap: 0 !important;
  }
  .row-gap-xlplus-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xlplus-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xlplus-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xlplus-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xlplus-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xlplus-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xlplus-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xlplus-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xlplus-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xlplus-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xlplus-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xlplus-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xlplus-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xlplus-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xlplus-start {
    text-align: left !important;
  }
  .text-xlplus-end {
    text-align: right !important;
  }
  .text-xlplus-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-2rem {
    margin: 2rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .m-xxl-70px {
    margin: 4.5rem !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxl-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxl-70px {
    margin-right: 4.5rem !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxl-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-2rem {
    padding: 2rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .p-xxl-70px {
    padding: 4.5rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxl-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxl-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxl-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxl-6 {
    gap: 5rem !important;
  }
  .gap-xxl-70px {
    gap: 4.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxl-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxl-2rem {
    margin: 2rem !important;
  }
  .m-xxxl-6 {
    margin: 5rem !important;
  }
  .m-xxxl-70px {
    margin: 4.5rem !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxl-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxl-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxl-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxxl-70px {
    margin-right: 4.5rem !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxl-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxl-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-2rem {
    padding: 2rem !important;
  }
  .p-xxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxl-70px {
    padding: 4.5rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxl-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxl-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxl-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxl-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxl-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxl-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxl-70px {
    gap: 4.5rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxl-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxl-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xxxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1900px) {
  .float-xxxxl-start {
    float: left !important;
  }
  .float-xxxxl-end {
    float: right !important;
  }
  .float-xxxxl-none {
    float: none !important;
  }
  .object-fit-xxxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxxl-inline {
    display: inline !important;
  }
  .d-xxxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxxl-block {
    display: block !important;
  }
  .d-xxxxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxxxl-table {
    display: table !important;
  }
  .d-xxxxl-table-row {
    display: table-row !important;
  }
  .d-xxxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxxxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxxxl-none {
    display: none !important;
  }
  .flex-xxxxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxxxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxxxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxxxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxxxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxxxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxxxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxxxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxxxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxxxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxxxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxxxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxxxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxxxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxxxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxxxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxxxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxxxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxxxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxxxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxxxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxxxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxxxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxxxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxxxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxxxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxxxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxxxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxxxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxxxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxxxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxxxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxxxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxxxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxxxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxxxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxxxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxxxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxxxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxxxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxxxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxxxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxxxl-2rem {
    margin: 2rem !important;
  }
  .m-xxxxl-6 {
    margin: 5rem !important;
  }
  .m-xxxxl-70px {
    margin: 4.5rem !important;
  }
  .m-xxxxl-0 {
    margin: 0 !important;
  }
  .m-xxxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxxl-auto {
    margin: auto !important;
  }
  .mx-xxxxl-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxxxl-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxxxl-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xxxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxxl-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxxxl-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxxxl-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xxxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxxl-2rem {
    margin-top: 2rem !important;
  }
  .mt-xxxxl-6 {
    margin-top: 5rem !important;
  }
  .mt-xxxxl-70px {
    margin-top: 4.5rem !important;
  }
  .mt-xxxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxxl-2rem {
    margin-right: 2rem !important;
  }
  .me-xxxxl-6 {
    margin-right: 5rem !important;
  }
  .me-xxxxl-70px {
    margin-right: 4.5rem !important;
  }
  .me-xxxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxxl-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-xxxxl-6 {
    margin-bottom: 5rem !important;
  }
  .mb-xxxxl-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-xxxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxxl-2rem {
    margin-left: 2rem !important;
  }
  .ms-xxxxl-6 {
    margin-left: 5rem !important;
  }
  .ms-xxxxl-70px {
    margin-left: 4.5rem !important;
  }
  .ms-xxxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxxl-2rem {
    padding: 2rem !important;
  }
  .p-xxxxl-6 {
    padding: 5rem !important;
  }
  .p-xxxxl-70px {
    padding: 4.5rem !important;
  }
  .p-xxxxl-0 {
    padding: 0 !important;
  }
  .p-xxxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxxl-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxxxl-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxxxl-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xxxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxxl-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxxxl-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxxxl-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xxxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxxl-2rem {
    padding-top: 2rem !important;
  }
  .pt-xxxxl-6 {
    padding-top: 5rem !important;
  }
  .pt-xxxxl-70px {
    padding-top: 4.5rem !important;
  }
  .pt-xxxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxxl-2rem {
    padding-right: 2rem !important;
  }
  .pe-xxxxl-6 {
    padding-right: 5rem !important;
  }
  .pe-xxxxl-70px {
    padding-right: 4.5rem !important;
  }
  .pe-xxxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxxl-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-xxxxl-6 {
    padding-bottom: 5rem !important;
  }
  .pb-xxxxl-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-xxxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxxl-2rem {
    padding-left: 2rem !important;
  }
  .ps-xxxxl-6 {
    padding-left: 5rem !important;
  }
  .ps-xxxxl-70px {
    padding-left: 4.5rem !important;
  }
  .ps-xxxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxxl-2rem {
    gap: 2rem !important;
  }
  .gap-xxxxl-6 {
    gap: 5rem !important;
  }
  .gap-xxxxl-70px {
    gap: 4.5rem !important;
  }
  .gap-xxxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxxl-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-xxxxl-6 {
    row-gap: 5rem !important;
  }
  .row-gap-xxxxl-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-xxxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxxl-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-xxxxl-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-xxxxl-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-xxxxl-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-xxxxl-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-xxxxl-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-xxxxl-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-xxxxl-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-xxxxl-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-xxxxl-start {
    text-align: left !important;
  }
  .text-xxxxl-end {
    text-align: right !important;
  }
  .text-xxxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 2400px) {
  .float-mega-start {
    float: left !important;
  }
  .float-mega-end {
    float: right !important;
  }
  .float-mega-none {
    float: none !important;
  }
  .object-fit-mega-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-mega-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-mega-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-mega-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-mega-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-mega-inline {
    display: inline !important;
  }
  .d-mega-inline-block {
    display: inline-block !important;
  }
  .d-mega-block {
    display: block !important;
  }
  .d-mega-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-mega-table {
    display: table !important;
  }
  .d-mega-table-row {
    display: table-row !important;
  }
  .d-mega-table-cell {
    display: table-cell !important;
  }
  .d-mega-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mega-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-mega-none {
    display: none !important;
  }
  .flex-mega-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-mega-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-mega-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-mega-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-mega-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-mega-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-mega-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-mega-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-mega-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-mega-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-mega-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-mega-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-mega-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-mega-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-mega-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-mega-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-mega-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-mega-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-mega-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-mega-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-mega-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-mega-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-mega-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-mega-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-mega-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-mega-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-mega-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-mega-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-mega-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-mega-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-mega-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-mega-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-mega-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-mega-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-mega-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-mega-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-mega-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-mega-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-mega-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-mega-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-mega-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-mega-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-mega-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-mega-2rem {
    margin: 2rem !important;
  }
  .m-mega-6 {
    margin: 5rem !important;
  }
  .m-mega-70px {
    margin: 4.5rem !important;
  }
  .m-mega-0 {
    margin: 0 !important;
  }
  .m-mega-1 {
    margin: 0.25rem !important;
  }
  .m-mega-2 {
    margin: 0.5rem !important;
  }
  .m-mega-3 {
    margin: 1rem !important;
  }
  .m-mega-4 {
    margin: 1.5rem !important;
  }
  .m-mega-5 {
    margin: 3rem !important;
  }
  .m-mega-auto {
    margin: auto !important;
  }
  .mx-mega-2rem {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-mega-6 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-mega-70px {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-mega-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-mega-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-mega-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-mega-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-mega-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-mega-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-mega-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-mega-2rem {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-mega-6 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-mega-70px {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-mega-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-mega-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-mega-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-mega-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-mega-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-mega-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-mega-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-mega-2rem {
    margin-top: 2rem !important;
  }
  .mt-mega-6 {
    margin-top: 5rem !important;
  }
  .mt-mega-70px {
    margin-top: 4.5rem !important;
  }
  .mt-mega-0 {
    margin-top: 0 !important;
  }
  .mt-mega-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mega-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mega-3 {
    margin-top: 1rem !important;
  }
  .mt-mega-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mega-5 {
    margin-top: 3rem !important;
  }
  .mt-mega-auto {
    margin-top: auto !important;
  }
  .me-mega-2rem {
    margin-right: 2rem !important;
  }
  .me-mega-6 {
    margin-right: 5rem !important;
  }
  .me-mega-70px {
    margin-right: 4.5rem !important;
  }
  .me-mega-0 {
    margin-right: 0 !important;
  }
  .me-mega-1 {
    margin-right: 0.25rem !important;
  }
  .me-mega-2 {
    margin-right: 0.5rem !important;
  }
  .me-mega-3 {
    margin-right: 1rem !important;
  }
  .me-mega-4 {
    margin-right: 1.5rem !important;
  }
  .me-mega-5 {
    margin-right: 3rem !important;
  }
  .me-mega-auto {
    margin-right: auto !important;
  }
  .mb-mega-2rem {
    margin-bottom: 2rem !important;
  }
  .mb-mega-6 {
    margin-bottom: 5rem !important;
  }
  .mb-mega-70px {
    margin-bottom: 4.5rem !important;
  }
  .mb-mega-0 {
    margin-bottom: 0 !important;
  }
  .mb-mega-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mega-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mega-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mega-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mega-5 {
    margin-bottom: 3rem !important;
  }
  .mb-mega-auto {
    margin-bottom: auto !important;
  }
  .ms-mega-2rem {
    margin-left: 2rem !important;
  }
  .ms-mega-6 {
    margin-left: 5rem !important;
  }
  .ms-mega-70px {
    margin-left: 4.5rem !important;
  }
  .ms-mega-0 {
    margin-left: 0 !important;
  }
  .ms-mega-1 {
    margin-left: 0.25rem !important;
  }
  .ms-mega-2 {
    margin-left: 0.5rem !important;
  }
  .ms-mega-3 {
    margin-left: 1rem !important;
  }
  .ms-mega-4 {
    margin-left: 1.5rem !important;
  }
  .ms-mega-5 {
    margin-left: 3rem !important;
  }
  .ms-mega-auto {
    margin-left: auto !important;
  }
  .p-mega-2rem {
    padding: 2rem !important;
  }
  .p-mega-6 {
    padding: 5rem !important;
  }
  .p-mega-70px {
    padding: 4.5rem !important;
  }
  .p-mega-0 {
    padding: 0 !important;
  }
  .p-mega-1 {
    padding: 0.25rem !important;
  }
  .p-mega-2 {
    padding: 0.5rem !important;
  }
  .p-mega-3 {
    padding: 1rem !important;
  }
  .p-mega-4 {
    padding: 1.5rem !important;
  }
  .p-mega-5 {
    padding: 3rem !important;
  }
  .px-mega-2rem {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-mega-6 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-mega-70px {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-mega-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-mega-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-mega-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-mega-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-mega-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-mega-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-mega-2rem {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-mega-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-mega-70px {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-mega-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-mega-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-mega-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-mega-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-mega-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-mega-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-mega-2rem {
    padding-top: 2rem !important;
  }
  .pt-mega-6 {
    padding-top: 5rem !important;
  }
  .pt-mega-70px {
    padding-top: 4.5rem !important;
  }
  .pt-mega-0 {
    padding-top: 0 !important;
  }
  .pt-mega-1 {
    padding-top: 0.25rem !important;
  }
  .pt-mega-2 {
    padding-top: 0.5rem !important;
  }
  .pt-mega-3 {
    padding-top: 1rem !important;
  }
  .pt-mega-4 {
    padding-top: 1.5rem !important;
  }
  .pt-mega-5 {
    padding-top: 3rem !important;
  }
  .pe-mega-2rem {
    padding-right: 2rem !important;
  }
  .pe-mega-6 {
    padding-right: 5rem !important;
  }
  .pe-mega-70px {
    padding-right: 4.5rem !important;
  }
  .pe-mega-0 {
    padding-right: 0 !important;
  }
  .pe-mega-1 {
    padding-right: 0.25rem !important;
  }
  .pe-mega-2 {
    padding-right: 0.5rem !important;
  }
  .pe-mega-3 {
    padding-right: 1rem !important;
  }
  .pe-mega-4 {
    padding-right: 1.5rem !important;
  }
  .pe-mega-5 {
    padding-right: 3rem !important;
  }
  .pb-mega-2rem {
    padding-bottom: 2rem !important;
  }
  .pb-mega-6 {
    padding-bottom: 5rem !important;
  }
  .pb-mega-70px {
    padding-bottom: 4.5rem !important;
  }
  .pb-mega-0 {
    padding-bottom: 0 !important;
  }
  .pb-mega-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-mega-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-mega-3 {
    padding-bottom: 1rem !important;
  }
  .pb-mega-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-mega-5 {
    padding-bottom: 3rem !important;
  }
  .ps-mega-2rem {
    padding-left: 2rem !important;
  }
  .ps-mega-6 {
    padding-left: 5rem !important;
  }
  .ps-mega-70px {
    padding-left: 4.5rem !important;
  }
  .ps-mega-0 {
    padding-left: 0 !important;
  }
  .ps-mega-1 {
    padding-left: 0.25rem !important;
  }
  .ps-mega-2 {
    padding-left: 0.5rem !important;
  }
  .ps-mega-3 {
    padding-left: 1rem !important;
  }
  .ps-mega-4 {
    padding-left: 1.5rem !important;
  }
  .ps-mega-5 {
    padding-left: 3rem !important;
  }
  .gap-mega-2rem {
    gap: 2rem !important;
  }
  .gap-mega-6 {
    gap: 5rem !important;
  }
  .gap-mega-70px {
    gap: 4.5rem !important;
  }
  .gap-mega-0 {
    gap: 0 !important;
  }
  .gap-mega-1 {
    gap: 0.25rem !important;
  }
  .gap-mega-2 {
    gap: 0.5rem !important;
  }
  .gap-mega-3 {
    gap: 1rem !important;
  }
  .gap-mega-4 {
    gap: 1.5rem !important;
  }
  .gap-mega-5 {
    gap: 3rem !important;
  }
  .row-gap-mega-2rem {
    row-gap: 2rem !important;
  }
  .row-gap-mega-6 {
    row-gap: 5rem !important;
  }
  .row-gap-mega-70px {
    row-gap: 4.5rem !important;
  }
  .row-gap-mega-0 {
    row-gap: 0 !important;
  }
  .row-gap-mega-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-mega-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-mega-3 {
    row-gap: 1rem !important;
  }
  .row-gap-mega-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-mega-5 {
    row-gap: 3rem !important;
  }
  .column-gap-mega-2rem {
    -webkit-column-gap: 2rem !important;
       -moz-column-gap: 2rem !important;
            column-gap: 2rem !important;
  }
  .column-gap-mega-6 {
    -webkit-column-gap: 5rem !important;
       -moz-column-gap: 5rem !important;
            column-gap: 5rem !important;
  }
  .column-gap-mega-70px {
    -webkit-column-gap: 4.5rem !important;
       -moz-column-gap: 4.5rem !important;
            column-gap: 4.5rem !important;
  }
  .column-gap-mega-0 {
    -webkit-column-gap: 0 !important;
       -moz-column-gap: 0 !important;
            column-gap: 0 !important;
  }
  .column-gap-mega-1 {
    -webkit-column-gap: 0.25rem !important;
       -moz-column-gap: 0.25rem !important;
            column-gap: 0.25rem !important;
  }
  .column-gap-mega-2 {
    -webkit-column-gap: 0.5rem !important;
       -moz-column-gap: 0.5rem !important;
            column-gap: 0.5rem !important;
  }
  .column-gap-mega-3 {
    -webkit-column-gap: 1rem !important;
       -moz-column-gap: 1rem !important;
            column-gap: 1rem !important;
  }
  .column-gap-mega-4 {
    -webkit-column-gap: 1.5rem !important;
       -moz-column-gap: 1.5rem !important;
            column-gap: 1.5rem !important;
  }
  .column-gap-mega-5 {
    -webkit-column-gap: 3rem !important;
       -moz-column-gap: 3rem !important;
            column-gap: 3rem !important;
  }
  .text-mega-start {
    text-align: left !important;
  }
  .text-mega-end {
    text-align: right !important;
  }
  .text-mega-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: inside;
}

input,
select,
text,
textarea {
  -webkit-appearance: none !important;
}

section,
div {
  scroll-margin-top: 200px;
}

body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
}
body * span,
body * span * {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.medium {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
p.lead {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 600;
  letter-spacing: 0rem;
}
p.callout {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -0.01rem;
}
p.capital-callout {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
  max-width: 642px;
}
@media (min-width: 992px) {
  p.capital-callout {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

.wysiwyg p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg.medium p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}

strong {
  font-weight: 700;
  color: inherit;
}
strong * {
  font-weight: 700;
}

h1, .h1,
.hero-title {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 44px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 576px) {
  h1, .h1,
  .hero-title {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
@media (min-width: 768px) {
  h1, .h1,
  .hero-title {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 65px;
    line-height: 105px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}

h2,
.h2 {
  color: black;
  font-size: 27px;
  font-weight: 300;
  line-height: 2.5em;
}
h2-small,
.h2-small {
  font-size: 22px;
  color: #6E6E6E;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  h2-small,
  .h2-small {
    line-height: 28px;
  }
}
h2.lead-capture-title,
.h2.lead-capture-title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 34px;
  line-height: 42px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 992px) {
  h2.lead-capture-title,
  .h2.lead-capture-title {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
h2.banner-title,
.h2.banner-title {
  line-height: 0;
}
@media (min-width: 576px) {
  h2.banner-title,
  .h2.banner-title {
    margin-left: auto;
  }
}

h3, .h3 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}

a {
  color: #AD3B21;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
a.cta {
  width: auto;
}

.content p {
  color: #212529;
}

.contact-title {
  color: #AD3B21;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 39px;
  line-height: 39px;
  font-weight: 300;
  letter-spacing: 0;
}

.wpcf7-form-control.cta.cta--purple {
  font-size: 15px;
}

.eyebrow {
  color: #AD3B21;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.eyebrow .square {
  width: 19px;
  height: 19px;
  background-color: #AD3B21;
}
.eyebrow.press-release {
  color: black;
}
.eyebrow.press-release .square {
  background-color: #fff;
}
.eyebrow.reports {
  color: #FBCC95;
}
.eyebrow.reports .square {
  background-color: #FBCC95;
}

h1.eyebrow, .eyebrow.h1,
h2.eyebrow,
.eyebrow.h2,
h3.eyebrow,
.eyebrow.h3,
h4.eyebrow,
.eyebrow.h4,
h5.eyebrow,
.eyebrow.h5,
h6.eyebrow,
.eyebrow.h6 {
  color: #AD3B21;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
h1.eyebrow .square, .eyebrow.h1 .square,
h2.eyebrow .square,
.eyebrow.h2 .square,
h3.eyebrow .square,
.eyebrow.h3 .square,
h4.eyebrow .square,
.eyebrow.h4 .square,
h5.eyebrow .square,
.eyebrow.h5 .square,
h6.eyebrow .square,
.eyebrow.h6 .square {
  width: 19px;
  height: 19px;
  background-color: #AD3B21;
}
h1.eyebrow.press-release, .eyebrow.press-release.h1,
h2.eyebrow.press-release,
.eyebrow.press-release.h2,
h3.eyebrow.press-release,
.eyebrow.press-release.h3,
h4.eyebrow.press-release,
.eyebrow.press-release.h4,
h5.eyebrow.press-release,
.eyebrow.press-release.h5,
h6.eyebrow.press-release,
.eyebrow.press-release.h6 {
  color: #FBCC95;
}
h1.eyebrow.press-release .square, .eyebrow.press-release.h1 .square,
h2.eyebrow.press-release .square,
.eyebrow.press-release.h2 .square,
h3.eyebrow.press-release .square,
.eyebrow.press-release.h3 .square,
h4.eyebrow.press-release .square,
.eyebrow.press-release.h4 .square,
h5.eyebrow.press-release .square,
.eyebrow.press-release.h5 .square,
h6.eyebrow.press-release .square,
.eyebrow.press-release.h6 .square {
  background-color: #FBCC95;
}

.subtitle.medium, .subtitle.medium * {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif !important;
  font-size: 27px !important;
  line-height: 34px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02rem !important;
}
@media (min-width: 768px) {
  .subtitle.medium, .subtitle.medium * {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif !important;
    font-size: 46px !important;
    line-height: 60px !important;
    font-weight: 500 !important;
    letter-spacing: -0.02rem !important;
  }
}
.subtitle.large, .subtitle.large * {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .subtitle.large, .subtitle.large * {
    color: inheirt;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 54px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -0.02rem;
  }
}

h1.subtitle.medium, .subtitle.medium.h1,
h2.subtitle.medium,
.subtitle.medium.h2,
h3.subtitle.medium,
.subtitle.medium.h3,
h4.subtitle.medium,
.subtitle.medium.h4,
h5.subtitle.medium,
.subtitle.medium.h5,
h6.subtitle.medium,
.subtitle.medium.h6 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 27px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  h1.subtitle.medium, .subtitle.medium.h1,
  h2.subtitle.medium,
  .subtitle.medium.h2,
  h3.subtitle.medium,
  .subtitle.medium.h3,
  h4.subtitle.medium,
  .subtitle.medium.h4,
  h5.subtitle.medium,
  .subtitle.medium.h5,
  h6.subtitle.medium,
  .subtitle.medium.h6 {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
h1.subtitle.large, .subtitle.large.h1,
h2.subtitle.large,
.subtitle.large.h2,
h3.subtitle.large,
.subtitle.large.h3,
h4.subtitle.large,
.subtitle.large.h4,
h5.subtitle.large,
.subtitle.large.h5,
h6.subtitle.large,
.subtitle.large.h6 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h1.subtitle.large, .subtitle.large.h1,
  h2.subtitle.large,
  .subtitle.large.h2,
  h3.subtitle.large,
  .subtitle.large.h3,
  h4.subtitle.large,
  .subtitle.large.h4,
  h5.subtitle.large,
  .subtitle.large.h5,
  h6.subtitle.large,
  .subtitle.large.h6 {
    color: inheirt;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 54px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -0.02rem;
  }
}

.short-border::after {
  content: "";
  display: block;
  width: 67px;
  height: 1px;
  margin-top: 10px;
  background-color: #AD3B21;
  margin-top: 1.5rem;
}
.short-border.gray-600::after {
  background-color: #707070;
}

.hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .hover-primary:hover {
    background-color: #AD3B21 !important;
  }
}

.multiple-authors {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

.border-short {
  width: 70px;
  height: 3px;
  opacity: 1;
}

.text-12 {
  font-size: 12px;
}
.text-13 {
  font-size: 13px;
}
.text-14 {
  font-size: 14px;
}
.text-15 {
  font-size: 15px;
}
.text-16 {
  font-size: 16px;
}
.text-17 {
  font-size: 17px;
}
.text-18 {
  font-size: 18px;
}
.text-17-light {
  font-size: 17px;
  font-weight: 300;
}
.text-disclaimer {
  color: #BFBFBF !important;
  font-family: "DM Sans", arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02rem !important;
}

.font-weight-thin {
  font-weight: 100;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-normal {
  font-weight: 400;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-semi {
  font-weight: 600;
}
.font-weight-bold {
  font-weight: 700;
}
.font-weight-black {
  font-weight: 900;
}

.line-height-16 {
  line-height: 16px;
}

.letter-spacing-50 {
  letter-spacing: 0.05rem;
}
.letter-spacing-300 {
  letter-spacing: 0.3rem;
}

.mt-2r {
  margin-top: 2rem !important;
}
.mt-minus-3 {
  margin-top: -1rem !important;
}
@media (min-width: 768px) {
  .mt-minus-21 {
    margin-top: -21rem !important;
  }
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 768px) {
  .grid-fix {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

.opacity-1 {
  opacity: 1;
}

.page-border {
  border-bottom: 10px solid #AD3B21;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 576px) {
  .d-sm-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 768px) {
  .d-md-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1200px) {
  .d-xl-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1366px) {
  .d-xlplus-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1480px) {
  .d-xxl-grid {
    display: -ms-grid;
    display: grid;
  }
}
@media (min-width: 1680px) {
  .d-xxxl-grid {
    display: -ms-grid;
    display: grid;
  }
}

.grid-temp-col-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .grid-temp-col-sm-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-temp-col-md-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .grid-temp-col-lg-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid-temp-col-xl-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .grid-temp-col-xlplus-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1480px) {
  .grid-temp-col-xxl-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1680px) {
  .grid-temp-col-xxxl-2 {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.grid-temp-col-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 576px) {
  .grid-temp-col-sm-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .grid-temp-col-md-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .grid-temp-col-lg-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .grid-temp-col-xl-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .grid-temp-col-xlplus-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1480px) {
  .grid-temp-col-xxl-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1680px) {
  .grid-temp-col-xxxl-3 {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.col-gap-1 {
  -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
     -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
          column-gap: calc(0.25 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .col-gap-sm-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .col-gap-md-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .col-gap-lg-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .col-gap-xl-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .col-gap-xlplus-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .col-gap-xxl-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .col-gap-xxxl-1 {
    -webkit-column-gap: calc(0.25 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.25 * var(--bs-gutter-x));
            column-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
.col-gap-2 {
  -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
     -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
          column-gap: calc(0.5 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .col-gap-sm-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .col-gap-md-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .col-gap-lg-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .col-gap-xl-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .col-gap-xlplus-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .col-gap-xxl-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .col-gap-xxxl-2 {
    -webkit-column-gap: calc(0.5 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.5 * var(--bs-gutter-x));
            column-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
.col-gap-3 {
  -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
     -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
          column-gap: calc(0.75 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .col-gap-sm-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .col-gap-md-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .col-gap-lg-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .col-gap-xl-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .col-gap-xlplus-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .col-gap-xxl-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .col-gap-xxxl-3 {
    -webkit-column-gap: calc(0.75 * var(--bs-gutter-x));
       -moz-column-gap: calc(0.75 * var(--bs-gutter-x));
            column-gap: calc(0.75 * var(--bs-gutter-x));
  }
}

.row-gap-1 {
  row-gap: calc(0.25 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .row-gap-sm-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .row-gap-md-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .row-gap-lg-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .row-gap-xl-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .row-gap-xlplus-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .row-gap-xxl-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .row-gap-xxxl-1 {
    row-gap: calc(0.25 * var(--bs-gutter-x));
  }
}
.row-gap-2 {
  row-gap: calc(0.5 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .row-gap-sm-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .row-gap-md-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .row-gap-lg-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .row-gap-xl-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .row-gap-xlplus-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .row-gap-xxl-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .row-gap-xxxl-2 {
    row-gap: calc(0.5 * var(--bs-gutter-x));
  }
}
.row-gap-3 {
  row-gap: calc(0.75 * var(--bs-gutter-x));
}
@media (min-width: 576px) {
  .row-gap-sm-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) {
  .row-gap-md-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 992px) {
  .row-gap-lg-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1200px) {
  .row-gap-xl-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1366px) {
  .row-gap-xlplus-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1480px) {
  .row-gap-xxl-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}
@media (min-width: 1680px) {
  .row-gap-xxxl-3 {
    row-gap: calc(0.75 * var(--bs-gutter-x));
  }
}

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.alignright,
img.alignright,
a img.alignright {
  width: 100%;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 576px) {
  .alignright,
  img.alignright,
  a img.alignright {
    width: unset;
    float: right;
    margin: 4px 0 2px 14px;
  }
}

.alignleft,
img.alignleft,
a img.alignleft {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .alignleft,
  img.alignleft,
  a img.alignleft {
    width: unset;
    float: left;
    margin: 4px 14px 2px 0;
  }
}

.disabled {
  pointer-events: none !important;
  opacity: 0.3;
}

.videoWrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.videoWrapper iframe,
.videoWrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper .video-thumb {
  z-index: 10;
  cursor: pointer;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.vert-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .vert-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.vert-padding-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .vert-padding-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.vert-gutter {
  margin-bottom: 2rem;
}
.vert-gutter-2 {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .vert-gutter-2 {
    margin-bottom: 65px;
  }
}

.fade-up {
  -webkit-animation: fadeUp 0.6s ease-out;
          animation: fadeUp 0.6s ease-out;
}

.aspect-ratio-square {
  aspect-ratio: 1/1;
}

.fixed-top {
  z-index: 100;
}

@media (hover: hover) {
  a.hover-text-primary:hover, a.hover-text-primary *:hover {
    color: #AD3B21 !important;
  }
}
@media (hover: hover) {
  a.hover-text-secondary:hover, a.hover-text-secondary *:hover {
    color: #FBCC95 !important;
  }
}

@media (hover: hover) {
  .bg-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}

.bg-extend-black {
  position: relative;
}
@media (min-width: 992px) {
  .bg-extend-black.extend-start::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: 100%;
    top: 0;
    background-color: black;
  }
}

.border-start-tall {
  position: relative;
}
@media (min-width: 768px) {
  .border-start-tall::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: -3rem;
    top: 0;
    background-color: rgba(0, 0, 0, 0.31);
  }
}
@media (min-width: 1200px) {
  .border-start-tall::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    left: -7rem;
    top: 0;
    background-color: rgba(0, 0, 0, 0.31);
  }
}

.title.arrow {
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 22px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.title.arrow.dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
.title.arrow.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
}
.title.arrow.prev {
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
  padding-left: 2rem;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .title.arrow.prev:hover {
    color: #AD3B21;
    background-position: 8px center;
  }
}
.title.arrow.next {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
  padding-right: 2rem;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (hover: hover) {
  .title.arrow.next:hover {
    color: #AD3B21;
    background-position: calc(100% - 8px) center;
  }
}
@media (hover: hover) {
  .title.arrow:hover {
    background-position: right -4px;
  }
}

.insight-card__inner.arrow {
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5rem) 1.5rem;
  background-size: 22px;
  -webkit-transition-property: opacity, background, -webkit-transform !important;
  transition-property: opacity, background, -webkit-transform !important;
  transition-property: opacity, transform, background !important;
  transition-property: opacity, transform, background, -webkit-transform !important;
  -webkit-transition-duration: 1s, 1s, 0.6s !important;
          transition-duration: 1s, 1s, 0.6s !important;
}
.insight-card__inner.arrow.dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
.insight-card__inner.arrow.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  .insight-card__inner.arrow:hover {
    background-position: calc(100% - 1.5rem) 1rem;
  }
}

.accent {
  background-repeat: no-repeat;
  background-position: right top;
}
.accent--executive-perspectives {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' viewBox='0 0 55 55'%3E%3Cg transform='translate(-195 -189.474)'%3E%3Crect width='24' height='24' transform='translate(226 220.474)' fill='%23fff'/%3E%3Crect width='24' height='24' transform='translate(226 189.474)' fill='%23fff' opacity='0.5'/%3E%3Crect width='24' height='24' transform='translate(195 189.474)' fill='%23fff' opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
}
.accent--news {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Crect width='31' height='31'/%3E%3C/svg%3E");
}
.accent--reports {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132.594' height='139.377' viewBox='0 0 132.594 139.377'%3E%3Cg transform='translate(0)' opacity='0.302' style='mix-blend-mode:multiply;isolation:isolate'%3E%3Cpath d='M0,0H44.2V45.629H0Z' transform='translate(44.198 45.629)' fill='%23272727' opacity='0.331'/%3E%3Cpath d='M0,0H44.2V45.629H0Z' transform='translate(88.396 93.748)' fill='%23272727'/%3E%3Cpath d='M0,0H44.2V45.629H0Z' transform='translate(0 93.748)' fill='%23585050' opacity='0.997'/%3E%3Cpath d='M0,0H44.2V45.629H0Z' transform='translate(88.396 0)' fill='%23727272' opacity='0.482'/%3E%3C/g%3E%3C/svg%3E");
}

.heading--18, .heading--18 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  letter-spacing: -0.02rem !important;
}
.heading--23, .heading--23 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
}
.heading--27, .heading--27 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 27px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.heading--32, .heading--32 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .heading--32, .heading--32 > p {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 32px;
    line-height: 41px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
.heading--39, .heading--39 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .heading--39, .heading--39 > p {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 39px;
    line-height: 48px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
.heading--86, .heading--86 > p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 86px;
  line-height: 92px;
  font-weight: 300;
  letter-spacing: -1.72px;
}

.fit-content {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  width: -moz-fit-content !important;
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  min-width: -moz-fit-content !important;
}

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

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

.list-style-none {
  list-style: none !important;
}
.list-style-disc {
  list-style: disc !important;
}

.name-width {
  max-width: 60% !important;
}

@-webkit-keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp2 {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeUp2 {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.element {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.element {
  -webkit-animation-name: fadeUp2;
  animation-name: fadeUp2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.section {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.content.page, .content.post,
.content .single {
  position: relative;
  z-index: 1;
}

.container {
  width: 90%;
  max-width: 1400px;
}
.container.narrow {
  max-width: 1180px;
}
.container.wide {
  max-width: 1660px;
}
@media (min-width: 576px) {
  .container-sm {
    width: 90%;
    max-width: 1400px;
  }
}
.container-sm-fluid {
  max-width: 1545px;
}
@media (min-width: 768px) {
  .container-md {
    width: 90%;
    max-width: 1400px;
  }
}
.container-md-fluid {
  max-width: 1545px;
}
@media (min-width: 992px) {
  .container-lg {
    width: 90%;
    max-width: 1400px;
  }
}
.container-lg-fluid {
  max-width: 1545px;
}
@media (min-width: 1200px) {
  .container-xl {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xl-fluid {
  max-width: 1545px;
}
@media (min-width: 1366px) {
  .container-xlplus {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xlplus-fluid {
  max-width: 1545px;
}
@media (min-width: 1480px) {
  .container-xxl {
    width: 90%;
    max-width: 1400px;
  }
}
@media (min-width: 1680px) {
  .container-xxxl {
    width: 90%;
    max-width: 1400px;
  }
}
.container-xxxl-fluid {
  max-width: 1545px;
}

@media (min-width: 992px) {
  .row.wide,
  .d-grid.wide {
    margin-right: calc(-1.75 * var(--bs-gutter-x));
    margin-left: calc(-1.75 * var(--bs-gutter-x));
  }
}

.row-float-3 > .col {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.row-float-3::after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1680px) {
  .row.wide-100 {
    margin-right: -100px;
    margin-left: -100px;
  }
}

#footer {
  background-color: #FFFAF4;
  height: auto;
}
#footer a {
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footer a.footer-social-link svg path:first-child {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  #footer a:hover {
    color: #AD3B21;
  }
  #footer a:hover.footer-social-link svg path:first-child {
    fill: #AD3B21;
  }
}
#footer .nav .nav-link {
  font-size: 20px;
  padding: 0rem;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  #footer .nav .nav-link:hover {
    color: #AD3B21;
  }
}
#footer .footer-logo svg {
  width: 7rem;
  height: 7rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  #footer .footer-logo svg {
    width: 7.262rem;
    height: 7.262rem;
  }
}
#footer .legal small p, #footer .legal .small p {
  font-size: 14px;
}
#footer #footer-info * {
  font-size: 15px;
  font-weight: 300;
}
#footer #footer-info p {
  padding: 0;
  margin: 0;
}
#footer .dropdown-menu {
  display: none !important;
}

.navbar {
  width: 100%;
  z-index: 5;
}
@media (min-width: 768px) {
  .navbar {
    height: auto;
  }
}
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
  max-width: 1545px;
}
.navbar-nav {
  margin-top: -3rem;
}
@media (min-width: 1366px) {
  .navbar-nav {
    margin-top: 0;
  }
}
.navbar.header-small {
  height: 4rem;
}
.navbar.header-small .navbar-brand svg {
  width: 7rem;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand svg {
  width: 7rem;
  z-index: 9999;
  height: auto;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (min-width: 768px) {
  .navbar .navbar-brand svg {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand svg {
    width: 12rem;
    margin-left: 0;
  }
}
.navbar .menu-item:not(:last-child) .nav-link {
  margin-right: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1366px) {
  .navbar .menu-item:not(:last-child) .nav-link {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1480px) {
  .navbar .menu-item:not(:last-child) .nav-link {
    margin-right: 2rem;
  }
}
@media (min-width: 1680px) {
  .navbar .menu-item:not(:last-child) .nav-link {
    margin-right: 3rem;
  }
}
@media (min-width: 2400px) {
  .navbar .menu-item:not(:last-child) .nav-link {
    margin-right: 4rem;
  }
}
.navbar .nav-link {
  font-size: 1rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 1.25rem;
}
.navbar .nav-link.active {
  color: #FBCC95;
}
@media (hover: hover) {
  .navbar .nav-link:hover {
    color: #FBCC95;
  }
}
.navbar .current-menu-item {
  font-weight: 700;
}
.navbar .nav-item.text-primary a {
  color: #EC7F57;
}

/*.page-template-page-business-post-relationship, .page-template-page-people, .page-template-page-partnerships-post-relationship, .page-template-page-contact {
  #header {
    top: 14.25rem;

    @include media-breakpoint-up(lg) {
      top: 15.25rem;
    }
  }
}*/
#header {
  position: absolute;
  top: 0;
  background: transparent;
}
@media (min-width: 1180px) {
  #header {
    top: 2.25rem;
  }
}
#header .container-xlplus-fluid {
  width: 95%;
}

#header-2 {
  top: -500px;
  position: fixed;
  width: 100%;
  height: 100px;
  -webkit-transition: top 1s ease, height 1s ease-in-out;
  transition: top 1s ease, height 1s ease-in-out;
  background-color: white;
  z-index: 10;
  padding: 0;
}
@media (min-width: 768px) {
  #header-2 {
    height: 150px;
  }
}
#header-2 .navbar-brand svg {
  width: 4.262rem;
}
@media (min-width: 768px) {
  #header-2 .navbar-brand svg {
    width: 7.262rem;
  }
}
#header-2 .nav-link {
  color: #000;
  font-weight: 300;
}
#header-2 .nav-link.active {
  color: #AD3B21;
}
@media (hover: hover) {
  #header-2 .nav-link:hover {
    color: #AD3B21;
  }
}
#header-2.header-in {
  top: 0;
}

.wrapper__spark .single-hero {
  aspect-ratio: 1680/579;
  width: 100%;
}
.wrapper__spark .hero-banner .banner-height {
  height: auto;
  min-height: 414px;
  width: 100%;
}
@media (min-width: 768px) {
  .wrapper__spark .hero-banner .banner-height {
    min-height: 579px;
    height: auto;
  }
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-remove {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-25 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-30 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(50%, rgba(0, 0, 0, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-35 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0.35))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.35) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-40 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(50%, rgba(0, 0, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-45 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.45)), color-stop(50%, rgba(0, 0, 0, 0.45))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.45) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-50 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-55 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.55)), color-stop(50%, rgba(0, 0, 0, 0.55))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.55) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-60 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-65 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.65)), color-stop(50%, rgba(0, 0, 0, 0.65))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.65) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-70 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(50%, rgba(0, 0, 0, 0.7))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-75 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.75))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.75) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .banner-height.gradient-overlay-opacity-80 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, left top, left bottom, from(rgba(3, 0, 0, 0.25)), color-stop(10%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.8) 50%), linear-gradient(to bottom, rgba(3, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 10%);
}
.wrapper__spark .hero-banner .sub-height {
  height: 500px;
}
@media (min-width: 768px) {
  .wrapper__spark .hero-banner .sub-height {
    min-height: 900px;
    height: 900px;
  }
}
.wrapper__spark .hero-banner h1, .wrapper__spark .hero-banner .h1 {
  margin-top: -0.5rem;
}
@media (max-width: 991.98px) {
  .wrapper__spark .hero-banner h1, .wrapper__spark .hero-banner .h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .wrapper__spark .hero-banner h1, .wrapper__spark .hero-banner .h1 {
    font-size: 1.4rem;
  }
}
.wrapper__spark .hero-banner .title-wrap {
  margin-top: 242px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .wrapper__spark .hero-banner .title-wrap {
    margin-top: 342px;
  }
}
.wrapper__spark .hero-banner__title {
  font-size: 3.5rem;
  letter-spacing: -0.06rem;
  font-weight: 300 !important;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .wrapper__spark .hero-banner__title {
    font-size: 2rem;
    line-height: 1.25px;
  }
}
@media (max-width: 575.98px) {
  .wrapper__spark .hero-banner__title {
    font-size: 28px;
  }
}
.wrapper__spark .hero-banner__submission_title {
  font-size: 1.8rem;
  letter-spacing: -0.06rem;
  font-weight: 300 !important;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .wrapper__spark .hero-banner__submission_title {
    font-size: 1.5rem;
    line-height: 1px;
  }
}
@media (max-width: 575.98px) {
  .wrapper__spark .hero-banner__submission_title {
    font-size: 18px;
  }
}
.wrapper__spark .hero-banner__subtitle {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 991.98px) {
  .wrapper__spark .hero-banner__subtitle {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .wrapper__spark .hero-banner__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.wrapper__spark .hero-banner__author {
  font-size: 14px;
  letter-spacing: 3.22px;
  line-height: 17px;
  text-transform: uppercase;
}
.wrapper__spark .hero-banner__author br {
  display: none;
}
@media (max-width: 991.98px) {
  .wrapper__spark .hero-banner__author {
    line-height: 17px;
  }
}
@media (max-width: 575.98px) {
  .wrapper__spark .hero-banner__author {
    font-size: 12px;
  }
}
.wrapper__spark .hero-banner__logo-wrap {
  width: 59px;
  height: 88px;
}
.wrapper__spark .hero-banner__logo {
  width: 62px;
  height: 96px;
}
.wrapper__spark #videos .alm-reveal,
.wrapper__spark #videos .alm-listing {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .wrapper__spark #videos .alm-reveal,
  .wrapper__spark #videos .alm-listing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark #videos .alm-reveal,
  .wrapper__spark #videos .alm-listing {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.wrapper__spark #videos .alm-reveal .insight-wrapper,
.wrapper__spark #videos .alm-listing .insight-wrapper {
  width: 100%;
  aspect-ratio: 500/314;
}
.wrapper__spark #videos .alm-reveal .volume-number,
.wrapper__spark #videos .alm-listing .volume-number {
  font-size: 10px;
}
.wrapper__spark #videos .alm-reveal .title,
.wrapper__spark #videos .alm-listing .title {
  font-size: 25px;
  max-width: 60%;
}
@media (max-width: 575.98px) {
  .wrapper__spark #videos .alm-reveal .title,
  .wrapper__spark #videos .alm-listing .title {
    font-size: 20px;
    max-width: 90%;
  }
}
.wrapper__spark #insights .alm-reveal,
.wrapper__spark #insights .alm-listing {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .wrapper__spark #insights .alm-reveal,
  .wrapper__spark #insights .alm-listing {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark #insights .alm-reveal,
  .wrapper__spark #insights .alm-listing {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wrapper__spark .header-share a,
.wrapper__spark .header-share a:visited {
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 20px;
}
.wrapper__spark .header-share a:hover {
  color: #AD3B21;
}
.wrapper__spark .why-spark {
  background-size: contain;
  background-position: right 87px;
}
@media (min-width: 1024px) {
  .wrapper__spark .why-spark {
    background-size: 67%;
    background-position: right 15%;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark .why-spark {
    background-position: right -25px;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark .why-spark .top {
    margin-bottom: 80px;
  }
}
.wrapper__spark .why-spark__callout {
  height: 165px;
}
.wrapper__spark .why-spark__callout .callout-wrap {
  padding-left: 100px;
}
@media (min-width: 768px) {
  .wrapper__spark .why-spark__callout {
    border-right: 1px solid #F4F4F4;
    width: 33.3333%;
  }
  .wrapper__spark .why-spark__callout .callout-wrap {
    padding-left: unset;
  }
  .wrapper__spark .why-spark__callout:last-child {
    border-right: none;
  }
  .wrapper__spark .why-spark__callout:first-child {
    width: 30%;
    padding-left: 0;
  }
  .wrapper__spark .why-spark__callout:first-child .callout-wrap {
    width: 190px;
  }
  .wrapper__spark .why-spark__callout:nth-child(2) {
    width: 40%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper__spark .why-spark__callout:nth-child(2) .callout-wrap {
    width: 332px;
  }
  .wrapper__spark .why-spark__callout:last-child {
    width: 30%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .wrapper__spark .why-spark__callout:last-child .callout-wrap {
    width: 220px;
  }
}
@media (min-width: 1366px) {
  .wrapper__spark .why-spark__callout .callout-wrap {
    margin-right: 3rem;
  }
}
.wrapper__spark .why-spark__callout-heading {
  font-size: 28px;
  line-height: 27px;
}
.wrapper__spark .why-spark__callout-desc {
  font-size: 18px;
  line-height: 22px;
}
.wrapper__spark .cta-banner__spark-book {
  background-position: left bottom;
}
@media (min-width: 768px) {
  .wrapper__spark .cta-banner__spark-book .spark-book-image {
    max-width: 500px;
    background-position: left calc(100% + 46px);
  }
}
@media (min-width: 992px) {
  .wrapper__spark .cta-banner__spark-book .spark-book-image {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .wrapper__spark .spark-insights.vert-padding {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark .spark-insights::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 36.625%;
    height: 100%;
    background-color: #EC7F57;
    z-index: 2;
  }
}
@media (min-width: 1480px) {
  .wrapper__spark .spark-insights .row-insights {
    margin-left: -90px;
    margin-right: -90px;
  }
}
.wrapper__spark .spark-insights .slider-quotation {
  font-size: 100px;
  font-weight: bold;
  line-height: 70px;
}
@media (max-width: 575.98px) {
  .wrapper__spark .spark-insights .slider-quotation {
    font-size: 85px;
  }
}
.wrapper__spark .spark-insights blockquote p {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 0;
}
.wrapper__spark .spark-insights .blockquote-footer {
  font-style: normal;
  margin-top: 0;
}
.wrapper__spark .spark-insights .blockquote-footer::before {
  display: none;
}
.wrapper__spark .spark-insights .blockquote-footer cite {
  color: #AD3B21;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 17px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.wrapper__spark .spark-insights .insight-author {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
.wrapper__spark .spark-insights .carousel-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .wrapper__spark .spark-insights .carousel-wrap {
    padding-bottom: 115px;
  }
}
@media (min-width: 1200px) {
  .wrapper__spark .spark-insights .carousel-wrap {
    max-width: 54%;
    padding-bottom: 115px;
    position: absolute;
    top: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .wrapper__spark .spark-insights #insightsCarousel {
    margin-left: -3.5rem;
  }
}
.wrapper__spark .spark-insights #insightsCarousel .slick-active .insight-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .wrapper__spark .spark-insights #insightsCarousel .slick-active .insight-wrapper {
    width: 95%;
  }
  .wrapper__spark .spark-insights #insightsCarousel .slick-active .insight-wrapper::before {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 50;
    pointer-events: none;
  }
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots {
  position: absolute;
  bottom: -80px;
  left: 3.75rem;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots {
  width: calc(15% - 0.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li {
  text-indent: -100px;
  border: none;
  background-color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 2px;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  position: relative;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3px;
  background-color: #AD3B21;
  width: 0;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li.slick-active::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li.prev-active:before {
  width: 100%;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li button {
  text-indent: -100000px;
  border: none;
  height: 0;
  background: transparent;
}
.wrapper__spark .spark-insights #insightsCarousel .slick-dots li.slick-active:before {
  width: 100%;
}
.wrapper__spark .spark-insights .controls {
  position: absolute;
  bottom: 1rem;
  right: 10%;
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .wrapper__spark .spark-insights .controls {
    bottom: calc(-90px + 5rem);
    left: 35px;
    right: auto;
  }
}
.wrapper__spark .spark-insights .controls img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
}
@media (min-width: 768px) {
  .wrapper__spark .spark-insights .controls img {
    width: auto;
  }
}
.wrapper__spark .spark-insights .controls .insights-next-arrow img {
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
@media (min-width: 1200px) {
  .wrapper__spark .spark-insights .controls .insights-next-arrow img {
    -webkit-filter: unset;
            filter: unset;
  }
}
@media (hover: hover) {
  .wrapper__spark .spark-insights .controls img:hover {
    -webkit-filter: brightness(1) invert(1);
            filter: brightness(1) invert(1);
  }
}
@media (max-width: 991.98px) {
  .wrapper__spark #spark-events p {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .wrapper__spark #spark-events .text-lg {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .wrapper__spark #spark-events .vert-padding {
    padding-top: 35px;
  }
}
@media (max-width: 1024px) {
  .wrapper__spark #spark-events .section-heading__events,
  .wrapper__spark #spark-events .text-preset-headline-1__event {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .wrapper__spark #spark-events .section-heading__date {
    font-size: 25px;
  }
}
.wrapper__spark #spark-events .mb-12 {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .wrapper__spark #spark-events .mb-12 {
    margin-bottom: 6rem;
  }
}
.wrapper__spark #spark-events .speaker-section__quote {
  width: 87%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper__spark #spark-events .speaker-section__quote {
    width: auto;
    margin: unset;
  }
}
.wrapper__spark #spark-events .speaker-quotations {
  font-size: 65px;
  font-weight: bold;
  line-height: 30px;
  top: 0px;
  left: -30px;
}
@media (min-width: 1024px) {
  .wrapper__spark #spark-events .speaker-quotations {
    font-size: 100px;
    left: -15px;
  }
}
.wrapper__spark #spark-events .speaker-quote {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 35px;
}
@media (min-width: 1024px) {
  .wrapper__spark #spark-events .speaker-quote {
    font-size: 30px;
  }
}

#header .nav-trigger,
#header-2 .nav-trigger {
  position: absolute;
  top: 50%;
  height: 20px;
  z-index: 4;
  cursor: pointer;
  right: calc(5% + 4px);
  z-index: 9999;
}
@media (min-width: 1180px) {
  #header .nav-trigger,
  #header-2 .nav-trigger {
    top: 63px;
  }
}
#header .close-x,
#header #nav-trigger,
#header-2 .close-x,
#header-2 #nav-trigger {
  width: 30px;
  height: 25px;
  -webkit-transform: rotate(0deg) translateY(-50%);
          transform: rotate(0deg) translateY(-50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 1180px) {
  #header .close-x,
  #header #nav-trigger,
  #header-2 .close-x,
  #header-2 #nav-trigger {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
#header .close-x span,
#header #nav-trigger span,
#header-2 .close-x span,
#header-2 #nav-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#header .close-x span:nth-child(1),
#header #nav-trigger span:nth-child(1),
#header-2 .close-x span:nth-child(1),
#header-2 #nav-trigger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header .close-x span:nth-child(2),
#header #nav-trigger span:nth-child(2),
#header-2 .close-x span:nth-child(2),
#header-2 #nav-trigger span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#header .close-x span:nth-child(3),
#header #nav-trigger span:nth-child(3),
#header-2 .close-x span:nth-child(3),
#header-2 #nav-trigger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (hover: hover) {
  #header .close-x:hover, #header .close-x.active,
  #header #nav-trigger:hover,
  #header #nav-trigger.active,
  #header-2 .close-x:hover,
  #header-2 .close-x.active,
  #header-2 #nav-trigger:hover,
  #header-2 #nav-trigger.active {
    outline: none;
  }
  #header .close-x:hover span:nth-child(1),
  #header #nav-trigger:hover span:nth-child(1),
  #header-2 .close-x:hover span:nth-child(1),
  #header-2 #nav-trigger:hover span:nth-child(1) {
    top: -4px;
  }
  #header .close-x:hover span:nth-child(2),
  #header #nav-trigger:hover span:nth-child(2),
  #header-2 .close-x:hover span:nth-child(2),
  #header-2 #nav-trigger:hover span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  #header .close-x:hover span:nth-child(3),
  #header #nav-trigger:hover span:nth-child(3),
  #header-2 .close-x:hover span:nth-child(3),
  #header-2 #nav-trigger:hover span:nth-child(3) {
    top: 19px;
  }
}
#header .close-x.open span:nth-child(1),
#header #nav-trigger.open span:nth-child(1),
#header-2 .close-x.open span:nth-child(1),
#header-2 #nav-trigger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 6px;
}
#header .close-x.open span:nth-child(2),
#header #nav-trigger.open span:nth-child(2),
#header-2 .close-x.open span:nth-child(2),
#header-2 #nav-trigger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#header .close-x.open span:nth-child(3),
#header #nav-trigger.open span:nth-child(3),
#header-2 .close-x.open span:nth-child(3),
#header-2 #nav-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
  left: 6px;
}
#header #navbar,
#header-2 #navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 6;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 1366px) {
  #header #navbar,
  #header-2 #navbar {
    z-index: 5;
  }
}
@media (min-width: 1366px) {
  #header #navbar,
  #header-2 #navbar {
    margin: 2rem 0 auto;
    position: relative;
    bottom: unset;
    height: unset;
    background: transparent;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header .menu-item,
#header-2 .menu-item {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  opacity: 0;
}
@media (min-width: 1366px) {
  #header .menu-item,
  #header-2 .menu-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#header.nav--in #navbar,
#header-2.nav--in #navbar {
  display: block;
  background: black;
  -webkit-transition: all 0.6s ease-out, background 0s;
  transition: all 0.6s ease-out, background 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 1366px) {
  #header.nav--in #navbar,
  #header-2.nav--in #navbar {
    background: transparent;
  }
}
#header.nav--in .menu-item,
#header-2.nav--in .menu-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s 0.3s ease-out;
  transition: all 0.6s 0.3s ease-out;
}
#header.nav--in .menu-item:nth-child(1),
#header-2.nav--in .menu-item:nth-child(1) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#header.nav--in .menu-item:nth-child(2),
#header-2.nav--in .menu-item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#header.nav--in .menu-item:nth-child(3),
#header-2.nav--in .menu-item:nth-child(3) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#header.nav--in .menu-item:nth-child(4),
#header-2.nav--in .menu-item:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#header.nav--in .menu-item:nth-child(5),
#header-2.nav--in .menu-item:nth-child(5) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
#header.nav--in .menu-item:nth-child(6),
#header-2.nav--in .menu-item:nth-child(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#header.nav--in .menu-item:nth-child(7),
#header-2.nav--in .menu-item:nth-child(7) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
#header.nav--in .menu-item a,
#header-2.nav--in .menu-item a {
  color: #fff !important;
}
@media (min-width: 1366px) {
  #header.nav--in .menu-item a,
  #header-2.nav--in .menu-item a {
    color: #000 !important;
  }
}
#header.header-out.header-out-fixed--in #navbar,
#header-2.header-out.header-out-fixed--in #navbar {
  margin-top: 0;
}
#header.header-out .close-x span,
#header.header-out #nav-trigger span,
#header-2.header-out .close-x span,
#header-2.header-out #nav-trigger span {
  background: #000;
}
#header.header-out.nav--in .close-x span,
#header.header-out.nav--in #nav-trigger span,
#header-2.header-out.nav--in .close-x span,
#header-2.header-out.nav--in #nav-trigger span {
  background: #fff;
  -webkit-transition: 0.25s ease-in-out, background 0.25s 0.4s ease-in-out;
  transition: 0.25s ease-in-out, background 0.25s 0.4s ease-in-out;
}

#header-2 #nav-trigger span {
  background: #000;
}

.insights-subby .dropdown-menu {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 100%;
  background-color: #AD3B21;
  aspect-ratio: 1/1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.insights-subby .dropdown-menu .menu-item {
  margin-bottom: 0;
}
.insights-subby .dropdown-menu li a {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1366px) {
  .insights-subby .dropdown-menu {
    display: none;
  }
}

#header.nav--in .navbar-nav .menu-item {
  -webkit-transition: all 0.6s, background-color 0s !important;
  transition: all 0.6s, background-color 0s !important;
  z-index: 1;
}
#header.nav--in .navbar-nav.submenu--in .menu-item {
  opacity: 0 !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  z-index: -5;
}
#header.nav--in .navbar-nav.submenu--in .insights-subby {
  aspect-ratio: 1/1;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1 !important;
  background-color: #FBCC95;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  max-width: 40%;
  z-index: 1;
}
#header.nav--in .navbar-nav.submenu--in .insights-subby > a {
  color: black !important;
}
#header.nav--in .navbar-nav.submenu--in .dropdown-menu {
  z-index: 5;
  opacity: 1;
  width: 145px;
  height: 145px;
  aspect-ratio: 1/1;
  padding: 1.5rem;
}
#header.nav--in .navbar-nav.submenu--in .dropdown-menu .menu-item:nth-child(2) {
  margin: 0.5rem 0;
}
@media (hover: hover) {
  #header.nav--in .navbar-nav.submenu--in .dropdown-menu .menu-item a:hover {
    color: #FBCC95 !important;
  }
}
#header.nav--in .navbar-nav.submenu--in .dropdown-menu * {
  opacity: 1 !important;
}

.select-filter-wrap {
  margin-bottom: 2.75rem;
}
.select-filter-wrap .alm-filters-container,
.select-filter-wrap .alm-filters-container .alm-filter--inner,
.select-filter-wrap .alm-filters-container .alm-filters--controls {
  margin: 0 !important;
  padding: 0 !important;
}

.alm-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (min-width: 768px) {
  .alm-filters {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 152px);
  }
}
.alm-filters [data-fieldtype=select] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .alm-filters [data-fieldtype=select] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.alm-filters select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: none;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.695' height='9.762' viewBox='0 0 16.695 9.762'%3E%3Cpath id='Path_19' data-name='Path 19' d='M0,0,7.641,7.641,15.281,0' transform='translate(0.707 0.707)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-color: transparent;
  color: #212529;
  height: 32px;
  padding: 0;
  cursor: pointer;
}
.alm-filters select option {
  color: #212529;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.26rem;
}
.alm-filters select:focus-visible {
  outline: none;
}
.alm-filters--button {
  border-radius: 0 !important;
  width: 103px !important;
  height: 32px !important;
  color: white !important;
  font-family: "DM Sans", arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  background-color: #212529 !important;
}

.alm-filter--postType {
  width: 150px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .alm-filter--postType {
    margin-right: 1.5rem;
  }
}

.alm-filter--taxonomy {
  width: 230px;
  margin-right: auto;
}
@media (min-width: 768px) {
  .alm-filter--taxonomy {
    margin-right: 1.5rem;
  }
}

.alm-filter--year {
  width: 80px;
}
@media (min-width: 768px) {
  .alm-filter--year {
    margin-right: auto;
  }
}

.alm-filters-edit {
  display: none;
}

.alm-filter--search {
  display: none;
}
@media (min-width: 992px) {
  .alm-filter--search {
    display: block;
  }
}
.alm-filter--search label {
  display: none;
}
.alm-filter--search input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 22px);
}
.alm-filter--search input:focus-visible {
  outline: 1px solid #FBCC95;
}
.alm-filter--search button {
  background-color: transparent;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='Search' xmlns='http://www.w3.org/2000/svg' width='21.427' height='21.427' viewBox='0 0 21.427 21.427'%3E%3Cpath id='Path_9' data-name='Path 9' d='M11.142,4a7.142,7.142,0,1,0,4.379,12.785l4.808,4.808a.893.893,0,0,0,1.263-1.263l-4.808-4.808A7.142,7.142,0,0,0,11.142,4ZM5.786,11.142A5.357,5.357,0,1,1,11.142,16.5,5.355,5.355,0,0,1,5.786,11.142Z' transform='translate(-2.214 -2.214)'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M0,0H21.427V21.427H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000000px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.color-scheme--inverted .alm-filters select {
  color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.695' height='9.762' viewBox='0 0 16.695 9.762'%3E%3Cpath id='Path_19' data-name='Path 19' d='M0,0,7.641,7.641,15.281,0' transform='translate(0.707 0.707)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.color-scheme--inverted .alm-filters select option {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.26rem;
}
.color-scheme--inverted .alm-filters--button {
  border-radius: 0 !important;
  width: 103px !important;
  height: 32px !important;
  color: white !important;
  font-family: "DM Sans", arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 400 !important;
  background-color: #212529 !important;
}
@media (min-width: 768px) {
  .color-scheme--inverted .alm-filter--search {
    display: block;
  }
}
.color-scheme--inverted .alm-filter--search input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 22px);
  background: transparent;
  color: white;
}
.color-scheme--inverted .alm-filter--search input::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.color-scheme--inverted .alm-filter--search input::-moz-placeholder {
  color: white;
  opacity: 1;
}
.color-scheme--inverted .alm-filter--search input:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.color-scheme--inverted .alm-filter--search input::-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.color-scheme--inverted .alm-filter--search input::placeholder {
  color: white;
  opacity: 1;
}
.color-scheme--inverted .alm-filter--search input:focus-visible {
  outline: 1px solid #FBCC95;
}
.color-scheme--inverted .alm-filter--search button {
  background-color: transparent;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg id='Search' xmlns='http://www.w3.org/2000/svg' width='21.427' height='21.427' viewBox='0 0 21.427 21.427'%3E%3Cpath id='Path_9' data-name='Path 9' d='M11.142,4a7.142,7.142,0,1,0,4.379,12.785l4.808,4.808a.893.893,0,0,0,1.263-1.263l-4.808-4.808A7.142,7.142,0,0,0,11.142,4ZM5.786,11.142A5.357,5.357,0,1,1,11.142,16.5,5.355,5.355,0,0,1,5.786,11.142Z' transform='translate(-2.214 -2.214)' fill='%23fff'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M0,0H21.427V21.427H0Z' fill='none'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -1000000px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/**
 * Ajax Load More - Paging Add-on
 * @see https://connekthq.com/plugins/ajax-load-more/add-ons/paging/
 */
.alm-paging .alm-btn-wrap {
  padding-top: 25px;
}

ul.alm-paging {
  all: unset;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  text-align: left;
  opacity: 0;
}
ul.alm-paging * {
  font-family: "DM Sans", arial, sans-serif;
}

.alm-loading ul.alm-paging {
  pointer-events: none;
}

ul.alm-paging .alm-paging.empty {
  display: none;
}

ul.alm-paging li {
  background: none;
  overflow: hidden;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 2px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

ul.alm-paging li:before,
ul.alm-paging li:after {
  content: none;
}

ul.alm-paging li a {
  display: block;
  padding: 8px 10px;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

ul.alm-paging li a:hover,
ul.alm-paging li a:focus {
  color: #AD3B21;
}

ul.alm-paging li a:active {
  color: #AD3B21;
}

ul.alm-paging li.disabled a {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default !important;
  opacity: 0.3;
  pointer-events: none;
}

/* Default */
ul.alm-paging li.active a {
  color: #AD3B21;
  text-decoration: none;
  pointer-events: none;
}

/* Page Loading styles */
.ajax-load-more-wrap .alm-paging-content {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.ajax-load-more-wrap.alm-loading .alm-paging-content {
  opacity: 0.5;
}

.alm-paging-wrap .alm-paging-loading {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../../img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.ajax-load-more-wrap.alm-loading.alm-paging .alm-paging-wrap,
.ajax-load-more-wrap.alm-loading .ajax-load-more-wrap.alm-is-filtering {
  /* On init */
  min-height: 250px;
}

.ajax-load-more-wrap.alm-is-filtering {
  background-color: transparent;
}

.alm-paging-wrap {
  position: relative;
}

.alm-paging-wrap .alm-paging-loading {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.ajax-load-more-wrap.loading .alm-paging-wrap {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.35);
  background-image: url(../../img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Show loader on Ajax request. */
.alm-loading .alm-paging-wrap .alm-paging-loading {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

/* Hide loader on initial page load */
.loading.alm-loading .alm-paging-wrap .alm-paging-loading {
  visibility: hidden;
  opacity: 0;
}


.prev i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.561' height='11.707' viewBox='0 0 6.561 11.707'%3E%3Cpath id='Path_76' data-name='Path 76' d='M0,5.5,5.5,0,11,5.5' transform='translate(0.707 11.354) rotate(-90)' fill='none' stroke='%23ad3b21' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  display: inline-block;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media (hover: hover) {
  .prev:hover i {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.next i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.561' height='11.707' viewBox='0 0 6.561 11.707'%3E%3Cpath id='Path_17636' data-name='Path 17636' d='M0,0,5.5,5.5,11,0' transform='translate(0.354 11.354) rotate(-90)' fill='none' stroke='%23000' stroke-width='1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  background-size: contain;
  display: inline-block;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  margin-left: 0.25rem;
}
@media (hover: hover) {
  .next:hover i {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.cta {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  border: 1px solid white;
  padding: 0.65rem 1rem;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cta {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    min-width: 223px;
  }
}
.cta .cta__label,
.cta .arrow {
  position: relative;
  z-index: 5;
}
.cta .cta__label {
  padding-right: 45px;
}
.cta .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .cta .arrow {
    background-size: unset;
  }
}
.cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .cta:hover {
    border: 1px solid #AD3B21;
  }
  .cta:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
.cta--small {
  padding: 5px 20px;
}
.cta--black {
  background: white;
  color: black;
  border: 1px solid #000;
}
.cta--black .cta__label {
  color: black;
}
.cta--black .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
.cta--black .bi {
  color: black;
}
@media (hover: hover) {
  .cta--black:hover .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  }
  .cta--black:hover .cta__label {
    color: white;
  }
}
.cta--readmore {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: unset !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.cta--readmore .arrow {
  background-size: 17px !important;
}
.cta--inverted {
  background: white;
  color: #AD3B21;
}
@media (hover: hover) {
  .cta--inverted:hover {
    opacity: 0.7;
  }
}
.cta--prev {
  border: none;
  padding: 0;
}
.cta .bi::before {
  font-weight: 900 !important;
}

#homeHero,
#homeHeroCarousel {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 414px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #homeHero,
  #homeHeroCarousel {
    min-height: 768px;
  }
}
#homeHero .controls-wrap,
#homeHeroCarousel .controls-wrap {
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  #homeHero .controls-wrap,
  #homeHeroCarousel .controls-wrap {
    padding-bottom: 130px;
  }
}
#homeHero .controls-wrap button svg path,
#homeHeroCarousel .controls-wrap button svg path {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (hover: hover) {
  #homeHero .controls-wrap button:hover svg path,
  #homeHeroCarousel .controls-wrap button:hover svg path {
    stroke: #FBCC95;
  }
}

#homeHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#homeHeroCarousel video {
  position: relative;
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 820px) {
  #homeHeroCarousel video {
    left: 100%;
  }
}
@media (max-width: 575.98px) {
  #homeHeroCarousel video {
    top: 50%;
    left: 175%;
  }
}

#homeHeroCarousel .carousel-item.press-release .overlay img {
  height: calc(100% + 10rem) !important;
  margin-top: -10rem;
}
@media screen and (device-aspect-ratio: 375/667) {
  #homeHeroCarousel .carousel-item.press-release .overlay img {
    height: calc(100% + 12rem) !important;
    margin-top: -12rem;
  }
}
@media (max-width: 575.98px) {
  #homeHeroCarousel .carousel-item--3 .overlay img {
    height: calc(100% + 10rem) !important;
    margin-top: -10rem;
  }
}
#homeHeroCarousel .carousel-control-prev,
#homeHeroCarousel .carousel-control-next {
  width: auto;
  bottom: 1rem;
  top: auto;
  height: 100%;
  bottom: 0;
  top: 0;
}
#homeHeroCarousel .carousel-control-prev img,
#homeHeroCarousel .carousel-control-next img {
  width: 25px;
}
@media (min-width: 768px) {
  #homeHeroCarousel .carousel-control-prev,
  #homeHeroCarousel .carousel-control-next {
    height: 100%;
    bottom: 0;
    top: 0;
  }
  #homeHeroCarousel .carousel-control-prev img,
  #homeHeroCarousel .carousel-control-next img {
    width: auto;
  }
}
#homeHeroCarousel .carousel-item--3 .carousel-item__heading {
  margin-bottom: 3rem !important;
}
#homeHeroCarousel .carousel-control-prev {
  left: calc(50vw - 50px);
  left: 10px;
}
@media (min-width: 768px) {
  #homeHeroCarousel .carousel-control-prev {
    left: 15px;
  }
}
@media (min-width: 1480px) {
  #homeHeroCarousel .carousel-control-prev {
    left: 5%;
  }
}
#homeHeroCarousel .carousel-control-next {
  right: calc(50vw - 50px);
  right: 10px;
}
@media (min-width: 768px) {
  #homeHeroCarousel .carousel-control-next {
    right: 15px;
  }
}
@media (min-width: 1480px) {
  #homeHeroCarousel .carousel-control-next {
    right: 5%;
  }
}

#homeHero .container-fluid, #homeHero .container-sm, #homeHero .container-md, #homeHero .container-lg, #homeHero .container-xl, #homeHero .container-xxl,
#homeHeroCarousel .container-fluid,
#homeHeroCarousel .container-sm,
#homeHeroCarousel .container-md,
#homeHeroCarousel .container-lg,
#homeHeroCarousel .container-xl,
#homeHeroCarousel .container-xxl {
  z-index: 25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#homeHero .overlay,
#homeHeroCarousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0.19) 0%, rgba(0, 0, 0, 0.49) 110%);
  z-index: 1;
}
@media (min-width: 768px) {
  #homeHero .overlay,
  #homeHeroCarousel .overlay {
    background: linear-gradient(20deg, transparent 0%, rgba(0, 0, 0, 0.19) 40%, transparent 110%);
  }
}

.page-template-page-people .image-wrap, .page-template-page-partnerships-post-relationship .image-wrap, .page-template-page-contact .image-wrap {
  height: 722px !important;
  max-height: 722px !important;
}
@media (min-width: 768px) {
  .page-template-page-people .hero,
  .page-template-page-people .hero .image-wrap, .page-template-page-partnerships-post-relationship .hero,
  .page-template-page-partnerships-post-relationship .hero .image-wrap, .page-template-page-contact .hero,
  .page-template-page-contact .hero .image-wrap {
    aspect-ratio: unset;
    height: 522px;
    min-height: 522px;
    max-height: 722px;
  }
}

.hero,
.hero .image-wrap {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.45)), color-stop(1000%, rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 1000%);
  overflow: hidden;
  height: 100vh;
  max-height: 414px;
}
@media (min-width: 768px) {
  .hero,
  .hero .image-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(50%, #f6f6f6), to(transparent));
    background-image: linear-gradient(to bottom, #000 0%, #f6f6f6 50%, transparent 100%);
  }
}
.hero img,
.hero .image-wrap img {
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .hero,
  .hero .image-wrap {
    aspect-ratio: unset;
    height: 522px;
    min-height: 522px;
    max-height: 522px;
  }
}

.carousel-item__content {
  padding-bottom: 130px;
}
.carousel-item__tagline {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .carousel-item__tagline {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: -0.02rem;
  }
}
.carousel-item__heading {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
}
.carousel-item__heading .eyebrow {
  opacity: 0;
}
@media (min-width: 1200px) {
  .carousel-item__heading {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
.carousel-item__heading-text p {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .carousel-item__heading-text p {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}
.carousel-item__heading-text {
  opacity: 0;
}
.carousel-item .cta {
  opacity: 0;
}
.carousel-item.active .carousel-item__heading .eyebrow {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.carousel-item.active .carousel-item__heading-text {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.carousel-item.active .cta {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}

.heading-adjust {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
@media (min-width: 1200px) {
  .heading-adjust {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 60px;
    line-height: 63px;
    font-weight: 500;
    letter-spacing: -0.02rem;
  }
}

#sparkHero {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
#sparkHero video {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: 140%;
  z-index: 0;
}
#sparkHero .container-fluid, #sparkHero .container-sm, #sparkHero .container-md, #sparkHero .container-lg, #sparkHero .container-xl, #sparkHero .container-xxl {
  position: relative;
  z-index: 2;
}
#sparkHero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #AD3B21;
  z-index: 1;
  mix-blend-mode: color;
}
#sparkHero .overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.35;
  background-blend-mode: multiply;
}
#sparkHero .spark-logo-wrap img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  #sparkHero .spark-logo-wrap img {
    max-width: unset;
  }
}
#sparkHero .border-white {
  max-width: 215px;
}
@media (min-width: 1200px) {
  #sparkHero .border-white {
    max-width: 240px;
  }
}
#sparkHero .cta-spark .cta-label {
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  #sparkHero .cta-spark .cta-label {
    margin-right: 1.5rem;
  }
}

.hero-banner .banner-height {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(7, 8, 12, 0.56)), to(rgba(7, 8, 12, 0)));
  background-image: linear-gradient(to right, rgba(7, 8, 12, 0.56) 40%, rgba(7, 8, 12, 0) 100%);
}
@media (min-width: 768px) {
  .hero-banner .banner-height {
    min-height: 756px;
    height: 80vh;
  }
}

.insight-hero-wrapper .image-wrap {
  width: calc(100% - var(--bs-gutter-x));
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.75;
}
@media (min-width: 768px) {
  .modal-backdrop {
    --bs-backdrop-opacity: 0.5;
  }
}

.hp-feature-square__image {
  max-width: 100%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.38);
  margin: 1rem 0;
  width: 420px;
}
@media (min-width: 768px) {
  .hp-feature-square__image {
    position: absolute;
    max-width: 526px;
    left: calc(2.5% + 12px + 10rem);
    top: 167px;
    width: auto;
    max-height: 45%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .hp-feature-square__image {
    left: auto;
    top: -426px;
    right: 2.5%;
    width: auto;
    max-height: none;
    width: 426px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .hp-feature-square__image {
    left: auto;
    top: -426px;
    right: -213px;
    width: auto;
    max-height: none;
    width: 426px;
    z-index: -1;
  }
}
@media (min-width: 1480px) {
  .hp-feature-square__image {
    left: auto;
    top: -276.9px;
    right: -213px;
    width: auto;
    max-height: none;
    width: 426px;
    z-index: -1;
  }
}
.hp-feature-square__title {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 576px) {
  .hp-feature-square__title {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .hp-feature-square__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .hp-feature-square__title {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1480px) {
  .hp-feature-square__title {
    font-size: 80px;
    line-height: 80px;
  }
}

#homeHeroCarousel #carousel-item--5817 .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
}

.section__our-firm .business-grid h3, .section__our-firm .business-grid .h3 {
  color: inheirt;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .section__our-firm .business-grid h3, .section__our-firm .business-grid .h3 {
    color: inheirt;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
}
.section__our-firm .business-grid__advisory {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section__our-firm .business-grid__advisory .col:not(:last-child) .square .business-grid__title::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media (min-width: 1480px) {
  .section__our-firm .business-grid__advisory {
    padding-right: 3rem;
  }
}
@media (min-width: 1480px) {
  .section__our-firm .business-grid__advisory {
    padding-left: 3rem;
    padding-right: 5.5rem;
  }
}
.section__our-firm .business-grid__advisory .business-grid__item .square::before {
  background-color: #FBCC95;
}
@media (hover: hover) {
  .section__our-firm .business-grid__advisory .business-grid__item .square:hover .business-grid__title {
    color: black;
  }
  .section__our-firm .business-grid__advisory .business-grid__item .square:hover svg path {
    fill: black;
  }
}
.section__our-firm .business-grid__advisory .wysiwyg.medium p {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
.section__our-firm .business-grid__investment {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section__our-firm .business-grid__investment .col:not(:last-child) .square .business-grid__title::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media (min-width: 992px) {
  .section__our-firm .business-grid__investment {
    padding-left: 3rem;
  }
}
@media (min-width: 1480px) {
  .section__our-firm .business-grid__investment {
    padding-left: 5.5rem;
    padding-right: 3rem;
  }
  .section__our-firm .business-grid__investment .wysiwyg {
    padding-right: 3rem;
  }
}
.section__our-firm .business-grid__investment .wysiwyg.medium p {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02rem;
  font-weight: 500;
}
.section__our-firm .business-grid.top .business-grid__investment {
  padding-right: 1.5rem;
}
.section__our-firm .business-grid__item {
  aspect-ratio: 1/1;
}
.section__our-firm .business-grid__item .square {
  position: relative;
}
.section__our-firm .business-grid__item .square::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease, height 0.2s ease-out;
  transition: opacity 0.25s ease, height 0.2s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .section__our-firm .business-grid__item .square:hover::before {
    height: 100%;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
  }
  .section__our-firm .business-grid__item .square:hover .business-grid__title {
    color: white;
  }
  .section__our-firm .business-grid__item .square:hover svg path {
    fill: white;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.section__our-firm .business-grid svg path {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.section__our-firm .business-grid__title {
  max-width: 95%;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.02rem;
}
@media (min-width: 768px) {
  .section__our-firm .business-grid__title {
    color: black;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
}
@media (min-width: 992px) {
  .section__our-firm .business-grid__title {
    color: black;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
}
@media (min-width: 1200px) {
  .section__our-firm .business-grid__title {
    color: black;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
}
.section__our-firm .business-grid__title,
.section__our-firm .business-grid svg {
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#consello-difference {
  background-image: url("library/images/consello-difference.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (hover: hover) and (min-width: 992px) {
  #consello-difference {
    background-attachment: fixed;
  }
}
#consello-difference .difference {
  font-size: 46px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -0.92px;
  padding-bottom: 4rem;
  position: relative;
}
#consello-difference .difference::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("library/images/divider-line.svg");
  background-position: center left;
  background-repeat: no-repeat;
}
#consello-difference .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  position: relative;
}
#consello-difference .subtitle p {
  margin-top: 3rem;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.022rem;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 576px) {
  #consello-difference .subtitle p {
    max-width: 357px;
    font-size: 35px;
    line-height: 42px;
    position: static;
  }
}
@media (min-width: 768px) {
  #consello-difference .subtitle p {
    position: relative;
  }
}
@media (min-width: 1366px) {
  #consello-difference .subtitle p {
    position: static;
  }
}
#consello-difference .subtitle p::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  width: 30px;
  height: 13px;
  background-image: url("library/images/arrow.svg");
  background-position: center left;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  #consello-difference .subtitle p::before {
    left: calc((100% - 300px) * 0.25);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
    top: 20%;
  }
}
@media (min-width: 768px) {
  #consello-difference .subtitle p::before {
    top: -1.5rem;
    left: 1.5rem;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (min-width: 1366px) {
  #consello-difference .subtitle p::before {
    top: 20.5%;
    left: calc((100% - 300px) * 0.25);
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@media (max-width: 991.98px) {
  #consello-difference .description {
    padding-bottom: 0;
  }
}
#consello-difference .wysiwyg p {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.46px;
  max-width: 675px;
}

#featured-insights .featured-col {
  margin-bottom: 1.5rem;
}
#featured-insights .featured-col:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #featured-insights .featured-col:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #featured-insights .featured-col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #featured-insights .featured-col:nth-child(2) .featured-card {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms;
  }
  #featured-insights .featured-col:nth-child(3) .featured-card {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  #featured-insights .featured-col:nth-child(4) .featured-card {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
}
#featured-insights .featured-card {
  width: 100%;
  margin: 0;
}
#featured-insights .featured-card .featured-img {
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
#featured-insights .featured-card .featured-img .color-box {
  content: "";
  position: absolute;
  height: 25px;
  width: 29px;
  top: 0;
  right: 0;
}
#featured-insights .featured-card .featured-img .color-box.insights {
  background-color: #AD3B21;
}
#featured-insights .featured-card .featured-img .color-box.press-release {
  background-color: #FBCC95;
}
#featured-insights .featured-card .featured-img .color-box.in-the-news {
  background-color: #fff;
}
#featured-insights .featured-card .article-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#featured-insights .featured-card .article-desc h4, #featured-insights .featured-card .article-desc .h4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  background-position: right 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#featured-insights .featured-card .article-desc h4 .title-text, #featured-insights .featured-card .article-desc .h4 .title-text {
  max-width: 240px;
}
#featured-insights .featured-card .article-desc h4::before, #featured-insights .featured-card .article-desc .h4::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#featured-insights .featured-card .article-desc h4.feature-title, #featured-insights .featured-card .article-desc .feature-title.h4 {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -0.92px;
  line-height: 24px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  min-height: 50px;
}
#featured-insights .featured-card .article-desc h5, #featured-insights .featured-card .article-desc .h5 {
  max-width: 250px;
}
#featured-insights .featured-card .article-desc h5.feature-cat, #featured-insights .featured-card .article-desc .feature-cat.h5 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.92px;
  line-height: 22px;
}
@media (hover: hover) {
  #featured-insights .featured-card:hover .article-desc h4, #featured-insights .featured-card:hover .article-desc .h4 {
    background-position: right 15px;
  }
  #featured-insights .featured-card:hover .article-desc h4.feature-title, #featured-insights .featured-card:hover .article-desc .feature-title.h4 {
    color: #AD3B21;
  }
  #featured-insights .featured-card:hover .article-desc::before {
    top: calc(50% - 12px);
  }
}

.other-insights-grid-wrap {
  max-width: 592px;
}
@media (min-width: 1200px) {
  .other-insights-grid-wrap {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .other-insights .insight-card:nth-child(2) .insight-card__inner {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms;
  }
  .other-insights .insight-card:nth-child(3) .insight-card__inner {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .other-insights .insight-card:nth-child(4) .insight-card__inner {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
}

.section__people #leadership-team .cta {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section__people #leadership-team .cta {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section__people .leaderhip-link {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
}
.section__people .team-img {
  position: relative;
}
.section__people .team-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #EC7F57;
  opacity: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section__people .team-img:hover img {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}
.section__people .team-img:hover::before {
  opacity: 1;
  z-index: 9;
}
.section__people .vid-play {
  bottom: 25px;
  right: 25px;
}
.section__people .team-img:hover .vid-play {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  z-index: 99;
}
.section__people .team-speaker > a {
  width: 286px;
}
.section__people .team-speaker .headshot {
  height: 325px;
}
.section__people .team-member {
  cursor: pointer;
  margin-bottom: 1.5rem;
}
.section__people .team-member:last-child, .section__people .team-member:nth-last-child(2) {
  margin-bottom: 0;
}
.section__people .team-member .headshot {
  aspect-ratio: 1/1;
}
.section__people .team-member .headshot img {
  height: 100%;
  width: 100%;
  min-width: 100%;
}
.section__people .team-member__name {
  color: white;
  font-family: "NeueHelvetica53Extended", helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px;
  background-size: 22px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  padding-right: 1rem;
}
.section__people .team-member .relative {
  max-width: 270px;
}
.section__people .team-member .read-more {
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(173, 59, 33, 0.68);
  color: white;
  font-family: "NeueHelvetica53Extended", helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0;
}
.section__people .team-member:hover .read-more {
  opacity: 1;
}
.section__people .team-member:hover .team-member__name {
  background-position: right -4px;
}

.modal-dialog {
  width: 100%;
  max-width: 96%;
  max-height: 785px;
  height: 100%;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 1200px) {
  .modal-dialog {
    max-width: 1373px;
  }
}
.modal-dialog ::-webkit-scrollbar {
  width: 3px;
  border-radius: 0 !important;
}
.modal-dialog ::-webkit-scrollbar-track {
  background: #F4F4F4;
  border-radius: 0 !important;
}
.modal-dialog ::-webkit-scrollbar-thumb {
  background: #707070;
}
.modal-dialog ::-webkit-scrollbar-thumb:hover {
  background: #D6D6D6;
}

.modal-dialog-scrollable .modal-content {
  max-height: 93vh;
  overflow: hidden auto;
}

.modal-content {
  padding: 2rem;
  overflow: hidden auto;
  height: 100%;
}
@media (min-width: 768px) {
  .modal-content {
    padding: 5rem 3rem 5rem 6rem;
  }
}
@media (min-width: 1200px) {
  .modal-content {
    padding: 5rem 3rem 5rem 6rem;
  }
}
@media (min-width: 768px) {
  .modal-content .modal-header .headshot {
    max-width: 20%;
  }
}
.modal-content .modal-body {
  overflow-y: visible;
}
@media (min-width: 768px) {
  .modal-content .modal-body {
    overflow-y: auto;
  }
}
.modal-content .executive-video-series .author-name {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
}
.modal-content .featured-col:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .modal-content .featured-col:not(:last-child) {
    margin-bottom: 0;
  }
}
.modal-content .feature-title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  background-position: right 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding-right: 2rem;
  margin-top: 1rem;
}
@media (hover: hover) {
  .modal-content .feature-title:hover {
    background-position: right 18px;
    color: #AD3B21;
  }
}
.modal-content .post__4388 .featured-img {
  background-position: right center !important;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  opacity: 1;
}
.btn-close svg path {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-close:hover svg path {
  stroke: #AD3B21;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  color: #AD3B21;
}

#leadCapture .hbspt-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#leadCapture .hs-email {
  font-size: 26px;
  line-height: 34px;
  width: 100%;
}
#leadCapture .hs-email label {
  display: none;
}
#leadCapture .hs-email input {
  height: 100%;
  border: none;
  width: 100%;
  background: transparent;
  color: #6E6E6E;
  padding: 0.75rem 3rem 0.75rem 0;
  border-bottom: 1px solid #AD3B21;
  color: #6E6E6E;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #leadCapture .hs-email input {
    padding: 0.75rem 3rem 0.75rem 0;
  }
}
#leadCapture .hs-email ::-webkit-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#leadCapture .hs-email ::-moz-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#leadCapture .hs-email :-ms-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#leadCapture .hs-email ::-ms-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#leadCapture .hs-email ::placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#leadCapture .hs_submit {
  position: absolute;
  top: 12px;
  right: 1rem;
}
#leadCapture .hs_submit .hs-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23AD3B21'/%3E%3C/svg%3E");
  background-position: center left;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -99999999999999px;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0 !important;
}

.hs-richtext.hs-main-font-element {
  font-family: "NeueHelvetica45Light", helvetica, arial, sans-serif;
}
.hs-richtext.hs-main-font-element a {
  font-family: "NeueHelvetica53Extended", helvetica, arial, sans-serif;
  font-weight: bold;
  color: #6E6E6E;
  font-family: "NeueHelvetica53Extended", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
}
@media (hover: hover) {
  .hs-richtext.hs-main-font-element a:hover {
    color: #AD3B21;
  }
}

.hs_recaptcha {
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}

.hs_error_rollup {
  color: #FBCC95;
  position: absolute;
  bottom: 2rem;
  left: 0.75rem;
}
@media (min-width: 768px) {
  .hs_error_rollup {
    bottom: 70px;
    left: calc(50% + 1rem);
  }
}

.error {
  outline: 2px solid #FBCC95;
}

#contactFormSection h2, #contactFormSection .h2 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.92px;
  line-height: 41px;
}
#contactFormSection .location-box {
  margin: 0;
}
@media (min-width: 1480px) {
  #contactFormSection .location-box .p-1480-2 {
    padding: 0.75rem !important;
  }
}
#contactFormSection .location-box h4, #contactFormSection .location-box .h4 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.92px;
  line-height: 41px;
}
#contactFormSection .location-box h4.location-header, #contactFormSection .location-box .location-header.h4 {
  font-size: 44px;
}
@media (min-width: 1480px) {
  #contactFormSection .location-box h4.location-header, #contactFormSection .location-box .location-header.h4 {
    font-size: 29px;
    line-height: 31px;
  }
}
#contactFormSection .location-box h4.city-name, #contactFormSection .location-box .city-name.h4 {
  font-size: 28px;
}
@media (min-width: 1480px) {
  #contactFormSection .location-box h4.city-name, #contactFormSection .location-box .city-name.h4 {
    font-size: 20px;
    line-height: 21px;
  }
}
#contactFormSection .location-box .location-card {
  position: relative;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 256/274;
}
#contactFormSection .location-box .location-card .location-img-overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: multiply;
  opacity: 0.4;
  z-index: 1;
}
#contactFormSection .location-box .location-card .location-content {
  position: relative;
  z-index: 2;
}
#contactFormSection .location-box .location-card .location-content .address-box {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.92px;
}
@media (min-width: 1480px) {
  #contactFormSection .location-box .location-card .location-content .address-box {
    font-size: 14px;
    line-height: 16px;
  }
}
#contactFormSection .location-box .location-card .location-content hr.city-line {
  color: #fff;
  margin: 0.75rem 0;
  width: 52px;
  opacity: 1;
  position: relative;
}
#contactFormSection .location-box .location-card .cta {
  padding: 0.25rem 0.5rem;
  min-width: auto;
}
#contactFormSection .location-box .location-card .cta__label {
  font-size: 16px;
  line-height: 18px;
}
@media (hover: hover) {
  #contactFormSection .location-box a:hover .location-card .cta::before {
    z-index: 1;
    height: 100%;
    opacity: 1;
  }
}
#contactFormSection #contact-form {
  background-color: #F4F4F4;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  #contactFormSection #contact-form {
    padding: 6.875rem 4.75rem;
  }
}
#contactFormSection #contact-form .hbspt-form form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#contactFormSection #contact-form .hs-email,
#contactFormSection #contact-form .hs-company,
#contactFormSection #contact-form select {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  width: 100%;
}
#contactFormSection #contact-form .hs-email label,
#contactFormSection #contact-form .hs-company label,
#contactFormSection #contact-form select label {
  display: unset;
}
#contactFormSection #contact-form .hs-email .input,
#contactFormSection #contact-form .hs-email input,
#contactFormSection #contact-form .hs-company .input,
#contactFormSection #contact-form .hs-company input,
#contactFormSection #contact-form select .input,
#contactFormSection #contact-form select input {
  padding: unset;
  height: 100%;
  border: none;
  width: 100%;
  background-color: transparent;
  color: #6E6E6E;
  margin-top: 0.5rem;
}
#contactFormSection #contact-form .hs-email .input input,
#contactFormSection #contact-form .hs-email input input,
#contactFormSection #contact-form .hs-company .input input,
#contactFormSection #contact-form .hs-company input input,
#contactFormSection #contact-form select .input input,
#contactFormSection #contact-form select input input {
  border-bottom: 1px solid #000;
}
#contactFormSection #contact-form .hs-company {
  margin-bottom: 2.5rem;
}
#contactFormSection #contact-form select {
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  margin-top: 1rem;
}
#contactFormSection #contact-form .hs-message {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  width: 100%;
}
#contactFormSection #contact-form .hs-message .input,
#contactFormSection #contact-form .hs-message textarea {
  height: 100%;
  border: none;
  width: 100%;
  background: transparent;
  color: #6E6E6E;
}
#contactFormSection #contact-form .hs-message .input textarea,
#contactFormSection #contact-form .hs-message textarea textarea {
  border-bottom: 1px solid #000;
}
#contactFormSection #contact-form .hs-message ::-webkit-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#contactFormSection #contact-form .hs-message ::-moz-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#contactFormSection #contact-form .hs-message :-ms-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#contactFormSection #contact-form .hs-message ::-ms-input-placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#contactFormSection #contact-form .hs-message ::placeholder {
  color: #202328;
  font-size: 20px;
  line-height: 24px;
}
#contactFormSection #contact-form .actions {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 3rem;
}
#contactFormSection #contact-form .actions::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #AD3B21;
  z-index: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#contactFormSection #contact-form .actions:hover::before {
  top: 0;
}
#contactFormSection #contact-form .hs-button {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 0.65rem 1rem;
  text-align: left;
  text-transform: capitalize;
  background: transparent;
  min-width: 180px;
  border: 1px solid #000;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 0 !important;
}
#contactFormSection #contact-form .hs-button:hover {
  color: white;
  border: 1px solid #AD3B21;
}
#contactFormSection #contact-form .hs-button:hover::before {
  background-color: #AD3B21;
}
#contactFormSection [type=submit] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 31.847 31.847'%3E%3Cpath id='Path_22' data-name='Path 22' d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 1rem) center !important;
  text-align: left !important;
}
#contactFormSection [type=submit]:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E") !important;
}

/* class applies to select element itself, not a wrapper element */
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5 {
  display: block;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
    for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference

  */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.104' height='11.966' viewBox='0 0 21.104 11.966'%3E%3Cpath id='Path_19' data-name='Path 19' d='M0,0,9.845,9.845,19.689,0' transform='translate(0.707 0.707)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right top;
  /* icon size, then gradient */
  background-size: 19px;
}

/* Hide arrow icon in IE browsers */
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5::-ms-expand {
  display: none;
}

/* Hover style */
/* Focus style */
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5:focus {
  border-color: #aaa;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  -webkit-box-shadow: 0 0 1px 3px #FBCC95;
          box-shadow: 0 0 1px 3px #FBCC95;
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5 option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] #interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5,
:root:lang(ar) #interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5,
:root:lang(iw) #interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5 {
  background-position: left top;
}

/* Disabled styles */
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5:disabled,
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5[aria-disabled=true] {
  color: graytext;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.104' height='11.966' viewBox='0 0 21.104 11.966'%3E%3Cpath id='Path_19' data-name='Path 19' d='M0,0,9.845,9.845,19.689,0' transform='translate(0.707 0.707)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
}

#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5:disabled:hover,
#interested_in_-2ba6ab6c-f914-48ba-b30d-b1355e4c09b5[aria-disabled=true] {
  border-color: #aaa;
}

.nav-card__title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 3rem bottom;
  background-size: 22px;
}

.related-videos .col:nth-child(2) {
  position: relative;
}
@media (min-width: 768px) {
  .related-videos .col:nth-child(2)::before, .related-videos .col:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    height: 225px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.31);
  }
  .related-videos .col:nth-child(2)::before {
    left: 0;
  }
  .related-videos .col:nth-child(2)::after {
    right: 0;
  }
}
.related-videos__video:not(:last-child) {
  margin-bottom: 3rem;
}
@media (min-width: 1366px) {
  .related-videos__video:not(:last-child) {
    margin-bottom: 0;
  }
}
.related-videos__video .thumb {
  max-width: 300px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .related-videos__video .thumb {
    margin-right: auto;
    margin-left: auto;
    max-width: 222.5px;
    width: 222.5px;
    height: 222.5px;
  }
}
.related-videos__video .video-title {
  max-width: 300px;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .related-videos__video .video-title {
    max-width: 222.5px;
    width: 222.5px;
  }
}
.related-videos__video a,
.related-videos__video a .author-position {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related-videos__video a .author-name {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.related-videos__video a.thumb .square-accent {
  width: 70px;
  top: -41px;
  right: -40px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .related-videos__video a:hover,
  .related-videos__video a:hover .author-position,
  .related-videos__video a:hover .author-name {
    color: #FBCC95 !important;
    color: #AD3B21 !important;
  }
  .related-videos__video a:hover,
  .related-videos__video a:hover .author-position__pod,
  .related-videos__video a:hover .author-name__pod {
    color: #000 !important;
  }
  .related-videos__video a.executive-perspectives:hover .author-position,
  .related-videos__video a.executive-perspectives:hover .author-name {
    color: #FBCC95 !important;
  }
}
.related-videos__video .title {
  font-size: 19px;
  line-height: 26px;
}
.related-videos__video .title.arrow.white {
  background-position: right 8px;
}
@media (hover: hover) {
  .related-videos__video .title.arrow.white:hover {
    background-position: right 0;
  }
}
.related-videos__video .thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.related-videos__video.post-id__4388 .thumb {
  background-position: right center !important;
}

#executive-video-series #post-6183 .author__declan-kelly,
#executive-video-series #post-6190 .author__tom-brady {
  height: 6.5rem !important;
}
#executive-video-series #post-6195 .author__janey-whiteside {
  height: 5.5rem !important;
  height: 6.5rem !important;
}
#executive-video-series .author__mindy-grossman {
  height: 4.5rem !important;
}
#executive-video-series .author__wendy-clark {
  height: 4.5rem !important;
}
#executive-video-series .author__itay-tuchman {
  height: 4.5rem !important;
}

#reports-top .cta__label {
  padding-right: 100px;
}
#reports-top .cta--black {
  background: transparent;
}
#reports-top .latest-report {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 49px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.98px;
}
@media (min-width: 576px) {
  #reports-top .latest-report {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 49px;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: -0.98px;
  }
}

#reports .col {
  position: relative;
}
@media (min-width: 576px) {
  #reports .col::before {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    background-color: rgba(118, 63, 0, 0.14);
    height: 100%;
    width: 1px;
  }
  #reports .col:last-child::before {
    display: none;
  }
}
#reports .report-card {
  margin: 0;
  position: relative;
}
#reports .report-card .report-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
#reports .report-card .report-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#reports .report-card .report-desc h3, #reports .report-card .report-desc .h3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
  background-position: 85% center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#reports .report-card .report-desc h3 .title-text, #reports .report-card .report-desc .h3 .title-text {
  max-width: 225px;
}
@media (hover: hover) {
  #reports .report-card .report-desc a:hover h3, #reports .report-card .report-desc a:hover .h3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23AD3B21'/%3E%3C/svg%3E");
    background-position: 85% top;
  }
}
#reports .report-card .report-date {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 200;
  letter-spacing: 0;
}
#reports .cta__label {
  padding-right: 100px;
}
#reports .cta--black {
  background: transparent;
}
#reports .latest-report {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 49px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: -0.98px;
}
@media (min-width: 576px) {
  #reports .latest-report {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 49px;
    line-height: 62px;
    font-weight: 700;
    letter-spacing: -0.98px;
  }
}

@media (min-width: 1680px) {
  .page-template-page-business .business .content-wrap,
  .page-template-page-business-post-relationship .business .content-wrap,
  .page-template-page-partnerships-post-relationship .business .content-wrap, .page-template-page-business-ireland .business .content-wrap, .page-template-page-business-middle-east .business .content-wrap {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 768px) {
  .page-template-page-business .business.top-section .col-left,
  .page-template-page-business .business.top-section .col-right,
  .page-template-page-business-post-relationship .business.top-section .col-left,
  .page-template-page-business-post-relationship .business.top-section .col-right,
  .page-template-page-partnerships-post-relationship .business.top-section .col-left,
  .page-template-page-partnerships-post-relationship .business.top-section .col-right, .page-template-page-business-ireland .business.top-section .col-left,
  .page-template-page-business-ireland .business.top-section .col-right, .page-template-page-business-middle-east .business.top-section .col-left,
  .page-template-page-business-middle-east .business.top-section .col-right {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .page-template-page-business .business.top-section .col-left,
  .page-template-page-business .business.top-section .col-right,
  .page-template-page-business-post-relationship .business.top-section .col-left,
  .page-template-page-business-post-relationship .business.top-section .col-right,
  .page-template-page-partnerships-post-relationship .business.top-section .col-left,
  .page-template-page-partnerships-post-relationship .business.top-section .col-right, .page-template-page-business-ireland .business.top-section .col-left,
  .page-template-page-business-ireland .business.top-section .col-right, .page-template-page-business-middle-east .business.top-section .col-left,
  .page-template-page-business-middle-east .business.top-section .col-right {
    aspect-ratio: unset;
  }
}
.page-template-page-business .business .business-grid__list,
.page-template-page-business-post-relationship .business .business-grid__list,
.page-template-page-partnerships-post-relationship .business .business-grid__list, .page-template-page-business-ireland .business .business-grid__list, .page-template-page-business-middle-east .business .business-grid__list {
  gap: 30px;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .page-template-page-business .business .business-grid__list,
  .page-template-page-business-post-relationship .business .business-grid__list,
  .page-template-page-partnerships-post-relationship .business .business-grid__list, .page-template-page-business-ireland .business .business-grid__list, .page-template-page-business-middle-east .business .business-grid__list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-business .business .business-grid__list,
  .page-template-page-business-post-relationship .business .business-grid__list,
  .page-template-page-partnerships-post-relationship .business .business-grid__list, .page-template-page-business-ireland .business .business-grid__list, .page-template-page-business-middle-east .business .business-grid__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-business .business .business-grid__list--2,
  .page-template-page-business-post-relationship .business .business-grid__list--2,
  .page-template-page-partnerships-post-relationship .business .business-grid__list--2, .page-template-page-business-ireland .business .business-grid__list--2, .page-template-page-business-middle-east .business .business-grid__list--2 {
    -ms-grid-columns: 161px 161px;
    grid-template-columns: 161px 161px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-business .business .business-grid__list--3,
  .page-template-page-business-post-relationship .business .business-grid__list--3,
  .page-template-page-partnerships-post-relationship .business .business-grid__list--3, .page-template-page-business-ireland .business .business-grid__list--3, .page-template-page-business-middle-east .business .business-grid__list--3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-page-business .business .business-grid__item,
.page-template-page-business-post-relationship .business .business-grid__item,
.page-template-page-partnerships-post-relationship .business .business-grid__item, .page-template-page-business-ireland .business .business-grid__item, .page-template-page-business-middle-east .business .business-grid__item {
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.14);
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.page-template-page-business .business .business-grid__item .squares,
.page-template-page-business-post-relationship .business .business-grid__item .squares,
.page-template-page-partnerships-post-relationship .business .business-grid__item .squares, .page-template-page-business-ireland .business .business-grid__item .squares, .page-template-page-business-middle-east .business .business-grid__item .squares {
  margin-top: 40%;
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.92px;
}
@media (min-width: 576px) {
  .page-template-page-business .business .business-grid__item .squares,
  .page-template-page-business-post-relationship .business .business-grid__item .squares,
  .page-template-page-partnerships-post-relationship .business .business-grid__item .squares, .page-template-page-business-ireland .business .business-grid__item .squares, .page-template-page-business-middle-east .business .business-grid__item .squares {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.92px;
  }
}
@media (min-width: 768px) {
  .page-template-page-business .business .business-grid__item .squares,
  .page-template-page-business-post-relationship .business .business-grid__item .squares,
  .page-template-page-partnerships-post-relationship .business .business-grid__item .squares, .page-template-page-business-ireland .business .business-grid__item .squares, .page-template-page-business-middle-east .business .business-grid__item .squares {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: -0.92px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-template-page-business .business .business-grid__item .squares,
  .page-template-page-business-post-relationship .business .business-grid__item .squares,
  .page-template-page-partnerships-post-relationship .business .business-grid__item .squares, .page-template-page-business-ireland .business .business-grid__item .squares, .page-template-page-business-middle-east .business .business-grid__item .squares {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: -0.92px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-business .business .business-grid__item .squares,
  .page-template-page-business-post-relationship .business .business-grid__item .squares,
  .page-template-page-partnerships-post-relationship .business .business-grid__item .squares, .page-template-page-business-ireland .business .business-grid__item .squares, .page-template-page-business-middle-east .business .business-grid__item .squares {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.92px;
  }
}
.page-template-page-business .business--dark,
.page-template-page-business-post-relationship .business--dark,
.page-template-page-partnerships-post-relationship .business--dark, .page-template-page-business-ireland .business--dark, .page-template-page-business-middle-east .business--dark {
  background-color: #000;
}
.page-template-page-business .business--dark .business-grid__item,
.page-template-page-business-post-relationship .business--dark .business-grid__item,
.page-template-page-partnerships-post-relationship .business--dark .business-grid__item, .page-template-page-business-ireland .business--dark .business-grid__item, .page-template-page-business-middle-east .business--dark .business-grid__item {
  background-color: rgba(255, 255, 255, 0.14);
}
.page-template-page-business .business--dark .business-grid__item .squares,
.page-template-page-business-post-relationship .business--dark .business-grid__item .squares,
.page-template-page-partnerships-post-relationship .business--dark .business-grid__item .squares, .page-template-page-business-ireland .business--dark .business-grid__item .squares, .page-template-page-business-middle-east .business--dark .business-grid__item .squares {
  color: #fff;
}
.page-template-page-business .business .background,
.page-template-page-business-post-relationship .business .background,
.page-template-page-partnerships-post-relationship .business .background, .page-template-page-business-ireland .business .background, .page-template-page-business-middle-east .business .background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .page-template-page-business .business .background,
  .page-template-page-business-post-relationship .business .background,
  .page-template-page-partnerships-post-relationship .business .background, .page-template-page-business-ireland .business .background, .page-template-page-business-middle-east .business .background {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .page-template-page-business .business .background,
  .page-template-page-business-post-relationship .business .background,
  .page-template-page-partnerships-post-relationship .business .background, .page-template-page-business-ireland .business .background, .page-template-page-business-middle-east .business .background {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-page-business .business .background,
  .page-template-page-business-post-relationship .business .background,
  .page-template-page-partnerships-post-relationship .business .background, .page-template-page-business-ireland .business .background, .page-template-page-business-middle-east .business .background {
    aspect-ratio: 1/1;
  }
}
@media (hover: hover) and (min-width: 1200px) {
  .page-template-page-business .business .background,
  .page-template-page-business-post-relationship .business .background,
  .page-template-page-partnerships-post-relationship .business .background, .page-template-page-business-ireland .business .background, .page-template-page-business-middle-east .business .background {
    background-attachment: fixed;
  }
}
.page-template-page-business .business .background--growth,
.page-template-page-business-post-relationship .business .background--growth,
.page-template-page-partnerships-post-relationship .business .background--growth, .page-template-page-business-ireland .business .background--growth, .page-template-page-business-middle-east .business .background--growth {
  background-image: url("library/images/consello-growth-large-img.jpg");
}
.page-template-page-business .business .background--strategy,
.page-template-page-business-post-relationship .business .background--strategy,
.page-template-page-partnerships-post-relationship .business .background--strategy, .page-template-page-business-ireland .business .background--strategy, .page-template-page-business-middle-east .business .background--strategy {
  background-image: url("library/images/consello-strategy-large-img.jpg");
}
.page-template-page-business .business .background--experience,
.page-template-page-business-post-relationship .business .background--experience,
.page-template-page-partnerships-post-relationship .business .background--experience, .page-template-page-business-ireland .business .background--experience, .page-template-page-business-middle-east .business .background--experience {
  background-image: url("library/images/consello-experience-large-img.jpg");
}
.page-template-page-business .business .background--tech,
.page-template-page-business-post-relationship .business .background--tech,
.page-template-page-partnerships-post-relationship .business .background--tech, .page-template-page-business-ireland .business .background--tech, .page-template-page-business-middle-east .business .background--tech {
  background-image: url("library/images/consello-tech-large-img.jpg");
}
.page-template-page-business .business .background--strive,
.page-template-page-business-post-relationship .business .background--strive,
.page-template-page-partnerships-post-relationship .business .background--strive, .page-template-page-business-ireland .business .background--strive, .page-template-page-business-middle-east .business .background--strive {
  background-image: url("library/images/consello-strive-large-img.jpg");
}
.page-template-page-business .business .background .inner-img,
.page-template-page-business-post-relationship .business .background .inner-img,
.page-template-page-partnerships-post-relationship .business .background .inner-img, .page-template-page-business-ireland .business .background .inner-img, .page-template-page-business-middle-east .business .background .inner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-template-page-business .business:nth-child(odd) .background .inner-img,
.page-template-page-business-post-relationship .business:nth-child(odd) .background .inner-img,
.page-template-page-partnerships-post-relationship .business:nth-child(odd) .background .inner-img, .page-template-page-business-ireland .business:nth-child(odd) .background .inner-img, .page-template-page-business-middle-east .business:nth-child(odd) .background .inner-img {
  width: 50%;
}
.page-template-page-business #consello-tech .wysiwyg,
.page-template-page-business-post-relationship #consello-tech .wysiwyg,
.page-template-page-partnerships-post-relationship #consello-tech .wysiwyg, .page-template-page-business-ireland #consello-tech .wysiwyg, .page-template-page-business-middle-east #consello-tech .wysiwyg {
  padding-right: 3rem;
}

.square__hover {
  aspect-ratio: 1/1;
  position: relative;
}
.square__hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease, height 0.2s ease-out;
  transition: opacity 0.25s ease, height 0.2s ease-out;
  opacity: 0.15;
}
.square__hover .business-grid__title {
  color: white;
}
.square__hover svg path {
  fill: white;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media (hover: hover) {
  .square__hover:hover::before {
    height: 100%;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    opacity: 1;
  }
  .square__hover:hover .business-grid__title {
    color: white;
  }
  .square__hover:hover svg path {
    fill: white;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.page-template-page-business-ireland .business-grid__list, .page-template-page-business-middle-east .business-grid__list {
  display: none !important;
}

.page-template-page-consello-financial .financial .content-wrap {
  aspect-ratio: 1/1;
}
.page-template-page-consello-financial .col-bg {
  position: relative;
}
.page-template-page-consello-financial .col-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.76);
  z-index: 0;
}
.page-template-page-consello-financial ul.cf-list {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-template-page-consello-financial ul.cf-list li {
  position: relative;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 1.5rem;
}
.page-template-page-consello-financial ul.cf-list li:last-child {
  padding-bottom: 0;
}
.page-template-page-consello-financial ul.cf-list li::before {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: -2rem;
  height: 100%;
  width: 1px;
}

@media (min-width: 1480px) {
  .page-template-page-consello-capital .capital #consello-capital {
    height: 672px;
  }
}
.page-template-page-consello-capital .capital #consello-capital .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media (min-width: 1200px) {
  .page-template-page-consello-capital .capital #consello-capital .image-wrapper {
    width: 41.6%;
  }
}
@media (min-width: 1480px) {
  .page-template-page-consello-capital .capital #consello-capital .image-wrapper {
    width: 42%;
  }
}
@media (min-width: 1680px) {
  .page-template-page-consello-capital .capital #consello-capital .image-wrapper {
    width: 42.7%;
  }
}
@media (min-width: 1480px) {
  .page-template-page-consello-capital .capital .h-wrapper {
    height: 672px;
  }
}
.page-template-page-consello-capital .capital .background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
@media (min-width: 992px) {
  .page-template-page-consello-capital .capital .background {
    margin-left: auto;
  }
}
@media (hover: hover) and (min-width: 1200px) {
  .page-template-page-consello-capital .capital .background {
    background-size: 100%;
    background-attachment: fixed;
  }
}
.page-template-page-consello-capital .capital .background--capital {
  background-image: url("library/images/consello-capital-large-img.jpg");
  height: 450px;
}
@media (min-width: 768px) {
  .page-template-page-consello-capital .capital .background--capital {
    height: 672px;
  }
}
.page-template-page-consello-capital .capital .background .inner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}

.page-template-page-reports .report-head {
  margin-top: 8.5rem;
}
@media (min-width: 768px) {
  .page-template-page-reports .report-head {
    margin-top: 12.5rem;
  }
}
.page-template-page-reports .hero {
  background-image: none;
}
.page-template-page-reports .hero .image-wrap {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.86)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.86), transparent);
}
.page-template-page-reports .hero .image-wrap img {
  mix-blend-mode: normal;
}
.page-template-page-reports .hero .image-wrap .hero-image {
  mix-blend-mode: multiply;
}
.page-template-page-reports .hero .post-tax {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 46px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -0.03rem;
  margin: 3rem 4rem;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.page-template-page-reports .hero .post-tax::after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  left: -100%;
  height: 1px;
  background-color: white;
  margin-top: 1rem;
}
.page-template-page-reports .hero .author-name {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.page-template-page-reports .hero .author-position {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0rem;
}
.page-template-page-reports #header {
  position: absolute;
  top: -0.75rem;
  background: transparent;
}
@media (min-width: 1200px) {
  .page-template-page-reports .navbar .navbar-brand svg {
    width: 116px;
  }
}
.page-template-page-reports .navbar .nav-link {
  color: black;
}
.page-template-page-reports .navbar .menu-item:nth-child(3) .nav-link {
  color: #AD3B21;
}
.page-template-page-reports .header-top {
  padding-top: 203px;
}
.page-template-page-reports .report-card {
  width: 100%;
  margin: 0;
}
.page-template-page-reports .report-card .report-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
}
.page-template-page-reports .report-card .report-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-page-reports .report-card .report-desc h3, .page-template-page-reports .report-card .report-desc .h3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23FFF'/%3E%3C/svg%3E");
  background-position: right 1.5rem;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .page-template-page-reports .report-card .report-desc h3:hover, .page-template-page-reports .report-card .report-desc .h3:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.283' height='26.283' viewBox='0 0 26.283 26.283'%3E%3Cpath id='arrow' d='M10.454,18.585V4.449l6.493,6.493,1.638-1.649L9.293,0,0,9.293,1.638,10.93,8.131,4.449V18.585Z' transform='translate(13.142) rotate(45)' fill='%23AD3B21'/%3E%3C/svg%3E");
    background-position: right 0.8rem;
  }
}
.page-template-page-reports .report-card .report-desc h3 .title-text, .page-template-page-reports .report-card .report-desc .h3 .title-text {
  max-width: 225px;
}
.page-template-page-reports .report-card .report-date {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 200;
  letter-spacing: 0;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .page-template-page-reports .earnings .col:not(:last-child), .page-template-page-reports .analysis .col:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.page-template-page-reports h2, .page-template-page-reports .h2 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.64px;
}

.page-template-page-news-insights .featured-items .featured-title, .page-template-page-insights .featured-items .featured-title, .page-template-page-insights-refresh .featured-items .featured-title, .page-template-page-insights-2-filters .featured-items .featured-title, .page-template-page-news-insights-positions .featured-items .featured-title {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02rem;
}
.page-template-page-news-insights .featured-items .featured-item_img-wrap, .page-template-page-insights .featured-items .featured-item_img-wrap, .page-template-page-insights-refresh .featured-items .featured-item_img-wrap, .page-template-page-insights-2-filters .featured-items .featured-item_img-wrap, .page-template-page-news-insights-positions .featured-items .featured-item_img-wrap {
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .page-template-page-news-insights .featured-items .featured-item_img-wrap, .page-template-page-insights .featured-items .featured-item_img-wrap, .page-template-page-insights-refresh .featured-items .featured-item_img-wrap, .page-template-page-insights-2-filters .featured-items .featured-item_img-wrap, .page-template-page-news-insights-positions .featured-items .featured-item_img-wrap {
    aspect-ratio: unset;
  }
}
@media (min-width: 992px) {
  .page-template-page-news-insights .featured-items .featured-item_img-wrap, .page-template-page-insights .featured-items .featured-item_img-wrap, .page-template-page-insights-refresh .featured-items .featured-item_img-wrap, .page-template-page-insights-2-filters .featured-items .featured-item_img-wrap, .page-template-page-news-insights-positions .featured-items .featured-item_img-wrap {
    aspect-ratio: 1/1;
  }
}
.page-template-page-news-insights .featured-items .featured-item_img-wrap img, .page-template-page-insights .featured-items .featured-item_img-wrap img, .page-template-page-insights-refresh .featured-items .featured-item_img-wrap img, .page-template-page-insights-2-filters .featured-items .featured-item_img-wrap img, .page-template-page-news-insights-positions .featured-items .featured-item_img-wrap img {
  mix-blend-mode: multiply;
}
.page-template-page-news-insights .featured-items .featured-item_img-wrap.post-type__report .featured-title, .page-template-page-insights .featured-items .featured-item_img-wrap.post-type__report .featured-title, .page-template-page-insights-refresh .featured-items .featured-item_img-wrap.post-type__report .featured-title, .page-template-page-insights-2-filters .featured-items .featured-item_img-wrap.post-type__report .featured-title, .page-template-page-news-insights-positions .featured-items .featured-item_img-wrap.post-type__report .featured-title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02rem;
}
.page-template-page-news-insights .news-item:not(:last-child), .page-template-page-insights .news-item:not(:last-child), .page-template-page-insights-refresh .news-item:not(:last-child), .page-template-page-insights-2-filters .news-item:not(:last-child), .page-template-page-news-insights-positions .news-item:not(:last-child) {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #C6C6C6;
}
.page-template-page-news-insights .news-item .entry-meta, .page-template-page-insights .news-item .entry-meta, .page-template-page-insights-refresh .news-item .entry-meta, .page-template-page-insights-2-filters .news-item .entry-meta, .page-template-page-news-insights-positions .news-item .entry-meta {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.page-template-page-news-insights .news-item__title a,
.page-template-page-news-insights .news-item__title a > p, .page-template-page-insights .news-item__title a,
.page-template-page-insights .news-item__title a > p, .page-template-page-insights-refresh .news-item__title a,
.page-template-page-insights-refresh .news-item__title a > p, .page-template-page-insights-2-filters .news-item__title a,
.page-template-page-insights-2-filters .news-item__title a > p, .page-template-page-news-insights-positions .news-item__title a,
.page-template-page-news-insights-positions .news-item__title a > p {
  position: relative;
  color: black;
  padding-right: 15%;
}
@media (hover: hover) {
  .page-template-page-news-insights .news-item__title a:hover,
  .page-template-page-news-insights .news-item__title a > p:hover, .page-template-page-insights .news-item__title a:hover,
  .page-template-page-insights .news-item__title a > p:hover, .page-template-page-insights-refresh .news-item__title a:hover,
  .page-template-page-insights-refresh .news-item__title a > p:hover, .page-template-page-insights-2-filters .news-item__title a:hover,
  .page-template-page-insights-2-filters .news-item__title a > p:hover, .page-template-page-news-insights-positions .news-item__title a:hover,
  .page-template-page-news-insights-positions .news-item__title a > p:hover {
    color: #AD3B21;
  }
}
.page-template-page-news-insights .news-item__all, .page-template-page-insights .news-item__all, .page-template-page-insights-refresh .news-item__all, .page-template-page-insights-2-filters .news-item__all, .page-template-page-news-insights-positions .news-item__all {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-template-page-news-insights .news-item__all:not(:last-child), .page-template-page-insights .news-item__all:not(:last-child), .page-template-page-insights-refresh .news-item__all:not(:last-child), .page-template-page-insights-2-filters .news-item__all:not(:last-child), .page-template-page-news-insights-positions .news-item__all:not(:last-child) {
  margin-bottom: 1rem;
  border-bottom: 1px solid #C6C6C6;
}
.page-template-page-news-insights .news-item__all .hero-banner__author br, .page-template-page-insights .news-item__all .hero-banner__author br, .page-template-page-insights-refresh .news-item__all .hero-banner__author br, .page-template-page-insights-2-filters .news-item__all .hero-banner__author br, .page-template-page-news-insights-positions .news-item__all .hero-banner__author br {
  display: none;
}
.page-template-page-news-insights .news-item__all .news-item__title a,
.page-template-page-news-insights .news-item__all .news-item__title a > p, .page-template-page-insights .news-item__all .news-item__title a,
.page-template-page-insights .news-item__all .news-item__title a > p, .page-template-page-insights-refresh .news-item__all .news-item__title a,
.page-template-page-insights-refresh .news-item__all .news-item__title a > p, .page-template-page-insights-2-filters .news-item__all .news-item__title a,
.page-template-page-insights-2-filters .news-item__all .news-item__title a > p, .page-template-page-news-insights-positions .news-item__all .news-item__title a,
.page-template-page-news-insights-positions .news-item__all .news-item__title a > p {
  position: relative;
  color: black;
  padding-right: 15%;
}
.page-template-page-news-insights .news-item__all .news-item__title a::after,
.page-template-page-news-insights .news-item__all .news-item__title a > p::after, .page-template-page-insights .news-item__all .news-item__title a::after,
.page-template-page-insights .news-item__all .news-item__title a > p::after, .page-template-page-insights-refresh .news-item__all .news-item__title a::after,
.page-template-page-insights-refresh .news-item__all .news-item__title a > p::after, .page-template-page-insights-2-filters .news-item__all .news-item__title a::after,
.page-template-page-insights-2-filters .news-item__all .news-item__title a > p::after, .page-template-page-news-insights-positions .news-item__all .news-item__title a::after,
.page-template-page-news-insights-positions .news-item__all .news-item__title a > p::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46.075' height='46.075' viewBox='0 0 46.075 46.075'%3E%3Cpath id='Path_17687' data-name='Path 17687' d='M18.326,32.58V7.8L29.709,19.181,32.58,16.29,16.29,0,0,16.29l2.871,2.871L14.254,7.8V32.58Z' transform='translate(23.037) rotate(45)' fill='%23ad3b21'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: 32.58px;
  height: 32.58px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media (hover: hover) {
  .page-template-page-news-insights .news-item__all .news-item__title a:hover,
  .page-template-page-news-insights .news-item__all .news-item__title a > p:hover, .page-template-page-insights .news-item__all .news-item__title a:hover,
  .page-template-page-insights .news-item__all .news-item__title a > p:hover, .page-template-page-insights-refresh .news-item__all .news-item__title a:hover,
  .page-template-page-insights-refresh .news-item__all .news-item__title a > p:hover, .page-template-page-insights-2-filters .news-item__all .news-item__title a:hover,
  .page-template-page-insights-2-filters .news-item__all .news-item__title a > p:hover, .page-template-page-news-insights-positions .news-item__all .news-item__title a:hover,
  .page-template-page-news-insights-positions .news-item__all .news-item__title a > p:hover {
    color: #AD3B21;
  }
  .page-template-page-news-insights .news-item__all .news-item__title a:hover::after,
  .page-template-page-news-insights .news-item__all .news-item__title a > p:hover::after, .page-template-page-insights .news-item__all .news-item__title a:hover::after,
  .page-template-page-insights .news-item__all .news-item__title a > p:hover::after, .page-template-page-insights-refresh .news-item__all .news-item__title a:hover::after,
  .page-template-page-insights-refresh .news-item__all .news-item__title a > p:hover::after, .page-template-page-insights-2-filters .news-item__all .news-item__title a:hover::after,
  .page-template-page-insights-2-filters .news-item__all .news-item__title a > p:hover::after, .page-template-page-news-insights-positions .news-item__all .news-item__title a:hover::after,
  .page-template-page-news-insights-positions .news-item__all .news-item__title a > p:hover::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 1;
  }
}
.page-template-page-news-insights .related-videos__video, .page-template-page-insights .related-videos__video, .page-template-page-insights-refresh .related-videos__video, .page-template-page-insights-2-filters .related-videos__video, .page-template-page-news-insights-positions .related-videos__video {
  margin-bottom: 3rem;
}
@media (min-width: 1366px) {
  .page-template-page-news-insights .related-videos__video, .page-template-page-insights .related-videos__video, .page-template-page-insights-refresh .related-videos__video, .page-template-page-insights-2-filters .related-videos__video, .page-template-page-news-insights-positions .related-videos__video {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .page-template-page-news-insights .related-videos__video, .page-template-page-insights .related-videos__video, .page-template-page-insights-refresh .related-videos__video, .page-template-page-insights-2-filters .related-videos__video, .page-template-page-news-insights-positions .related-videos__video {
    margin-bottom: 6rem;
  }
}
.page-template-page-news-insights .related-videos__video:nth-last-child(-n+4), .page-template-page-insights .related-videos__video:nth-last-child(-n+4), .page-template-page-insights-refresh .related-videos__video:nth-last-child(-n+4), .page-template-page-insights-2-filters .related-videos__video:nth-last-child(-n+4), .page-template-page-news-insights-positions .related-videos__video:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.page-template-page-news-insights .related-videos__video .title, .page-template-page-insights .related-videos__video .title, .page-template-page-insights-refresh .related-videos__video .title, .page-template-page-insights-2-filters .related-videos__video .title, .page-template-page-news-insights-positions .related-videos__video .title {
  font-size: 19px;
  line-height: 26px;
}
.page-template-page-news-insights .related-videos__video .title.arrow.white, .page-template-page-insights .related-videos__video .title.arrow.white, .page-template-page-insights-refresh .related-videos__video .title.arrow.white, .page-template-page-insights-2-filters .related-videos__video .title.arrow.white, .page-template-page-news-insights-positions .related-videos__video .title.arrow.white {
  background-position: right 8px;
}
@media (hover: hover) {
  .page-template-page-news-insights .related-videos__video .title.arrow.white:hover, .page-template-page-insights .related-videos__video .title.arrow.white:hover, .page-template-page-insights-refresh .related-videos__video .title.arrow.white:hover, .page-template-page-insights-2-filters .related-videos__video .title.arrow.white:hover, .page-template-page-news-insights-positions .related-videos__video .title.arrow.white:hover {
    background-position: right 0;
  }
}
.page-template-page-news-insights .related-videos__video .thumb, .page-template-page-insights .related-videos__video .thumb, .page-template-page-insights-refresh .related-videos__video .thumb, .page-template-page-insights-2-filters .related-videos__video .thumb, .page-template-page-news-insights-positions .related-videos__video .thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 1366px) {
  .page-template-page-news-insights .related-videos__video .thumb, .page-template-page-insights .related-videos__video .thumb, .page-template-page-insights-refresh .related-videos__video .thumb, .page-template-page-insights-2-filters .related-videos__video .thumb, .page-template-page-news-insights-positions .related-videos__video .thumb {
    max-width: 300px;
  }
}
.page .insights-news-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .page .insights-news-wrapper {
    margin-left: auto;
    margin-right: 0;
    width: 97.5%;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper {
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    width: calc(50vw + 660px - 30px);
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1560px) {
  .page .insights-news-wrapper {
    width: calc(50vw + 720px - 30px);
    margin-left: auto;
    margin-right: 0;
  }
}
.page .insights-news-wrapper .col-content {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page .insights-news-wrapper .col-content {
    width: 60%;
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-content {
    width: 66.6666%;
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 1560px) {
  .page .insights-news-wrapper .col-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: calc(100% - 500px);
  }
}
.page .insights-news-wrapper .col-content .col-featured-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .page .insights-news-wrapper .col-content .col-featured-item {
    max-width: 500px;
  }
}
@media (min-width: 1560px) {
  .page .insights-news-wrapper .col-content .col-featured-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
  }
}
.page .insights-news-wrapper .col-content .col-featured-item .square-accent {
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .page .insights-news-wrapper .col-content .col-featured-item .square-accent {
    width: 75px;
    height: 75px;
  }
}
.page .insights-news-wrapper .col-content .col-other-items {
  width: 100%;
}
@media (min-width: 1024px) {
  .page .insights-news-wrapper .col-content .col-other-items {
    width: 90%;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-content .col-other-items {
    width: 43%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1560px) {
  .page .insights-news-wrapper .col-content .col-other-items {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: calc(92.5% - 502px);
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
}
.page .insights-news-wrapper .col-content .col-other-items .eyebrow {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page .insights-news-wrapper .col-content .col-other-items .news-item__title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: 0rem;
}
.page .insights-news-wrapper .col-sidebar {
  width: 100%;
  height: 100%;
}
.page .insights-news-wrapper .col-sidebar .sidebar-header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .page .insights-news-wrapper .col-sidebar .sidebar-header {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 768px) {
  .page .insights-news-wrapper .col-sidebar {
    width: 40%;
    height: unset;
  }
  .page .insights-news-wrapper .col-sidebar::before, .page .insights-news-wrapper .col-sidebar::after {
    display: none;
  }
  .page .insights-news-wrapper .col-sidebar .col:first-child {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-sidebar {
    width: 32.33333%;
    height: unset;
  }
  .page .insights-news-wrapper .col-sidebar::before, .page .insights-news-wrapper .col-sidebar::after {
    display: none;
  }
  .page .insights-news-wrapper .col-sidebar .col:first-child {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: all 0s !important;
    transition: all 0s !important;
  }
}
@media (min-width: 1560px) {
  .page .insights-news-wrapper .col-sidebar {
    width: 39%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 500px;
    width: 39%;
  }
}
.page .insights-news-wrapper .col-sidebar .related-videos__video {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6rem;
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-sidebar .news-insights-square,
  .page .insights-news-wrapper .col-sidebar .quarterly-reports-square {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page .insights-news-wrapper .col-sidebar .news-insights-square:not(:last-child),
.page .insights-news-wrapper .col-sidebar .quarterly-reports-square:not(:last-child) {
  margin-bottom: 3.25rem;
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-sidebar .news-insights-square:not(:last-child),
  .page .insights-news-wrapper .col-sidebar .quarterly-reports-square:not(:last-child) {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .col-sidebar .square {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.page .insights-news-wrapper .col-sidebar .square {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.page .insights-news-wrapper .col-sidebar .perspective-author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding: 0 4rem 1rem 1.35rem;
}
.page .insights-news-wrapper .col-sidebar .video-speaker {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: -0.02rem;
}
@media (min-width: 768px) {
  .page .insights-news-wrapper .col-sidebar .video-speaker {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: -0.02rem;
  }
}
@media (min-width: 1366px) {
  .page .insights-news-wrapper .all-news-items {
    width: calc(43% + 502px);
  }
}
.page-template-page-news-insights .content, .page-template-page-news-insights-positions .content {
  margin-top: 170px;
}
@media (min-width: 768px) {
  .page-template-page-news-insights .content, .page-template-page-news-insights-positions .content {
    margin-top: 220px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-news-insights .content, .page-template-page-news-insights-positions .content {
    margin-top: 300px;
  }
}
.page-template-page-news-insights .navbar .nav-link, .page-template-page-news-insights-positions .navbar .nav-link {
  color: black;
}
.page-template-page-news-insights .navbar .current-menu-item .nav-link, .page-template-page-news-insights-positions .navbar .current-menu-item .nav-link {
  color: #AD3B21;
}
@media (hover: hover) {
  .page-template-page-news-insights .navbar .nav-link:hover, .page-template-page-news-insights-positions .navbar .nav-link:hover {
    color: #FBCC95;
  }
}
.page-template-page-insights .featured-image-wrap, .page-template-page-insights-refresh .featured-image-wrap, .page-template-page-insights-2-filters .featured-image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 102px;
}
.page-template-page-insights .content-wrap, .page-template-page-insights-refresh .content-wrap, .page-template-page-insights-2-filters .content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-page-insights .content-wrap, .page-template-page-insights-refresh .content-wrap, .page-template-page-insights-2-filters .content-wrap {
    width: calc(100% - 102px - 3rem);
  }
}
.page-template-page-insights .square, .page-template-page-insights-refresh .square, .page-template-page-insights-2-filters .square {
  position: relative;
}
.page-template-page-insights .square::before, .page-template-page-insights-refresh .square::before, .page-template-page-insights-2-filters .square::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 65%;
  left: 10%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.613' height='21.613' viewBox='0 0 21.613 21.613'%3E%3Cpath id='Path_17748' data-name='Path 17748' d='M8.6,15.283V3.658L13.936,9l1.347-1.356L7.641,0,0,7.641,1.347,8.988l5.339-5.33V15.283Z' transform='translate(10.807) rotate(45)'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.page-template-page-insights .square.executive-perspectives::before, .page-template-page-insights-refresh .square.executive-perspectives::before, .page-template-page-insights-2-filters .square.executive-perspectives::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media (hover: hover) {
  .page-template-page-insights .square:hover::before, .page-template-page-insights-refresh .square:hover::before, .page-template-page-insights-2-filters .square:hover::before {
    top: calc(65% - 8px);
  }
}
.page-template-page-insights .related-videos .title, .page-template-page-insights-refresh .related-videos .title, .page-template-page-insights-2-filters .related-videos .title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-insights .related-videos .executive-videos-grid, .page-template-page-insights-refresh .related-videos .executive-videos-grid, .page-template-page-insights-2-filters .related-videos .executive-videos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .page-template-page-insights .related-videos .executive-videos-grid, .page-template-page-insights-refresh .related-videos .executive-videos-grid, .page-template-page-insights-2-filters .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-insights .related-videos .executive-videos-grid, .page-template-page-insights-refresh .related-videos .executive-videos-grid, .page-template-page-insights-2-filters .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-page-insights .related-videos .executive-videos-grid .col, .page-template-page-insights-refresh .related-videos .executive-videos-grid .col, .page-template-page-insights-2-filters .related-videos .executive-videos-grid .col {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-insights .related-videos .executive-videos-grid .col .thumb, .page-template-page-insights-refresh .related-videos .executive-videos-grid .col .thumb, .page-template-page-insights-2-filters .related-videos .executive-videos-grid .col .thumb {
  max-width: none;
}
.page-template-page-insights .related-videos .executive-videos-grid .col:nth-child(2)::before, .page-template-page-insights .related-videos .executive-videos-grid .col:nth-child(2)::after, .page-template-page-insights-refresh .related-videos .executive-videos-grid .col:nth-child(2)::before, .page-template-page-insights-refresh .related-videos .executive-videos-grid .col:nth-child(2)::after, .page-template-page-insights-2-filters .related-videos .executive-videos-grid .col:nth-child(2)::before, .page-template-page-insights-2-filters .related-videos .executive-videos-grid .col:nth-child(2)::after {
  display: none;
}
.page-template-page-insights .related-videos .executive-videos-grid #post-4388 .thumb, .page-template-page-insights-refresh .related-videos .executive-videos-grid #post-4388 .thumb, .page-template-page-insights-2-filters .related-videos .executive-videos-grid #post-4388 .thumb {
  background-position: right center !important;
}
.page-template-page-insights .related-videos .alm-btn-wrap, .page-template-page-insights-refresh .related-videos .alm-btn-wrap, .page-template-page-insights-2-filters .related-videos .alm-btn-wrap {
  text-align: center;
}
.page-template-page-insights .related-videos .alm-load-more-btn, .page-template-page-insights-refresh .related-videos .alm-load-more-btn, .page-template-page-insights-2-filters .related-videos .alm-load-more-btn {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 1rem;
  position: relative;
  margin-top: 1.5rem;
}
.page-template-page-insights .related-videos .alm-load-more-btn::before, .page-template-page-insights-refresh .related-videos .alm-load-more-btn::before, .page-template-page-insights-2-filters .related-videos .alm-load-more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .page-template-page-insights .related-videos .alm-load-more-btn:hover, .page-template-page-insights-refresh .related-videos .alm-load-more-btn:hover, .page-template-page-insights-2-filters .related-videos .alm-load-more-btn:hover {
    color: white;
    border: 1px solid #AD3B21;
  }
  .page-template-page-insights .related-videos .alm-load-more-btn:hover::before, .page-template-page-insights-refresh .related-videos .alm-load-more-btn:hover::before, .page-template-page-insights-2-filters .related-videos .alm-load-more-btn:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
.page-template-page-insights .related-videos .alm-load-more-btn.done, .page-template-page-insights-refresh .related-videos .alm-load-more-btn.done, .page-template-page-insights-2-filters .related-videos .alm-load-more-btn.done {
  margin-top: 1.5rem;
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.page-template-page-news-insights #header.header-1 #nav-trigger span, .page-template-page-reports #header.header-1 #nav-trigger span, .page-template-page-news-insights-positions #header.header-1 #nav-trigger span {
  background-color: black;
}
.page-template-page-news-insights #header.header-1 #nav-trigger.open span, .page-template-page-reports #header.header-1 #nav-trigger.open span, .page-template-page-news-insights-positions #header.header-1 #nav-trigger.open span {
  background-color: white;
}
.page-template-default:not(.home) .navbar .nav-link {
  color: black;
}
.page-template-default:not(.home) .navbar .current-menu-item .nav-link {
  color: #AD3B21;
}
@media (hover: hover) {
  .page-template-default:not(.home) .navbar .nav-link:hover {
    color: #FBCC95;
  }
}
.page.privacy-policy h2, .page.privacy-policy .h2,
.page .page-terms-of-use h2,
.page .page-terms-of-use .h2 {
  line-height: 34px;
  margin-bottom: 1.5rem;
}
.page.privacy-policy h2:not(:first-child), .page.privacy-policy .h2:not(:first-child),
.page .page-terms-of-use h2:not(:first-child),
.page .page-terms-of-use .h2:not(:first-child) {
  margin-top: 1.5rem;
}
.page.privacy-policy h2 strong, .page.privacy-policy .h2 strong,
.page .page-terms-of-use h2 strong,
.page .page-terms-of-use .h2 strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page.privacy-policy li::marker,
.page .page-terms-of-use li::marker {
  font-size: 1.2em;
}
.page.privacy-policy ul,
.page .page-terms-of-use ul {
  margin-left: 3rem;
  list-style: disc;
}
.page.privacy-policy ul li,
.page .page-terms-of-use ul li {
  padding-left: 1.5rem;
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
.page.privacy-policy ol li,
.page .page-terms-of-use ol li {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}

.entry-meta .about {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100% !important;
}
@media (min-width: 992px) {
  .entry-meta .about {
    width: 45% !important;
  }
}
.entry-meta .postnav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100% !important;
}
@media (min-width: 992px) {
  .entry-meta .postnav {
    width: 53% !important;
  }
}
.entry-meta .postnav .ps-12-ish {
  padding-left: 12.5px !important;
}
.entry-meta .postnav .pe-12-ish {
  padding-right: 12.5px !important;
}
.entry-meta .postnav .right .square::before {
  left: calc(10% + 0.75rem);
}
#post-4391 .title br {
  display: none;
}

.page-template-page-private-video h1, .page-template-page-private-video .h1 {
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .page-template-page-private-video h1, .page-template-page-private-video .h1 {
    font-size: 56px;
    line-height: 59px;
  }
}

.single,
.person__related-insights {
  /*ul {
      @include text_set(inherit, $font_sans, 21px, 30px, 300, 0);
      margin: 0;
      margin-bottom: 0px;
      padding: 0;
      list-style: none;
      list-style-position: inside;

      li {
          margin-bottom: 1.5rem;
      }

  }*/
}
.single #header,
.person__related-insights #header {
  position: absolute;
  top: -0.75rem;
  background: transparent;
}
@media (min-width: 1200px) {
  .single .navbar .navbar-brand svg,
  .person__related-insights .navbar .navbar-brand svg {
    width: 116px;
  }
}
.single .navbar .nav-link,
.person__related-insights .navbar .nav-link {
  color: black;
}
.single .navbar .menu-item:nth-child(3) .nav-link,
.person__related-insights .navbar .menu-item:nth-child(3) .nav-link {
  color: #AD3B21;
}
.single .header-top,
.person__related-insights .header-top {
  padding-top: 143px;
}
@media (min-width: 768px) {
  .single .header-top,
  .person__related-insights .header-top {
    padding-top: 203px;
  }
}
.single .entry-header .title,
.person__related-insights .entry-header .title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single .entry-header .breadcrumb.published,
.person__related-insights .entry-header .breadcrumb.published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single .entry-header .breadcrumb.published .separator,
.person__related-insights .entry-header .breadcrumb.published .separator {
  display: none;
}
@media (min-width: 768px) {
  .single .entry-header .breadcrumb.published,
  .person__related-insights .entry-header .breadcrumb.published {
    display: block;
  }
  .single .entry-header .breadcrumb.published .separator,
  .person__related-insights .entry-header .breadcrumb.published .separator {
    display: inline;
  }
}
.single .entry-header .breadcrumb,
.single .entry-header .author,
.person__related-insights .entry-header .breadcrumb,
.person__related-insights .entry-header .author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.single .entry-header .entry-title,
.person__related-insights .entry-header .entry-title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 1150px;
}
@media (min-width: 768px) {
  .single .entry-header .entry-title,
  .person__related-insights .entry-header .entry-title {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.single .entry-header .intro-text,
.person__related-insights .entry-header .intro-text {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  .single .entry-header .intro-text,
  .person__related-insights .entry-header .intro-text {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.single .entry-header hr.header-border,
.person__related-insights .entry-header hr.header-border {
  color: #747474;
}
@media (hover: hover) {
  .single .entry-header a:hover svg path,
  .person__related-insights .entry-header a:hover svg path {
    fill: #AD3B21;
  }
}
.single .entry-header.bg-color,
.person__related-insights .entry-header.bg-color {
  background-color: #FAFAFA;
}
.single article.report p .size-full,
.person__related-insights article.report p .size-full {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.single .report-type-shareholder-activism-updates .entry-header.bg-color,
.person__related-insights .report-type-shareholder-activism-updates .entry-header.bg-color {
  background-color: #C6C6C6;
}
.single .report-type-earnings-analysis .entry-header.bg-color,
.person__related-insights .report-type-earnings-analysis .entry-header.bg-color {
  background-color: #FBCC95;
}
.single p,
.person__related-insights p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
}
.single h3, .single .h3,
.person__related-insights h3,
.person__related-insights .h3 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
}
.single h3.other-news, .single .other-news.h3,
.person__related-insights h3.other-news,
.person__related-insights .other-news.h3 {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.028rem;
}
.single hr,
.person__related-insights hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.single small, .single .small,
.person__related-insights small,
.person__related-insights .small {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0;
}
.single small.source-disc, .single .source-disc.small,
.person__related-insights small.source-disc,
.person__related-insights .source-disc.small {
  color: #BFBFBF;
}
.single small.source-disc sup, .single .source-disc.small sup,
.person__related-insights small.source-disc sup,
.person__related-insights .source-disc.small sup {
  color: #BFBFBF;
}
.single .disclaimer p,
.person__related-insights .disclaimer p {
  line-height: 0;
}
.single blockquote,
.single blockquote p,
.person__related-insights blockquote,
.person__related-insights blockquote p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0;
  font-style: italic;
}
.single .featured-quote__author,
.person__related-insights .featured-quote__author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  font-style: normal;
}
.single .executive-perspective-cta .read-full,
.person__related-insights .executive-perspective-cta .read-full {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0rem;
}
.single .executive-perspective-cta .author,
.person__related-insights .executive-perspective-cta .author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.single .executive-perspective-cta .title,
.person__related-insights .executive-perspective-cta .title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 25px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: normal;
}
.single .executive-perspective-cta p,
.person__related-insights .executive-perspective-cta p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0rem;
}
.single .executive-perspective-cta .thumb,
.person__related-insights .executive-perspective-cta .thumb {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .single .executive-perspective-cta .thumb,
  .person__related-insights .executive-perspective-cta .thumb {
    max-width: 100%;
    height: auto;
    width: 102px;
    margin-bottom: 0;
  }
}
.single .insights__authors .author-name,
.person__related-insights .insights__authors .author-name {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.single .insights__authors .author-position,
.person__related-insights .insights__authors .author-position {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0rem;
  text-transform: uppercase;
}
.single .insights__authors .author,
.person__related-insights .insights__authors .author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
  margin-bottom: 3rem;
}
.single .insights__authors .author:last-child,
.person__related-insights .insights__authors .author:last-child {
  margin-bottom: 0;
}
.single .related-videos .author-name,
.person__related-insights .related-videos .author-name {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
}
.single .related-videos .title,
.person__related-insights .related-videos .title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single .entry-meta .about-title,
.person__related-insights .entry-meta .about-title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single .entry-meta .prose p,
.person__related-insights .entry-meta .prose p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single .entry-meta .nav-card__title,
.person__related-insights .entry-meta .nav-card__title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 49px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -0.02rem;
}
.single .entry-meta .square,
.person__related-insights .entry-meta .square {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.single .entry-meta .square::before,
.person__related-insights .entry-meta .square::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 65%;
  left: 10%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.613' height='21.613' viewBox='0 0 21.613 21.613'%3E%3Cpath id='Path_17748' data-name='Path 17748' d='M8.6,15.283V3.658L13.936,9l1.347-1.356L7.641,0,0,7.641,1.347,8.988l5.339-5.33V15.283Z' transform='translate(10.807) rotate(45)'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.single .entry-meta .square.executive-perspectives::before,
.person__related-insights .entry-meta .square.executive-perspectives::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media (hover: hover) {
  .single .entry-meta .square:hover::before,
  .person__related-insights .entry-meta .square:hover::before {
    top: calc(65% - 8px);
  }
}
.single-video .header-top,
.person__related-insights-video .header-top {
  padding-top: 0;
  margin-top: 160px;
}
@media (min-width: 768px) {
  .single-video .header-top,
  .person__related-insights-video .header-top {
    margin-top: 223px;
  }
}
.single-video .author-bio,
.single-video .author-bio p,
.person__related-insights-video .author-bio,
.person__related-insights-video .author-bio p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single-podcast .header-top,
.person__related-insights-podcast .header-top {
  padding-top: 0;
  margin-top: 160px;
}
@media (min-width: 768px) {
  .single-podcast .header-top,
  .person__related-insights-podcast .header-top {
    margin-top: 223px;
  }
}
.single-podcast .author-bio,
.single-podcast .author-bio p,
.person__related-insights-podcast .author-bio,
.person__related-insights-podcast .author-bio p {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.single-podcast p,
.person__related-insights-podcast p {
  color: #fff;
}
.single-podcast .desc p,
.person__related-insights-podcast .desc p {
  color: #000;
}
.single-podcast ul li,
.person__related-insights-podcast ul li {
  color: #000;
}
.single-podcast .bg-gray,
.person__related-insights-podcast .bg-gray {
  background-color: #C6C6C6;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-podcast .podcast-quote,
.person__related-insights-podcast .podcast-quote {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 2rem;
  color: #1C1C1C;
}
@media (max-width: 767.98px) {
  .single-podcast .podcast-quote,
  .person__related-insights-podcast .podcast-quote {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.single-podcast .entry-header .author,
.person__related-insights-podcast .entry-header .author {
  font-size: 23px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  font-family: "NeueHelvetica53Extended", helvetica, arial, sans-serif;
}
@media (max-width: 767.98px) {
  .single-podcast .entry-header .author,
  .person__related-insights-podcast .entry-header .author {
    font-size: 15px;
    line-height: 17px;
  }
}
.single-podcast .entry-header .title,
.person__related-insights-podcast .entry-header .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .single-podcast .entry-header .title,
  .person__related-insights-podcast .entry-header .title {
    font-size: 12px;
    line-height: 14px;
  }
}
.single-podcast .video-thumb,
.person__related-insights-podcast .video-thumb {
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
.single-podcast .video-thumb:hover,
.person__related-insights-podcast .video-thumb:hover {
  background-image: attr(data-hover url);
}
.single-podcast .mejs-time,
.person__related-insights-podcast .mejs-time {
  padding: 12px 6px 0;
}
.single-podcast .mejs-currenttime, .single-podcast .mejs-duration,
.person__related-insights-podcast .mejs-currenttime,
.person__related-insights-podcast .mejs-duration {
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
  color: #000;
}
.single-podcast .mejs-container .mejs-controls,
.person__related-insights-podcast .mejs-container .mejs-controls {
  background: #C6C6C6;
}
.single-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.person__related-insights-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #000;
}
.single-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.person__related-insights-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #AD3B21;
}
.single-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total,
.person__related-insights-podcast .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #000;
}
.single-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.person__related-insights-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #fff;
}
.single-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.person__related-insights-podcast .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #000;
}
.single-podcast .mejs-button > button,
.person__related-insights-podcast .mejs-button > button {
  background: transparent url("library/images/mejs-controls.svg");
}
.single-podcast .mejs-play > button,
.person__related-insights-podcast .mejs-play > button {
  background-position: 0 0;
}
.single-podcast .mejs-pause > button,
.person__related-insights-podcast .mejs-pause > button {
  background-position: -20px 0;
}
.single-podcast .mejs-mute > button,
.person__related-insights-podcast .mejs-mute > button {
  background-position: -60px 0;
}
.single-podcast .mejs-unmute > button,
.person__related-insights-podcast .mejs-unmute > button {
  background-position: -40px 0;
}
.single-report #header.header-1 #nav-trigger span, .single-news #header.header-1 #nav-trigger span,
.person__related-insights-report #header.header-1 #nav-trigger span,
.person__related-insights-news #header.header-1 #nav-trigger span {
  background-color: black;
}
.single-report #header.header-1 #nav-trigger.open span, .single-news #header.header-1 #nav-trigger.open span,
.person__related-insights-report #header.header-1 #nav-trigger.open span,
.person__related-insights-news #header.header-1 #nav-trigger.open span {
  background-color: white;
}
.single .entry-content ul,
.person__related-insights .entry-content ul {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  margin-top: 1.5rem;
  padding-left: 3rem;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .single .entry-content ul,
  .person__related-insights .entry-content ul {
    padding-left: 5rem;
  }
}
.single .entry-content ul::before,
.person__related-insights .entry-content ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  background-color: #FBCC95;
  height: 100%;
  width: 1px;
}
.single .entry-content ul li,
.person__related-insights .entry-content ul li {
  margin-bottom: 1.5rem;
}
.single .entry-content ul ul,
.person__related-insights .entry-content ul ul {
  list-style: inside;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.single .entry-content ul ul::before,
.person__related-insights .entry-content ul ul::before {
  background-color: unset;
}
.single .entry-content ul ul li,
.person__related-insights .entry-content ul ul li {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.single .entry-content ul ul li:last-child,
.person__related-insights .entry-content ul ul li:last-child {
  padding-bottom: 0;
}
.single .entry-content ul.no-bullets,
.person__related-insights .entry-content ul.no-bullets {
  list-style: none;
  list-style-position: inside;
}
.single .entry-content ul.yellow-list,
.person__related-insights .entry-content ul.yellow-list {
  margin: 0;
  margin-top: 1.5rem;
  padding-left: 5rem;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 3.5rem;
  position: relative;
}
.single .entry-content ul.yellow-list::before,
.person__related-insights .entry-content ul.yellow-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  background-color: #FBCC95;
  height: 100%;
  width: 1px;
}
.single .entry-content ul.bullet-list,
.person__related-insights .entry-content ul.bullet-list {
  list-style: inside;
  padding-left: 0;
  margin: 0.5rem 0;
}
.single .entry-content ul.bullet-list::before,
.person__related-insights .entry-content ul.bullet-list::before {
  background-color: unset;
}
.single .entry-content ul.bullet-list li,
.person__related-insights .entry-content ul.bullet-list li {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.single .entry-content ul.bullet-list li:last-child,
.person__related-insights .entry-content ul.bullet-list li:last-child {
  padding-bottom: 0;
}
.single .entry-content ol,
.person__related-insights .entry-content ol {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  margin-top: 1.5rem;
  padding-left: 3rem;
  list-style: decimal;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .single .entry-content ol,
  .person__related-insights .entry-content ol {
    padding-left: 5rem;
  }
}
.single .entry-content ol::before,
.person__related-insights .entry-content ol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  background-color: #FBCC95;
  height: 100%;
  width: 1px;
}
.single .entry-content ol li,
.person__related-insights .entry-content ol li {
  margin-bottom: 1.5rem;
}
.single .entry-content ol ul,
.person__related-insights .entry-content ol ul {
  list-style: inside;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.single .entry-content ol ul::before,
.person__related-insights .entry-content ol ul::before {
  background-color: unset;
}
.single .entry-content ol ul li,
.person__related-insights .entry-content ol ul li {
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.single .entry-content ol ul li:last-child,
.person__related-insights .entry-content ol ul li:last-child {
  padding-bottom: 0;
}
.single .entry-content ol.no-bullets,
.person__related-insights .entry-content ol.no-bullets {
  list-style: none;
  list-style-position: inside;
}
.single .entry-content ol.yellow-list,
.person__related-insights .entry-content ol.yellow-list {
  margin: 0;
  margin-top: 1.5rem;
  padding-left: 5rem;
  list-style: none;
  list-style-position: inside;
  margin-bottom: 3.5rem;
  position: relative;
}
.single .entry-content ol.yellow-list::before,
.person__related-insights .entry-content ol.yellow-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  background-color: #FBCC95;
  height: 100%;
  width: 1px;
}
.single .entry-content ol.bullet-list,
.person__related-insights .entry-content ol.bullet-list {
  list-style: inside;
  padding-left: 0;
  margin: 0.5rem 0;
}
.single .entry-content ol.bullet-list::before,
.person__related-insights .entry-content ol.bullet-list::before {
  background-color: unset;
}
.single .entry-content ol.bullet-list li,
.person__related-insights .entry-content ol.bullet-list li {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.single .entry-content ol.bullet-list li:last-child,
.person__related-insights .entry-content ol.bullet-list li:last-child {
  padding-bottom: 0;
}
.single #other-news .other-insights-grid-wrap,
.person__related-insights #other-news .other-insights-grid-wrap {
  max-width: 592px;
}
@media (min-width: 1200px) {
  .single #other-news .other-insights-grid-wrap,
  .person__related-insights #other-news .other-insights-grid-wrap {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .single #other-news .other-insights .insight-card:nth-child(2) .insight-card__inner,
  .person__related-insights #other-news .other-insights .insight-card:nth-child(2) .insight-card__inner {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms;
  }
  .single #other-news .other-insights .insight-card:nth-child(3) .insight-card__inner,
  .person__related-insights #other-news .other-insights .insight-card:nth-child(3) .insight-card__inner {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .single #other-news .other-insights .insight-card:nth-child(4) .insight-card__inner,
  .person__related-insights #other-news .other-insights .insight-card:nth-child(4) .insight-card__inner {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
}
.single #other-news .insight-card__inner,
.person__related-insights #other-news .insight-card__inner {
  aspect-ratio: 1/1;
  border: 1px solid #C6C6C6;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
}
.single #other-news .insight-card__inner::before,
.person__related-insights #other-news .insight-card__inner::before {
  content: "";
  position: absolute;
  bottom: 0.938rem;
  right: 0.938rem;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Design_Box' data-name='Design Box' width='24' height='24'/%3E%3C/svg%3E");
  z-index: 1;
}
@media (min-width: 768px) {
  .single #other-news .insight-card__inner,
  .person__related-insights #other-news .insight-card__inner {
    width: 274px;
    height: 274px;
    margin: auto;
  }
}
.single #other-news .insight-card__title,
.person__related-insights #other-news .insight-card__title {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .single #other-news .insight-card__title,
  .person__related-insights #other-news .insight-card__title {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -0.02rem;
    padding-right: 1rem;
  }
}
.single #other-news .insight-card__category,
.person__related-insights #other-news .insight-card__category {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.single .bg-darkgray,
.person__related-insights .bg-darkgray {
  background-color: #1C1C1C;
}

.post-navigation .post-nav {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: unset !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media (hover: hover) {
  .post-navigation .post-nav:hover {
    color: #AD3B21;
  }
}

#ireland-rsvp p {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 5px 0;
  color: white;
}
#ireland-rsvp h1, #ireland-rsvp .h1 {
  font-size: 61px;
  line-height: 63px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #ireland-rsvp h1, #ireland-rsvp .h1 {
    font-size: 82px;
    line-height: 83px;
  }
}
#ireland-rsvp .date, #ireland-rsvp .loc {
  letter-spacing: 0.2rem;
}
#ireland-rsvp .scroll-mark {
  top: -250px;
  right: 0px;
}
@media (min-width: 1200px) {
  #ireland-rsvp .scroll-mark {
    left: 10px;
  }
}
#ireland-rsvp .cta {
  border: 1px solid #AD3B21;
  background-color: #AD3B21;
}
#ireland-rsvp .cta::before {
  background-color: transparent;
}
#ireland-rsvp .cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
#ireland-rsvp .cta:hover::before {
  background-color: transparent;
}
#ireland-rsvp .section__people .team-member {
  cursor: default;
}
#ireland-rsvp .section__people .team-member__name {
  background-image: none;
  padding-right: 0;
  text-align: center;
}
#ireland-rsvp .inv-head {
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 0.02rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #ireland-rsvp .inv-head {
    font-size: 56px;
    line-height: 58px;
  }
}
#ireland-rsvp .panel-name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
#ireland-rsvp .department-heading {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: #FBCC95;
  text-transform: uppercase;
}
#ireland-rsvp .small-text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
#ireland-rsvp .gold {
  color: #FBCC95 !important;
  font-weight: 700 !important;
}
#ireland-rsvp .rsvp-heading {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
}
#ireland-rsvp .disclaimer {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
#ireland-rsvp .hbspt-form .hs-form-radio {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ireland-rsvp .hbspt-form .hs-form-radio .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ireland-rsvp .hbspt-form fieldset {
  max-width: 100%;
  margin-bottom: 3rem;
}
#ireland-rsvp .hbspt-form .hs-form-field label {
  color: white;
  margin-bottom: 1rem;
}
#ireland-rsvp .hbspt-form .hs-input {
  width: 100%;
}
#ireland-rsvp .hbspt-form .input {
  margin-bottom: 1rem;
}
#ireland-rsvp .hbspt-form .input input {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid #fff;
}
#ireland-rsvp .hbspt-form .input [type=radio] {
  -webkit-appearance: radio !important;
  margin-right: 1rem;
  min-width: 30px;
}
#ireland-rsvp .hbspt-form .error {
  outline: none;
}
#ireland-rsvp .hbspt-form .actions {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  border: 1px solid white;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #ireland-rsvp .hbspt-form .actions {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    min-width: 223px;
  }
}
#ireland-rsvp .hbspt-form .actions [type=submit] {
  -webkit-appearance: unset !important;
}
#ireland-rsvp .hbspt-form .actions::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
  z-index: 0;
}
#ireland-rsvp .hbspt-form .actions::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90.5%;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (hover: hover) {
  #ireland-rsvp .hbspt-form .actions:hover {
    border: 1px solid #AD3B21;
  }
  #ireland-rsvp .hbspt-form .actions:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
#ireland-rsvp .hbspt-form .actions .hs-button {
  background-color: transparent;
  border: none;
  color: white;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding: 0.65rem 1rem;
}
#ireland-rsvp .hbspt-form .actions .hs-button .cta__label,
#ireland-rsvp .hbspt-form .actions .hs-button .arrow {
  position: relative;
  z-index: 5;
}
#ireland-rsvp .hbspt-form .actions .hs-button .cta__label {
  padding-right: 45px;
}
#ireland-rsvp .hbspt-form .actions .hs-button .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  #ireland-rsvp .hbspt-form .actions .hs-button .arrow {
    background-size: unset;
  }
}
#ireland-rsvp .hbspt-form .actions .hs-button--small {
  padding: 5px 20px;
}
#ireland-rsvp .hbspt-form .actions .hs-button--black {
  background: white;
  color: black;
  border: 1px solid #000;
}
#ireland-rsvp .hbspt-form .actions .hs-button--black .cta__label {
  color: black;
}
#ireland-rsvp .hbspt-form .actions .hs-button--black .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
#ireland-rsvp .hbspt-form .actions .hs-button--black .bi {
  color: black;
}
@media (hover: hover) {
  #ireland-rsvp .hbspt-form .actions .hs-button--black:hover .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  }
  #ireland-rsvp .hbspt-form .actions .hs-button--black:hover .cta__label {
    color: white;
  }
}
#ireland-rsvp .hbspt-form .actions .hs-button--readmore {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: unset !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#ireland-rsvp .hbspt-form .actions .hs-button--readmore .arrow {
  background-size: 17px !important;
}
#ireland-rsvp .hbspt-form .actions .hs-button--inverted {
  background: white;
  color: #AD3B21;
}
@media (hover: hover) {
  #ireland-rsvp .hbspt-form .actions .hs-button--inverted:hover {
    opacity: 0.7;
  }
}
#ireland-rsvp .hbspt-form .actions .hs-button--prev {
  border: none;
  padding: 0;
}
#ireland-rsvp .hbspt-form .actions .hs-button .bi::before {
  font-weight: 900 !important;
}

#sparkbook-rsvp p {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 5px 0;
  color: white;
}
#sparkbook-rsvp h1, #sparkbook-rsvp .h1 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #sparkbook-rsvp h1, #sparkbook-rsvp .h1 {
    font-size: 82px;
    line-height: 83px;
  }
}
#sparkbook-rsvp .date, #sparkbook-rsvp .loc {
  letter-spacing: 0.2rem;
}
#sparkbook-rsvp .scroll-mark {
  top: -250px;
  right: -10px;
}
@media (min-width: 1200px) {
  #sparkbook-rsvp .scroll-mark {
    top: -200px;
    left: 10px;
  }
}
#sparkbook-rsvp .cta {
  border: 1px solid #AD3B21;
  background-color: #AD3B21;
}
#sparkbook-rsvp .cta::before {
  background-color: transparent;
}
#sparkbook-rsvp .cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
#sparkbook-rsvp .cta:hover::before {
  background-color: transparent;
}
#sparkbook-rsvp .section__people .team-member {
  cursor: default;
}
#sparkbook-rsvp .section__people .team-member__name {
  background-image: none;
  padding-right: 0;
  text-align: center;
}
#sparkbook-rsvp .inv-head {
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 0.02rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #sparkbook-rsvp .inv-head {
    font-size: 56px;
    line-height: 58px;
  }
}
#sparkbook-rsvp .panel-name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
#sparkbook-rsvp .department-heading {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: #FBCC95;
  text-transform: uppercase;
}
#sparkbook-rsvp .small-text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
#sparkbook-rsvp .gold {
  color: #FBCC95 !important;
  font-weight: 700 !important;
}
#sparkbook-rsvp .rsvp-heading {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
}
#sparkbook-rsvp .disclaimer {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
#sparkbook-rsvp .hbspt-form .hs-form-radio {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sparkbook-rsvp .hbspt-form .hs-form-radio .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sparkbook-rsvp .hbspt-form fieldset {
  max-width: 100%;
  margin-bottom: 3rem;
}
#sparkbook-rsvp .hbspt-form .hs-form-field label {
  color: white;
  margin-bottom: 1rem;
}
#sparkbook-rsvp .hbspt-form .hs-input {
  width: 100%;
}
#sparkbook-rsvp .hbspt-form .input {
  margin-bottom: 1rem;
}
#sparkbook-rsvp .hbspt-form .input input {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid #fff;
}
#sparkbook-rsvp .hbspt-form .input [type=radio] {
  -webkit-appearance: radio !important;
  margin-right: 1rem;
  min-width: 30px;
}
#sparkbook-rsvp .hbspt-form .error {
  outline: none;
}
#sparkbook-rsvp .hbspt-form .actions {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  border: 1px solid white;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #sparkbook-rsvp .hbspt-form .actions {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    min-width: 223px;
  }
}
#sparkbook-rsvp .hbspt-form .actions [type=submit] {
  -webkit-appearance: unset !important;
}
#sparkbook-rsvp .hbspt-form .actions::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
  z-index: 0;
}
#sparkbook-rsvp .hbspt-form .actions::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90.5%;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (hover: hover) {
  #sparkbook-rsvp .hbspt-form .actions:hover {
    border: 1px solid #AD3B21;
  }
  #sparkbook-rsvp .hbspt-form .actions:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
#sparkbook-rsvp .hbspt-form .actions .hs-button {
  background-color: transparent;
  border: none;
  color: white;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding: 0.65rem 1rem;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button .cta__label,
#sparkbook-rsvp .hbspt-form .actions .hs-button .arrow {
  position: relative;
  z-index: 5;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button .cta__label {
  padding-right: 45px;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  #sparkbook-rsvp .hbspt-form .actions .hs-button .arrow {
    background-size: unset;
  }
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--small {
  padding: 5px 20px;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--black {
  background: white;
  color: black;
  border: 1px solid #000;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--black .cta__label {
  color: black;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--black .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--black .bi {
  color: black;
}
@media (hover: hover) {
  #sparkbook-rsvp .hbspt-form .actions .hs-button--black:hover .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  }
  #sparkbook-rsvp .hbspt-form .actions .hs-button--black:hover .cta__label {
    color: white;
  }
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--readmore {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: unset !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--readmore .arrow {
  background-size: 17px !important;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--inverted {
  background: white;
  color: #AD3B21;
}
@media (hover: hover) {
  #sparkbook-rsvp .hbspt-form .actions .hs-button--inverted:hover {
    opacity: 0.7;
  }
}
#sparkbook-rsvp .hbspt-form .actions .hs-button--prev {
  border: none;
  padding: 0;
}
#sparkbook-rsvp .hbspt-form .actions .hs-button .bi::before {
  font-weight: 900 !important;
}

#post-spark_dinner p {
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 5px 0;
  color: white;
}
#post-spark_dinner h1, #post-spark_dinner .h1 {
  font-size: 55px;
  line-height: 58px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #post-spark_dinner h1, #post-spark_dinner .h1 {
    font-size: 82px;
    line-height: 83px;
  }
}
#post-spark_dinner .date, #post-spark_dinner .loc {
  letter-spacing: 0.2rem;
}
#post-spark_dinner .scroll-mark {
  top: -250px;
  right: -10px;
}
@media (min-width: 1200px) {
  #post-spark_dinner .scroll-mark {
    top: -200px;
    left: 10px;
  }
}
#post-spark_dinner .cta {
  border: 1px solid #AD3B21;
  background-color: #AD3B21;
}
#post-spark_dinner .cta::before {
  background-color: transparent;
}
#post-spark_dinner .cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
}
#post-spark_dinner .cta:hover::before {
  background-color: transparent;
}
#post-spark_dinner .section__people .team-member {
  cursor: default;
}
#post-spark_dinner .section__people .team-member__name {
  background-image: none;
  padding-right: 0;
  text-align: center;
}
#post-spark_dinner .inv-head {
  font-size: 42px;
  line-height: 44px;
  letter-spacing: 0.02rem;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 992px) {
  #post-spark_dinner .inv-head {
    font-size: 56px;
    line-height: 58px;
  }
}
#post-spark_dinner .panel-name {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
#post-spark_dinner .department-heading {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: #FBCC95;
  text-transform: uppercase;
}
#post-spark_dinner .small-text {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
#post-spark_dinner .gold {
  color: #FBCC95 !important;
  font-weight: 700 !important;
}
#post-spark_dinner .rsvp-heading {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
}
#post-spark_dinner .disclaimer {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
#post-spark_dinner .hbspt-form .hs-form-radio {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#post-spark_dinner .hbspt-form .hs-form-radio .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#post-spark_dinner .hbspt-form fieldset {
  max-width: 100%;
  margin-bottom: 3rem;
}
#post-spark_dinner .hbspt-form .hs-form-field label {
  color: white;
  margin-bottom: 1rem;
}
#post-spark_dinner .hbspt-form .hs-input {
  width: 100%;
}
#post-spark_dinner .hbspt-form .input {
  margin-bottom: 1rem;
}
#post-spark_dinner .hbspt-form .input input {
  background: transparent;
  color: white;
  border: none;
  border-bottom: 1px solid #fff;
}
#post-spark_dinner .hbspt-form .input [type=radio] {
  -webkit-appearance: radio !important;
  margin-right: 1rem;
  min-width: 30px;
}
#post-spark_dinner .hbspt-form .error {
  outline: none;
}
#post-spark_dinner .hbspt-form .actions {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  position: relative;
  border: 1px solid white;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #post-spark_dinner .hbspt-form .actions {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 0;
    min-width: 223px;
  }
}
#post-spark_dinner .hbspt-form .actions [type=submit] {
  -webkit-appearance: unset !important;
}
#post-spark_dinner .hbspt-form .actions::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
  z-index: 0;
}
#post-spark_dinner .hbspt-form .actions::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 90.5%;
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media (hover: hover) {
  #post-spark_dinner .hbspt-form .actions:hover {
    border: 1px solid #AD3B21;
  }
  #post-spark_dinner .hbspt-form .actions:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
#post-spark_dinner .hbspt-form .actions .hs-button {
  background-color: transparent;
  border: none;
  color: white;
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding: 0.65rem 1rem;
}
#post-spark_dinner .hbspt-form .actions .hs-button .cta__label,
#post-spark_dinner .hbspt-form .actions .hs-button .arrow {
  position: relative;
  z-index: 5;
}
#post-spark_dinner .hbspt-form .actions .hs-button .cta__label {
  padding-right: 45px;
}
#post-spark_dinner .hbspt-form .actions .hs-button .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  #post-spark_dinner .hbspt-form .actions .hs-button .arrow {
    background-size: unset;
  }
}
#post-spark_dinner .hbspt-form .actions .hs-button--small {
  padding: 5px 20px;
}
#post-spark_dinner .hbspt-form .actions .hs-button--black {
  background: white;
  color: black;
  border: 1px solid #000;
}
#post-spark_dinner .hbspt-form .actions .hs-button--black .cta__label {
  color: black;
}
#post-spark_dinner .hbspt-form .actions .hs-button--black .arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");
}
#post-spark_dinner .hbspt-form .actions .hs-button--black .bi {
  color: black;
}
@media (hover: hover) {
  #post-spark_dinner .hbspt-form .actions .hs-button--black:hover .arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
  }
  #post-spark_dinner .hbspt-form .actions .hs-button--black:hover .cta__label {
    color: white;
  }
}
#post-spark_dinner .hbspt-form .actions .hs-button--readmore {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 0;
  min-width: unset !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
#post-spark_dinner .hbspt-form .actions .hs-button--readmore .arrow {
  background-size: 17px !important;
}
#post-spark_dinner .hbspt-form .actions .hs-button--inverted {
  background: white;
  color: #AD3B21;
}
@media (hover: hover) {
  #post-spark_dinner .hbspt-form .actions .hs-button--inverted:hover {
    opacity: 0.7;
  }
}
#post-spark_dinner .hbspt-form .actions .hs-button--prev {
  border: none;
  padding: 0;
}
#post-spark_dinner .hbspt-form .actions .hs-button .bi::before {
  font-weight: 900 !important;
}

.page-template-page-golf-form-dietary .hbspt-form, .page-template-page-golf-form .hbspt-form, .page-template-page-consello-spark-boston-rsvp .hbspt-form {
  /*.actions {
    @include text_set(white, $font_sans, 18px, 22px, 300, 0);

    position: relative;

    border: 1px solid white;
    padding: 0.65rem 1rem;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.4s ease;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    min-width: 180px;

    @include media-breakpoint-up(md) {
      @include text_set(white, $font_sans, 22px, 26px, 300, 0);
      min-width: 223px;
    }

    cursor: pointer;

    [type="submit"] {
      -webkit-appearance: unset !important;
    }

    &::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      z-index: 0;
      background-color: $primary;
      transition: $transition_ease_out;
      opacity: 0.15;

    }

    &::after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: 81.5%;
      height: 100%;
      width: 100%;
    }

    @media (hover: hover) {
      &:hover {
        border: 1px solid $primary;
      }

      &:hover::before {
        height: 100%;
        transition: opacity 0.4s ease, height 0.2s ease-out;
        opacity: 1;

      }

    }

    .hs-button {
      background-color: transparent;
      border: none;
      color: white;
      z-index: 999;

      &.large {

      }

      .cta__label,
      .arrow {
        position: relative;
        z-index: 5;
      }

      .cta__label {
        padding-right: 45px;
      }

      .arrow {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 22px;
        width: 22px;
        height: 22px;

        @include media-breakpoint-up(md) {
          background-size: unset;
        }
      }



      &--small {
        padding: 5px 20px;
      }

      &--black {
        background: white;
        color: black;
        border: 1px solid $black;

        .cta__label {
          color: black;
        }

        .arrow {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23000'/%3E%3C/svg%3E");

        }




        .bi {
          color: black;
        }

        @media (hover: hover) {
          &:hover {
            .arrow {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.847' height='31.847' viewBox='0 0 31.847 31.847'%3E%3Cpath d='M12.667,22.519V5.391l7.868,7.868,1.985-2L11.26,0,0,11.26l1.985,1.985L9.852,5.391V22.519Z' transform='translate(15.924) rotate(45)' fill='%23fff'/%3E%3C/svg%3E");
            }

            .cta__label {
              color: white;
            }
          }

        }
      }

      &--readmore {
        @include text_set(black, $font_sans, 13px, 13px, 600, 0);

        min-width: unset !important;
        justify-content: flex-start !important;

        .arrow {
          background-size: 17px !important;
        }



      }

      &--inverted {
        background: white;
        color: $primary;

        @media (hover: hover) {
          &:hover {
            opacity: 0.7;
          }
        }
      }

      &--prev {
        border: none;
        padding: 0;
      }

      .bi {
        &::before {
          font-weight: 900 !important;
        }

      }

    }
  }*/
}
.page-template-page-golf-form-dietary .hbspt-form .hs-form-radio, .page-template-page-golf-form .hbspt-form .hs-form-radio, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-form-radio {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-form-radio .hs-form-radio-display, .page-template-page-golf-form .hbspt-form .hs-form-radio .hs-form-radio-display, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-form-radio .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}
.page-template-page-golf-form-dietary .hbspt-form fieldset, .page-template-page-golf-form .hbspt-form fieldset, .page-template-page-consello-spark-boston-rsvp .hbspt-form fieldset {
  max-width: 100%;
  margin-bottom: 3rem;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-form-field label span, .page-template-page-golf-form .hbspt-form .hs-form-field label span, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-form-field label span {
  color: white;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-input, .page-template-page-golf-form .hbspt-form .hs-input, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-input {
  width: 100%;
}
.page-template-page-golf-form-dietary .hbspt-form .input, .page-template-page-golf-form .hbspt-form .input, .page-template-page-consello-spark-boston-rsvp .hbspt-form .input {
  margin-bottom: 1rem;
}
.page-template-page-golf-form-dietary .hbspt-form .input input, .page-template-page-golf-form .hbspt-form .input input, .page-template-page-consello-spark-boston-rsvp .hbspt-form .input input {
  background: transparent;
  color: white;
  border: 1px solid #fff;
}
.page-template-page-golf-form-dietary .hbspt-form .input [type=radio], .page-template-page-golf-form .hbspt-form .input [type=radio], .page-template-page-consello-spark-boston-rsvp .hbspt-form .input [type=radio] {
  -webkit-appearance: radio !important;
  margin-right: 1rem;
  min-width: 30px;
}
.page-template-page-golf-form-dietary .hbspt-form .error, .page-template-page-golf-form .hbspt-form .error, .page-template-page-consello-spark-boston-rsvp .hbspt-form .error {
  outline: none;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-button.primary.large, .page-template-page-golf-form .hbspt-form .hs-button.primary.large, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-button.primary.large {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0;
  background: transparent;
  border: 1px solid #fff;
  padding: 0.5rem 1.5rem;
}
.page-template-page-golf-form-dietary .hbspt-form .hs_submit, .page-template-page-golf-form .hbspt-form .hs_submit, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs_submit {
  margin-top: 3rem;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-error-msg, .page-template-page-golf-form .hbspt-form .hs-error-msg, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-error-msg {
  color: red;
  margin-bottom: 1rem;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-form__thankyou-message, .page-template-page-golf-form-dietary .hbspt-form .submitted-message, .page-template-page-golf-form .hbspt-form .hs-form__thankyou-message, .page-template-page-golf-form .hbspt-form .submitted-message, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-form__thankyou-message, .page-template-page-consello-spark-boston-rsvp .hbspt-form .submitted-message {
  color: #AD3B21;
}
.page-template-page-golf-form-dietary .hbspt-form .hs-form__thankyou-message span, .page-template-page-golf-form-dietary .hbspt-form .submitted-message span, .page-template-page-golf-form .hbspt-form .hs-form__thankyou-message span, .page-template-page-golf-form .hbspt-form .submitted-message span, .page-template-page-consello-spark-boston-rsvp .hbspt-form .hs-form__thankyou-message span, .page-template-page-consello-spark-boston-rsvp .hbspt-form .submitted-message span {
  color: #AD3B21;
}

#hero-cil .consello-logo a {
  position: relative;
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: inline-block;
  overflow: hidden;
  -webkit-animation: slideUpOuter 0.8s cubic-bezier(0.275, 0.255, 0.6, 1.055) 1s 1 forwards, slideLeft 0.35s ease-in 1.9s 1 forwards;
          animation: slideUpOuter 0.8s cubic-bezier(0.275, 0.255, 0.6, 1.055) 1s 1 forwards, slideLeft 0.35s ease-in 1.9s 1 forwards;
}
#hero-cil .consello-logo a svg {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-animation: slideUp 0.8s cubic-bezier(0.275, 0.255, 0.6, 1.055) 1s 1 forwards;
          animation: slideUp 0.8s cubic-bezier(0.275, 0.255, 0.6, 1.055) 1s 1 forwards;
}
#hero-cil .title {
  overflow: hidden;
}
#hero-cil .title > div {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-animation: slideUp 0.75s ease-in 1.5s 1 forwards;
          animation: slideUp 0.75s ease-in 1.5s 1 forwards;
}
#hero-cil .info {
  overflow: hidden;
}
#hero-cil .info > div {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-animation: slideUp 0.75s ease-in 1.5s 1 forwards;
          animation: slideUp 0.75s ease-in 1.5s 1 forwards;
}
#hero-cil .rsvp {
  overflow: hidden;
}
#hero-cil .rsvp > div {
  -webkit-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-animation: slideUp 0.75s ease-in 1.5s 1 forwards;
          animation: slideUp 0.75s ease-in 1.5s 1 forwards;
}
@media (min-width: 1200px) {
  #hero-cil .rsvp > div {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
    -webkit-animation: slideRight 0.5s ease-in 1.8s 1 forwards;
            animation: slideRight 0.5s ease-in 1.8s 1 forwards;
  }
}
@media (min-width: 1200px) {
  #hero-cil .rsvp > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    width: 100%;
  }
}

.scroll-mark {
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  -webkit-animation: fadeUp 0.5s ease-in 1.8s 1 forwards;
          animation: fadeUp 0.5s ease-in 1.8s 1 forwards;
}

@-webkit-keyframes slideLeft {
  from {
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    left: 0%;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideLeft {
  from {
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    left: 0%;
    top: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  to {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@keyframes slideRight {
  from {
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
  }
  to {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slideUpOuter {
  from {
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  to {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
@keyframes slideUpOuter {
  from {
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
  to {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}
.single-spark-insight .hero,
.single-insight .hero {
  background-image: none;
}
.single-spark-insight .hero .image-wrap,
.single-insight .hero .image-wrap {
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0.4));
}
.single-spark-insight .hero .image-wrap img,
.single-insight .hero .image-wrap img {
  mix-blend-mode: normal;
}
@media (max-width: 1199.98px) {
  .single-spark-insight .hero .image-wrap img:last-child,
  .single-insight .hero .image-wrap img:last-child {
    max-width: 150px;
    padding: 0 !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .single-spark-insight .hero .image-wrap img:last-child,
  .single-insight .hero .image-wrap img:last-child {
    max-width: 50px;
    padding: 0 !important;
    top: 1.5rem !important;
    right: 1.5rem !important;
  }
}
.single-spark-insight .hero .image-wrap .hero-image,
.single-insight .hero .image-wrap .hero-image {
  mix-blend-mode: multiply;
}
.single-spark-insight .hero .post-tax,
.single-insight .hero .post-tax {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 46px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: -0.03rem;
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 3rem 0 0;
}
@media (min-width: 768px) {
  .single-spark-insight .hero .post-tax,
  .single-insight .hero .post-tax {
    margin: 3rem 4rem;
  }
}
.single-spark-insight .hero .post-tax::after,
.single-insight .hero .post-tax::after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  left: -100%;
  height: 1px;
  background-color: white;
  margin-top: 1rem;
}
.single-spark-insight .hero .author-name,
.single-insight .hero .author-name {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media (min-width: 768px) {
  .single-spark-insight .hero .author-name,
  .single-insight .hero .author-name {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
}
.single-spark-insight .hero .author-position,
.single-insight .hero .author-position {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0rem;
}
@media (min-width: 768px) {
  .single-spark-insight .hero .author-position,
  .single-insight .hero .author-position {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0rem;
  }
}
.single-spark-insight .hero .author-multiple:first-child,
.single-insight .hero .author-multiple:first-child {
  margin-top: 0 !important;
}
.single-spark-insight .hero .author-multiple:not(:last-child),
.single-insight .hero .author-multiple:not(:last-child) {
  margin-bottom: 1rem;
}
.single-spark-insight .hero .author-multiple .author-name,
.single-insight .hero .author-multiple .author-name {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
.single-spark-insight .hero .author-multiple .author-position,
.single-insight .hero .author-multiple .author-position {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
}
.single-spark-insight.postid-2022 .hero,
.single-spark-insight.postid-2022 .hero .image-wrap,
.single-insight.postid-2022 .hero,
.single-insight.postid-2022 .hero .image-wrap {
  max-height: 580px;
}
.single-spark-insight.postid-2023 .hero,
.single-spark-insight.postid-2023 .hero .image-wrap,
.single-insight.postid-2023 .hero,
.single-insight.postid-2023 .hero .image-wrap {
  max-height: 460px;
}
.single-spark-insight #header,
.single-insight #header {
  position: absolute;
  top: -0.75rem;
  background: transparent;
}
.single-spark-insight #header.header-1 #nav-trigger span,
.single-insight #header.header-1 #nav-trigger span {
  background-color: black;
}
.single-spark-insight #header.header-1 #nav-trigger.open span,
.single-insight #header.header-1 #nav-trigger.open span {
  background-color: white;
}
.single-spark-insight .si-modules ul,
.single-insight .si-modules ul {
  position: relative;
  padding-left: 3rem;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  border-left: 1px solid #FBCC95;
  list-style: none;
}
.single-spark-insight .si-modules ul li,
.single-insight .si-modules ul li {
  list-style: none;
}
.single-spark-insight .si-modules ul li:not(:last-child),
.single-insight .si-modules ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.single-spark-insight .si-modules ul li h2, .single-spark-insight .si-modules ul li .h2,
.single-insight .si-modules ul li h2,
.single-insight .si-modules ul li .h2 {
  line-height: 105%;
}
.single-spark-insight .si-modules ul ul,
.single-insight .si-modules ul ul {
  border: none;
  list-style: disc;
}
.single-spark-insight .si-modules ol,
.single-insight .si-modules ol {
  position: relative;
  padding-left: 3rem;
  margin-left: 1.5rem;
  margin-bottom: 0;
  border-left: 1px solid #FBCC95;
  margin-bottom: 1rem;
}
.single-spark-insight .si-modules ol li,
.single-insight .si-modules ol li {
  padding-left: 1rem;
}
.single-spark-insight .si-modules ol li:not(:last-child),
.single-insight .si-modules ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.single-spark-insight .si-modules ol ol,
.single-insight .si-modules ol ol {
  border: none;
  padding-left: 3rem;
}
.single-spark-insight .si-modules #back-to-top,
.single-insight .si-modules #back-to-top {
  bottom: 1rem;
  right: 1rem;
  width: 50px;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules #back-to-top,
  .single-insight .si-modules #back-to-top {
    right: calc(50vw - 479px - 150px);
    width: auto;
  }
}
.single-spark-insight .si-modules #back-to-top svg,
.single-insight .si-modules #back-to-top svg {
  max-width: 100%;
}
.single-spark-insight .si-modules #back-to-top .top-text,
.single-insight .si-modules #back-to-top .top-text {
  font-size: 12px;
  font-weight: 200;
  line-height: 37px;
  color: #6E6E6E;
  opacity: 0;
}
.single-spark-insight .si-modules #back-to-top:hover #back_to_top_icon path,
.single-insight .si-modules #back-to-top:hover #back_to_top_icon path {
  opacity: 0.77;
}
.single-spark-insight .si-modules #back-to-top:hover .top-text,
.single-insight .si-modules #back-to-top:hover .top-text {
  opacity: 1;
}
.single-spark-insight .si-modules p,
.single-spark-insight .si-modules ul li,
.single-spark-insight .si-modules ol li,
.single-insight .si-modules p,
.single-insight .si-modules ul li,
.single-insight .si-modules ol li {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
}
.single-spark-insight .si-modules .si-section .container-bg,
.single-insight .si-modules .si-section .container-bg {
  width: 90%;
  max-width: 1033px;
  margin-right: auto;
  margin-left: auto;
}
.single-spark-insight .si-modules .si-header__heading,
.single-insight .si-modules .si-header__heading {
  font-size: 24px;
  line-height: 28px;
}
.single-spark-insight .si-modules .si-header__border,
.single-insight .si-modules .si-header__border {
  height: 2px;
  width: 400vw;
}
.single-spark-insight .si-modules .si-lead__single-col .share-btn,
.single-insight .si-modules .si-lead__single-col .share-btn {
  left: -45px;
}
@media (max-width: 767.98px) {
  .single-spark-insight .si-modules .si-lead__single-col .share-btn,
  .single-insight .si-modules .si-lead__single-col .share-btn {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .single-spark-insight .si-modules .si-lead__single-col .share-btn,
  .single-insight .si-modules .si-lead__single-col .share-btn {
    right: -100px;
    left: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1366px) {
  .single-spark-insight .si-modules .si-lead__single-col .share-btn,
  .single-insight .si-modules .si-lead__single-col .share-btn {
    right: -165px;
  }
}
.single-spark-insight .si-modules .si-lead__single-col .share-btn p,
.single-insight .si-modules .si-lead__single-col .share-btn p {
  font-size: 12px;
  line-height: 37px;
  color: #6E6E6E;
  font-weight: 200;
}
.single-spark-insight .si-modules .si-lead__single-col .options,
.single-insight .si-modules .si-lead__single-col .options {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  position: absolute;
  top: -10px;
  right: -85px;
  background-color: #F2F2F2;
  padding: 5px;
}
.single-spark-insight .si-modules .si-lead__single-col .options :before,
.single-insight .si-modules .si-lead__single-col .options :before {
  content: "";
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #F2F2F2;
}
.single-spark-insight .si-modules .si-lead__single-col #share-insight:hover .options,
.single-insight .si-modules .si-lead__single-col #share-insight:hover .options {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.single-spark-insight .si-modules .si-lead__single-col #share-insight:hover .options :before,
.single-insight .si-modules .si-lead__single-col #share-insight:hover .options :before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.single-spark-insight .si-modules .si-lead__single-col p,
.single-insight .si-modules .si-lead__single-col p {
  font-size: 21px;
  line-height: 30px;
}
.single-spark-insight .si-modules .si-lead__single-col a,
.single-insight .si-modules .si-lead__single-col a {
  font-size: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-spark-insight .si-modules .si-lead__single-col .si-header__heading,
.single-insight .si-modules .si-lead__single-col .si-header__heading {
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .si-lead__single-col .si-header__heading.first-letter, .single-spark-insight .si-modules .si-lead__single-col .si-header__heading.question,
  .single-insight .si-modules .si-lead__single-col .si-header__heading.first-letter,
  .single-insight .si-modules .si-lead__single-col .si-header__heading.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-spark-insight .si-modules .si-lead__single-col .si-header__heading .q-large,
  .single-insight .si-modules .si-lead__single-col .si-header__heading .q-large {
    color: black;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 47px;
    line-height: 47px;
    font-weight: 100;
    letter-spacing: 0.05rem !important;
    margin-right: 1rem;
  }
  .single-spark-insight .si-modules .si-lead__single-col .si-header__heading .q-header,
  .single-insight .si-modules .si-lead__single-col .si-header__heading .q-header {
    font-weight: 700;
  }
}
.single-spark-insight .si-modules .si-lead__single-col h3.si-header__heading,
.single-spark-insight .si-modules .si-lead__single-col h3,
.single-spark-insight .si-modules .si-lead__single-col .h3,
.single-insight .si-modules .si-lead__single-col h3.si-header__heading,
.single-insight .si-modules .si-lead__single-col h3,
.single-insight .si-modules .si-lead__single-col .h3 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .si-lead__single-col h3.si-header__heading,
  .single-spark-insight .si-modules .si-lead__single-col h3,
  .single-spark-insight .si-modules .si-lead__single-col .h3,
  .single-insight .si-modules .si-lead__single-col h3.si-header__heading,
  .single-insight .si-modules .si-lead__single-col h3,
  .single-insight .si-modules .si-lead__single-col .h3 {
    font-size: 34px;
    line-height: 42px;
  }
}
.single-spark-insight .si-modules .si-lead__single-col h4, .single-spark-insight .si-modules .si-lead__single-col .h4,
.single-insight .si-modules .si-lead__single-col h4,
.single-insight .si-modules .si-lead__single-col .h4 {
  font-size: 22px;
  text-decoration: none !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .si-lead__single-col h4, .single-spark-insight .si-modules .si-lead__single-col .h4,
  .single-insight .si-modules .si-lead__single-col h4,
  .single-insight .si-modules .si-lead__single-col .h4 {
    font-size: 28px;
  }
}
.single-spark-insight .si-modules .si-lead__single-col .text-large p,
.single-insight .si-modules .si-lead__single-col .text-large p {
  font-size: 22px;
  line-height: 37px;
}
.single-spark-insight .si-modules .si-lead__single-col sup,
.single-insight .si-modules .si-lead__single-col sup {
  top: -1em;
  right: -0.5em;
}
.single-spark-insight .si-modules .q-large,
.single-insight .si-modules .q-large {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 47px;
  line-height: 47px;
  font-weight: 100;
  letter-spacing: 0.05rem !important;
  margin-right: 1rem;
  padding: 0 1.5rem 1rem;
  border-bottom: 2px solid #AD3B21;
}
.single-spark-insight .si-modules .video-module-wrap #myTab .nav-link,
.single-insight .si-modules .video-module-wrap #myTab .nav-link {
  width: auto;
}
.single-spark-insight .si-modules .si-text__single-col,
.single-insight .si-modules .si-text__single-col {
  /*ul {
      list-style: disc;
      margin-left: 3rem;

      @include media-breakpoint-up(md) {
          margin-left: 5rem;
      }

      li {
          margin-bottom: 1rem;
      }
  }

  ol {
      list-style: decimal;
  }*/
}
.single-spark-insight .si-modules .si-text__single-col a,
.single-insight .si-modules .si-text__single-col a {
  font-size: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-spark-insight .si-modules .si-text__single-col .si-header__heading,
.single-insight .si-modules .si-text__single-col .si-header__heading {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-spark-insight .si-modules .si-text__single-col h3.si-header__heading,
.single-spark-insight .si-modules .si-text__single-col h3,
.single-spark-insight .si-modules .si-text__single-col .h3,
.single-insight .si-modules .si-text__single-col h3.si-header__heading,
.single-insight .si-modules .si-text__single-col h3,
.single-insight .si-modules .si-text__single-col .h3 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .si-text__single-col h3.si-header__heading,
  .single-spark-insight .si-modules .si-text__single-col h3,
  .single-spark-insight .si-modules .si-text__single-col .h3,
  .single-insight .si-modules .si-text__single-col h3.si-header__heading,
  .single-insight .si-modules .si-text__single-col h3,
  .single-insight .si-modules .si-text__single-col .h3 {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
  }
}
.single-spark-insight .si-modules .si-text__single-col h4, .single-spark-insight .si-modules .si-text__single-col .h4,
.single-insight .si-modules .si-text__single-col h4,
.single-insight .si-modules .si-text__single-col .h4 {
  font-size: 19px;
  text-decoration: none !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .si-text__single-col h4, .single-spark-insight .si-modules .si-text__single-col .h4,
  .single-insight .si-modules .si-text__single-col h4,
  .single-insight .si-modules .si-text__single-col .h4 {
    font-size: 24px;
  }
}
.single-spark-insight .si-modules .si-text__single-col .text-large p,
.single-insight .si-modules .si-text__single-col .text-large p {
  font-size: 22px;
  line-height: 37px;
}
.single-spark-insight .si-modules .si-text__single-col.add-border .col,
.single-insight .si-modules .si-text__single-col.add-border .col {
  position: relative;
}
.single-spark-insight .si-modules .si-text__single-col.add-border .col::after,
.single-insight .si-modules .si-text__single-col.add-border .col::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1.25rem;
  background: white;
  width: 100%;
  left: -2rem;
}
.single-spark-insight .si-modules .si-call-out-text__single-col,
.single-insight .si-modules .si-call-out-text__single-col {
  color: #707070;
}
.single-spark-insight .si-modules .si-call-out-text__single-col sup.insight,
.single-insight .si-modules .si-call-out-text__single-col sup.insight {
  top: -2em;
}
.single-spark-insight .si-modules .si-call-out-text__single-col p,
.single-insight .si-modules .si-call-out-text__single-col p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -0.45px;
  color: #EC7F57;
}
.single-spark-insight .si-modules .add-border .col,
.single-insight .si-modules .add-border .col {
  position: relative;
}
.single-spark-insight .si-modules .add-border .col::before,
.single-insight .si-modules .add-border .col::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  left: -5px;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules .add-border .col::before,
  .single-insight .si-modules .add-border .col::before {
    left: -15px;
  }
}
.single-spark-insight .si-modules .add-border.border-color-primary .col::before,
.single-insight .si-modules .add-border.border-color-primary .col::before {
  background-color: rgb(253, 119, 75) !important;
}
.single-spark-insight .si-modules .featured-quote,
.single-insight .si-modules .featured-quote {
  background-color: #F4F4F4;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: auto !important;
  background-position: center;
}
.single-spark-insight .si-modules .featured-quote .featured-quote__author,
.single-insight .si-modules .featured-quote .featured-quote__author {
  font-size: 10px;
  color: black;
  font-weight: 900;
  line-height: 13px;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.single-spark-insight .si-modules .featured-quote blockquote p,
.single-insight .si-modules .featured-quote blockquote p {
  font-size: 28px;
  line-height: 36px;
  color: #AD3B21;
}
.single-spark-insight .si-modules .featured-quote blockquote sup.insight,
.single-insight .si-modules .featured-quote blockquote sup.insight {
  top: -2em;
}
.single-spark-insight .si-modules #references .reference-title,
.single-insight .si-modules #references .reference-title {
  padding-top: 50px;
  font-size: 12px;
  letter-spacing: 3.22px;
  line-height: 17px;
  text-transform: uppercase;
  color: #EC7F57;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules #references .reference-title,
  .single-insight .si-modules #references .reference-title {
    font-size: 14px;
  }
}
.single-spark-insight .si-modules #references li,
.single-spark-insight .si-modules #references li p,
.single-spark-insight .si-modules #references li span,
.single-insight .si-modules #references li,
.single-insight .si-modules #references li p,
.single-insight .si-modules #references li span {
  font-size: 10px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules #references li,
  .single-spark-insight .si-modules #references li p,
  .single-spark-insight .si-modules #references li span,
  .single-insight .si-modules #references li,
  .single-insight .si-modules #references li p,
  .single-insight .si-modules #references li span {
    font-size: 12px;
  }
}
.single-spark-insight .si-modules #references li p,
.single-spark-insight .si-modules #references li span,
.single-insight .si-modules #references li p,
.single-insight .si-modules #references li span {
  font-size: 10px;
  line-height: 17px;
  display: inline;
}
@media (min-width: 768px) {
  .single-spark-insight .si-modules #references li p,
  .single-spark-insight .si-modules #references li span,
  .single-insight .si-modules #references li p,
  .single-insight .si-modules #references li span {
    font-size: 12px;
  }
}
.single-spark-insight .si-modules #references sup,
.single-insight .si-modules #references sup {
  margin-right: 0.25rem;
}
.single-spark-insight .si-modules .volume-number,
.single-insight .si-modules .volume-number {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 13px;
  line-height: 46px;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.single-spark-insight .si-modules .title,
.single-insight .si-modules .title {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0;
}
.single-spark-insight .si-modules .explore-other,
.single-insight .si-modules .explore-other {
  color: #EC7F57;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
}
.single-spark-insight .si-modules .arrow,
.single-insight .si-modules .arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-spark-insight .si-modules .spark-insights__author-name,
.single-insight .si-modules .spark-insights__author-name {
  color: #000;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 0;
}
.single-spark-insight .si-modules .spark-insights__author-position,
.single-insight .si-modules .spark-insights__author-position {
  color: #000;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0.23rem;
  text-transform: uppercase;
  position: relative;
}
.single-spark-insight .si-modules .spark-insights__author-position::after,
.single-insight .si-modules .spark-insights__author-position::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 0;
  height: 3px;
  background-color: #AD3B21;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-spark-insight .si-modules .spark-insights__author-headshot img,
.single-insight .si-modules .spark-insights__author-headshot img {
  width: 162px;
}
.single-spark-insight .si-modules .spark-insights__author-bio, .single-spark-insight .si-modules .spark-insights__author-bio p,
.single-insight .si-modules .spark-insights__author-bio,
.single-insight .si-modules .spark-insights__author-bio p {
  color: #000;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
}
.single-spark-insight .si-modules .spark-insights__author [aria-expanded=true] .spark-insights__author-position::after,
.single-insight .si-modules .spark-insights__author [aria-expanded=true] .spark-insights__author-position::after {
  width: 72px;
  opacity: 1;
}
@media (min-width: 768px) {
  .single-spark-insight .author-headshot .inner,
  .single-insight .author-headshot .inner {
    max-width: 162px;
  }
}
.single-spark-insight .author-headshot .inner img,
.single-insight .author-headshot .inner img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.single-spark-insight #other-insights,
.single-insight #other-insights {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, rgb(0, 0, 0)), color-stop(58%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 58%, rgb(255, 255, 255) 58%);
}
@media (min-width: 768px) {
  .single-spark-insight #other-insights,
  .single-insight #other-insights {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgb(0, 0, 0)), color-stop(72%, rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgb(0, 0, 0) 72%, rgb(255, 255, 255) 72%);
  }
  .single-spark-insight #other-insights .title,
  .single-insight #other-insights .title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .single-spark-insight #other-insights .title,
  .single-insight #other-insights .title {
    font-size: 32px;
    line-height: 35px;
  }
}
.single-spark-insight .insight-card__inner,
.single-insight .insight-card__inner {
  aspect-ratio: 1/1;
  border: 1px solid white;
  width: 100%;
  height: auto;
  margin: auto;
}
@media (min-width: 768px) {
  .single-spark-insight .insight-card__inner,
  .single-insight .insight-card__inner {
    width: 274px;
    height: 274px;
    margin: auto;
  }
}
.single-spark-insight .insight-card__title,
.single-insight .insight-card__title {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.02rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .single-spark-insight .insight-card__title,
  .single-insight .insight-card__title {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: -0.02rem;
    padding-right: 2rem;
  }
}
.single-spark-insight .insight-card__title br,
.single-insight .insight-card__title br {
  display: none;
}
.single-spark-insight .insight-card__author,
.single-insight .insight-card__author {
  color: white;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.02rem;
  padding-right: 3rem;
  min-height: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .single-spark-insight .insight-card__author,
  .single-insight .insight-card__author {
    color: white;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    letter-spacing: -0.02rem;
  }
}

.accent-top {
  position: relative;
}
@media (min-width: 992px) {
  .accent-top::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='261.339' height='264.487' viewBox='0 0 261.339 264.487'%3E%3Cg transform='translate(-1218.661 -560.513)'%3E%3Crect width='116.5' height='116.5' transform='translate(1363.5 708.5)' fill='%23fff'/%3E%3Crect width='116.5' height='116.5' transform='translate(1363.5 560.513)' fill='%23fff' opacity='0.5'/%3E%3Crect width='116.5' height='116.5' transform='translate(1218.661 560.513)' fill='%23fff' opacity='0.25'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 175px;
    height: 178px;
    right: -87.5px;
    top: -94px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .accent-top::after {
    width: 261px;
    height: 264px;
    right: -130.5px;
    top: -145px;
  }
}

.single-video #header.header-1 #nav-trigger span, .single-podcast #header.header-1 #nav-trigger span {
  background-color: black;
}
.single-video #header.header-1 #nav-trigger.open span, .single-podcast #header.header-1 #nav-trigger.open span {
  background-color: white;
}
@media (min-width: 768px) {
  .single-video .author-headshot .inner, .single-podcast .author-headshot .inner {
    max-width: 162px;
  }
}
.single-video .author-headshot .inner img, .single-podcast .author-headshot .inner img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.single-video.postid-4454 .read-full {
  max-width: 360px;
}

.page-template-page-videos #header {
  position: absolute;
  top: -0.75rem;
  background: transparent;
}
.page-template-page-videos #header.header-1 #nav-trigger span {
  background-color: black;
}
.page-template-page-videos #header.header-1 #nav-trigger.open span {
  background-color: white;
}
@media (min-width: 1200px) {
  .page-template-page-videos .navbar .navbar-brand svg {
    width: 116px;
  }
}
.page-template-page-videos .navbar .nav-link {
  color: black;
}
.page-template-page-videos .navbar .menu-item:nth-child(3) .nav-link {
  color: #AD3B21;
}
.page-template-page-videos .header-top {
  margin-top: 143px;
}
@media (min-width: 768px) {
  .page-template-page-videos .header-top {
    margin-top: 203px;
  }
}
.page-template-page-videos .entry-header .title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-videos .entry-header .breadcrumb.published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-page-videos .entry-header .breadcrumb.published .separator {
  display: none;
}
@media (min-width: 768px) {
  .page-template-page-videos .entry-header .breadcrumb.published {
    display: block;
  }
  .page-template-page-videos .entry-header .breadcrumb.published .separator {
    display: inline;
  }
}
.page-template-page-videos .entry-header .breadcrumb,
.page-template-page-videos .entry-header .author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.page-template-page-videos .entry-header .entry-title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 1150px;
}
@media (min-width: 768px) {
  .page-template-page-videos .entry-header .entry-title {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.page-template-page-videos .entry-header .intro-text {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  .page-template-page-videos .entry-header .intro-text {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.page-template-page-videos .entry-header hr.header-border {
  color: #747474;
}
@media (hover: hover) {
  .page-template-page-videos .entry-header a:hover svg path {
    fill: #AD3B21;
  }
}
.page-template-page-videos .entry-header.bg-color {
  background-color: #FAFAFA;
}
.page-template-page-videos .related-videos__video {
  margin-bottom: 3rem;
}
@media (min-width: 1366px) {
  .page-template-page-videos .related-videos__video {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .page-template-page-videos .related-videos__video {
    margin-bottom: 6rem;
  }
}
.page-template-page-videos .related-videos__video:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.page-template-page-videos .related-videos__video .title {
  font-size: 19px;
  line-height: 26px;
}
.page-template-page-videos .related-videos__video .title.arrow.white {
  background-position: right 8px;
}
@media (hover: hover) {
  .page-template-page-videos .related-videos__video .title.arrow.white:hover {
    background-position: right 0;
  }
}
.page-template-page-videos .related-videos__video .thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 1366px) {
  .page-template-page-videos .related-videos__video .thumb {
    max-width: 300px;
  }
}
.page-template-page-videos .related-videos .title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-videos .related-videos .executive-videos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .page-template-page-videos .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-videos .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-page-videos .related-videos .executive-videos-grid .col {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-videos .related-videos .executive-videos-grid .col .thumb {
  max-width: none;
}
.page-template-page-videos .related-videos .executive-videos-grid .col:nth-child(2)::before, .page-template-page-videos .related-videos .executive-videos-grid .col:nth-child(2)::after {
  display: none;
}
.page-template-page-videos .related-videos .executive-videos-grid #post-4388 .thumb {
  background-position: right center !important;
}
.page-template-page-videos .related-videos .alm-btn-wrap {
  text-align: center;
}
.page-template-page-videos .related-videos .alm-load-more-btn {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 1rem;
  position: relative;
  margin-top: 1.5rem;
}
.page-template-page-videos .related-videos .alm-load-more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .page-template-page-videos .related-videos .alm-load-more-btn:hover {
    color: white;
    border: 1px solid #AD3B21;
  }
  .page-template-page-videos .related-videos .alm-load-more-btn:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
.page-template-page-videos .related-videos .alm-load-more-btn.done {
  margin-top: 1.5rem;
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.page-template-page-videos .alm-filters {
  width: calc(100% - 10px);
}
.page-template-page-videos .alm-filter--taxonomy {
  width: auto;
}
@media (max-width: 575.98px) {
  .page-template-page-videos .alm-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-page-videos .alm-filter--taxonomy {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .page-template-page-videos .alm-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-page-videos .alm-filter--postType {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: auto;
    width: 200px;
  }
  .page-template-page-videos .alm-filter--taxonomy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 258px;
    margin-right: 0;
  }
  .page-template-page-videos .alm-filter--year {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
  .page-template-page-videos .alm-filter--year select {
    background-position: 100% center;
  }
  .page-template-page-videos .alm-filter--search {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .page-template-page-videos .alm-filter--search .alm-filter--inner {
    width: 365px;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}

.page-template-page-insights-podcast #header {
  position: absolute;
  top: -0.75rem;
  background: transparent;
}
.page-template-page-insights-podcast #header.header-1 #nav-trigger span {
  background-color: black;
}
.page-template-page-insights-podcast #header.header-1 #nav-trigger.open span {
  background-color: white;
}
@media (min-width: 1200px) {
  .page-template-page-insights-podcast .navbar .navbar-brand svg {
    width: 116px;
  }
}
.page-template-page-insights-podcast .navbar .nav-link {
  color: black;
}
.page-template-page-insights-podcast .navbar .menu-item:nth-child(3) .nav-link {
  color: #AD3B21;
}
.page-template-page-insights-podcast .header-top {
  margin-top: 143px;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .header-top {
    margin-top: 203px;
  }
}
.page-template-page-insights-podcast .entry-header .title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-insights-podcast .entry-header .breadcrumb.published {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-page-insights-podcast .entry-header .breadcrumb.published .separator {
  display: none;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .entry-header .breadcrumb.published {
    display: block;
  }
  .page-template-page-insights-podcast .entry-header .breadcrumb.published .separator {
    display: inline;
  }
}
.page-template-page-insights-podcast .entry-header .breadcrumb,
.page-template-page-insights-podcast .entry-header .author {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 10px;
  line-height: 13px;
  font-weight: 900;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
}
.page-template-page-insights-podcast .entry-header .entry-title {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0;
  max-width: 1150px;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .entry-header .entry-title {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 46px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0;
  }
}
.page-template-page-insights-podcast .entry-header .intro-text {
  color: inherit;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 576px) {
  .page-template-page-insights-podcast .entry-header .intro-text {
    color: inherit;
    font-family: "DM Sans", arial, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.page-template-page-insights-podcast .entry-header hr.header-border {
  color: #747474;
}
@media (hover: hover) {
  .page-template-page-insights-podcast .entry-header a:hover svg path {
    fill: #AD3B21;
  }
}
.page-template-page-insights-podcast .entry-header.bg-color {
  background-color: #FAFAFA;
}
.page-template-page-insights-podcast .featured-image-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 102px;
}
.page-template-page-insights-podcast .content-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .content-wrap {
    width: calc(100% - 102px - 3rem);
  }
}
.page-template-page-insights-podcast .square {
  position: relative;
}
.page-template-page-insights-podcast .square::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 65%;
  left: 10%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.613' height='21.613' viewBox='0 0 21.613 21.613'%3E%3Cpath id='Path_17748' data-name='Path 17748' d='M8.6,15.283V3.658L13.936,9l1.347-1.356L7.641,0,0,7.641,1.347,8.988l5.339-5.33V15.283Z' transform='translate(10.807) rotate(45)'/%3E%3C/svg%3E%0A");
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.page-template-page-insights-podcast .square.executive-perspectives::before {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
@media (hover: hover) {
  .page-template-page-insights-podcast .square:hover::before {
    top: calc(65% - 8px);
  }
}
.page-template-page-insights-podcast .related-podcast .episode-title {
  font-size: 39px;
  line-height: 42px;
  font-weight: 500;
}
.page-template-page-insights-podcast .related-podcast .title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-insights-podcast .related-podcast .podcast-date {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}
.page-template-page-insights-podcast .related-podcast .executive-videos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .related-podcast .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-insights-podcast .related-podcast .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-page-insights-podcast .related-podcast .executive-videos-grid .col {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-insights-podcast .related-podcast .executive-videos-grid .col .thumb {
  max-width: none;
}
.page-template-page-insights-podcast .related-podcast .executive-videos-grid .col:nth-child(2)::before, .page-template-page-insights-podcast .related-podcast .executive-videos-grid .col:nth-child(2)::after {
  display: none;
}
.page-template-page-insights-podcast .related-podcast .executive-videos-grid #post-4388 .thumb {
  background-position: right center !important;
}
.page-template-page-insights-podcast .related-podcast .alm-btn-wrap {
  text-align: center;
}
.page-template-page-insights-podcast .related-podcast .alm-load-more-btn {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 1rem;
  position: relative;
  margin-top: 1.5rem;
}
.page-template-page-insights-podcast .related-podcast .alm-load-more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .page-template-page-insights-podcast .related-podcast .alm-load-more-btn:hover {
    color: white;
    border: 1px solid #AD3B21;
  }
  .page-template-page-insights-podcast .related-podcast .alm-load-more-btn:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
.page-template-page-insights-podcast .related-podcast .alm-load-more-btn.done {
  margin-top: 1.5rem;
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.page-template-page-insights-podcast .related-videos__video {
  margin-bottom: 3rem;
  /*.title {
    font-size: 19px;
    line-height: 26px;

    &.arrow.white {
      background-position: right 8px;

      @media (hover:hover) {
        &:hover {
          background-position: right 0;
        }
      }
    }

  }*/
}
@media (min-width: 1366px) {
  .page-template-page-insights-podcast .related-videos__video {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1366px) {
  .page-template-page-insights-podcast .related-videos__video {
    margin-bottom: 6rem;
  }
}
.page-template-page-insights-podcast .related-videos__video:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.page-template-page-insights-podcast .related-videos__video .thumb {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 1366px) {
  .page-template-page-insights-podcast .related-videos__video .thumb {
    max-width: 300px;
  }
}
.page-template-page-insights-podcast .related-videos .title {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 37px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.page-template-page-insights-podcast .related-videos .executive-videos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page-template-page-insights-podcast .related-videos .executive-videos-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-template-page-insights-podcast .related-videos .executive-videos-grid .col {
  width: 100%;
  margin-bottom: 0;
}
.page-template-page-insights-podcast .related-videos .executive-videos-grid .col .thumb {
  max-width: none;
}
.page-template-page-insights-podcast .related-videos .executive-videos-grid .col:nth-child(2)::before, .page-template-page-insights-podcast .related-videos .executive-videos-grid .col:nth-child(2)::after {
  display: none;
}
.page-template-page-insights-podcast .related-videos .executive-videos-grid #post-4388 .thumb {
  background-position: right center !important;
}
.page-template-page-insights-podcast .related-videos .alm-btn-wrap {
  text-align: center;
}
.page-template-page-insights-podcast .related-videos .alm-load-more-btn {
  color: black;
  font-family: "DM Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid black;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.5rem 1rem;
  position: relative;
  margin-top: 1.5rem;
}
.page-template-page-insights-podcast .related-videos .alm-load-more-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background-color: #AD3B21;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0.15;
}
@media (hover: hover) {
  .page-template-page-insights-podcast .related-videos .alm-load-more-btn:hover {
    color: white;
    border: 1px solid #AD3B21;
  }
  .page-template-page-insights-podcast .related-videos .alm-load-more-btn:hover::before {
    height: 100%;
    -webkit-transition: opacity 0.4s ease, height 0.2s ease-out;
    transition: opacity 0.4s ease, height 0.2s ease-out;
    opacity: 1;
  }
}
.page-template-page-insights-podcast .related-videos .alm-load-more-btn.done {
  margin-top: 1.5rem;
  pointer-events: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0;
}
.page-template-page-insights-podcast .alm-filters {
  width: calc(100% - 10px);
}
.page-template-page-insights-podcast .alm-filter--taxonomy {
  width: auto;
}
.page-template-page-insights-podcast .podcast-info h1, .page-template-page-insights-podcast .podcast-info .h1 {
  font-size: 52px;
  line-height: 58px;
  font-weight: 700;
}
.page-template-page-insights-podcast .podcast-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .page-template-page-insights-podcast .podcast-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-insights-podcast .alm-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-page-insights-podcast .alm-filter--taxonomy {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .page-template-page-insights-podcast .alm-filters {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-page-insights-podcast .alm-filter--postType {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: auto;
    width: 200px;
  }
  .page-template-page-insights-podcast .alm-filter--taxonomy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 258px;
    margin-right: 0;
  }
  .page-template-page-insights-podcast .alm-filter--year {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
  .page-template-page-insights-podcast .alm-filter--year select {
    background-position: 100% center;
  }
  .page-template-page-insights-podcast .alm-filter--search {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .page-template-page-insights-podcast .alm-filter--search .alm-filter--inner {
    width: 365px;
    margin-left: auto;
    margin-bottom: 1rem;
  }
}

/* Media Query for devices withi coarse pointers and no hover functionality */
/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
@media (pointer: coarse) and (hover: none) {
  #homeHero {
    background: url(library/images/video-fallback-new.jpg) rgba(0, 0, 0, 0.3) no-repeat center top scroll;
    background-blend-mode: multiply;
  }
  #homeHero video {
    display: none;
  }
}
/**
 * Responsive Design using "mixins/_breakpoints.scss"
 */
@media (max-width: 575.98px) {
  #sidebar {
    margin-top: 60px;
  }
}