@charset "UTF-8";
:root {
  --site-header-width: 240px;
  --arrow-right-long-sharp: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%231E3D4D" d="M495 273l17-17-17-17L359 103l-17-17L308.1 120l17 17 95 95L24 232 0 232l0 48 24 0 396.1 0-95 95-17 17 33.9 33.9 17-17L495 273z"/></svg>');
  --arrow-right-sharp: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%231E3D4D" d="M429.8 273l17-17-17-17L276.2 85.4l-17-17-33.9 33.9 17 17L354.9 232 24 232 0 232l0 48 24 0 330.9 0L242.2 392.6l-17 17 33.9 33.9 17-17L429.8 273z"/></svg>');
}

/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-slate-blue: #1E3D4D;
  --bs-choate-red: #CE1F2E;
  --bs-dark-red: #770E18;
  --bs-charcoal: #343434;
  --bs-gray-ada: #696969;
  --bs-mid-gray: #ECECEC;
  --bs-light-gray: #F0F0F0;
  --bs-lightest-gray: #F8F8F7;
  --bs-white: #FFFFFF;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1E3D4D;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #FFFFFF;
  --bs-dark: #212529;
  --bs-primary-rgb: 30, 61, 77;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 255, 255, 255;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 30, 61, 77;
  --bs-body-bg-rgb: 248, 248, 247;
  --bs-font-sans-serif: "poppins", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1.0625rem;
  --bs-body-font-weight: 300;
  --bs-body-line-height: 1.525;
  --bs-body-color: #1E3D4D;
  --bs-body-bg: #F8F8F7;
  --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-link-color: #1E3D4D;
  --bs-link-hover-color: #1E3D4D;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px 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: currentColor;
}

h1, .h1 {
  font-size: 3.875rem;
}

h2, .h2 {
  font-size: 2.0625rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.1875rem;
}

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

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

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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

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

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

/* 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.328125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.328125rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

.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 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1161px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-padding-x: 19px;
  --bs-btn-padding-y: 11px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.4;
  --bs-btn-color: #1E3D4D;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 25px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
    transition: none;
  }
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .wp-block-buttons .wp-block-button .btn-check + .wp-block-button__link:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .wp-block-buttons .wp-block-button .btn-check:focus-visible + .wp-block-button__link {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .wp-block-buttons .wp-block-button .btn-check:checked + .wp-block-button__link, :not(.btn-check) + .btn:active, .wp-block-buttons .wp-block-button :not(.btn-check) + .wp-block-button__link:active, .btn:first-child:active, .wp-block-buttons .wp-block-button .wp-block-button__link:first-child:active, .btn.active, .wp-block-buttons .wp-block-button .active.wp-block-button__link, .btn.show, .wp-block-buttons .wp-block-button .show.wp-block-button__link {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .wp-block-buttons .wp-block-button .btn-check:checked + .wp-block-button__link:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .wp-block-buttons .wp-block-button :not(.btn-check) + .wp-block-button__link:active:focus-visible, .btn:first-child:active:focus-visible, .wp-block-buttons .wp-block-button .wp-block-button__link:first-child:active:focus-visible, .btn.active:focus-visible, .wp-block-buttons .wp-block-button .active.wp-block-button__link:focus-visible, .btn.show:focus-visible, .wp-block-buttons .wp-block-button .show.wp-block-button__link:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .wp-block-buttons .wp-block-button .wp-block-button__link:disabled, .btn.disabled, .wp-block-buttons .wp-block-button .disabled.wp-block-button__link, fieldset:disabled .btn, fieldset:disabled .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button fieldset:disabled .wp-block-button__link {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary, .wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #1E3D4D;
  --bs-btn-border-color: #1E3D4D;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #1a3441;
  --bs-btn-hover-border-color: #18313e;
  --bs-btn-focus-shadow-rgb: 64, 90, 104;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #18313e;
  --bs-btn-active-border-color: #172e3a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #1E3D4D;
  --bs-btn-disabled-border-color: #1E3D4D;
}

.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cccccc;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FFFFFF;
  --bs-btn-disabled-border-color: #FFFFFF;
}

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #1E3D4D;
  --bs-btn-border-color: #1E3D4D;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #1E3D4D;
  --bs-btn-hover-border-color: #1E3D4D;
  --bs-btn-focus-shadow-rgb: 30, 61, 77;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #1E3D4D;
  --bs-btn-active-border-color: #1E3D4D;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1E3D4D;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1E3D4D;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #FFFFFF;
  --bs-btn-border-color: #FFFFFF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FFFFFF;
  --bs-btn-hover-border-color: #FFFFFF;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFFFFF;
  --bs-btn-active-border-color: #FFFFFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFFFFF;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 64, 90, 104;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.328125rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.9296875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 61, 77, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 30px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #FFFFFF;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: -1px;
  --bs-modal-header-padding-x: 20px;
  --bs-modal-header-padding-y: 20px;
  --bs-modal-header-padding: 20px 20px;
  --bs-modal-header-border-color: #DEC48A;
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.525;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: #DEC48A;
  --bs-modal-footer-border-width: 1px;
  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 {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  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: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  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: flex;
  flex-shrink: 0;
  align-items: center;
  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;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  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: 0px 2px 4px rgba(0, 0, 0, 0.25);
  }
  .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: 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: 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: 1439.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;
  }
}
.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%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    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;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    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;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  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: -webkit-sticky !important;
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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-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-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-2 {
  font-size: 2.0625rem !important;
}

.fs-3 {
  font-size: 1.375rem !important;
}

.fs-4 {
  font-size: 1.1875rem !important;
}

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

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

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

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

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

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

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

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

.fw-semibold {
  font-weight: 600 !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.525 !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: #6c757d !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-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;
}

.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-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-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;
  user-select: auto !important;
}

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

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

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

.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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .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-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-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-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .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-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-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-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;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .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-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-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-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .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-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-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-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;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .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-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-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-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .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-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-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-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;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .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-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-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-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .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-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-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-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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .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-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-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-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .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-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-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-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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 2px solid #DEC48A;
  border-width: 0 0 2px;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 22px 0 0;
  font-size: 1.125rem;
  padding-top: 4px;
  line-height: 28px;
  color: #1E3D4D;
  height: 32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 19px;
  height: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
}
.selectric .button::after {
  content: "";
  background: #1E3D4D;
  -webkit-mask: var(--icon-angle-down) center no-repeat;
  mask: var(--icon-angle-down) center no-repeat;
  -webkit-mask-size: auto 1.125rem;
  mask-size: auto 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ECECEC;
  border: 0;
  z-index: -1;
  max-width: 250px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.2;
  min-height: 20px;
  font-weight: 700;
}
.selectric-items li {
  display: block;
  padding: 8px 15px 6px;
  color: #1E3D4D;
  cursor: pointer;
  word-break: break-word;
}
.selectric-items li.highlighted, .selectric-items li.selected {
  background: #F8F8F7;
}
.selectric-items li:hover {
  background: #F8F8F7;
  text-decoration: underline;
}
.selectric-items li.indent {
  font-size: 0.875rem;
  font-weight: 500;
  padding-left: 22px;
}
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

body {
  overflow-x: hidden;
}

#page {
  overflow: clip;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

::placeholder {
  opacity: 1;
  color: currentColor;
}

.sticky,
.gallery-caption,
.bypostauthor,
.wp-caption,
.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  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;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
}

figure,
img,
svg,
img.wp-post-image,
article img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link: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;
}

.has-slate-blue-color,
.has-slate-blue-color:visited {
  color: #1E3D4D;
  --fg-color: #1E3D4D;
}

.has-slate-blue-background-color {
  background-color: #1E3D4D;
  border-color: #1E3D4D;
}

.has-choate-red-color,
.has-choate-red-color:visited {
  color: #CE1F2E;
  --fg-color: #CE1F2E;
}

.has-choate-red-background-color {
  background-color: #CE1F2E;
  border-color: #CE1F2E;
}

.has-dark-red-color,
.has-dark-red-color:visited {
  color: #770E18;
  --fg-color: #770E18;
}

.has-dark-red-background-color {
  background-color: #770E18;
  border-color: #770E18;
}

.has-charcoal-color,
.has-charcoal-color:visited {
  color: #343434;
  --fg-color: #343434;
}

.has-charcoal-background-color {
  background-color: #343434;
  border-color: #343434;
}

.has-gray-ada-color,
.has-gray-ada-color:visited {
  color: #696969;
  --fg-color: #696969;
}

.has-gray-ada-background-color {
  background-color: #696969;
  border-color: #696969;
}

.has-mid-gray-color,
.has-mid-gray-color:visited {
  color: #ECECEC;
  --fg-color: #ECECEC;
}

.has-mid-gray-background-color {
  background-color: #ECECEC;
  border-color: #ECECEC;
}

.has-light-gray-color,
.has-light-gray-color:visited {
  color: #F0F0F0;
  --fg-color: #F0F0F0;
}

.has-light-gray-background-color {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}

.has-lightest-gray-color,
.has-lightest-gray-color:visited {
  color: #F8F8F7;
  --fg-color: #F8F8F7;
}

.has-lightest-gray-background-color {
  background-color: #F8F8F7;
  border-color: #F8F8F7;
}

.has-white-color,
.has-white-color:visited {
  color: #FFFFFF;
  --fg-color: #FFFFFF;
}

.has-white-background-color {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.has-primary-color,
.has-primary-color:visited {
  color: #1E3D4D;
  --fg-color: #1E3D4D;
}

.has-primary-background-color {
  background-color: #1E3D4D;
  border-color: #1E3D4D;
}

.has-secondary-color,
.has-secondary-color:visited {
  color: #6c757d;
  --fg-color: #6c757d;
}

.has-secondary-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.has-success-color,
.has-success-color:visited {
  color: #198754;
  --fg-color: #198754;
}

.has-success-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-info-color,
.has-info-color:visited {
  color: #0dcaf0;
  --fg-color: #0dcaf0;
}

.has-info-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-warning-color,
.has-warning-color:visited {
  color: #ffc107;
  --fg-color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-danger-color,
.has-danger-color:visited {
  color: #dc3545;
  --fg-color: #dc3545;
}

.has-danger-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-light-color,
.has-light-color:visited {
  color: #FFFFFF;
  --fg-color: #FFFFFF;
}

.has-light-background-color {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.has-dark-color,
.has-dark-color:visited {
  color: #212529;
  --fg-color: #212529;
}

.has-dark-background-color {
  background-color: #212529;
  border-color: #212529;
}

.has-charcoal-background-color,
.has-slate-blue-background-color,
.fg-light {
  --fg-color: #FFFFFF;
  color: var(--fg-color);
}
.has-charcoal-background-color a,
.has-slate-blue-background-color a,
.fg-light a {
  color: currentColor;
}

.has-slate-blue-background-color .btn-primary, .has-slate-blue-background-color .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-buttons .wp-block-button .has-slate-blue-background-color .wp-block-button__link {
  --bs-btn-bg: #D5D5D5;
  --bs-btn-border-color: #D5D5D5;
  color: #1E3D4D;
}
.has-slate-blue-background-color .btn-primary::after, .has-slate-blue-background-color .wp-block-buttons .wp-block-button .wp-block-button__link::after, .wp-block-buttons .wp-block-button .has-slate-blue-background-color .wp-block-button__link::after {
  background: #1E3D4D;
}

body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /* -- Removing unused css ---------
    // --------------------------------------------------



    [data-aos='fade-up-right'] {
    	transform: translate3d(-$aos-distance, $aos-distance, 0);
    }

    [data-aos='fade-up-left'] {
    	transform: translate3d($aos-distance, $aos-distance, 0);
    }

    [data-aos='fade-down-right'] {
    	transform: translate3d(-$aos-distance, -$aos-distance, 0);
    }

    [data-aos='fade-down-left'] {
    	transform: translate3d($aos-distance, -$aos-distance, 0);
    }

    [data-aos='fade-right-desktop'] {
    	transform: translate3d(-$aos-distance, 0, 0);
    	@include media-breakpoint-down(md) {
    		transform: translate3d(0, $aos-distance, 0);
    	}
    }
    [data-aos='fade-left-desktop'] {
    	transform: translate3d($aos-distance, 0, 0);
    	@include media-breakpoint-down(md) {
    		transform: translate3d(0, $aos-distance, 0);
    	}
    }






    [data-aos='zoom-in-up'] {
    	transform: translate3d(0, $aos-distance, 0) scale(0.6);
    }

    [data-aos='zoom-in-down'] {
    	transform: translate3d(0, -$aos-distance, 0) scale(0.6);
    }

    [data-aos='zoom-in-right'] {
    	transform: translate3d(-$aos-distance, 0, 0) scale(0.6);
    }

    [data-aos='zoom-in-left'] {
    	transform: translate3d($aos-distance, 0, 0) scale(0.6);
    }

    [data-aos='zoom-out'] {
    	transform: scale(1.2);
    }

    [data-aos='zoom-out-up'] {
    	transform: translate3d(0, $aos-distance, 0) scale(1.2);
    }

    [data-aos='zoom-out-down'] {
    	transform: translate3d(0, -$aos-distance, 0) scale(1.2);
    }

    [data-aos='zoom-out-right'] {
    	transform: translate3d(-$aos-distance, 0, 0) scale(1.2);
    }

    [data-aos='zoom-out-left'] {
    	transform: translate3d($aos-distance, 0, 0) scale(1.2);
    }

    [data-aos^='slide'][data-aos^='slide'] {
    	transition-property: transform;
    	visibility: hidden;

    	&.aos-animate {
    		visibility: visible;
    		transform: translate3d(0, 0, 0);
    	}
    }

    [data-aos='slide-up'] {
    	transform: translate3d(0, 100%, 0);
    }

    [data-aos='slide-down'] {
    	transform: translate3d(0, -100%, 0);
    }

    [data-aos='slide-right'] {
    	transform: translate3d(-100%, 0, 0);
    }

    [data-aos='slide-left'] {
    	transform: translate3d(100%, 0, 0);
    }


    [data-aos^='flip'][data-aos^='flip'] {
    	backface-visibility: hidden;
    	transition-property: transform;
    }

    [data-aos='flip-left'] {
    	transform: perspective(2500px) rotateY(-100deg);
    	&.aos-animate {
    		transform: perspective(2500px) rotateY(0);
    	}
    }

    [data-aos='flip-right'] {
    	transform: perspective(2500px) rotateY(100deg);
    	&.aos-animate {
    		transform: perspective(2500px) rotateY(0);
    	}
    }

    [data-aos='flip-up'] {
    	transform: perspective(2500px) rotateX(-100deg);
    	&.aos-animate {
    		transform: perspective(2500px) rotateX(0);
    	}
    }

    [data-aos='flip-down'] {
    	transform: perspective(2500px) rotateX(100deg);
    	&.aos-animate {
    		transform: perspective(2500px) rotateX(0);
    	}
    }

    ---- END
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.4);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

:root {
  --container-padding-x: 60px;
  --icon-plus: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath d="M248 72l0-24-48 0 0 24 0 160L40 232l-24 0 0 48 24 0 160 0 0 160 0 24 48 0 0-24 0-160 160 0 24 0 0-48-24 0-160 0 0-160z"/%3e%3c/svg%3e');
  --icon-minus: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath d="M432 280l-24 0L40 280l-24 0 0-48 24 0 368 0 24 0 0 48z"/%3e%3c/svg%3e');
  --icon-angle-down: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3e%3cpath d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/%3e%3c/svg%3e');
  --icon-spinner: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3e%3cpath d="M457 372c11.5 6.6 26.3 2.7 31.8-9.3C503.7 330.2 512 294.1 512 256C512 122.7 410.1 13.2 280 1.1C266.8-.1 256 10.7 256 24s10.8 23.9 24 25.4C383.5 61.2 464 149.2 464 256c0 29.3-6.1 57.3-17 82.6c-5.3 12.2-1.5 26.8 10 33.5z"/%3e%3c/svg%3e');
}

@media (max-width: 1199.98px) {
  :root {
    --container-padding-x: 40px;
  }
}
@media (max-width: 420px) {
  :root {
    --container-padding-x: 24px;
  }
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}

.container-wider {
  max-width: calc(1200px + var(--container-padding-x) * 2);
}

.slider-flexbox {
  display: flex;
}
.slider-flexbox .col-header {
  flex: 0 0 327px;
  min-width: 0;
}
.slider-flexbox .col-header .splide__arrows {
  margin: 4px 0 0 -5px;
}
.slider-flexbox .col-slider {
  flex: 1 1 100%;
  min-width: 0;
}
.slider-flexbox.splide .splide__arrow,
.slider-flexbox .splide .splide__arrow {
  padding: 5px;
  margin-right: 7px;
}
.slider-flexbox.splide .splide__arrow svg,
.slider-flexbox .splide .splide__arrow svg {
  width: 20px;
}

.clear-list-styles {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear-list-styles li, .clear-list-styles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.more-content {
  position: relative;
  padding: 28px 0 44px;
}
.more-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  border-top: 2px solid #DEC48A;
}

.trim-first-last > :first-child {
  margin-top: 0;
}
.trim-first-last > :last-child {
  margin-bottom: 0;
}

.highlight-box {
  border: 2px solid #DEC48A;
  padding: 40px 38px 38px;
  margin: 37px 0;
}

.prediction-style {
  background: #F0F0F0;
  text-align: left;
  display: none;
  position: absolute;
  inset: 100% 0 auto;
  z-index: 20;
}
.prediction-style ul li {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
.prediction-style ul li:first-child {
  padding-top: 11px;
}
.prediction-style ul li:last-child {
  padding-bottom: 9px;
}
.prediction-style a {
  color: #1E3D4D !important;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  display: block;
  padding: 6px 17px;
}
.prediction-style a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.prediction-style.active {
  display: block;
}

.gray-searchform {
  background: #D5D5D5;
  position: relative;
}
.gray-searchform .search-keyword {
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  letter-spacing: -0.011em;
  font-weight: 700;
  text-transform: uppercase;
  color: #1E3D4D;
  padding: 13px 50px 10px 24px;
  outline: 0;
}
.gray-searchform .search-keyword:focus::-moz-placeholder {
  opacity: 0;
}
.gray-searchform .search-keyword:focus::placeholder {
  opacity: 0;
}
.gray-searchform .search-submit {
  position: absolute;
  inset: 0 10px 0 auto;
  width: 45px;
  padding: 2px 0 0;
}
.gray-searchform .search-submit svg {
  height: 16px;
  vertical-align: middle;
}
.gray-searchform .search-submit svg path {
  fill: #1E3D4D;
}
.gray-searchform .search-submit.is-loading::before {
  background: #1E3D4D;
  -webkit-mask-size: auto 16px;
  mask-size: auto 16px;
}

button.is-loading svg {
  opacity: 0;
}
button.is-loading::before {
  background: #FFFFFF;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: var(--icon-spinner) center no-repeat;
  mask: var(--icon-spinner) center no-repeat;
  -webkit-mask-size: auto 17px;
  mask-size: auto 17px;
  animation: themeRotate 0.7s linear infinite;
}

@keyframes themeRotate {
  100% {
    transform: rotate(360deg);
  }
}
div.loading-dots {
  width: 38px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
div.loading-dots span {
  background: #D5D5D5;
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  animation: loadingPulse 0.6s linear infinite;
}
div.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
div.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loadingPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.77);
  }
  100% {
    transform: scale(1);
  }
}
.not-found-message {
  text-align: center;
  font-weight: 600;
  display: none;
  padding: 30px 0 20px;
}

.team-landing-page-content:not(:has(.team-entry)) .not-found-message {
  display: block;
}

.infinity-scroll-trigger {
  height: 80px;
  position: relative;
}
.infinity-scroll-trigger.ajax-loading .spinner-wrap {
  position: absolute;
  line-height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.anchor-content {
  scroll-margin-top: 64px;
}

@media (max-width: 1199.98px) {
  .slider-flexbox .col-header {
    padding: 4px 20px 0 0;
    flex-basis: 193px;
  }
  .slider-flexbox .col-header .splide__arrows {
    margin: 4px 0 0;
  }
  .slider-flexbox.splide .splide__arrow,
  .slider-flexbox .splide .splide__arrow {
    margin-right: 24px;
  }
  .slider-flexbox.splide .splide__arrow svg,
  .slider-flexbox .splide .splide__arrow svg {
    width: 28px;
  }
}
@media (max-width: 767.98px) {
  .slider-flexbox {
    display: block;
  }
  .slider-flexbox .splide__arrows {
    text-align: center;
  }
  .slider-flexbox .section-title br {
    display: none;
  }
  .slider-flexbox.splide .splide__arrow,
  .slider-flexbox .splide .splide__arrow {
    margin: 0 12px;
  }
}
a, .btn, .wp-block-buttons .wp-block-button .wp-block-button__link, button, svg path {
  transition: all 0.25s ease-out;
}

a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.clear-btn-styles {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: block;
}

.btn, .wp-block-buttons .wp-block-button .wp-block-button__link {
  text-transform: uppercase;
  padding-bottom: calc(var(--bs-btn-padding-y) - 3px);
  padding-right: calc(var(--bs-btn-padding-x) - 0.1em);
  display: inline-flex;
  align-items: center;
  gap: 13px;
  letter-spacing: 0.13em;
  transform: translateY(-0.005px);
}
.btn:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  transform: translateY(-5px);
}

.btn-with-arrow::after, .form-box .wpcf7-submit::after {
  background: currentColor;
  content: "";
  -webkit-mask: var(--arrow-right-long-sharp) center no-repeat;
  mask: var(--arrow-right-long-sharp) center no-repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 1.125rem;
  height: 1.1875rem;
  flex-shrink: 0;
  margin: -3px 0 0 0;
  transition: all 0.25s ease-out;
}

.btn-outline-light {
  --bs-btn-hover-color: #CE1F2E;
}

.btn-no-arrow::after, .wp-block-buttons .wp-block-button.is-style-no-arrow .wp-block-button__link::after {
  display: none;
}

.btn-primary, .wp-block-buttons .wp-block-button .wp-block-button__link {
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #CE1F2E;
  --bs-btn-color: #CE1F2E;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #1E3D4D;
  --bs-btn-hover-border-color: #1E3D4D;
}

.btn-sand {
  --bs-btn-color: #1E3D4D;
  --bs-btn-bg: #DEC48A;
  --bs-btn-border-color: #DEC48A;
  --bs-btn-hover-color: #1E3D4D;
  --bs-btn-hover-bg: #D5D5D5;
  --bs-btn-hover-border-color: #D5D5D5;
}

.btn-no-arrow::after, .wp-block-buttons .wp-block-button.is-style-no-arrow .wp-block-button__link::after {
  display: none;
}

.btn-collapse-toggle::after {
  -webkit-mask-image: var(--icon-minus);
  mask-image: var(--icon-minus);
}
.btn-collapse-toggle .collapsed-label {
  display: none;
}
.btn-collapse-toggle.collapsed .collapsed-label {
  display: block;
}
.btn-collapse-toggle.collapsed .expanded-label {
  display: none;
}
.btn-collapse-toggle.collapsed::after {
  -webkit-mask-image: var(--icon-plus);
  mask-image: var(--icon-plus);
}

.link-w-icon {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1.35;
  font-weight: 400;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  gap: 7px;
  text-underline-offset: 3px;
}
.link-w-icon .link-label {
  min-width: 0;
  transform: translateY(0.2px);
  transition: all 0.25s ease-out;
  padding-top: 0.2352941176em;
}
.link-w-icon .link-icon {
  flex: 0 0 auto;
}
.link-w-icon .link-icon svg {
  height: 1em;
  width: auto;
  margin: auto;
  display: block;
}
.link-w-icon .link-icon svg path {
  fill: currentColor;
}
.link-w-icon:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
  text-underline-offset: 6px;
}
.link-w-icon:hover .link-label {
  transform: translateY(-3.2px);
}
@media (max-width: 1199.98px) {
  .link-w-icon {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .link-w-icon {
    font-size: 1.125rem;
  }
}

.link-w-arrow {
  display: inline-flex;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  align-items: center;
  gap: 7px;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.link-w-arrow .link-label {
  padding-top: 4px;
  min-width: 0;
}
.link-w-arrow .link-arrow {
  flex-shrink: 0;
}
.link-w-arrow .link-arrow svg {
  height: 16px;
  display: block;
}
.link-w-arrow .link-arrow svg path {
  fill: #DEC48A;
}
.link-w-arrow:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

:root {
  --text-margin-bottom: 1.4705882353em;
}

strong {
  font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: var(--fg-color, #1E3D4D);
}

h1, .h1 {
  line-height: 1.2;
  font-family: "operetta-12", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 65px 0;
}

h2, .h2 {
  line-height: 1.25;
  font-family: "operetta-12", serif;
  font-weight: 500;
  margin: 43px 0 4px;
  letter-spacing: -0.02em;
}

h3, .h3 {
  line-height: 1.2;
  font-weight: 500;
  margin: 43px 0 13px;
}

h4, .h4 {
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 50px 0 7px;
}

h5, .h5 {
  line-height: 1.5;
  font-weight: 500;
  margin: 50px 0 6px;
}

h6, .h6 {
  line-height: normal;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  margin: 50px 0 10px;
  text-transform: uppercase;
}

.section-title {
  color: #1E3D4D;
  margin: 0;
}
.section-title a {
  color: currentColor;
  text-decoration-thickness: 2px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 0.08em;
}
.section-title a:hover {
  color: #CE1F2E;
  -webkit-text-decoration-color: #CE1F2E;
  text-decoration-color: #CE1F2E;
}

address,
p, ul, ol, dl {
  margin-bottom: var(--text-margin-bottom, 1em);
}

li {
  margin-bottom: 0.5625rem;
}
li ul, li ol {
  margin-bottom: 0;
  margin-top: 0.8125rem;
  padding-left: 1.75rem;
}
li li ul, li li ol {
  padding-left: 1.0625rem;
}

ul {
  list-style-type: "•";
  padding-left: 1rem;
}
ul li {
  padding-left: 0.5rem;
}

ol {
  padding-left: 1.4375rem;
}
ol > li {
  padding-left: 1px;
}

.list-unstyled, .list-unstyled ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyled li, .list-unstyled ul li {
  margin: 0;
  padding: 0;
}

.is-style-introduction {
  font-size: 1.1875rem;
  line-height: 1.65;
  font-weight: 600;
}

.is-style-box-shadow {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

blockquote {
  border-color: #D5D5D5;
  border-style: solid;
  margin: 56px 0 56px;
  border-width: 0 0 0 2px;
  padding: 0 0 0 28px;
}
blockquote:has(.has-text-align-center) {
  border-width: 2px 0;
  padding: 50px 20px 43px;
}
blockquote:has(.has-text-align-center) > * {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}
blockquote:has(.has-text-align-center) p {
  font-size: 2rem;
}
blockquote p {
  font-size: 1.8125rem;
  font-family: "operetta-12", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 0;
}
blockquote cite {
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
  margin: 5px 0 0;
  padding: 0 0 8px;
  display: block;
}
blockquote cite::before {
  content: "– ";
}

.wp-block-pullquote {
  border-color: #D5D5D5;
  border-style: solid;
  margin: 56px 0 56px;
  padding: 50px 20px 43px;
  border-width: 2px 0;
}
.wp-block-pullquote blockquote {
  border: none;
  padding: 0;
}

figure {
  margin: 50px 0;
}
.wp-block-heading + figure {
  margin-top: 20px;
}

hr {
  opacity: 1;
  border-color: var(--fg-color, #D5D5D5) !important;
  margin-top: 46px;
  margin-bottom: 46px;
}

.the-content h1, .the-content .h1, .the-content h2, .the-content .h2, .the-content h3, .the-content .h3, .the-content h4, .the-content .h4, .the-content h5, .the-content .h5, .the-content h6, .the-content .h6 {
  color: var(--fg-color, #CE1F2E);
}
.the-content a {
  font-weight: 400;
}
.the-content ul a {
  font-weight: inherit;
}
.the-content h2, .the-content .h2 {
  letter-spacing: -0.02em;
}
.the-content ul, .the-content ol {
  color: #343434;
}
.the-content li {
  font-size: 1rem;
}
.the-content li li {
  font-size: 0.875rem;
}
.the-content > *:first-child {
  margin-top: 0;
}
.the-content > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.5;
  }
  strong {
    font-size: 0.9444444444em;
  }
  h1, .h1 {
    font-size: 2.75rem;
  }
  h2, .h2 {
    font-size: 2.0625rem;
  }
  h3, .h3 {
    font-size: 1.1875rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
.accordion-item {
  border: solid #D5D5D5;
  border-width: 2px 0 0 0;
}
.accordion-item:last-child {
  border-bottom-width: 2px;
}

.accordion-header {
  margin: 0;
  padding: 0;
}

.accordion-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  font-weight: 500;
  color: var(--fg-color, #1E3D4D);
  padding: 24px 0 24px;
  line-height: 1.1818181818;
  text-align: left;
  outline: none;
}
.accordion-button .acc-btn-label {
  padding-top: 0.2272727273em;
}
.accordion-button .acc-btn-icon {
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  margin-left: 3px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.accordion-button .acc-btn-icon svg {
  display: block;
  width: auto;
  height: 23px;
  margin: 2px auto 0;
}
.accordion-button .acc-btn-icon svg path {
  fill: var(--fg-color, #CE1F2E);
}
.accordion-button .acc-btn-icon .icn-plus {
  display: none;
}
.accordion-button.collapsed .acc-btn-icon svg {
  display: block;
}
.accordion-button.collapsed .acc-btn-icon .icn-xmark {
  display: none;
}
.accordion-button:hover .acc-btn-label, .accordion-button:focus .acc-btn-label {
  text-decoration: underline;
}
.accordion-button:hover .acc-btn-icon, .accordion-button:focus .acc-btn-icon {
  border-color: var(--fg-color, #CE1F2E);
}

.accordion-body {
  padding: 4px 0 48px;
}

@media (max-width: 1199.98px) {
  h3.accordion-header, .accordion-header.h3 {
    font-size: 1.1875rem;
  }
  .accordion-button {
    padding: 21px 0;
  }
}
.splide:not(.is-overflow) .splide__arrows button {
  display: none !important;
}
.splide .splide__arrow {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 0.5;
}
.splide .splide__arrow svg {
  transition: all 0.25s ease-out;
  transform: translateY(0.001px);
}
.splide .splide__arrow svg path {
  fill: #1E3D4D;
}
@media (hover: hover) {
  .splide .splide__arrow:hover svg {
    transform: translateX(5px);
  }
}
.splide .splide__arrow--prev svg {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .splide .splide__arrow--prev:hover svg {
    transform: scaleX(-1) translateX(5px);
  }
}
.splide .splide__arrow:disabled {
  opacity: 0.03;
  pointer-events: none;
}
.splide .splide__pagination {
  padding: 19px 0 0;
  margin: 0;
  list-style: none;
  gap: 8px;
}
.splide .splide__pagination li {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
}
.splide .splide__pagination li button {
  background: var(--fg-color, #1E3D4D);
  display: block;
  border: 0;
  width: 11px;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.2;
}
.splide .splide__pagination li button.is-active {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .splide .splide__pagination {
    padding-top: 30px;
    gap: 9px;
  }
  .splide .splide__pagination li button {
    width: 12px;
  }
}
.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget li {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.24;
  margin-top: 18.5px;
}
.widget li:first-child {
  margin-top: 0;
}
.widget li a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.widget li a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.widget li.current-menu-item > a {
  color: #696969;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.widget li:has(> .submenu-toggle-btn) {
  position: relative;
}
.widget li:has(> .submenu-toggle-btn) > a {
  margin-right: 25px;
}
.widget .submenu-toggle-btn {
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.widget .submenu-toggle-btn svg {
  width: auto;
  height: 1.125rem;
  display: block;
  margin: auto;
}
.widget .submenu-toggle-btn svg path {
  fill: #CE1F2E;
}
.widget .submenu-toggle-btn .icn-plus {
  display: none;
}
.widget .submenu-toggle-btn.collapsed .icn-plus {
  display: block;
}
.widget .submenu-toggle-btn.collapsed .icn-xmark {
  display: none;
}
.widget .submenu-toggle-btn:hover {
  border-color: #CE1F2E;
}
.widget .link-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.widget .link-wrap a {
  min-width: 0;
}
.widget .link-wrap .submenu-toggle-btn {
  margin: -30px -7px -30px auto;
  flex-shrink: 0;
}
.widget li ul {
  padding-top: 15px;
  padding-left: 15px;
}
.widget li li {
  font-size: 0.8125rem;
  margin-top: 14px;
}

.widget-title {
  letter-spacing: 0;
  margin: 0 0 15px;
}
.widget-title a {
  color: currentColor;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.widget-title a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.sub-nav-widget .widget-title {
  margin: 0 0 15px;
  font-size: 1.375rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  color: #CE1F2E;
}

.relationship-widget .widget-title {
  margin-bottom: 22px;
}

.cta-widget {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 34px 30px 29px;
  position: relative;
  transition: all 0.25s ease-out;
}
.cta-widget .widget-title {
  margin-bottom: 7px;
  transition: all 0.25s ease-out;
}
.cta-widget .link-w-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
}
.cta-widget:has(a.link-w-arrow:hover) {
  background: #1E3D4D;
  color: #FFFFFF;
}
.cta-widget:has(a.link-w-arrow:hover) a {
  color: #FFFFFF;
}

.widget-contacts {
  border-top: 2px solid #D5D5D5;
  max-width: 256px;
  padding: 18px 0 0;
  --text-margin-bottom: 14px;
}
.widget-contacts .widget-contact-item {
  margin: 0 0 16px;
}
.widget-contacts .widget-contact-item .item-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
  margin: 0;
}
.widget-contacts .widget-contact-item .item-title a {
  color: #1E3D4D;
}
.widget-contacts .widget-contact-item .item-title a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.widget-contacts .widget-contact-item .item-sub-title {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #696969;
  margin: -1px 0 0;
}

.contact-cta-widget .widget-title {
  margin-bottom: 9px;
}
.contact-cta-widget p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

.bottom-widget {
  margin-bottom: 42px;
}
.bottom-widget .widget-title {
  margin: 0 0 13px;
}

.widget-buttons-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget-buttons-wrap a {
  background: #FFFFFF;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1E3D4D;
  text-decoration: none;
  padding: 6px 15px 4px;
  transform: translateY(0);
}
.widget-buttons-wrap a:hover {
  background: #1E3D4D;
  color: #FFFFFF;
  text-decoration: underline;
}

.social-widget {
  max-width: 192px;
  margin-left: auto;
}

.share-post-links {
  display: flex;
  margin: -5px -7px 0 -8px;
  gap: 15px 0;
}
.share-post-links svg {
  width: auto;
  height: 30px;
}
.share-post-links svg path {
  fill: #1E3D4D;
}
.share-post-links a {
  display: block;
  padding: 0 7px 0 8px;
}
.share-post-links a:hover {
  transform: translateY(-5px);
}

.media-inquiries-widget {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 32px 30px 30px;
}
.media-inquiries-widget .mi-widget-inner {
  display: flex;
  max-width: 805px;
  margin: 0 auto;
  align-items: center;
  gap: 20px 44px;
}
.media-inquiries-widget .widget-title {
  flex: 0 0 203px;
  min-width: 0;
  text-align: right;
  position: relative;
  margin: 0;
  padding: 0 0 0 52px;
}
.media-inquiries-widget .widget-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 48px;
  height: 2px;
  background: #CE1F2E;
}
.media-inquiries-widget .mi-widget-content {
  flex: 1 1 100%;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  color: #1E3D4D;
}

@media (max-width: 1199.98px) {
  .widget {
    margin-bottom: 41px;
  }
  .widget li {
    font-size: 1.0625rem;
    margin-top: 24px;
  }
  .widget-title {
    font-size: 1.1875rem;
    margin-bottom: 15px;
  }
  .relationship-widget ul {
    margin-top: 25px;
  }
  .relationship-widget li {
    font-size: 1.125rem;
    margin-top: 30px;
  }
  .relationship-widget .link-wrap .submenu-toggle-btn {
    margin-left: 0;
    width: 34px;
    height: auto;
    border: 0;
    padding-top: 0;
    padding-bottom: 6px;
  }
  .relationship-widget .link-wrap .submenu-toggle-btn svg {
    height: 23px;
  }
  .relationship-widget li ul {
    margin: 0;
  }
  .relationship-widget li li {
    font-size: 1.0625rem;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .cta-widget {
    padding: 33px 28px 30px 30px;
  }
  .cta-widget .widget-title {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 1px;
  }
  .cta-widget .link-w-arrow .link-arrow svg {
    height: 1.0625rem;
  }
}
@media (max-width: 1199.98px) {
  .widget-contacts {
    max-width: none;
    padding-top: 20px;
  }
  .widget-contacts .contact-items {
    margin-top: 22px;
  }
  .widget-contacts .widget-contact-item .item-title {
    font-size: 1.1875rem;
    margin: 0 0 3px;
  }
  .contact-cta-widget {
    display: flex;
    gap: 3px 25px;
    flex-wrap: wrap;
  }
  .contact-cta-widget .widget-title {
    font-size: 1.1875rem;
  }
  .contact-cta-widget p {
    font-size: 1rem;
  }
  .social-widget {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cta-widget {
    padding: 35px 30px 27px;
  }
  .cta-widget .widget-title {
    margin-bottom: 4px;
  }
  .cta-widget .link-w-arrow {
    font-size: 1.125rem;
  }
  .cta-widget .link-w-arrow .link-arrow {
    margin-left: 3px;
  }
  .cta-widget .link-w-arrow .link-arrow svg {
    height: 1em;
  }
  .relationship-widget .link-wrap .submenu-toggle-btn {
    margin-left: auto;
  }
  .media-inquiries-widget .mi-widget-inner {
    display: block;
  }
  .media-inquiries-widget .mi-widget-inner .widget-title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.form-control, input:not([type=submit]).wpcf7-form-control,
textarea.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 3px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1E3D4D;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #B3B3B3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input:not([type=submit]).wpcf7-form-control,
  textarea.wpcf7-form-control {
    transition: none;
  }
}
.form-control[type=file], input[type=file].wpcf7-form-control:not([type=submit]),
textarea[type=file].wpcf7-form-control {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), input[type=file].wpcf7-form-control:not(:disabled):not([readonly]):not([type=submit]),
textarea[type=file].wpcf7-form-control:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, input.wpcf7-form-control:focus:not([type=submit]),
textarea.wpcf7-form-control:focus {
  color: #1E3D4D;
  background-color: transparent;
  border-color: #B3B3B3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 61, 77, 0.25);
}
.form-control::-webkit-date-and-time-value, input.wpcf7-form-control:not([type=submit])::-webkit-date-and-time-value,
textarea.wpcf7-form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder, input.wpcf7-form-control:not([type=submit])::-moz-placeholder, textarea.wpcf7-form-control::-moz-placeholder {
  color: #696969;
  opacity: 1;
}
.form-control::placeholder, input.wpcf7-form-control:not([type=submit])::placeholder,
textarea.wpcf7-form-control::placeholder {
  color: #696969;
  opacity: 1;
}
.form-control:disabled, input.wpcf7-form-control:disabled:not([type=submit]),
textarea.wpcf7-form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button, input.wpcf7-form-control:not([type=submit])::-webkit-file-upload-button, textarea.wpcf7-form-control::-webkit-file-upload-button {
  padding: 3px 0;
  margin: -3px 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  color: #1E3D4D;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button, input.wpcf7-form-control:not([type=submit])::file-selector-button,
textarea.wpcf7-form-control::file-selector-button {
  padding: 3px 0;
  margin: -3px 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  color: #1E3D4D;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, input.wpcf7-form-control:not([type=submit])::-webkit-file-upload-button, textarea.wpcf7-form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button, input.wpcf7-form-control:not([type=submit])::file-selector-button,
  textarea.wpcf7-form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, input.wpcf7-form-control:hover:not(:disabled):not([readonly]):not([type=submit])::-webkit-file-upload-button, textarea.wpcf7-form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, input.wpcf7-form-control:hover:not(:disabled):not([readonly]):not([type=submit])::file-selector-button,
textarea.wpcf7-form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1E3D4D;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9296875rem;
  border-radius: 0.25rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.328125rem;
  border-radius: 0.5rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control,
textarea.wpcf7-form-control {
  min-height: calc(1.5em + 8px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 8px);
  padding: 3px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none;
  border-radius: 0;
}

input:not([type=submit]).wpcf7-form-control,
textarea.wpcf7-form-control {
  border-width: 0 0 1px;
}
input:not([type=submit]):focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:not([type=submit]):focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea.wpcf7-form-control {
  background: #F8F8F7;
  padding: 0.6em 1em;
  border: 0;
  height: 160px;
}

label, legend {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 400;
  color: #696969;
  margin: 0 0 2px;
  padding: 0;
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  line-height: 1.3;
  padding-top: 0.2em;
  margin-bottom: -1.5em;
}

label:has([type=checkbox], [type=radio]) {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0 0.5em;
  margin: 0 21px 0 0;
  padding: 0;
  vertical-align: top;
}
label:has([type=checkbox], [type=radio]) [type=checkbox], label:has([type=checkbox], [type=radio]) [type=radio] {
  flex-shrink: 0;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  background: #E2E4E6 center center no-repeat;
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
}
[type=checkbox]:checked, [type=radio]:checked {
  background-color: #1E3D4D;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: 93%;
}
@media (max-width: 1199.98px) {
  [type=checkbox], [type=radio] {
    width: 23px;
    height: 23px;
  }
}

[type=radio] {
  border-radius: 50%;
}
[type=radio]:checked {
  background-image: url('data:image/svg+xml,<svg width="8" height="8" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6C5.10457 6 6 5.10457 6 4C6 2.89543 5.10457 2 4 2C2.89543 2 2 2.89543 2 4C2 5.10457 2.89543 6 4 6Z" fill="white"/></svg>');
  background-size: 16px;
}

.wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-list-item .wpcf7-list-item-label {
  padding-top: 0.2307692308em;
}

.wpcf7-acceptance {
  display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.8125rem;
  color: #1E3D4D;
}

.form-footer {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}
.form-footer .button-wrap {
  display: flex;
  align-items: center;
}
.form-footer .wpcf7-spinner {
  margin: 0 0 0 10px;
}
@media (max-width: 1199.98px) {
  .form-footer {
    margin-top: 35px;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3545;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 0;
  font-size: 1rem;
  padding: 0.7em 1em 0.5em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3545;
  background-color: #dc3545;
  color: #FFFFFF;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1E3D4D;
  background-color: #1E3D4D;
  color: #FFFFFF;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 2px;
  padding: 15px 0 0;
}
.pagination .prev,
.pagination .next,
.pagination .page-numbers {
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  padding-left: 0.13em;
  color: #1E3D4D;
  text-decoration: none;
  border-radius: 30px;
  padding: 2px 2px 0 calc(0.13em + 2px);
  transition: none;
  text-underline-offset: 3px;
}
.pagination .prev.current,
.pagination .next.current,
.pagination .page-numbers.current {
  background: #CE1F2E;
  color: #FFFFFF;
}
.pagination a.page-numbers:hover {
  text-decoration: underline;
}
.pagination a.page-numbers:hover.prev, .pagination a.page-numbers:hover.next {
  background: #CE1F2E;
  box-shadow: none;
}
.pagination a.page-numbers:hover.prev::before, .pagination a.page-numbers:hover.next::before {
  background: #FFFFFF;
}
.pagination .prev,
.pagination .next {
  box-shadow: inset 0 0 0 1px #1E3D4D;
  position: relative;
}
.pagination .prev::before,
.pagination .next::before {
  background: #1E3D4D;
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask: var(--arrow-right-sharp) center no-repeat;
  mask: var(--arrow-right-sharp) center no-repeat;
  -webkit-mask-size: auto 14px;
  mask-size: auto 14px;
}
.pagination .prev {
  margin-right: 20px;
}
.pagination .next {
  margin-left: 20px;
}
.pagination .prev::before {
  transform: scaleX(-1);
}
.pagination span.prev,
.pagination span.next {
  opacity: 0.15;
}

@media (max-width: 767.98px) {
  .pagination .dots {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
  .pagination .prev {
    margin-right: 15px;
  }
  .pagination .next {
    margin-left: 15px;
  }
}
.team-entry {
  display: block;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  height: 100%;
}
.team-entry .entry-photo {
  overflow: hidden;
}
.team-entry .entry-photo img {
  width: 100%;
  transition: all 0.25s ease-out;
  display: block;
  transform: scale(1.005);
}
.team-entry .entry-text {
  padding: 23px 21px 22px;
}
.team-entry .entry-title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.25s ease-out;
  text-underline-offset: 2px;
  color: #1E3D4D;
}
.team-entry .entry-sub-title {
  margin: 1px 0 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #CE1F2E;
  line-height: 1.2;
  margin-bottom: 8px;
}
.team-entry .entry-sub-title:last-child {
  margin-bottom: 0;
}
.team-entry:hover .entry-photo img {
  transform: scale(1.06);
}
.team-entry:hover .entry-title {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .team-entry .entry-title {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: -0.02em;
  }
  .team-entry .entry-sub-title {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  .team-entry {
    max-width: 277px;
    margin-left: auto;
    margin-right: auto;
  }
}
a.skip-link {
  background: #1E3D4D;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  position: fixed;
  right: auto;
  left: 0;
  top: -50px;
  padding: 15px 20px 12px;
  transition: top 0.2s ease-out;
  z-index: 2000;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}
a.skip-link:focus {
  top: 0;
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
  width: 163px;
}

.site-header {
  background: #FFFFFF;
  position: relative;
  z-index: 9;
}

.header-nav-menu li {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.header-nav-menu li:last-child {
  padding-bottom: 0;
}
.header-nav-menu > li > a {
  display: block;
  color: #343434;
  text-decoration: none;
  padding: 14px 10px 11px;
  transition: none;
  position: relative;
}
.header-nav-menu > li > a::before {
  content: "";
  position: absolute;
  inset: 0 99.98% 0 -50vw;
}
.header-nav-menu > li.current-menu-item > a,
.header-nav-menu > li.current-menu-ancestor > a {
  background: #CE1F2E;
  color: #FFFFFF;
}
.header-nav-menu > li.current-menu-item > a::before,
.header-nav-menu > li.current-menu-ancestor > a::before {
  background: #CE1F2E;
}
.header-nav-menu > li:focus-within > a, .header-nav-menu > li:hover > a {
  background: #CE1F2E;
  color: #FFFFFF;
}
.header-nav-menu > li:focus-within > a::before, .header-nav-menu > li:hover > a::before {
  background: #CE1F2E;
}
.header-nav-menu ul li {
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: left;
  flex: 0 0 100%;
  min-width: 0;
}
.header-nav-menu ul a {
  display: block;
  color: #FFFFFF;
  padding: 15.5px 28px 12px;
  text-decoration: none;
}
.header-nav-menu ul li:focus-within,
.header-nav-menu ul li:hover {
  background: #770E18;
}
@media (min-width: 1200px) {
  .header-nav-menu .sub-menu-wrap {
    background: #CE1F2E;
    position: absolute;
    width: 100%;
    inset: 0 auto 0 100%;
    display: flex !important;
    align-items: center;
    align-content: center;
    pointer-events: none;
    transform: translateX(-100%);
    transform-origin: left;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-out;
    z-index: -1;
  }
  .header-nav-menu ul {
    background: #CE1F2E;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: center;
    align-content: center;
    overflow: auto;
    height: 100%;
    overflow: auto;
    scrollbar-width: thin;
    overscroll-behavior: contain;
  }
  .header-nav-menu ul .sub-menu-wrap {
    background: #770E18;
    z-index: -2;
  }
  .header-nav-menu ul .sub-menu-wrap ul {
    background: #770E18;
  }
  .header-nav-menu ul .sub-menu-wrap ul a {
    transition: none;
  }
  .header-nav-menu ul .sub-menu-wrap ul a:hover {
    background-color: #CE1F2E;
  }
  .header-nav-menu ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 35px;
  }
  .header-nav-menu ul li.menu-item-has-children > a::after {
    background: #FFFFFF;
    content: "";
    display: block;
    -webkit-mask: var(--arrow-right-sharp) center no-repeat;
    mask: var(--arrow-right-sharp) center no-repeat;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .header-nav-menu li.hover > .sub-menu-wrap,
  .header-nav-menu li:focus-within > .sub-menu-wrap {
    transform: translateX(0);
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}

.menu-team-search-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  text-transform: none;
  min-width: 0;
}
.menu-team-search-wrap form {
  flex: 0 0 100%;
  min-width: 0;
  padding: 10px 25px;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1;
}
.menu-team-search-wrap .form-title {
  color: currentColor;
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 15px;
}
.menu-team-search-wrap .selectric,
.menu-team-search-wrap .keyword {
  background: #770E18;
  width: 100%;
  border: 0;
}
.menu-team-search-wrap .keyword, .menu-team-search-wrap .selectric .label {
  color: #FFFFFF;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 10px;
  height: auto;
  font-weight: 600;
  letter-spacing: 0;
}
.menu-team-search-wrap .keyword {
  padding-right: 33px;
}
.menu-team-search-wrap .input-wrap {
  position: relative;
  margin: 10px 0;
}
.menu-team-search-wrap .input-wrap .keyword-icon {
  position: absolute;
  right: 13px;
  top: 12px;
  line-height: 1;
}
.menu-team-search-wrap .input-wrap .keyword-icon svg {
  width: auto;
  height: 16px;
}
.menu-team-search-wrap .selectric {
  width: 100%;
}
.menu-team-search-wrap .selectric .label {
  margin-right: 32px;
}
.menu-team-search-wrap .selectric .button {
  height: 41px;
  right: 12px;
}
.menu-team-search-wrap .selectric .button::after {
  background: #FFFFFF;
}
.menu-team-search-wrap .selectric-items {
  width: 100%;
}
.menu-team-search-wrap .selectric-items ul {
  display: block;
  background: transparent;
}
.menu-team-search-wrap .selectric-items ul li {
  padding: 8px 15px 6px;
}
.menu-team-search-wrap .selectric-items ul li.highlighted, .menu-team-search-wrap .selectric-items ul li.selected {
  background: #F8F8F7 !important;
}
.menu-team-search-wrap .selectric-items ul li:hover {
  background: #F8F8F7 !important;
  color: #343434;
}
.menu-team-search-wrap .selectric-items ul li.indent {
  padding-left: 25px;
}
.menu-team-search-wrap .submit-btn {
  background: #FFFFFF;
  width: 100%;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  height: 38px;
  padding: 3px 10px 0;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  color: #343434;
  margin-bottom: 15px;
}
.menu-team-search-wrap .submit-btn:hover {
  background: #1E3D4D;
  color: #FFFFFF;
}
.menu-team-search-wrap .view-all-people-link {
  color: #FFFFFF;
  font-size: 0.8125rem;
  letter-spacing: 0;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.menu-team-search-wrap .view-all-people-link:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.header-nav-menu .submenu-toggle-btn {
  width: 1.2em;
  height: 1.4em;
  background: #FFFFFF;
  display: inline-block;
  -webkit-mask: var(--icon-minus) center no-repeat;
  mask: var(--icon-minus) center no-repeat;
  -webkit-mask-size: auto 1em;
  mask-size: auto 1em;
  margin-right: -42px;
  margin-left: 5px;
}
.header-nav-menu .submenu-toggle-btn.collapsed {
  -webkit-mask-image: var(--icon-plus);
  mask-image: var(--icon-plus);
}
@media (min-width: 1200px) {
  .header-nav-menu .submenu-toggle-btn {
    display: none;
  }
}

@media (min-width: 1200px) {
  #page {
    padding-left: var(--site-header-width);
  }
  .site-header {
    width: var(--site-header-width);
    height: 100vh;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    text-align: center;
  }
  .site-header #site-nav {
    display: block !important;
  }
  .site-header .site-header-content {
    background: #FFFFFF;
    overflow: auto;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    height: 100%;
    display: flex;
    align-content: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-left: -50vw;
  }
  .site-header .site-nav-inner {
    width: var(--site-header-width);
    min-width: 0;
    margin: auto 0 auto auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1680px) {
  .site-header {
    left: calc((var(--vw, 1vw) * 100 - 1680px) / 2);
  }
  .site-header::before {
    content: "";
    position: absolute;
    inset: 0 99.98% 0 -50vw;
    background: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  .site-header .container-xxl {
    padding: 0;
  }
  .header-logo-wrap {
    margin: 0;
    padding: 0 0 42px;
  }
  .primary-menu {
    padding-bottom: 39px;
  }
  .header-search-link {
    background: #CE1F2E;
    display: inline-flex;
    width: 2.5625rem;
    aspect-ratio: 1;
    border-radius: 50%;
    margin-bottom: 79px;
  }
  .header-search-link svg {
    height: 1.0625rem;
    margin: auto;
    display: block;
  }
  .header-search-link svg path {
    fill: #FFFFFF;
  }
  .header-search-link:hover {
    background: #770E18;
    transform: translateY(-5px);
  }
}
@media (max-width: 1199.98px) {
  .mobile-header .container-xxl {
    display: flex;
    height: 104px;
    align-items: center;
  }
  .mobile-header .navbar-toggler {
    width: 26px;
    height: 21px;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 99;
    flex-shrink: 0;
  }
  .mobile-header .navbar-toggler span {
    position: absolute;
    background: #1E3D4D;
    height: 3px;
    left: 0;
    right: 0;
    transition: all 0.25s ease-out;
  }
  .mobile-header .navbar-toggler span:nth-child(1) {
    top: 0;
    transform-origin: left top;
  }
  .mobile-header .navbar-toggler span:nth-child(2), .mobile-header .navbar-toggler span:nth-child(4) {
    top: 50%;
    margin-top: -1.5px;
  }
  .mobile-header .navbar-toggler span:nth-child(3) {
    bottom: 0;
    transform-origin: left bottom;
  }
  .mobile-header .navbar-toggler.active span:nth-child(1) {
    opacity: 0;
  }
  .mobile-header .navbar-toggler.active span:nth-child(2) {
    transform: rotate(45deg);
    left: -1px;
    right: 1px;
  }
  .mobile-header .navbar-toggler.active span:nth-child(4) {
    transform: rotate(-45deg);
    left: -1px;
    right: 1px;
  }
  .mobile-header .navbar-toggler.active span:nth-child(3) {
    transform: rotate(-45deg);
    opacity: 0;
  }
  .mobile-header .mobile-header-search-link {
    width: 30px;
    margin: 7px 0 0 18px;
  }
  .mobile-header .mobile-header-search-link svg {
    height: 25px;
  }
  .mobile-header .mobile-header-search-link svg path {
    fill: #1E3D4D;
  }
  .mobile-header-logo {
    padding: 5px 0 0 2px;
    margin-left: auto;
  }
  .mobile-header-logo a {
    display: block;
  }
  .mobile-header-logo img, .mobile-header-logo svg {
    display: block;
  }
  .site-header-content {
    background: #CE1F2E;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 104px);
    max-height: calc(100svh - 104px);
    overflow: auto;
    overscroll-behavior: contain;
    display: none;
  }
  .site-header-content .site-nav-inner {
    padding: 99px var(--container-padding-x);
  }
  .site-header-content .header-logo-wrap {
    display: none;
  }
  .site-header-content .header-search-link {
    display: none;
  }
  .site-header-content .gray-searchform {
    max-width: 276px;
    margin: 37px auto;
    background: #FFFFFF;
  }
  .site-header-content .gray-searchform .search-keyword {
    font-size: 1.125rem;
  }
  .site-header-content .gray-searchform .search-submit svg {
    height: 19px;
  }
  .site-header-content .menu-team-search-wrap {
    height: auto;
    display: block;
  }
  .header-nav-menu li {
    font-size: 2rem;
    text-align: center;
    padding: 20px 0 19px;
    background: transparent !important;
  }
  .header-nav-menu li a {
    background: transparent !important;
    color: #FFFFFF !important;
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
  .header-nav-menu li a::before {
    display: none;
  }
  .header-nav-menu ul:not([role=listbox]) {
    background: transparent !important;
  }
  .header-nav-menu ul:not([role=listbox]) li {
    font-weight: 500;
    font-size: 1.3125rem;
    padding: 0;
    text-align: center;
  }
  .header-nav-menu ul:not([role=listbox]) li a {
    color: #FFFFFF !important;
    padding: 11px 0 12px;
  }
  .header-nav-menu ul:not([role=listbox]) li .submenu-toggle-btn {
    margin: 7px -1.4em 0 5px;
  }
  .header-nav-menu ul:not([role=listbox]) li:last-child a {
    padding-bottom: 8px;
  }
  .header-nav-menu ul:not([role=listbox]) ul {
    margin-bottom: 10px;
  }
  .header-nav-menu ul:not([role=listbox]) ul li {
    font-size: 1.125rem;
  }
  .header-nav-menu.secondary-menu {
    padding-top: 100px;
  }
  .header-nav-menu.secondary-menu li {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .mobile-header .container-xxl {
    height: 85px;
  }
  .mobile-header-logo {
    max-width: 264px;
    margin-right: 20px;
  }
  .site-header-content {
    max-height: calc(100vh - 85px);
    max-height: calc(100svh - 85px);
  }
  .site-header-content .site-nav-inner {
    padding-top: 78px;
    padding-bottom: 68px;
  }
  .site-header-content .gray-searchform {
    max-width: 262px;
  }
  .site-header-content .gray-searchform .search-keyword {
    font-size: 1.1875rem;
    font-weight: 600;
  }
  .site-header-content .gray-searchform .search-submit svg {
    height: 22px;
  }
  .header-nav-menu li {
    font-size: 1.6875rem;
  }
  .header-nav-menu.secondary-menu {
    padding-top: 85px;
  }
  .header-nav-menu.secondary-menu li {
    font-size: 1.375rem;
  }
}
.site-footer {
  position: relative;
  z-index: 1;
  padding: 80px 0 92px;
  font-weight: 400;
  color: #343434;
}
.site-footer a {
  color: currentColor;
}
.site-footer p {
  margin: 0;
}

.footer-search {
  position: relative;
}
.footer-search .keyword {
  background: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #696969;
  font-size: 1.75rem;
  font-weight: 500;
  color: #343434;
  line-height: 1.4;
  padding: 5px 85px 6px 1px;
  outline: 0;
}
.footer-search .keyword::-moz-placeholder {
  color: #343434;
  opacity: 1;
}
.footer-search .keyword::placeholder {
  color: #343434;
  opacity: 1;
}
.footer-search .clear-field,
.footer-search .submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 2px;
}
.footer-search .clear-field svg,
.footer-search .submit svg {
  display: block;
  width: auto;
  height: 30px;
}
.footer-search .clear-field svg path,
.footer-search .submit svg path {
  fill: #1E3D4D;
}
.footer-search .is-loading::before {
  background: #1E3D4D;
  -webkit-mask-size: auto 30px;
  mask-size: auto 30px;
}
.footer-search .clear-field {
  right: 44px;
  display: none;
}
.footer-search .clear-field svg {
  height: 28px;
}

.footer-menu-cta {
  padding: 80px 0 0;
}
.footer-menu-cta ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 32px;
}
.footer-menu-cta ul li {
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.8666666667;
}
.footer-menu-cta ul a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  color: #CE1F2E;
}
.footer-menu-cta ul a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.footer-menu-cta ul a::after {
  background: currentColor;
  content: "";
  display: inline-block;
  width: 1.3333333333em;
  aspect-ratio: 1;
  -webkit-mask: var(--arrow-right-long-sharp) center no-repeat;
  mask: var(--arrow-right-long-sharp) center no-repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  margin-left: 0.4em;
  vertical-align: -0.2866666667em;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 0 0;
}

.footer-left-col,
.footer-right-col {
  flex: 0 0 32.2766570605%;
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.97;
}
.footer-left-col p,
.footer-right-col p {
  margin: 0;
}
.footer-left-col a,
.footer-right-col a {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.footer-left-col a:hover,
.footer-right-col a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.footer-right-col {
  text-align: right;
  padding-top: 4px;
}
.footer-right-col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 22px;
}
.footer-right-col ul li a {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.footer-right-col ul li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.footer-right-col .site-by {
  font-size: 0.75rem;
  margin: 34px 0 0;
}

.footer-col-title {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  margin: 2px 0 0;
  letter-spacing: 0;
  color: #343434;
}

.footer-social-col {
  flex: 0 0 33.6215177714%;
  margin: 0 auto;
}

.social-media-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}
.social-media-links li a {
  background: #CE1F2E;
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  transform: translateY(0);
  color: #FFFFFF;
  font-size: 19px;
  text-align: center;
}
.social-media-links li a i::before {
  line-height: 40px;
}
.social-media-links li a:hover {
  background: #1E3D4D;
  transform: translateY(-5px);
}
.social-media-links li .link-icon {
  background: #FFFFFF;
  display: block;
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 19px;
  mask-size: auto 19px;
  -webkit-mask-position: center;
  mask-position: center;
}

.footer-disclaimer {
  flex: 0 0 100%;
  min-width: 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 790px;
  margin: 0 auto;
  padding: 35px 0 0;
}

@media (max-width: 1199.98px) {
  .site-footer {
    padding: 45px 0 85px;
  }
  .footer-search .keyword {
    font-size: 1.4375rem;
    padding: 3px 80px 14px 0;
  }
  .footer-search .submit {
    right: 5px;
  }
  .footer-search .submit svg {
    height: 27px;
  }
  .footer-search .submit.is-loading::before {
    -webkit-mask-size: auto 27px;
    mask-size: auto 27px;
  }
  .footer-search .clear-field svg {
    height: 25px;
  }
  .footer-menu-cta {
    padding: 45px 0 0;
  }
  .footer-social-col {
    order: 1;
    flex: 0 0 100%;
    padding-bottom: 54px;
  }
  .footer-row {
    padding: 30px 0 0;
    gap: 0 30px;
  }
  .footer-left-col,
  .footer-right-col,
  .footer-disclaimer {
    order: 3;
  }
  .footer-left-col,
  .footer-right-col {
    flex-basis: calc(50% - 15px);
    padding-top: 0;
  }
  .footer-right-col .site-by {
    font-size: 0.6875rem;
  }
  .footer-disclaimer {
    padding: 40px 5px 0;
    font-size: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 49px 0 46px;
  }
  .footer-search .keyword {
    font-size: 1.25rem;
    padding-right: 32px;
  }
  .footer-search .submit {
    right: -3px;
    top: -3px;
  }
  .footer-search .submit svg {
    height: 24px;
  }
  .footer-search .submit.is-loading::before {
    -webkit-mask-size: auto 24px;
    mask-size: auto 24px;
  }
  .footer-search .clear-field {
    top: -3px;
    right: 30px;
  }
  .footer-search .clear-field svg {
    height: 22px;
  }
  .footer-row {
    padding: 22px 0 0;
  }
  .footer-social-col {
    padding-bottom: 40px;
  }
  .footer-left-col,
  .footer-right-col {
    flex-basis: 100%;
    text-align: center;
  }
  .footer-left-col,
  .footer-disclaimer {
    order: 2;
  }
  .footer-right-col {
    padding-top: 19px;
    font-size: 0.75rem;
  }
  .footer-right-col ul {
    justify-content: center;
    gap: 10px 20px;
  }
  .footer-right-col ul a {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
  }
  .footer-right-col .site-by {
    font-size: 0.5625rem;
    margin-top: 15px;
  }
}
.homepage-hero {
  position: relative;
  background: #1E3D4D;
}
.homepage-hero .media-bg {
  background: #ECECEC;
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
  height: 100vh;
  height: 100svh;
  position: relative;
  max-height: 878px;
}
.homepage-hero .media-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage-hero .media-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

.home-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 158px 0 84px;
  text-align: right;
}
.home-hero-content .hero-heading {
  color: #FFFFFF;
  margin: 0;
  font-family: "poppins", sans-serif;
  text-transform: uppercase;
}
.home-hero-content .hero-heading .heading-small {
  display: block;
  font-size: 3.25rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 5px;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.29);
}
.home-hero-content .hero-heading .heading-large {
  display: block;
  font-size: 4.1875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #CE1F2E;
}

.home-hero-searchform {
  padding-top: 33px;
}
.home-hero-searchform .gray-searchform {
  max-width: 224px;
  margin: 0 auto;
}
.home-hero-searchform .gray-searchform.active {
  background: #d1ac5a;
}

.hero-scroll-down-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69px;
  height: 67px;
  overflow: hidden;
  padding: 7px 0 0 12px;
}
.hero-scroll-down-btn svg {
  display: block;
  height: 33px;
  margin: auto;
  transition: all 0.25s ease-out;
  position: relative;
}
.hero-scroll-down-btn svg path {
  fill: #FFFFFF;
}
.hero-scroll-down-btn::before {
  content: "";
  position: absolute;
  background: #CE1F2E;
  width: 95px;
  height: 95px;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.hero-scroll-down-btn:hover svg {
  transform: translateY(5px);
}
.hero-scroll-down-btn:hover svg path {
  fill: #FFFFFF;
}

@media (max-width: 1199.98px) {
  .homepage-hero .media-bg {
    max-height: 664px;
    margin-left: 0;
  }
  .home-hero-content {
    padding: 55px 0 50px;
  }
}
@media (max-width: 767.98px) {
  .homepage-hero .media-bg {
    max-height: 712px;
  }
  .home-hero-content {
    padding: 146px 0 50px;
  }
  .home-hero-content .hero-heading {
    text-align: center;
  }
  .home-hero-content .hero-heading .heading-small {
    font-size: 2rem;
    margin-bottom: 7px;
  }
  .home-hero-content .hero-heading .heading-large {
    font-size: 2.375rem;
  }
}
.hero {
  background: #1E3D4D;
}
.hero .link-w-icon {
  -webkit-text-decoration-color: #D5D5D5;
  text-decoration-color: #D5D5D5;
}
.hero .link-w-icon .link-icon svg path {
  fill: #D5D5D5;
}
.hero .link-w-icon:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.hero-content-outer {
  min-height: 270px;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 30px 0;
}

.hero-content {
  flex: 0 0 100%;
  text-align: center;
}

.hero-title {
  margin: 0;
  padding: 0.2258064516em 0 0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 3.875rem;
  line-height: 1.2;
}

.hero-title-smaller {
  font-size: 3.1875rem;
}

.hero-sub-title {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: -0.011em;
  margin: 2px 0 0;
}
.hero-sub-title .sep {
  color: #CE1F2E;
}

.hero-links-wrapper {
  position: relative;
  padding-bottom: 4px;
}
.hero-links-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 61px;
  border-top: 2px solid #CE1F2E;
}

.hero-links-list {
  display: flex;
  flex-wrap: wrap;
  padding: 18px 0 0;
  gap: 19px 20px;
}
.hero-links-list li {
  min-width: 0;
}
@media (min-width: 1200px) {
  .hero-links-list {
    justify-content: flex-start;
  }
  .hero-links-list li {
    min-width: 148px;
  }
}

.title-center-wrapper {
  text-align: center;
  position: relative;
  padding: 8px 0 0;
  flex: 0 0 100%;
}
.title-center-wrapper::before {
  content: "";
  position: absolute;
  width: 175px;
  border-top: 2px solid #CE1F2E;
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}

.hero-jump-link-wrap {
  padding-top: 15px;
}
.hero-jump-link-wrap .link-w-arrow {
  font-size: 1.125rem;
  font-weight: 400;
  gap: 9px;
}
.hero-jump-link-wrap .link-w-arrow .link-arrow svg {
  height: 1.0625rem;
}
.hero-jump-link-wrap .link-w-arrow .link-arrow svg path {
  fill: currentColor;
}

.hero-flexbox {
  display: flex;
  min-height: 423px;
}
.hero-flexbox .headshot-col {
  flex: 0 0 35.25%;
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
}
.hero-flexbox .headshot-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1680px) {
  .hero-flexbox .headshot-col {
    margin-left: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.hero-flexbox .hero-member-content-col {
  flex: 1 1 100%;
  align-self: center;
  min-width: 0;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 24px;
  min-height: 343px;
  margin-left: 7.4166666667%;
}
.hero-flexbox .hero-member-content-col .hero-title {
  padding-top: 0;
}
.hero-flexbox .hero-member-content-col > * {
  flex: 0 0 100%;
  min-width: 0;
}
.hero-flexbox .hero-content-col {
  flex: 1 1 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.hero-flexbox .hero-content-col .hero-content-inner {
  flex: 0 0 100%;
}
.hero-flexbox .hero-content-col h1, .hero-flexbox .hero-content-col .h1 {
  font-size: 3.125rem;
}
.hero-flexbox .hero-content-col .hero-title-larger {
  font-size: 3.875rem;
  text-align: left;
  max-width: 580px;
  margin-left: auto;
}
.hero-flexbox .hero-left-col {
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}
@media screen and (max-width: 1680px) {
  .hero-flexbox .hero-left-col {
    margin-left: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.hero-flexbox .hero-image-col {
  flex: 0 0 56.3333333333%;
  margin-right: calc((100% - 1680px + var(--site-header-width)) / 2);
  position: relative;
}
@media screen and (max-width: 1680px) {
  .hero-flexbox .hero-image-col {
    margin-right: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.hero-flexbox .hero-image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 676/451;
}
.hero-flexbox .hero-map-col {
  flex: 0 0 56.3333333333%;
  padding: 0;
}
.hero-flexbox .hero-map-col #map {
  height: 100%;
  color: #1E3D4D;
  --fg-color: #1E3D4D;
}
.hero-flexbox .hero-map-col #map .gm-style-iw-chr button {
  height: 30px !important;
}
.hero-flexbox .hero-map-col #map .heading {
  margin-top: 0;
  font-size: 1.1875rem;
}
.hero-flexbox .hero-map-col #map .address {
  margin-bottom: 10px;
}
.hero-flexbox .hero-map-col #map .link {
  font-weight: 600;
}
.hero-flexbox .hero-contact-content-col {
  margin-left: 8.5833333333%;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 24px;
  min-height: 343px;
  align-self: center;
  text-align: left;
}
.hero-flexbox .hero-contact-content-col h1, .hero-flexbox .hero-contact-content-col .h1 {
  font-size: 3.875rem;
}
.hero-flexbox .hero-contact-content-col .hero-title {
  padding-top: 0;
}
.hero-flexbox .hero-contact-content-col .hero-links-list li {
  flex: 0 0 100%;
}

.hero-quote-box {
  flex: 0 0 100%;
  position: relative;
  background: #F8F8F7;
  padding: 31px 42px;
  text-align: center;
  color: #1E3D4D;
  max-width: 492px;
  margin: 0 auto;
}
.hero-quote-box blockquote {
  margin: 0;
  border-width: 2px 0;
  padding: 33px 0 30px;
}
.hero-quote-box blockquote p {
  font-size: 1.75rem;
  line-height: 1.3;
  letter-spacing: 0;
}
.hero-quote-box blockquote cite {
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 6px 0 0;
  padding: 0;
}

.hero-single-post .hero-content-outer {
  min-height: 423px;
}
.hero-single-post .hero-content {
  text-align: left;
  padding: 40px 0 20px;
}
.hero-single-post .hero-title {
  font-size: 3.1875rem;
  padding-top: 5px;
}

.hero-with-filters .selectric .label {
  color: #FFFFFF;
}
.hero-with-filters .selectric .button::after {
  background: #FFFFFF;
}
.hero-with-filters .hero-with-filters-row {
  min-height: 270px;
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  padding: 20px 0 24px;
}
.hero-with-filters .hero-filters-col {
  flex: 1 1 100%;
  max-width: 790px;
}
@media (min-width: 1200px) {
  .hero-with-filters #hero-filters-collapse {
    display: block !important;
  }
}

.hero-insights .hero-filters-col {
  max-width: 900px;
}

.hero-filters {
  position: relative;
  padding: 6px 0 0;
}
.hero-filters .filters-row {
  display: flex;
  --col-gap: 26px;
  gap: 20px var(--col-gap);
  justify-content: flex-end;
}
.hero-filters .filter-col {
  min-width: 0;
  flex: 0 0 calc(25% - 0.75 * var(--col-gap));
  position: relative;
}
.hero-filters .filter-col.hide-first-option select option:first-child,
.hero-filters .filter-col.hide-first-option .selectric-items ul li:first-child {
  display: none;
}
.hero-insights .hero-filters .filters-row {
  --col-gap: 30px;
}
.hero-insights .hero-filters .filter-col {
  flex-basis: calc((100% - 74px) / 4 - var(--col-gap));
}
.hero-insights .hero-filters .year-filter-col {
  flex: 0 0 74px;
}
.hero-filters .selectric {
  border-color: #788B94;
}
.hero-filters input[type=text],
.hero-filters input[type=search] {
  background: transparent;
  border: 0;
  line-height: 28px;
  border-bottom: 2px solid #788B94;
  padding: 4px 30px 0 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  width: 100%;
  font-weight: 400;
  outline: 0;
}
.hero-filters input[type=text]::-moz-placeholder, .hero-filters input[type=search]::-moz-placeholder {
  font-weight: 400;
}
.hero-filters input[type=text]::placeholder,
.hero-filters input[type=search]::placeholder {
  font-weight: 400;
}
.hero-filters .submit-btn,
.hero-filters .clear-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.hero-filters .submit-btn svg,
.hero-filters .clear-btn svg {
  display: block;
  width: 18px;
}
.hero-filters .submit-btn {
  cursor: default;
  pointer-events: none;
}
.hero-filters .clear-btn {
  display: none;
}
.hero-filters .selectric-filter-alpha .selectric-scroll ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-filters .selectric-filter-alpha .selectric-scroll ul li {
  min-width: 0;
  flex-grow: 1;
}
.hero-filters .selectric-filter-alpha .selectric-scroll ul li:first-child {
  flex: 0 0 100%;
}

.active-filters-bar-wrap {
  display: none;
}
.active-filters-bar-wrap.default-show {
  display: block;
}

.active-filters-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D5D5D5;
}
.active-filters-bar .active-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.active-filters-bar .active-filter-buttons button {
  display: flex;
  align-items: center;
  color: #1E3D4D;
  text-align: left;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  gap: 4px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 6px 15px;
  border: 1px solid transparent;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.active-filters-bar .active-filter-buttons button:hover {
  border-color: #D5D5D5;
  box-shadow: none;
  text-decoration: underline;
}
.active-filters-bar .active-filter-buttons button:after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  transform: translateY(-1px);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAzODQgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuNS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTM3KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICMxZTNkNGQ7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNDIuNiwxNTAuNmMxMi41LTEyLjUsMTIuNS0zMi44LDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMsMGwtMTA1LjMsMTA1LjQtMTA1LjQtMTA1LjNjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMywwcy0xMi41LDMyLjgsMCw0NS4zbDEwNS40LDEwNS4zLTEwNS4zLDEwNS40Yy0xMi41LDEyLjUtMTIuNSwzMi44LDAsNDUuM3MzMi44LDEyLjUsNDUuMywwbDEwNS4zLTEwNS40LDEwNS40LDEwNS4zYzEyLjUsMTIuNSwzMi44LDEyLjUsNDUuMywwczEyLjUtMzIuOCwwLTQ1LjNsLTEwNS40LTEwNS4zLDEwNS4zLTEwNS40WiIvPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: contain;
}

.clear-filter-btn-wrap {
  padding-left: 30px;
  flex-shrink: 0;
}

.clear-filter-btn {
  display: flex;
  align-items: center;
  color: #1E3D4D;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  gap: 4px;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 6px 15px;
  border: 1px solid transparent;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.clear-filter-btn .btn-label {
  padding-top: 2px;
}
.clear-filter-btn .btn-icon svg {
  height: 13px;
  width: auto;
  display: block;
}
.clear-filter-btn .btn-icon svg path {
  fill: currentColor;
}
.clear-filter-btn:hover {
  border-color: #D5D5D5;
  box-shadow: none;
  text-decoration: underline;
}

.hero-searchform {
  max-width: 440px;
  margin: 11px auto 23px;
  position: relative;
}
.hero-searchform .keyword {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  padding: 5px 60px 5px 1px;
  outline: 0;
}
.hero-searchform button {
  position: absolute;
  top: 0;
  padding: 3px 3px;
}
.hero-searchform button svg {
  width: auto;
  height: 17px;
}
.hero-searchform button svg path {
  fill: #FFFFFF;
}
.hero-searchform .submit {
  right: 3px;
}
.hero-searchform .clear-field {
  right: 33px;
  display: none;
}
.hero-searchform .clear-field.default-show {
  display: block;
}
.hero-searchform .predictive-search-results {
  position: absolute;
  inset: 100% 0 auto;
}

.hero-filter-collapse-btn {
  display: inline-flex;
  color: #FFFFFF;
  align-items: center;
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  font-weight: 400;
  vertical-align: top;
  margin-top: 9px;
}
.hero-filter-collapse-btn .btn-label {
  padding-top: 2px;
}
.hero-filter-collapse-btn .btn-icon {
  flex-shrink: 0;
  margin-left: 7px;
}
.hero-filter-collapse-btn .btn-icon svg {
  display: block;
  width: auto;
  height: 14px;
}
.hero-filter-collapse-btn .btn-icon svg path {
  fill: currentColor;
}
.hero-filter-collapse-btn .btn-icon .icon-plus {
  display: none;
}
.hero-filter-collapse-btn.collapsed .btn-icon .icon-plus {
  display: block;
}
.hero-filter-collapse-btn.collapsed .btn-icon .icon-minus {
  display: none;
}

.hero-member {
  position: relative;
}
.hero-member .single-team-hero-bg {
  position: absolute;
  inset: 0;
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
}
@media screen and (max-width: 1680px) {
  .hero-member .single-team-hero-bg {
    margin-left: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.hero-member .single-team-hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-member .single-team-hero-bg::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0) 60%);
}
.hero-member .hero-content-member {
  position: relative;
  min-height: 539px;
  display: flex;
  align-items: center;
}
.hero-member .hero-icon-links {
  display: flex;
  align-items: center;
  margin-top: 43px;
  gap: 14px;
}
.hero-member .hero-icon-links a {
  width: 32px;
  height: 32px;
  background: #F7F7F7;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  transform: translateY(0.001px);
}
.hero-member .hero-icon-links a svg {
  height: 16px;
}
.hero-member .hero-icon-links a svg path {
  fill: #1E3D4D;
}
.hero-member .hero-icon-links a:hover {
  transform: translateY(-4px);
  background: #1E3D4D;
}
.hero-member .hero-icon-links a:hover svg path {
  fill: #FFFFFF;
}
.hero-member .hero-content-inner {
  flex: 1 1 100%;
  padding: 50px 35% 30px 0;
  min-width: 0;
}
.hero-member .hero-title {
  margin: 0 0 26px;
}
.hero-member .hero-sub-title {
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 49px;
}
.hero-member .member-hero-links-list {
  font-size: 1rem;
  line-height: normal;
  font-weight: 500;
}
.hero-member .member-hero-links-list li {
  margin: 7px 0 0;
}
.hero-member .member-hero-links-list strong {
  margin-right: 7px;
}
.hero-member .member-hero-links-list a {
  text-decoration: none;
}
.hero-member .member-hero-links-list a span {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.25s ease-out;
}
.hero-member .member-hero-links-list a:hover span {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.sticky-onpage-nav {
  background: #061E2B;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.sticky-onpage-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -23px;
}
.sticky-onpage-nav li {
  min-width: 0;
}
.sticky-onpage-nav a {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 500;
  padding: 21px 25px 17px;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.sticky-onpage-nav a.active {
  background: rgba(0, 0, 0, 0.8);
}
.sticky-onpage-nav a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.sticky-onpage-nav .anchor-nav-toggle {
  color: #FFFFFF;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  padding: 19px 0 14px;
  position: relative;
  width: 100%;
  text-align: left;
}
.sticky-onpage-nav .anchor-nav-toggle::after {
  content: "";
  background: #FFFFFF;
  -webkit-mask: var(--arrow-right-sharp) no-repeat;
  mask: var(--arrow-right-sharp) no-repeat;
  -webkit-mask-size: auto 24px;
  mask-size: auto 24px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  top: 20px;
  transform: rotate(90deg);
}

@media (max-width: 1199.98px) {
  .hero-content-outer {
    min-height: 176px;
  }
  .hero-title {
    font-size: 3.0625rem;
    padding: 0;
  }
  .hero-sub-title {
    font-size: 0.875rem;
    margin-top: 1px;
  }
  .hero-with-filters .hero-with-filters-row {
    min-height: 176px;
    padding: 66px 0 19px;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0 30px;
  }
  .hero-with-filters .hero-filters-col {
    flex: 0 0 100%;
    max-width: none;
  }
  .hero-with-filters .hero-title {
    font-size: 2.75rem;
  }
  .hero-filters {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    gap: 25px;
    padding: 24px 0 45px;
  }
  .hero-filters .filters-row {
    flex-wrap: wrap;
    row-gap: 44px;
  }
  .hero-filters .submit-filter-btn-wrap {
    flex-shrink: 0;
  }
  .hero-filters .btn-apply-filters {
    white-space: nowrap;
    padding: 11px 22px 8px;
  }
  .hero-filters .filter-col {
    order: 2;
    flex-basis: calc(50% - 0.5 * var(--col-gap));
  }
  .hero-filters .filter-col:last-child {
    order: 0;
    flex: 0 0 100%;
  }
  .hero-filters .filter-col.order-first-on-mobile {
    order: -1;
    flex: 0 0 100%;
  }
  .hero-insights .hero-filters .filter-col {
    flex-basis: calc((100% - 74px) / 3 - var(--col-gap));
  }
  .hero-insights .hero-filters .year-filter-col {
    flex: 0 0 74px;
  }
  .hero-insights .hero-filters .filter-col:last-child {
    flex-basis: 100%;
  }
  .clear-filter-btn-wrap {
    margin: 0;
    inset: auto 0 0 auto;
  }
  .hero-flexbox {
    min-height: 249px;
  }
  .hero-flexbox .headshot-col {
    margin-left: calc(var(--container-padding-x) * -1);
    flex-basis: 345px;
  }
  .hero-flexbox .hero-member-content-col {
    margin-left: 50px;
    min-height: 331px;
    padding: 43px 0 28px;
  }
  .hero-flexbox .hero-left-col {
    margin-left: 0;
    padding-left: 0;
  }
  .hero-flexbox .hero-quote-col {
    margin-right: calc(var(--container-padding-x) * -1);
    flex-basis: 419px;
    padding: 35px 27px;
  }
  .hero-flexbox .hero-map-col {
    margin-left: calc(var(--container-padding-x) * -1);
    flex-basis: 415px;
  }
  .hero-flexbox .hero-image-col {
    margin-right: calc(var(--container-padding-x) * -1);
    flex-basis: 397px;
  }
  .hero-flexbox .hero-content-col {
    text-align: left;
  }
  .hero-flexbox .hero-content-col .hero-title {
    font-size: 2.5rem;
  }
  .hero-flexbox .hero-contact-content-col {
    min-height: 331px;
    margin-left: 42px;
    padding: 48px 0 30px;
  }
  .hero-flexbox .hero-contact-content-col .hero-links-list {
    gap: 29px;
  }
  .hero-flexbox .hero-contact-content-col .hero-links-list li {
    order: 2;
  }
  .hero-flexbox .hero-contact-content-col .hero-links-list li:last-child {
    order: 1;
  }
  .hero-flexbox .hero-contact-content-col .link-w-icon {
    font-size: 1.0625rem;
    line-height: 1.35;
  }
  .hero-flexbox .hero-contact-content-col .link-w-icon .link-icon {
    align-self: flex-start;
    padding-top: 0.3529411765em;
  }
  .hero-member .single-team-hero-bg {
    display: none;
  }
  .hero-member .hero-headshot {
    margin-left: calc(var(--container-padding-x) * -1);
    flex: 0 0 52.6525198939%;
  }
  .hero-member .hero-headshot img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hero-member .hero-content-member {
    min-height: 0;
    align-items: stretch;
    gap: 40px;
  }
  .hero-member .hero-title {
    font-size: 2.75rem;
    margin: 0 0 7px;
  }
  .hero-member .hero-sub-title {
    font-size: 1rem;
    margin: 0 0 42px;
  }
  .hero-member .hero-content-inner {
    padding: 56px 0 35px;
  }
  .hero-member .member-hero-links-list li {
    margin-top: 24px;
  }
  .hero-member .hero-icon-links {
    margin-top: 37px;
    gap: 21px;
  }
  .hero-member .hero-icon-links a {
    width: 41px;
    height: 41px;
    line-height: 41px;
  }
  .hero-contact-flexbox {
    min-height: 331px;
  }
  .title-center-wrapper {
    padding-top: 18px;
    padding-bottom: 23px;
  }
  .title-center-wrapper::before {
    width: 61px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .title-center-wrapper {
    text-align: left;
  }
  .title-center-wrapper::before {
    left: 0;
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .hero-links-list {
    padding-top: 20px;
    -moz-column-gap: 34px;
    column-gap: 34px;
    line-height: 1.625rem;
  }
  .hero-quote-box {
    padding: 30px;
  }
  .hero-quote-box blockquote p {
    font-size: 1.3125rem;
  }
  .hero-quote-box blockquote cite {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .hero-searchform {
    margin: -3px auto 5px;
  }
  .sticky-onpage-nav ul {
    gap: 0 23px;
  }
  .sticky-onpage-nav a {
    padding: 21px 25px 14px;
  }
}
@media (max-width: 767.98px) {
  .hero-content-outer {
    min-height: 141px;
  }
  .hero-with-filters .hero-title,
  .hero-title {
    font-size: 2.375rem;
  }
  .hero-with-filters .hero-with-filters-row {
    display: block;
    text-align: center;
    min-height: 167px;
    padding: 45px 0 24px;
  }
  .clear-filter-btn-wrap {
    inset: auto auto 0 50%;
  }
  .hero-filter-collapse-btn {
    font-size: 1.125rem;
    margin-top: 8px;
  }
  .hero-filter-collapse-btn .btn-label {
    padding-top: 4px;
  }
  .hero-filter-collapse-btn .btn-icon svg {
    height: 15px;
  }
  .hero-filters {
    display: block;
    max-width: 316px;
    margin: 0 auto;
    padding: 31px 0 45px;
    gap: 0;
  }
  .hero-filters .filters-row {
    gap: 35px 0;
  }
  .hero-filters .filter-col {
    flex: 0 0 100% !important;
  }
  .hero-filters .selectric-wrapper {
    text-align: left;
  }
  .hero-filters .submit-filter-btn-wrap {
    padding-top: 40px;
    text-align: left;
  }
  .hero-flexbox {
    display: block;
    min-height: 0;
    text-align: center;
  }
  .hero-flexbox .headshot-col {
    display: none;
  }
  .hero-flexbox .hero-member-content-col {
    margin: 0;
    padding: 46px 0 60px;
    display: block;
  }
  .hero-flexbox .hero-member-content-col .hero-sub-title {
    margin: 12px 0 0;
    font-size: 0.9375rem;
  }
  .hero-flexbox .hero-member-content-col .hero-title-wrapper {
    text-align: center;
    padding: 0 0 33px;
  }
  .hero-flexbox .hero-member-content-col .hero-mobile-headshot-wrap {
    max-width: 345px;
    margin: 0 auto;
    padding: 0 0 43px;
  }
  .hero-flexbox .hero-member-content-col .hero-mobile-headshot-wrap img {
    width: 100%;
    display: block;
  }
  .hero-flexbox .hero-content-col {
    min-height: 141px;
    padding: 57px 0 46px;
    text-align: center;
  }
  .hero-flexbox .hero-content-col .hero-title {
    text-align: center;
  }
  .hero-flexbox .hero-image-col {
    display: none;
  }
  .hero-flexbox .hero-image-col.display-on-mobile {
    display: block;
    margin: 0 calc(var(--container-padding-x) * -1);
  }
  .hero-flexbox .hero-quote-col {
    margin: 0 calc(var(--container-padding-x) * -1);
    padding: 38px 25px;
  }
  .hero-contact-flexbox {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .hero-contact-flexbox .hero-content-col {
    flex: 0 0 100%;
    order: 2;
    margin: 0;
  }
  .hero-contact-flexbox .hero-content-col {
    order: 1;
    display: block;
    text-align: center;
    padding: 42px 0 31px;
  }
  .hero-contact-flexbox .hero-content-col .hero-title {
    margin-bottom: 20px;
    font-size: 2.75rem;
  }
  .hero-contact-flexbox .hero-content-col .hero-links-list {
    gap: 27px;
  }
  .hero-contact-flexbox .hero-content-col .link-w-icon {
    justify-content: center;
    max-width: 225px;
    text-decoration: none;
  }
  .hero-contact-flexbox .hero-map-col {
    display: none;
  }
  .hero-member .hero-content-member {
    display: block;
  }
  .hero-member .hero-headshot {
    margin: 0 calc(var(--container-padding-x) * -1);
  }
  .hero-member .hero-content-inner {
    text-align: center;
  }
  .hero-member .hero-icon-links {
    justify-content: center;
  }
  .hero-quote-box {
    padding: 42px 29px;
  }
  .hero-quote-box blockquote cite {
    font-size: 0.875rem;
    margin-top: 19px;
  }
  .hero-links-wrapper::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-links-list {
    justify-content: center;
    padding-top: 18px;
  }
  .hero-links-list:nth-child(2) {
    padding-top: 38px;
  }
  .title-center-wrapper {
    margin-top: 20px;
  }
  .hero-searchform {
    max-width: 283px;
    margin-bottom: 0;
  }
  .sticky-onpage-nav ul {
    display: none;
    background: #061E2B;
    gap: 0;
    position: absolute;
    inset: 100% 0 auto;
    margin: 0;
  }
  .sticky-onpage-nav ul li {
    flex: 0 0 100%;
  }
  .sticky-onpage-nav ul.expanded {
    display: block;
  }
}
.insight-slider-band {
  background: #ECECEC;
  padding: 136px 0 128px;
}

.insight-slide-item {
  border-left: 2px solid #DEC48A;
  padding: 8px 0 4px 29px;
  height: 100%;
}
.insight-slide-item a {
  text-decoration: none;
  display: block;
  color: #1E3D4D;
}
.insight-slide-item .item-meta {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: -0.011em;
  margin: 0 0 10px;
}
.insight-slide-item .item-title {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: all 0.25s ease-out;
}
.insight-slide-item a:hover .item-title {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.home-latest-posts-band {
  background: #ECECEC;
  padding: 67px 0 92px;
}
.home-latest-posts-band .section-title {
  font-size: 2.875rem;
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 33px 20px 10px 0;
}
.home-latest-posts-band .splide__track {
  margin: 0 -5px;
}
.home-latest-posts-band .splide__slide {
  padding: 5px;
}

@media (max-width: 1199.98px) {
  .insight-slider-band {
    padding: 59px 0 47px;
  }
  .insight-slide-item {
    padding: 11px 0 10px 20px;
  }
  .insight-slide-item .item-meta {
    font-size: 0.8125rem;
    margin: 0 0 12px;
  }
  .insight-slide-item .item-title {
    font-size: 1.125rem;
    line-height: 1.37;
  }
  .home-latest-posts-band {
    padding: 63px 0 59px;
  }
  .home-latest-posts-band .section-title {
    font-size: 2.5625rem;
    margin-top: 0;
  }
  .home-latest-posts-band .col-header {
    display: flex;
    padding: 0;
    justify-content: space-between;
  }
  .home-latest-posts-band .col-header .splide__arrows {
    margin: 8px -24px 0 0;
  }
}
@media (max-width: 767.98px) {
  .insight-slider-band {
    text-align: center;
    padding-bottom: 60px;
  }
  .insight-slider-band .col-header {
    padding: 0;
  }
  .insight-slider-band .section-title {
    padding: 0 0 27px;
  }
  .insight-slider-band .section-title::after {
    content: "";
    width: 126px;
    height: 2px;
    background: #DEC48A;
    display: block;
    margin: 23px auto 0;
  }
  .insight-slider-band .insight-slider.is-overflow {
    padding-bottom: 64px;
    position: relative;
  }
  .insight-slider-band .splide__arrows {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .insight-slide-item {
    border: 0;
    padding: 0;
  }
  .insight-slide-item .item-title {
    font-size: 1.1875rem;
    line-height: 1.5789473684;
  }
  .home-latest-posts-band {
    padding: 58px 0 45px;
  }
  .home-latest-posts-band .insight-slider {
    padding: 0 0 54px;
    gap: 15px;
  }
  .home-latest-posts-band .insight-slider .col-header {
    display: block;
  }
  .home-latest-posts-band .insight-slider .col-header .splide__arrows {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .home-latest-posts-band .insight-slider .section-title {
    margin: 0;
    text-align: center;
  }
}
.slabtexted .slabtext {
  display: -moz-inline-box;
  display: inline-block;
  white-space: nowrap;
}

.slabtextinactive .slabtext {
  display: inline;
  white-space: normal;
  font-size: 1em !important;
  letter-spacing: inherit !important;
  word-spacing: inherit !important;
  *letter-spacing: normal !important;
  *word-spacing: normal !important;
}

.slabtextdone .slabtext {
  display: block;
}

.cta-carousel-band {
  background: #1E3D4D;
  overflow: hidden;
}
.cta-carousel-band .band-inner {
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
  position: relative;
}
@media screen and (max-width: 1680px) {
  .cta-carousel-band .band-inner {
    margin-left: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.cta-carousel-band .cta-heading-wrap {
  position: absolute;
  width: 54.5454545455%;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 40px 0 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 87.37%);
  min-height: 174px;
  display: flex;
  align-items: flex-end;
}
.cta-carousel-band .cta-heading {
  font-family: "poppins", sans-serif;
  margin: 0;
  line-height: 0.48;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  width: 101%;
}
.cta-carousel-band .cta-slider {
  position: relative;
}
.cta-carousel-band .cta-band-buttons-wrap {
  position: absolute;
  left: 54.5454545455%;
  right: 0;
  bottom: 100px;
  padding-left: 72px;
  display: flex;
  align-items: center;
}
@media (min-width: 1680px) {
  .cta-carousel-band .cta-band-buttons-wrap {
    right: -69px;
  }
}
.cta-carousel-band .splide-pagination-wrap {
  display: flex;
  margin-left: auto;
  gap: 12px;
}
.cta-carousel-band .splide__pagination {
  padding: 0;
}
.cta-carousel-band .splide__pagination li button {
  border: 1px solid #FFFFFF;
  background: transparent;
  width: 12px;
  opacity: 1;
}
.cta-carousel-band .splide__pagination li button:hover, .cta-carousel-band .splide__pagination li button.is-active {
  background: #FFFFFF;
}
.cta-carousel-band .splide__toggle {
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  line-height: 23px;
  flex-shrink: 0;
}
.cta-carousel-band .splide__toggle svg {
  width: auto;
  height: 12px;
}
.cta-carousel-band .splide__toggle svg path {
  fill: #FFFFFF;
}
.cta-carousel-band .splide__toggle .splide__toggle__play svg {
  margin-left: 2px;
}
.cta-carousel-band .splide__toggle:hover {
  background: #FFFFFF;
}
.cta-carousel-band .splide__toggle:hover svg path {
  fill: #CE1F2E;
}
.cta-carousel-band .splide, .cta-carousel-band .splide__track {
  overflow: visible;
}

.cta-slide-item {
  display: flex;
  height: 100%;
}
.cta-slide-item .slide-image {
  flex: 0 0 54.5454545455%;
}
.cta-slide-item .slide-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 720/434;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta-slide-item .slide-text {
  flex: 1 1 100%;
  min-width: 0;
  padding: 122px 0 163px 72px;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 500;
  align-self: flex-start;
}
.cta-slide-item .slide-text > :last-child {
  margin-bottom: 0;
}
.cta-slide-item .slide-title {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.35;
  margin: 0 0 11px 0;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cta-slide-item .slide-title {
    margin-right: -40px;
  }
}

@media (max-width: 1199.98px) {
  .cta-carousel-band .band-inner {
    margin-left: calc(var(--container-padding-x) * -1);
  }
  .cta-carousel-band .cta-band-buttons-wrap {
    display: block;
    padding-left: 35px;
    bottom: 37px;
    left: 417px;
  }
  .cta-carousel-band .cta-band-buttons-wrap .splide-pagination-wrap {
    padding-top: 20px;
  }
  .cta-carousel-band .cta-band-buttons-wrap .splide__pagination {
    gap: 12px;
  }
  .cta-carousel-band .cta-heading-wrap,
  .cta-slide-item .slide-image {
    width: 417px;
    flex-basis: 417px;
  }
  .cta-slide-item .slide-text {
    padding: 80px 0 135px 35px;
    min-height: 434px;
  }
}
@media (max-width: 767.98px) {
  .cta-carousel-band .band-inner {
    margin: 0 calc(var(--container-padding-x) * -1);
  }
  .cta-carousel-band .cta-heading-wrap {
    width: auto;
    inset: 0 0 auto;
    height: 285px;
  }
  .cta-carousel-band .cta-band-buttons-wrap {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 0 var(--container-padding-x) 46px;
    text-align: center;
  }
  .cta-carousel-band .cta-band-buttons-wrap .splide-pagination-wrap {
    justify-content: center;
    padding-top: 60px;
  }
  .cta-slide-item {
    display: block;
  }
  .cta-slide-item .slide-image {
    width: auto;
    height: 285px;
  }
  .cta-slide-item .slide-text {
    text-align: center;
    padding: 70px var(--container-padding-x) 30px;
    min-height: 0;
  }
}
#site-main {
  position: relative;
  z-index: 5;
}

.main-page-content {
  padding: 80px 0 90px;
}

.page-content-wrap {
  max-width: 1041px;
  margin: 0 auto;
}

.twocol-main-page-content {
  padding: 72px 0 75px;
}

.content-with-sidebar {
  display: flex;
  justify-content: space-between;
}
.content-with-sidebar .content-col {
  flex: 0 0 65.3333333333%;
  min-width: 0;
}
.content-with-sidebar .sidebar {
  flex: 0 0 20.75%;
  margin-right: 6.6666666667%;
  min-width: 0;
  padding: 2px 0 0;
}
.content-with-sidebar.cws-narrow .content-col {
  flex: 0 0 70.0288184438%;
}
.content-with-sidebar.cws-narrow .sidebar {
  margin-right: 0;
  flex: 0 0 23.9193083573%;
}

.sidebar-mobile {
  padding: 0 var(--container-padding-x);
}
.sidebar-mobile:has(.widget) {
  padding-top: 79px;
  padding-bottom: 48px;
}

.experience-band {
  background: #FFFFFF;
  padding: 65px 0 81px;
}
.experience-band .accordion-item {
  border-color: #C5C5C5;
}
.experience-band .accordion-header .accordion-button {
  padding: 18px 3px 18px 0;
}
.experience-band .accordion-header .acc-btn-label {
  letter-spacing: -0.02em;
}
.experience-band .accordion-body {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .experience-band .accordion-body {
    padding: 0 2px 55px 230px;
  }
}
.experience-band .accordion:not(:has(.accordion-item:nth-child(2))) .accordion-item {
  border: 0;
}

.logo-grid {
  margin-top: 31px;
  margin-bottom: 53px;
  --bs-gutter-x: 30px;
  row-gap: 56px;
}
.logo-grid .item-logo {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.tombstone-grid {
  margin-top: 40px;
  --bs-gutter-x: 30px;
  row-gap: 30px;
}
.tombstone-grid .item-tombstone {
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #C5C5C5;
  padding: 27px 24px;
}

@media (max-width: 1199.98px) {
  .main-page-content {
    padding: 54px 0;
  }
  .twocol-main-page-content {
    padding: 50px 0 50px;
  }
  .content-with-sidebar {
    gap: 33px;
    flex-wrap: wrap;
  }
  .content-with-sidebar .content-col {
    flex: 0 0 100% !important;
    font-size: 1.125rem;
  }
  .content-with-sidebar .sidebar {
    flex: 0 0 100% !important;
    margin: 0 0;
  }
  .experience-band {
    padding: 34px 0;
  }
}
@media (max-width: 767.98px) {
  .twocol-main-page-content {
    padding: 48px 0;
  }
}
.client-stories-band {
  background: #FFFFFF;
  padding: 94px 0 139px;
}
.client-stories-band .sub-header {
  font-weight: 600;
  margin: 0 0 7px;
}

.client-story-flexbox {
  gap: 0 8.5833333333%;
}
.client-story-flexbox .col-header {
  position: relative;
  padding: 38px 0 0;
  flex: 0 0 330px;
}
.client-story-flexbox .col-header::before {
  content: "";
  position: absolute;
  border-top: 2px solid #DEC48A;
  width: 61px;
  top: 0;
  left: 0;
}
.client-story-flexbox .col-header .splide__arrows {
  margin-top: 30px;
}
.client-story-flexbox .col-slider {
  padding: 46px 0 0;
}

@media (max-width: 1199.98px) {
  .client-stories-band {
    padding: 54px 0 96px;
  }
  .client-stories-band .sub-header {
    font-size: 1.0625rem;
  }
  .client-story-flexbox {
    display: block;
    padding: 0 50px;
  }
  .client-story-flexbox .col-slider {
    padding-top: 28px;
  }
  .client-story-flexbox .col-slider .splide__arrows {
    position: absolute;
    right: -18px;
    bottom: 5px;
    text-align: right;
  }
  .client-story-flexbox .slide-content-item {
    padding-bottom: 49px;
  }
  .client-story-flexbox .slide-content-item .button-wrap {
    margin-bottom: -49px;
    padding-right: 120px;
  }
}
@media (max-width: 767.98px) {
  .client-stories-band {
    padding: 69px 0 70px;
  }
  .client-story-flexbox {
    padding: 0;
  }
  .client-story-flexbox .col-slider .splide__arrows {
    right: 0;
  }
}
.twocol-grid-flexbox {
  display: flex;
  gap: 22px 30px;
}
.twocol-grid-flexbox .col-header {
  flex: 0 0 200px;
  min-width: 0;
}
.twocol-grid-flexbox .col-content {
  flex: 1 1 100%;
  min-width: 0;
}

.items-grid {
  --bs-gutter-x: 30px;
  row-gap: 36px;
}

@media (max-width: 1199.98px) {
  .twocol-grid-flexbox {
    flex-wrap: wrap;
  }
  .twocol-grid-flexbox .col-header,
  .twocol-grid-flexbox .col-content {
    flex: 0 0 100%;
  }
  .items-grid {
    row-gap: 29px;
  }
}
.related-people-band {
  padding: 82px 0 80px;
}

.people-slider-flexbox {
  gap: 0 6.25%;
}
.people-slider-flexbox .col-header {
  flex: 0 0 226px;
  padding: 15px 0 0;
  display: flex;
  flex-direction: column;
}
.people-slider-flexbox .col-header .button-wrap {
  padding: 20px 0 16px;
  margin: auto 0 0;
}
.people-slider-flexbox .splide__slide {
  padding: 0 2px 6px;
}

@media (max-width: 1199.98px) {
  .related-people-band {
    padding: 79px 0;
  }
}
@media (max-width: 767.98px) {
  .related-people-band {
    padding: 62px 0 57px;
  }
}
.related-insights-band {
  background: #ECECEC;
  padding: 76px 0;
}

.subscribe-cta-band {
  padding: 107px 0 116px;
}

.subscribe-cta-flexbox {
  display: flex;
  position: relative;
  padding: 3px 0 0;
  gap: 0 55px;
}
.subscribe-cta-flexbox::before {
  content: "";
  position: absolute;
  width: 123px;
  top: 0;
  left: 0;
  border-top: 3px solid #CE1F2E;
}
.subscribe-cta-flexbox .heading-col {
  flex: 0 0 30.0833333333%;
  min-width: 0;
}
.subscribe-cta-flexbox .cta-band-title {
  margin: 19px 0 0;
  font-size: 2.0625rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.subscribe-cta-flexbox .content-col {
  flex: 1 1 100%;
  min-width: 0;
  padding: 27px 0 0;
  --text-margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .subscribe-cta-flexbox .content-col {
    padding-right: 73px;
  }
}

@media (max-width: 1199.98px) {
  .subscribe-cta-band {
    padding: 71px 0 79px;
  }
  .subscribe-cta-flexbox {
    gap: 30px 25px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .subscribe-cta-flexbox {
    margin-left: 11px;
  }
  .subscribe-cta-flexbox::before {
    width: 110px;
  }
}
@media (max-width: 1199.98px) {
  .subscribe-cta-flexbox .heading-col {
    flex-basis: 302px;
  }
  .subscribe-cta-flexbox .content-col {
    padding-top: 12px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 767.98px) {
  .subscribe-cta-band {
    text-align: center;
    padding: 71px 17px 73px;
  }
  .subscribe-cta-flexbox {
    display: block;
  }
  .subscribe-cta-flexbox::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .subscribe-cta-flexbox .cta-band-title {
    font-size: 1.75rem;
  }
  .subscribe-cta-flexbox .content-col {
    padding-top: 15px;
  }
}
.accolades-band {
  background: #FFFFFF;
  padding: 56px 0 53px;
}
.accolades-band .section-title {
  margin: 13px 0 7px;
}
.accolades-band .splide .splide__pagination {
  padding-top: 7px;
}
.accolades-band .splide .splide__pagination button {
  opacity: 1;
  background: #D9D9D9;
}
.accolades-band .splide .splide__pagination button.is-active {
  background: #CE1F2E;
}

.accolade-item {
  display: block;
  border-top: 2px solid #C5C5C5;
  text-align: center;
  padding: 35px 10px 5px;
  text-decoration: none;
  color: #343434;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 400;
}
.accolade-item > * {
  flex: 0 0 100%;
  min-width: 0;
}
.accolade-item p {
  margin: 9px auto 0;
  max-width: 384px;
}
.accolade-item .item-image {
  height: 109px;
  display: flex;
}
.accolade-item .item-image img {
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 1199.98px) {
  .accolade-item {
    line-height: 1.4;
  }
  .accolade-item p {
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .accolades-band .section-title {
    margin-top: 0;
  }
}
.section-proof-points {
  --flex-gap: 19px;
  --fg-color: #FFFFFF;
  margin-right: calc(var(--container-padding-x) * -1);
  margin-left: calc(var(--container-padding-x) * -1);
  margin-top: 60px;
  background-color: #1E3D4D;
  background-image: url("../images/proof-points-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1440px 228px;
  padding: 70px var(--container-padding-x) 139px;
  border-bottom: 16px solid #CE1F2E;
}
@media screen and (min-width: 1560px) {
  .section-proof-points {
    margin-right: calc((100% - 1680px + var(--site-header-width)) / 2);
    margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
  }
}
.section-proof-points .heading {
  font-size: 3.125rem;
  margin: 0 0 52px;
  text-align: center;
}
.section-proof-points .proof-points {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  gap: var(--flex-gap);
}
.section-proof-points .proof-points .proof-point {
  --flex-items: 1;
  width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--flex-gap));
}
@media (min-width: 800px) {
  .section-proof-points {
    --flex-gap: 49px;
    padding: 88px var(--container-padding-x) 90px;
  }
  .section-proof-points .heading {
    font-size: 2.75rem;
  }
  .section-proof-points .proof-points .proof-point {
    --flex-items: 2;
  }
}
@media (min-width: 1360px) {
  .section-proof-points {
    --flex-gap: 29px;
    padding: 97px var(--container-padding-x);
  }
  .section-proof-points .heading {
    text-align: left;
    font-size: 2.375rem;
    margin-bottom: 85px;
  }
  .section-proof-points .proof-points .proof-point {
    --flex-items: 4;
  }
}
@media (min-width: 1560px) {
  .section-proof-points {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.team-member-accordion {
  margin: 52px 0 7px;
}

.team-member-content {
  padding: 79px 0;
}
.team-member-content .content-row {
  display: flex;
}
.team-member-content .team-member-sidebar {
  flex: 0 0 240px;
}

.team-landing-page-content {
  padding: 60px 0 50px;
}

.team-listings {
  position: relative;
}
.team-listings.loading > * {
  opacity: 0.3;
  pointer-events: none;
}
.team-listings.loading .spinner-wrap {
  position: absolute;
  top: 5px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 1;
}

.team-listing-group {
  max-width: 1198px;
  padding: 0 0 99px;
}
.team-listing-group:last-child {
  padding-bottom: 65px;
}
.team-listing-group .listing-title {
  margin: 0;
  padding: 0 0 20px;
  font-size: 2.0625rem;
  color: #1E3D4D;
}
.team-listing-group .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 40px;
}
.team-listing-group:not(:has(.team-entry)) {
  display: none;
}

.member-testimonial-band {
  background: #1E3D4D;
  padding: 83px 0 73px;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
  --text-margin-bottom: 1.05em;
}
.member-testimonial-band .content-inner {
  max-width: 673px;
}
.member-testimonial-band .testimonial-author {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0;
  margin: 0;
  font-weight: 600;
}

.team-member-related-content-band {
  padding: 84px 0 50px;
}
.team-member-related-content-band .twocol-grid-flexbox {
  border-top: 3px solid #D5D5D5;
  padding: 42px 0 86px;
}
.team-member-related-content-band .twocol-grid-flexbox:last-child {
  padding-bottom: 0;
}

@media (max-width: 1199.98px) {
  .team-landing-page-content {
    padding: 57px 0 30px;
  }
  .team-listing-group {
    padding-bottom: 50px;
  }
  .team-listing-group .row {
    --bs-gutter-y: 30px;
  }
  .team-listing-group .listing-title {
    text-align: center;
  }
  .team-member-accordion {
    margin: 43px 0 0;
  }
  .team-member-related-content-band {
    padding: 76px 0 50px;
  }
  .team-member-related-content-band .twocol-grid-flexbox {
    padding: 19px 0 76px;
  }
}
@media (max-width: 767.98px) {
  .team-landing-page-content {
    padding: 48px 0 30px;
  }
  .team-listing-group {
    padding-bottom: 99px;
  }
  .team-listing-group:last-child {
    padding-bottom: 30px;
  }
  .team-listing-group .listing-title {
    padding-bottom: 19px;
  }
  .member-testimonial-band {
    padding: 48px 0 44px;
  }
  .team-member-related-content-band {
    padding: 69px 0 60px;
  }
}
.services-listing {
  margin: 45px 0 0;
}
.services-listing li {
  padding: 16px 0 0;
}
.services-listing li a {
  background: #FFFFFF;
  display: block;
  font-family: "operetta-12", serif;
  font-size: 1.9375rem;
  line-height: 1.1935483871;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #1E3D4D;
  padding: 18px 34px 14px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.services-listing li a::after {
  background: #1E3D4D;
  content: "";
  -webkit-mask: var(--arrow-right-long-sharp) center no-repeat;
  mask: var(--arrow-right-long-sharp) center no-repeat;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 1.1875rem;
  height: 1.1875rem;
  flex-shrink: 0;
  margin: -2px 0 0 0;
  transition: all 0.25s ease-out;
  opacity: 0;
  transform: translateX(0);
}
.services-listing li a:hover {
  background: #DEC48A;
}
.services-listing li a:hover::after {
  opacity: 1;
  transform: translateX(5px);
}

.focus-areas-page-content {
  padding: 71px 0 60px;
}
.focus-areas-page-content .page-content-wrap {
  color: #343434;
}

.focus-areas-grid {
  --bs-gutter-x: 16px;
  row-gap: 20px;
  padding: 43px 0 0;
  position: relative;
  z-index: 9;
}
@media (min-width: 1440px) {
  .focus-areas-grid .grid-col {
    width: 20%;
  }
}

.focus-area-entry {
  background: #CE1F2E;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
}
.focus-area-entry a {
  display: block;
  color: #FFFFFF;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.focus-area-entry a:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.focus-area-entry .entry-image {
  overflow: hidden;
}
.focus-area-entry .entry-image img {
  transition: all 0.25s ease-out;
  transform: scale(1);
  display: block;
  width: 100%;
}
.focus-area-entry .entry-text {
  display: flex;
  align-items: center;
}
.focus-area-entry .entry-title {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  letter-spacing: 0;
  color: inherit;
  margin: 0;
  padding: 0;
  flex: 1 1 100%;
  min-width: 0;
}
.focus-area-entry .entry-title a {
  padding: 17px 10px 14px 22px;
}
.focus-area-entry .entry-title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.focus-area-entry .entry-icon {
  border-radius: 50%;
  border: 2px solid transparent;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  text-align: center;
  margin-right: 17px;
  transition: all 0.25s ease-out;
}
.focus-area-entry .entry-icon:hover {
  border-color: #FFFFFF;
}
.focus-area-entry .entry-icon svg {
  height: 24px;
  width: auto;
  display: block;
  margin: 1.5px auto;
}
.focus-area-entry .entry-icon svg path {
  fill: #FFFFFF;
}
.focus-area-entry:has(.entry-title a:hover) .entry-image img {
  transform: scale(1.06);
}
.focus-area-entry ul {
  position: absolute;
  inset: 100% 0 auto;
  background: #CE1F2E;
  padding: 9px 0 15px;
  transition: all 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: scale(1, 0);
  transform-origin: top center;
  z-index: 99;
}
.focus-area-entry li a {
  padding: 8px 19px 8px;
}
.focus-area-entry li a:hover {
  background: #770E18;
}
.focus-area-entry.expanded ul, .focus-area-entry:focus-within ul {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.focus-area-entry.has-children .entry-title a::before {
  z-index: 1;
}
.focus-area-entry.has-children .entry-icon {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.focus-area-entry:not(.has-children):hover .entry-icon {
  border-color: #FFFFFF;
}

@media (min-width: 768px) {
  .single-focus-area-content-wrap .anchor-content {
    display: block !important;
  }
  .single-focus-area-content-wrap > .accordion-item {
    border: 0;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1199.98px) {
  .focus-areas-page-content .page-content-wrap {
    max-width: 641px;
    margin: 0 auto;
  }
  .focus-areas-grid-outer {
    max-width: 743px;
    margin: 0 auto;
  }
  .focus-areas-grid {
    padding-top: 38px;
    --bs-gutter-x: 31px;
    row-gap: 31px;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .focus-areas-page-content {
    padding: 27px 0 45px;
  }
  .focus-areas-page-content .container-xxl {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
  }
  .focus-areas-page-content .container-xxl > * {
    flex: 0 0 100%;
    min-width: 0;
    order: 0;
  }
  .focus-areas-page-content .container-xxl .page-content-wrap {
    order: 1;
  }
  .focus-areas-grid {
    padding: 0;
    row-gap: 12px;
  }
  .focus-area-entry .entry-image {
    display: none;
  }
  .focus-area-entry .entry-title a {
    padding-left: 20px;
  }
  .focus-area-entry .entry-icon {
    margin-right: 12px;
  }
  .single-focus-area-content-wrap {
    padding: 43px var(--container-padding-x);
  }
  .single-focus-area-content-wrap .anchor-content {
    padding: 0;
    background: transparent;
  }
  .single-focus-area-content-wrap .anchor-content .container-xxl {
    padding: 0;
  }
  .single-focus-area-content-wrap .section-title,
  .single-focus-area-content-wrap .anchor-content-title {
    display: none;
  }
  .single-focus-area-content-wrap .col-content,
  .single-focus-area-content-wrap .content-with-sidebar {
    background: transparent;
    padding: 0 0 40px;
  }
  .single-focus-area-content-wrap .related-insights-band {
    padding: 0;
    background: transparent;
  }
  .single-focus-area-content-wrap .anchor-content {
    scroll-margin-top: 137px;
  }
  .experience-band .accordion-header {
    font-size: 1.375rem;
  }
  .experience-band .accordion-item:first-child {
    border-top: 0;
  }
  .experience-band .accordion-item:last-child {
    border-bottom: 0;
    margin-bottom: 30px;
  }
}
.contact-page-content {
  padding: 58px 0;
}
.contact-page-content .content-with-sidebar .sidebar {
  flex: 0 0 23%;
  padding: 0 !important;
}

.form-box {
  background: #FFFFFF;
  border-top: 7px solid #CE1F2E;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 38px 49px 53px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
}
.form-box strong {
  font-size: 1em;
}
.form-box p {
  margin: 0 0 10px;
}
.form-box .heading-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 10px;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0 0 19px;
}
.form-box .heading-wrap p {
  margin: 0;
}
.form-box .form-box-title {
  margin: 0;
  font-family: "poppins", sans-serif;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0;
}
.form-box .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 28px;
}
@media (max-width: 1199.98px) {
  .contact-page-content {
    padding: 44px 0 50px;
  }
  .contact-page-content .content-with-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
  }
  .contact-page-content .content-with-sidebar .content-col,
  .contact-page-content .content-with-sidebar .sidebar {
    flex: 0 0 100%;
    order: 2;
  }
  .contact-page-content .content-with-sidebar .sidebar {
    order: 1;
    display: none;
  }
  .form-box {
    font-size: 0.8125rem;
    padding: 40px 40px 58px;
  }
  .form-box .heading-wrap {
    padding-bottom: 33px;
  }
  .form-box .row {
    --bs-gutter-y: 35px;
  }
}
@media (max-width: 767.98px) {
  .contact-page-content {
    padding: 0;
  }
  .contact-page-content .container-xxl {
    padding: 0;
  }
  .form-box {
    padding: 40px 24px 65px;
  }
  .form-box .heading-wrap {
    padding-bottom: 33px;
  }
  .form-box .row {
    --bs-gutter-y: 33px;
  }
  .form-box .wpcf7-not-valid-tip {
    margin-bottom: -0.5em;
    padding-top: 5px;
  }
  #map-mobile {
    height: 312px;
    color: #1E3D4D;
    --fg-color: #1E3D4D;
  }
  #map-mobile .gm-style-iw-chr button {
    height: 30px !important;
  }
  #map-mobile .heading {
    margin-top: 0;
  }
  #map-mobile .address {
    margin-bottom: 10px;
  }
  #map-mobile .link {
    font-weight: 600;
  }
}
.single-post-content {
  padding-bottom: 68px;
}

.single-content-bottom {
  border-top: 2px solid #CE1F2E;
  margin-top: 35px;
  padding: 46px 0 1px;
}
.single-content-bottom .row {
  --bs-gutter-x: 40px;
}

.insights-landing-page-content {
  padding: 62px 0;
}
@media (min-width: 1200px) {
  .insights-landing-page-content:has(.pagination) {
    padding-bottom: 45px;
  }
}
.insights-landing-page-content .row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 31px;
}

.post-entry {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  min-height: 325px;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 24px 24px 23px;
  text-decoration: none;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.post-entry::before {
  background: url(../img/bg-post-hover.jpg) center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1);
  transition: opacity 250ms ease-out, transform 800ms ease-out;
}
.post-entry > * {
  width: 100%;
  position: relative;
}
.post-entry .entry-sub-heading {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #CE1F2E;
  padding: 2px 0 0 24px;
  position: relative;
  transition: all 0.25s ease-out;
}
.post-entry .entry-sub-heading::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #CE1F2E;
  left: 0;
  top: 0.7692307692em;
  transition: all 0.25s ease-out;
}
.post-entry .entry-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: #1E3D4D;
  margin: 6px 0 12px;
  transition: all 0.25s ease-out;
  text-underline-offset: 2px;
}
.post-entry .entry-date {
  margin: auto 0 0;
  color: #696969;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  font-weight: 600;
  transition: all 0.25s ease-out;
}
.post-entry:hover {
  color: #FFFFFF;
}
.post-entry:hover .entry-sub-heading {
  color: #FFFFFF;
}
.post-entry:hover .entry-sub-heading::before {
  background: #FFFFFF;
}
.post-entry:hover .entry-title, .post-entry:hover .entry-date {
  color: #FFFFFF;
}
.post-entry:hover .entry-title {
  text-decoration: underline;
}
.post-entry:hover::before {
  opacity: 1;
  transform: scale(1.2);
}

.insight-posts-listing {
  position: relative;
}
.insight-posts-listing.loading > * {
  opacity: 0.3;
  pointer-events: none;
}
.insight-posts-listing.loading .spinner-wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 1;
}

.single-post-related-people {
  border-top: 2px solid #D5D5D5;
  padding: 55px 0 0;
  margin: 40px 0 72px;
}
.single-post-related-people .people-slider-flexbox {
  gap: 17px;
}
.single-post-related-people .people-slider-flexbox .col-header {
  flex-basis: 130px;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .insights-landing-page-content {
    padding: 42px 0 64px;
  }
  .insights-landing-page-content .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }
  .post-entry {
    min-height: 287px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .post-entry .entry-sub-heading {
    font-size: 0.75rem;
  }
  .post-entry .entry-title {
    font-size: 0.9375rem;
  }
  .post-entry .entry-date {
    font-size: 0.75rem;
  }
}
@media (max-width: 1199.98px) {
  .single-post-related-people .people-slider-flexbox {
    flex-wrap: wrap;
  }
  .single-post-related-people .people-slider-flexbox .col-header,
  .single-post-related-people .people-slider-flexbox .col-slider {
    flex: 0 0 100%;
    min-width: 0;
  }
  .single-post-related-people .people-slider-flexbox .col-header {
    display: flex;
    padding: 0;
    justify-content: space-between;
    flex-direction: row;
  }
  .single-post-related-people .people-slider-flexbox .col-header .splide__arrows {
    margin: 8px -24px 0 0;
  }
}
@media (max-width: 767.98px) {
  .insights-landing-page-content {
    padding: 36px 0 50px;
  }
  .insights-landing-page-content .pagination {
    margin: 0;
    justify-content: space-between;
  }
  .post-entry {
    min-height: 222px;
  }
  .post-entry .entry-sub-heading {
    font-size: 0.9375rem;
  }
  .post-entry .entry-date {
    font-size: 0.9375rem;
  }
  .single-post-related-people {
    margin: 40px 0;
    padding: 40px 0 0;
  }
  .single-post-related-people .people-slider-flexbox {
    padding: 0 0 54px;
  }
  .single-post-related-people .people-slider-flexbox .col-header {
    display: block;
    padding: 0 0 20px;
  }
  .single-post-related-people .people-slider-flexbox .col-header .section-title {
    text-align: center;
  }
  .single-post-related-people .people-slider-flexbox .col-header .splide__arrows {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.search-page-content {
  padding: 34px 0 20px;
}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375;
  gap: 24px;
  padding: 0 0 30px;
}
.search-filters .filter-label {
  font-weight: 400;
  padding: 10px 13px 6px;
}
.search-filters button {
  font-size: 1rem;
  line-height: 1.375;
  text-transform: uppercase;
  color: #1E3D4D;
  padding: 10px 13px 6px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  transition: all 0.25s ease-out, font-weight 0s;
}
.search-filters button.active {
  font-weight: 700;
  background: #FFFFFF;
  text-decoration: none;
}
.search-filters button:hover {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}

.search-results-group {
  border-top: 3px solid #D5D5D5;
  display: flex;
  padding: 16px 0 65px;
  gap: 0 30px;
}
.search-results-group .group-title {
  flex: 1 1 100%;
  min-width: 0;
  margin: 0;
}
.search-results-group .group-results {
  flex: 0 0 73.75%;
  min-width: 0;
  padding: 26px 0 0;
}
.search-results-group .group-results .row {
  --bs-gutter-x: 27px;
  --bs-gutter-y: 31px;
}
.search-results-group .group-results .team-results-row {
  --bs-gutter-y: 38px;
}
.search-results-group .group-results ul li {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 0 0 20px;
}
.search-results-group .group-results ul li:last-child {
  padding: 0;
}
.search-results-group .group-results ul li a {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.search-results-group .group-results ul li a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.search-results-group .next-page-btn-wrap {
  line-height: 1;
  position: relative;
}
.search-results-group .next-page-btn-wrap.loading button {
  opacity: 0;
  pointer-events: none;
}
.search-results-group .next-page-btn-wrap .spinner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#team.search-results-group .next-page-btn-wrap,
#insights.search-results-group .next-page-btn-wrap {
  text-align: center;
}

.search-page-content:not(:has(.search-results-group)) .not-found-message {
  display: block;
}

@media (max-width: 1199.98px) {
  .search-page-content {
    padding: 44px 0 20px;
  }
  .search-filters {
    gap: 15px;
    padding-bottom: 36px;
  }
  .search-results-group {
    padding-bottom: 50px;
    display: block;
  }
  .search-results-group .next-page-btn-wrap {
    text-align: left;
  }
  .search-results-group .group-title {
    flex: 0 0 235px;
  }
  .search-results-group .group-results {
    flex: 1 1 100%;
  }
  .search-results-group .group-results ul li {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  #team.search-results-group,
  #insights.search-results-group {
    flex-wrap: wrap;
  }
  #team.search-results-group .group-title,
  #insights.search-results-group .group-title {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .search-results-group {
    flex-wrap: wrap;
  }
  .search-results-group .group-title {
    flex: 0 0 100%;
  }
  .search-results-group .group-results {
    padding-top: 12px;
  }
  .search-filters {
    gap: 10px 17px;
    padding-bottom: 27px;
    margin-top: -17px;
    display: block;
  }
  .search-filters .filter-label {
    font-size: 1.0625rem;
    padding-left: 0;
    padding-right: 0;
  }
  .search-filters .mobile-search-filter-dropdown {
    flex: 0 1 203px;
    min-width: 0;
  }
  .search-filters .selectric {
    background: #FFFFFF;
    border: 0;
  }
  .search-filters .selectric .label {
    height: 40px;
    padding: 8px 0 0 10px;
    margin-right: 30px;
    font-weight: 600;
  }
  .search-filters .selectric .button {
    height: 40px;
    width: 24px;
    right: 6px;
  }
  .search-filters .selectric .button:after {
    background: #CE1F2E;
  }
}
.wp-block-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
  gap: 25px 15px;
}
.wp-block-image :where(figcaption) {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 1em 0;
}

.wp-block[data-align=wide] div,
.alignwide {
  position: relative;
  overflow: visible;
}
.wp-block[data-align=wide] div.has-background::before,
.alignwide.has-background::before {
  content: "";
  position: absolute;
}
.wp-block[data-align=wide] div.has-background::before,
.wp-block[data-align=wide] div .wp-block-cover__background,
.alignwide.has-background::before,
.alignwide .wp-block-cover__background {
  inset: 0 -50vw;
}
.wp-block[data-align=wide] div.has-background > *,
.alignwide.has-background > * {
  z-index: 2;
  position: relative;
}
.wp-block[data-align=wide] div.has-slate-blue-background-color::before,
.alignwide.has-slate-blue-background-color::before {
  background-color: #1E3D4D;
}
.wp-block[data-align=wide] div.has-choate-red-background-color::before,
.alignwide.has-choate-red-background-color::before {
  background-color: #CE1F2E;
}
.wp-block[data-align=wide] div.has-dark-red-background-color::before,
.alignwide.has-dark-red-background-color::before {
  background-color: #770E18;
}
.wp-block[data-align=wide] div.has-charcoal-background-color::before,
.alignwide.has-charcoal-background-color::before {
  background-color: #343434;
}
.wp-block[data-align=wide] div.has-gray-ada-background-color::before,
.alignwide.has-gray-ada-background-color::before {
  background-color: #696969;
}
.wp-block[data-align=wide] div.has-mid-gray-background-color::before,
.alignwide.has-mid-gray-background-color::before {
  background-color: #ECECEC;
}
.wp-block[data-align=wide] div.has-light-gray-background-color::before,
.alignwide.has-light-gray-background-color::before {
  background-color: #F0F0F0;
}
.wp-block[data-align=wide] div.has-lightest-gray-background-color::before,
.alignwide.has-lightest-gray-background-color::before {
  background-color: #F8F8F7;
}
.wp-block[data-align=wide] div.has-white-background-color::before,
.alignwide.has-white-background-color::before {
  background-color: #FFFFFF;
}

.has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}

.wp-block-columns.has-background.alignwide {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-columns.has-background {
  margin-top: 2em;
}

.has-background:has(+ .has-background, + .wp-block-cover) {
  margin-bottom: 0;
}

.has-background + .has-background {
  margin-top: 0;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.block-inner {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-buttons.is-content-justification-space-between {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.has-small-font-size {
  --wp--preset--font-size--small: 1rem;
}

.block-accordion {
  margin-top: 40px;
  margin-bottom: 80px;
}
.block-accordion.has-background {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-accordion.has-sand-background-color .accordion-item {
  border-color: #1E3D4D;
}
.block-accordion.has-gray-background-color .accordion-item {
  border-color: #FFFFFF;
}

h1 + .block-accordion, .h1 + .block-accordion, h2 + .block-accordion, .h2 + .block-accordion, h3 + .block-accordion, .h3 + .block-accordion, h4 + .block-accordion, .h4 + .block-accordion, h5 + .block-accordion, .h5 + .block-accordion, h6 + .block-accordion, .h6 + .block-accordion {
  margin-top: 18px;
}

.block-icon-grid {
  padding: 50px 0 128px;
}
.block-icon-grid .block-inner {
  margin: 0 -75px;
}
@media (max-width: 1536px) {
  .block-icon-grid .block-inner {
    margin: 0;
  }
}

.icon-grid-title {
  text-align: center;
  color: var(--fg-color, #1E3D4D);
  font-size: 2.25rem;
  margin: 17px 0 0;
}

.icon-grid-row {
  padding-top: 29px;
  row-gap: 62.5px;
}

.icon-grid-item {
  text-align: center;
}
.icon-grid-item .item-icon {
  background: #CE1F2E;
  width: 84px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  font-size: 31px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-out;
}
.icon-grid-item .item-title {
  font-size: 1.1875rem;
  margin: 17px 0 0;
  color: var(--fg-color, #1E3D4D);
}
.icon-grid-item a:hover .item-icon {
  transform: translateY(-5px);
}

@media (max-width: 1199.98px) {
  .block-icon-grid {
    padding: 50px 0;
  }
}
.block-wide-text-media {
  margin-top: 60px;
  margin-bottom: 92px;
}

.wide-text-media-row {
  display: flex;
  margin: 0 -82px;
  gap: 96px;
}
.wide-text-media-row .media-col {
  flex: 0 0 60.5809128631%;
}
.wide-text-media-row .media-align-left {
  margin-left: calc((100% - 1680px + var(--site-header-width)) / 2);
}
@media screen and (max-width: 1680px) {
  .wide-text-media-row .media-align-left {
    margin-left: calc((100% - (100 * var(--vw, 1vw) - var(--site-header-width))) / 2);
  }
}
.wide-text-media-row .media-align-right {
  order: 2;
  margin-right: calc((100% - 1680px + var(--site-header-width)) / 2);
}
.wide-text-media-row .text-col {
  flex: 1 1 100%;
  align-self: center;
  padding: 35px 0 25px;
  --text-margin-bottom: 0.6em;
  order: 1;
}

@media (max-width: 1199.98px) {
  .block-wide-text-media {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .wide-text-media-row {
    margin: 0;
    gap: 39px;
  }
  .wide-text-media-row .media-align-left {
    margin-left: calc(var(--container-padding-x) * -1);
  }
  .wide-text-media-row .media-align-right {
    margin-right: calc(var(--container-padding-x) * -1);
  }
  .wide-text-media-row .media-col {
    flex: 0 0 52.5198938992%;
  }
  .wide-text-media-row .text-col {
    padding: 2px 0 0;
  }
}
@media (max-width: 767.98px) {
  .wide-text-media-row {
    flex-wrap: wrap;
  }
  .wide-text-media-row .media-col {
    flex: 1 1 auto;
    margin: 0 calc(var(--container-padding-x) * -1);
  }
}
.block-square-grid {
  margin-top: 90px;
  margin-bottom: 90px;
}
.block-square-grid .block-inner {
  margin: 0 -84px;
}
@media (max-width: 1536px) {
  .block-square-grid .block-inner {
    margin: 0;
  }
}
.block-square-grid .row {
  --bs-gutter-x: 37px;
  row-gap: 36px;
}

.square-grid-title {
  text-align: center;
  font-size: 2.25rem;
  color: var(--fg-color, #1E3D4D);
  margin: 0 0 33px;
}

.square-grid-item {
  position: relative;
  height: 100%;
}
.square-grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.square-grid-item .grid-item-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 175px), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 175px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  font-size: 1.25rem;
  line-height: normal;
  font-weight: 600;
  padding: 39px 39px;
}
.square-grid-item .grid-item-overlay p {
  margin: 0;
  text-underline-offset: 4px;
}
.square-grid-item .grid-item-overlay svg {
  height: 1em;
  width: auto;
  transition: all 0.25s ease-out;
}
.square-grid-item .grid-item-overlay svg path {
  fill: currentColor;
}
.square-grid-item .grid-item-overlay .link-icon {
  padding-left: 8px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
}
.square-grid-item a:hover p {
  text-decoration: underline;
}
.square-grid-item a:hover p svg {
  transform: translateX(5px);
}

.square-grid-item.item-type-text {
  padding: 24px 13.6518771331% 30px;
  display: flex;
  align-items: center;
}
.square-grid-item.item-type-text .grid-item-inner {
  flex: 0 0 100%;
}
.square-grid-item.item-type-text.bg-blue {
  color: #FFFFFF;
  --fg-color: $white;
  --bs-body-color: $white;
  background: #1E3D4D;
}

@media (max-width: 1199.98px) {
  .block-square-grid {
    margin-top: 47px;
    margin-bottom: 47px;
  }
  .square-grid-item .grid-item-overlay {
    padding-left: 27px;
    padding-right: 24px;
  }
  .square-grid-item.item-type-text {
    padding: 25px 35px;
  }
  .square-grid-item.item-type-text h2, .square-grid-item.item-type-text .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .square-grid-item .grid-item-overlay {
    padding: 33px 27px;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  @media (max-width: 1199.98px) {
    .footer-right-col ul li {
      margin: 0 10px;
    }
    .wide-text-media-row {
      margin-top: -39px;
    }
    .wide-text-media-row > * {
      margin-top: 39px !important;
    }
    .block-square-grid .row {
      --bs-gutter-y: 36px;
    }
    .hero-member .hero-icon-links a {
      margin: 0 11px;
    }
    .focus-areas-page-content .container-xxl .page-content-wrap,
    .content-with-sidebar .sidebar {
      margin-top: 33px;
    }
    .focus-areas-grid {
      --bs-gutter-y: 12px;
    }
    .splide .splide__pagination li {
      margin: 0 5px;
    }
    .splide .splide__pagination li button {
      padding: 0;
      height: 12px;
    }
    .social-media-links li {
      margin: 0 10px;
    }
    .cta-carousel-band .cta-heading-wrap {
      top: auto;
      left: 0;
      right: 0;
      bottom: auto;
    }
    .home-latest-posts-band .insight-slider .col-content {
      margin-top: 15px;
    }
    .cta-carousel-band .splide__toggle {
      margin-left: 5px;
    }
  }
}

/*# sourceMappingURL=theme.css.map */