﻿@charset "UTF-8";
.c-skip-link {
  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;
}
.c-skip-link:focus {
  position: fixed !important;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10000;
  width: auto !important;
  height: auto !important;
  padding: 0.5rem 1rem !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: nowrap !important;
  background: #FFFFFF;
  color: #192838;
  border: 2px solid #1D75B2 !important;
  border-radius: 4px;
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Light.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Regular.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Medium.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-SemiBold.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Bold.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-ExtraBold.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Black.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-LightItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-Italic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-MediumItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-SemiBoldItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-BoldItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-ExtraBoldItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans";
  src: url("/src/fonts/PublicSans/PublicSans-BlackItalic.woff2") format("woff2"), url("/src/fonts/PublicSans/PublicSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
[class=component-] {
  margin-bottom: 1.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #445B72;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, h4, .h5, .h4, h3, .h3, h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #192838;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h5, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h5, .h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007C89;
  text-decoration: none;
}
a:hover {
  color: #004651;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 4px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

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]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #007C89;
  --bs-secondary: #1D75B2;
  --bs-success: #1F8051;
  --bs-info: #0dcaf0;
  --bs-warning: #B95026;
  --bs-danger: #D6282F;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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));
}

:root {
  --color-foreground-heading: #0D1723;
}

.c-type-display-xxl {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 24px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-xxl {
    font-size: 48px;
    line-height: 60px;
    margin-block-end: 32px;
  }
}
@media (min-width: 992px) {
  .c-type-display-xxl {
    font-size: 60px;
    line-height: 68px;
    margin-block-end: 36px;
  }
}

.c-type-display-xl {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 20px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-xl {
    font-size: 40px;
    line-height: 48px;
    margin-block-end: 24px;
  }
}
@media (min-width: 992px) {
  .c-type-display-xl {
    font-size: 48px;
    line-height: 56px;
    margin-block-end: 32px;
  }
}

.c-type-display-lg {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-lg {
    font-size: 36px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-type-display-lg {
    font-size: 40px;
    line-height: 52px;
    margin-block-end: 28px;
  }
}

.c-type-display-md {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-md {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-type-display-md {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}

.c-type-display-sm {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-sm {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-display-sm {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-type-display-xs {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-display-xs {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-display-xs {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-type-h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-h1 {
    font-size: 36px;
    line-height: 48px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-type-h1 {
    font-size: 40px;
    line-height: 52px;
    margin-block-end: 24px;
  }
}

.c-type-h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-h2 {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-type-h2 {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}

.c-type-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-h3 {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-h3 {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}

.c-type-h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  color: var(--color-foreground-heading, #0D1723);
}
@media (min-width: 768px) {
  .c-type-h4 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-h4 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-type-subtitle-md-semibold {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-subtitle-md-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-subtitle-md-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-subheading-md-regular {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-subheading-md-regular {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-subheading-md-regular {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-subheading-md-regular-cap {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-type-subheading-md-regular-cap {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-subheading-md-regular-cap {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-subheading-md-semibold {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-subheading-md-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-subheading-md-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-subheading-md-semibold-cap {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-type-subheading-md-semibold-cap {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-subheading-md-semibold-cap {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-body-lg-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-body-lg-bold {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-lg-bold {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-type-body-lg-semibold {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-body-lg-semibold {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-lg-semibold {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-type-body-lg {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-body-lg {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-lg {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-type-body-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-md {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-md {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-type-body-md-semibold {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-md-semibold {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-md-semibold {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-type-body-md-bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-md-bold {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-body-md-bold {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-type-body-sm {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-sm {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-type-body-sm {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-type-body-sm-semibold {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-sm-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-type-body-sm-semibold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-type-body-sm-bold {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-sm-bold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-type-body-sm-bold {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-type-body-xsm {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-type-body-xsm {
    font-size: 14px;
    line-height: 20px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-type-body-xsm {
    font-size: 14px;
    line-height: 20px;
    margin-block-end: 12px;
  }
}

.c-type-table-header {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-type-table-header {
    font-size: 12px;
    line-height: 20px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-table-header {
    font-size: 12px;
    line-height: 20px;
    margin-block-end: 16px;
  }
}

.c-type-table-emphasis {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-table-emphasis {
    font-size: 14px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-table-emphasis {
    font-size: 14px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-type-table-content {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-type-table-content {
    font-size: 14px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-type-table-content {
    font-size: 14px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.trim-end > :last-child {
  margin-block-end: 0;
}

@supports (margin-trim: block-end) {
  .trim-end {
    margin-trim: block-end;
  }
  .trim-end > :last-child {
    margin-block-end: revert;
  }
}
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #445B72;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  color: #445B72;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin-block-end: 12px;
  margin-top: 0;
}
@media (min-width: 768px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 20px;
    line-height: 28px;
  }
}
p:last-child {
  margin-block-end: 24px;
}
@media (min-width: 992px) {
  p {
    margin-block-end: 16px;
  }
}

h1, .h1 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 52px;
    margin-block-end: 24px;
  }
}

h2 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}

h3, .h3 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}

h4, .h5, .h4 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  h4, .h5, .h4 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  h4, .h5, .h4 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

h5 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

h6, .h6 {
  color: var(--color-foreground-heading, #0D1723);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

p:last-child {
  margin-block-end: 24px;
}

li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  li {
    font-size: 20px;
    line-height: 28px;
  }
}
li p:last-child {
  margin-block-end: 0;
}
li p:last-child:not(:first-child) {
  margin-block-end: 1.5rem;
}

a {
  color: #007C89;
  text-decoration: none;
}
a:hover, a:active {
  color: #004651;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
a.arrow-back:before {
  content: " ‹";
}
.active a {
  color: #445B72;
}
.active a:hover {
  cursor: pointer;
}
.active a:hover, .active a:focus {
  text-decoration: none;
}
.active a:focus-visible {
  outline: none;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: 600;
}

.body-copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .body-copy {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .body-copy {
    font-size: 20px;
    line-height: 28px;
  }
}

.body-copy-bold {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .body-copy-bold {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .body-copy-bold {
    font-size: 20px;
    line-height: 28px;
  }
}

.body-copy-700 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .body-copy-700 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .body-copy-700 {
    font-size: 20px;
    line-height: 28px;
  }
}

.intro-copy {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .intro-copy {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .intro-copy {
    font-size: 24px;
    line-height: 32px;
  }
}

.intro-copy-bold {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .intro-copy-bold {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .intro-copy-bold {
    font-size: 24px;
    line-height: 32px;
  }
}

.small-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .small-copy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .small-copy {
    font-size: 16px;
    line-height: 24px;
  }
}

.small-copy-bold {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .small-copy-bold {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .small-copy-bold {
    font-size: 16px;
    line-height: 24px;
  }
}

.small-copy-heavy {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .small-copy-heavy {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .small-copy-heavy {
    font-size: 16px;
    line-height: 24px;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #445B72;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #445B72;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 124, 137, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: none;
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 124, 137, 0.25), none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #007C89;
  border-color: #007C89;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 105.4, 116.45);
  border-color: rgb(0, 99.2, 109.6);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: rgb(0, 105.4, 116.45);
  border-color: rgb(0, 99.2, 109.6);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 99.2, 109.6);
  border-color: rgb(0, 93, 102.75);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #007C89;
  border-color: #007C89;
}

.btn-secondary {
  color: #fff;
  background-color: #1D75B2;
  border-color: #1D75B2;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(24.65, 99.45, 151.3);
  border-color: rgb(23.2, 93.6, 142.4);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: rgb(24.65, 99.45, 151.3);
  border-color: rgb(23.2, 93.6, 142.4);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(23.2, 93.6, 142.4);
  border-color: rgb(21.75, 87.75, 133.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #1D75B2;
  border-color: #1D75B2;
}

.btn-success {
  color: #fff;
  background-color: #1F8051;
  border-color: #1F8051;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(26.35, 108.8, 68.85);
  border-color: rgb(24.8, 102.4, 64.8);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: rgb(26.35, 108.8, 68.85);
  border-color: rgb(24.8, 102.4, 64.8);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(24.8, 102.4, 64.8);
  border-color: rgb(23.25, 96, 60.75);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #1F8051;
  border-color: #1F8051;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: none;
}
.btn-info:hover {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: rgb(49.3, 209.95, 242.25);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: rgb(61.4, 212.6, 243);
  border-color: rgb(37.2, 207.3, 241.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #fff;
  background-color: #B95026;
  border-color: #B95026;
  box-shadow: none;
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(157.25, 68, 32.3);
  border-color: rgb(148, 64, 30.4);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: rgb(157.25, 68, 32.3);
  border-color: rgb(148, 64, 30.4);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(148, 64, 30.4);
  border-color: rgb(138.75, 60, 28.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #B95026;
  border-color: #B95026;
}

.btn-danger {
  color: #fff;
  background-color: #D6282F;
  border-color: #D6282F;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(181.9, 34, 39.95);
  border-color: rgb(171.2, 32, 37.6);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: rgb(181.9, 34, 39.95);
  border-color: rgb(171.2, 32, 37.6);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(171.2, 32, 37.6);
  border-color: rgb(160.5, 30, 35.25);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #D6282F;
  border-color: #D6282F;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #007C89;
  border-color: #007C89;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007C89;
  border-color: #007C89;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #007C89;
  border-color: #007C89;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #007C89;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #1D75B2;
  border-color: #1D75B2;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #1D75B2;
  border-color: #1D75B2;
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #1D75B2;
  border-color: #1D75B2;
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #1D75B2;
  background-color: transparent;
}

.btn-outline-success {
  color: #1F8051;
  border-color: #1F8051;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #1F8051;
  border-color: #1F8051;
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #1F8051;
  border-color: #1F8051;
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #1F8051;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #B95026;
  border-color: #B95026;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #B95026;
  border-color: #B95026;
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #B95026;
  border-color: #B95026;
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #B95026;
  background-color: transparent;
}

.btn-outline-danger {
  color: #D6282F;
  border-color: #D6282F;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D6282F;
  border-color: #D6282F;
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #D6282F;
  border-color: #D6282F;
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #D6282F;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #007C89;
  text-decoration: none;
}
.btn-link:hover {
  color: #004651;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 16px;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #192838;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #192838;
}
.navbar-light .navbar-nav .nav-link {
  color: #445B72;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #192838;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #192838;
}
.navbar-light .navbar-toggler {
  color: #445B72;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23445B72' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #445B72;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #192838;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0 0;
  margin: 0;
  font-size: 1rem;
  color: #445B72;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #DDE3E6;
  border-radius: 8px;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #DDE3E6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.dropdown-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007C89;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: #DDE3E6;
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #007C89;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #DDE3E6;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 8px 8px -4px rgba(13, 20, 28, 0.03);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
.offcanvas-header .btn-close {
  padding: 0.75rem 0.75rem;
  margin-top: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid #DDE3E6;
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid #DDE3E6;
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid #DDE3E6;
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid #DDE3E6;
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.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%;
}

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-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: 32px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 32px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 24px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 24px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 24px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 24px;
}

@media (min-width: 576px) {
  .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: 32px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 32px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 24px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 24px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 24px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 24px;
  }
}
@media (min-width: 768px) {
  .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: 32px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 32px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 24px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 24px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 24px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 24px;
  }
}
@media (min-width: 992px) {
  .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: 32px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 32px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 24px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 24px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 24px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 24px;
  }
}
@media (min-width: 1200px) {
  .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: 32px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 32px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 24px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 24px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 24px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 24px;
  }
}
@media (min-width: 1400px) {
  .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: 32px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 32px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 24px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 24px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 24px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 8px 8px -4px rgba(13, 20, 28, 0.03) !important;
}

.shadow-lg {
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12) !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: 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: 1px solid #DDE3E6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #DDE3E6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #DDE3E6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #DDE3E6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #DDE3E6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007C89 !important;
}

.border-secondary {
  border-color: #1D75B2 !important;
}

.border-success {
  border-color: #1F8051 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #B95026 !important;
}

.border-danger {
  border-color: #D6282F !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.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;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.125rem !important;
}

.gap-2 {
  gap: 0.25rem !important;
}

.gap-3 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 0.75rem !important;
}

.gap-5 {
  gap: 1rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 2rem !important;
}

.gap-8 {
  gap: 3rem !important;
}

.gap-9 {
  gap: 4rem !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.125rem !important;
}

.m-2 {
  margin: 0.25rem !important;
}

.m-3 {
  margin: 0.5rem !important;
}

.m-4 {
  margin: 0.75rem !important;
}

.m-5 {
  margin: 1rem !important;
}

.m-6 {
  margin: 1.5rem !important;
}

.m-7 {
  margin: 2rem !important;
}

.m-8 {
  margin: 3rem !important;
}

.m-9 {
  margin: 4rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.mx-2 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-3 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-4 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-5 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-7 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-8 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.my-2 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-3 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-4 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-7 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-8 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.125rem !important;
}

.mt-2 {
  margin-top: 0.25rem !important;
}

.mt-3 {
  margin-top: 0.5rem !important;
}

.mt-4 {
  margin-top: 0.75rem !important;
}

.mt-5 {
  margin-top: 1rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 2rem !important;
}

.mt-8 {
  margin-top: 3rem !important;
}

.mt-9 {
  margin-top: 4rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.125rem !important;
}

.me-2 {
  margin-right: 0.25rem !important;
}

.me-3 {
  margin-right: 0.5rem !important;
}

.me-4 {
  margin-right: 0.75rem !important;
}

.me-5 {
  margin-right: 1rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.me-7 {
  margin-right: 2rem !important;
}

.me-8 {
  margin-right: 3rem !important;
}

.me-9 {
  margin-right: 4rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.125rem !important;
}

.mb-2 {
  margin-bottom: 0.25rem !important;
}

.mb-3 {
  margin-bottom: 0.5rem !important;
}

.mb-4 {
  margin-bottom: 0.75rem !important;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mb-7 {
  margin-bottom: 2rem !important;
}

.mb-8 {
  margin-bottom: 3rem !important;
}

.mb-9 {
  margin-bottom: 4rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.125rem !important;
}

.ms-2 {
  margin-left: 0.25rem !important;
}

.ms-3 {
  margin-left: 0.5rem !important;
}

.ms-4 {
  margin-left: 0.75rem !important;
}

.ms-5 {
  margin-left: 1rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.ms-7 {
  margin-left: 2rem !important;
}

.ms-8 {
  margin-left: 3rem !important;
}

.ms-9 {
  margin-left: 4rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.125rem !important;
}

.p-2 {
  padding: 0.25rem !important;
}

.p-3 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 0.75rem !important;
}

.p-5 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 2rem !important;
}

.p-8 {
  padding: 3rem !important;
}

.p-9 {
  padding: 4rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

.px-2 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-3 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-4 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-5 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-7 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-8 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-8 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.125rem !important;
}

.pt-2 {
  padding-top: 0.25rem !important;
}

.pt-3 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 0.75rem !important;
}

.pt-5 {
  padding-top: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 2rem !important;
}

.pt-8 {
  padding-top: 3rem !important;
}

.pt-9 {
  padding-top: 4rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.125rem !important;
}

.pe-2 {
  padding-right: 0.25rem !important;
}

.pe-3 {
  padding-right: 0.5rem !important;
}

.pe-4 {
  padding-right: 0.75rem !important;
}

.pe-5 {
  padding-right: 1rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.pe-7 {
  padding-right: 2rem !important;
}

.pe-8 {
  padding-right: 3rem !important;
}

.pe-9 {
  padding-right: 4rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.125rem !important;
}

.pb-2 {
  padding-bottom: 0.25rem !important;
}

.pb-3 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 0.75rem !important;
}

.pb-5 {
  padding-bottom: 1rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 2rem !important;
}

.pb-8 {
  padding-bottom: 3rem !important;
}

.pb-9 {
  padding-bottom: 4rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.125rem !important;
}

.ps-2 {
  padding-left: 0.25rem !important;
}

.ps-3 {
  padding-left: 0.5rem !important;
}

.ps-4 {
  padding-left: 0.75rem !important;
}

.ps-5 {
  padding-left: 1rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.ps-7 {
  padding-left: 2rem !important;
}

.ps-8 {
  padding-left: 3rem !important;
}

.ps-9 {
  padding-left: 4rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  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.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #007C89 !important;
}

.text-secondary {
  color: #1D75B2 !important;
}

.text-success {
  color: #1F8051 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #B95026 !important;
}

.text-danger {
  color: #D6282F !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #445B72 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #007C89 !important;
}

.bg-secondary {
  background-color: #1D75B2 !important;
}

.bg-success {
  background-color: #1F8051 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #B95026 !important;
}

.bg-danger {
  background-color: #D6282F !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #FFFFFF !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 8px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.rounded-end {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.rounded-start {
  border-bottom-left-radius: 8px !important;
  border-top-left-radius: 8px !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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.125rem !important;
  }
  .gap-sm-2 {
    gap: 0.25rem !important;
  }
  .gap-sm-3 {
    gap: 0.5rem !important;
  }
  .gap-sm-4 {
    gap: 0.75rem !important;
  }
  .gap-sm-5 {
    gap: 1rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 2rem !important;
  }
  .gap-sm-8 {
    gap: 3rem !important;
  }
  .gap-sm-9 {
    gap: 4rem !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.125rem !important;
  }
  .m-sm-2 {
    margin: 0.25rem !important;
  }
  .m-sm-3 {
    margin: 0.5rem !important;
  }
  .m-sm-4 {
    margin: 0.75rem !important;
  }
  .m-sm-5 {
    margin: 1rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 2rem !important;
  }
  .m-sm-8 {
    margin: 3rem !important;
  }
  .m-sm-9 {
    margin: 4rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-sm-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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.125rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-5 {
    margin-top: 1rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 2rem !important;
  }
  .mt-sm-8 {
    margin-top: 3rem !important;
  }
  .mt-sm-9 {
    margin-top: 4rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.125rem !important;
  }
  .me-sm-2 {
    margin-right: 0.25rem !important;
  }
  .me-sm-3 {
    margin-right: 0.5rem !important;
  }
  .me-sm-4 {
    margin-right: 0.75rem !important;
  }
  .me-sm-5 {
    margin-right: 1rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 2rem !important;
  }
  .me-sm-8 {
    margin-right: 3rem !important;
  }
  .me-sm-9 {
    margin-right: 4rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.125rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-4 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-5 {
    margin-left: 1rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 2rem !important;
  }
  .ms-sm-8 {
    margin-left: 3rem !important;
  }
  .ms-sm-9 {
    margin-left: 4rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.125rem !important;
  }
  .p-sm-2 {
    padding: 0.25rem !important;
  }
  .p-sm-3 {
    padding: 0.5rem !important;
  }
  .p-sm-4 {
    padding: 0.75rem !important;
  }
  .p-sm-5 {
    padding: 1rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 2rem !important;
  }
  .p-sm-8 {
    padding: 3rem !important;
  }
  .p-sm-9 {
    padding: 4rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-sm-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-sm-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.125rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-5 {
    padding-top: 1rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 2rem !important;
  }
  .pt-sm-8 {
    padding-top: 3rem !important;
  }
  .pt-sm-9 {
    padding-top: 4rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.125rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-4 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-5 {
    padding-right: 1rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 2rem !important;
  }
  .pe-sm-8 {
    padding-right: 3rem !important;
  }
  .pe-sm-9 {
    padding-right: 4rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 4rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.125rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-4 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-5 {
    padding-left: 1rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 2rem !important;
  }
  .ps-sm-8 {
    padding-left: 3rem !important;
  }
  .ps-sm-9 {
    padding-left: 4rem !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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.125rem !important;
  }
  .gap-md-2 {
    gap: 0.25rem !important;
  }
  .gap-md-3 {
    gap: 0.5rem !important;
  }
  .gap-md-4 {
    gap: 0.75rem !important;
  }
  .gap-md-5 {
    gap: 1rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 2rem !important;
  }
  .gap-md-8 {
    gap: 3rem !important;
  }
  .gap-md-9 {
    gap: 4rem !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.125rem !important;
  }
  .m-md-2 {
    margin: 0.25rem !important;
  }
  .m-md-3 {
    margin: 0.5rem !important;
  }
  .m-md-4 {
    margin: 0.75rem !important;
  }
  .m-md-5 {
    margin: 1rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 2rem !important;
  }
  .m-md-8 {
    margin: 3rem !important;
  }
  .m-md-9 {
    margin: 4rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-md-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-md-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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.125rem !important;
  }
  .mt-md-2 {
    margin-top: 0.25rem !important;
  }
  .mt-md-3 {
    margin-top: 0.5rem !important;
  }
  .mt-md-4 {
    margin-top: 0.75rem !important;
  }
  .mt-md-5 {
    margin-top: 1rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 2rem !important;
  }
  .mt-md-8 {
    margin-top: 3rem !important;
  }
  .mt-md-9 {
    margin-top: 4rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.125rem !important;
  }
  .me-md-2 {
    margin-right: 0.25rem !important;
  }
  .me-md-3 {
    margin-right: 0.5rem !important;
  }
  .me-md-4 {
    margin-right: 0.75rem !important;
  }
  .me-md-5 {
    margin-right: 1rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 2rem !important;
  }
  .me-md-8 {
    margin-right: 3rem !important;
  }
  .me-md-9 {
    margin-right: 4rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2rem !important;
  }
  .mb-md-8 {
    margin-bottom: 3rem !important;
  }
  .mb-md-9 {
    margin-bottom: 4rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.125rem !important;
  }
  .ms-md-2 {
    margin-left: 0.25rem !important;
  }
  .ms-md-3 {
    margin-left: 0.5rem !important;
  }
  .ms-md-4 {
    margin-left: 0.75rem !important;
  }
  .ms-md-5 {
    margin-left: 1rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 2rem !important;
  }
  .ms-md-8 {
    margin-left: 3rem !important;
  }
  .ms-md-9 {
    margin-left: 4rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.125rem !important;
  }
  .p-md-2 {
    padding: 0.25rem !important;
  }
  .p-md-3 {
    padding: 0.5rem !important;
  }
  .p-md-4 {
    padding: 0.75rem !important;
  }
  .p-md-5 {
    padding: 1rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 2rem !important;
  }
  .p-md-8 {
    padding: 3rem !important;
  }
  .p-md-9 {
    padding: 4rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-md-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-md-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.125rem !important;
  }
  .pt-md-2 {
    padding-top: 0.25rem !important;
  }
  .pt-md-3 {
    padding-top: 0.5rem !important;
  }
  .pt-md-4 {
    padding-top: 0.75rem !important;
  }
  .pt-md-5 {
    padding-top: 1rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 2rem !important;
  }
  .pt-md-8 {
    padding-top: 3rem !important;
  }
  .pt-md-9 {
    padding-top: 4rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.125rem !important;
  }
  .pe-md-2 {
    padding-right: 0.25rem !important;
  }
  .pe-md-3 {
    padding-right: 0.5rem !important;
  }
  .pe-md-4 {
    padding-right: 0.75rem !important;
  }
  .pe-md-5 {
    padding-right: 1rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 2rem !important;
  }
  .pe-md-8 {
    padding-right: 3rem !important;
  }
  .pe-md-9 {
    padding-right: 4rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2rem !important;
  }
  .pb-md-8 {
    padding-bottom: 3rem !important;
  }
  .pb-md-9 {
    padding-bottom: 4rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.125rem !important;
  }
  .ps-md-2 {
    padding-left: 0.25rem !important;
  }
  .ps-md-3 {
    padding-left: 0.5rem !important;
  }
  .ps-md-4 {
    padding-left: 0.75rem !important;
  }
  .ps-md-5 {
    padding-left: 1rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 2rem !important;
  }
  .ps-md-8 {
    padding-left: 3rem !important;
  }
  .ps-md-9 {
    padding-left: 4rem !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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.125rem !important;
  }
  .gap-lg-2 {
    gap: 0.25rem !important;
  }
  .gap-lg-3 {
    gap: 0.5rem !important;
  }
  .gap-lg-4 {
    gap: 0.75rem !important;
  }
  .gap-lg-5 {
    gap: 1rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 2rem !important;
  }
  .gap-lg-8 {
    gap: 3rem !important;
  }
  .gap-lg-9 {
    gap: 4rem !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.125rem !important;
  }
  .m-lg-2 {
    margin: 0.25rem !important;
  }
  .m-lg-3 {
    margin: 0.5rem !important;
  }
  .m-lg-4 {
    margin: 0.75rem !important;
  }
  .m-lg-5 {
    margin: 1rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 2rem !important;
  }
  .m-lg-8 {
    margin: 3rem !important;
  }
  .m-lg-9 {
    margin: 4rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-lg-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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.125rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-5 {
    margin-top: 1rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 2rem !important;
  }
  .mt-lg-8 {
    margin-top: 3rem !important;
  }
  .mt-lg-9 {
    margin-top: 4rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.125rem !important;
  }
  .me-lg-2 {
    margin-right: 0.25rem !important;
  }
  .me-lg-3 {
    margin-right: 0.5rem !important;
  }
  .me-lg-4 {
    margin-right: 0.75rem !important;
  }
  .me-lg-5 {
    margin-right: 1rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 2rem !important;
  }
  .me-lg-8 {
    margin-right: 3rem !important;
  }
  .me-lg-9 {
    margin-right: 4rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.125rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-5 {
    margin-left: 1rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 2rem !important;
  }
  .ms-lg-8 {
    margin-left: 3rem !important;
  }
  .ms-lg-9 {
    margin-left: 4rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.125rem !important;
  }
  .p-lg-2 {
    padding: 0.25rem !important;
  }
  .p-lg-3 {
    padding: 0.5rem !important;
  }
  .p-lg-4 {
    padding: 0.75rem !important;
  }
  .p-lg-5 {
    padding: 1rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 2rem !important;
  }
  .p-lg-8 {
    padding: 3rem !important;
  }
  .p-lg-9 {
    padding: 4rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-lg-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-lg-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.125rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-5 {
    padding-top: 1rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 2rem !important;
  }
  .pt-lg-8 {
    padding-top: 3rem !important;
  }
  .pt-lg-9 {
    padding-top: 4rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.125rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-4 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-5 {
    padding-right: 1rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 2rem !important;
  }
  .pe-lg-8 {
    padding-right: 3rem !important;
  }
  .pe-lg-9 {
    padding-right: 4rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 4rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.125rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-4 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-5 {
    padding-left: 1rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 2rem !important;
  }
  .ps-lg-8 {
    padding-left: 3rem !important;
  }
  .ps-lg-9 {
    padding-left: 4rem !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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.125rem !important;
  }
  .gap-xl-2 {
    gap: 0.25rem !important;
  }
  .gap-xl-3 {
    gap: 0.5rem !important;
  }
  .gap-xl-4 {
    gap: 0.75rem !important;
  }
  .gap-xl-5 {
    gap: 1rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 2rem !important;
  }
  .gap-xl-8 {
    gap: 3rem !important;
  }
  .gap-xl-9 {
    gap: 4rem !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.125rem !important;
  }
  .m-xl-2 {
    margin: 0.25rem !important;
  }
  .m-xl-3 {
    margin: 0.5rem !important;
  }
  .m-xl-4 {
    margin: 0.75rem !important;
  }
  .m-xl-5 {
    margin: 1rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 2rem !important;
  }
  .m-xl-8 {
    margin: 3rem !important;
  }
  .m-xl-9 {
    margin: 4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xl-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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.125rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-5 {
    margin-top: 1rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 2rem !important;
  }
  .mt-xl-8 {
    margin-top: 3rem !important;
  }
  .mt-xl-9 {
    margin-top: 4rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.125rem !important;
  }
  .me-xl-2 {
    margin-right: 0.25rem !important;
  }
  .me-xl-3 {
    margin-right: 0.5rem !important;
  }
  .me-xl-4 {
    margin-right: 0.75rem !important;
  }
  .me-xl-5 {
    margin-right: 1rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 2rem !important;
  }
  .me-xl-8 {
    margin-right: 3rem !important;
  }
  .me-xl-9 {
    margin-right: 4rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-4 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-5 {
    margin-left: 1rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 2rem !important;
  }
  .ms-xl-8 {
    margin-left: 3rem !important;
  }
  .ms-xl-9 {
    margin-left: 4rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.125rem !important;
  }
  .p-xl-2 {
    padding: 0.25rem !important;
  }
  .p-xl-3 {
    padding: 0.5rem !important;
  }
  .p-xl-4 {
    padding: 0.75rem !important;
  }
  .p-xl-5 {
    padding: 1rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 2rem !important;
  }
  .p-xl-8 {
    padding: 3rem !important;
  }
  .p-xl-9 {
    padding: 4rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xl-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xl-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-5 {
    padding-top: 1rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 2rem !important;
  }
  .pt-xl-8 {
    padding-top: 3rem !important;
  }
  .pt-xl-9 {
    padding-top: 4rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-4 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-5 {
    padding-right: 1rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 2rem !important;
  }
  .pe-xl-8 {
    padding-right: 3rem !important;
  }
  .pe-xl-9 {
    padding-right: 4rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 4rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-4 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-5 {
    padding-left: 1rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 2rem !important;
  }
  .ps-xl-8 {
    padding-left: 3rem !important;
  }
  .ps-xl-9 {
    padding-left: 4rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.125rem !important;
  }
  .gap-xxl-2 {
    gap: 0.25rem !important;
  }
  .gap-xxl-3 {
    gap: 0.5rem !important;
  }
  .gap-xxl-4 {
    gap: 0.75rem !important;
  }
  .gap-xxl-5 {
    gap: 1rem !important;
  }
  .gap-xxl-6 {
    gap: 1.5rem !important;
  }
  .gap-xxl-7 {
    gap: 2rem !important;
  }
  .gap-xxl-8 {
    gap: 3rem !important;
  }
  .gap-xxl-9 {
    gap: 4rem !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.125rem !important;
  }
  .m-xxl-2 {
    margin: 0.25rem !important;
  }
  .m-xxl-3 {
    margin: 0.5rem !important;
  }
  .m-xxl-4 {
    margin: 0.75rem !important;
  }
  .m-xxl-5 {
    margin: 1rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 2rem !important;
  }
  .m-xxl-8 {
    margin: 3rem !important;
  }
  .m-xxl-9 {
    margin: 4rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-4 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-8 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !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.125rem !important;
    margin-bottom: 0.125rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-4 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xxl-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-8 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !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.125rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-4 {
    margin-top: 0.75rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 2rem !important;
  }
  .mt-xxl-8 {
    margin-top: 3rem !important;
  }
  .mt-xxl-9 {
    margin-top: 4rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.125rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-4 {
    margin-right: 0.75rem !important;
  }
  .me-xxl-5 {
    margin-right: 1rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 2rem !important;
  }
  .me-xxl-8 {
    margin-right: 3rem !important;
  }
  .me-xxl-9 {
    margin-right: 4rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.125rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.125rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-4 {
    margin-left: 0.75rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 2rem !important;
  }
  .ms-xxl-8 {
    margin-left: 3rem !important;
  }
  .ms-xxl-9 {
    margin-left: 4rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.125rem !important;
  }
  .p-xxl-2 {
    padding: 0.25rem !important;
  }
  .p-xxl-3 {
    padding: 0.5rem !important;
  }
  .p-xxl-4 {
    padding: 0.75rem !important;
  }
  .p-xxl-5 {
    padding: 1rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 2rem !important;
  }
  .p-xxl-8 {
    padding: 3rem !important;
  }
  .p-xxl-9 {
    padding: 4rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-4 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xxl-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-8 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-4 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xxl-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-8 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.125rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-4 {
    padding-top: 0.75rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 2rem !important;
  }
  .pt-xxl-8 {
    padding-top: 3rem !important;
  }
  .pt-xxl-9 {
    padding-top: 4rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.125rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-4 {
    padding-right: 0.75rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 2rem !important;
  }
  .pe-xxl-8 {
    padding-right: 3rem !important;
  }
  .pe-xxl-9 {
    padding-right: 4rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.125rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 4rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.125rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-4 {
    padding-left: 0.75rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 2rem !important;
  }
  .ps-xxl-8 {
    padding-left: 3rem !important;
  }
  .ps-xxl-9 {
    padding-left: 4rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media (min-width: 992px) {
  html {
    scroll-padding-top: 90px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row {
  --bs-gutter-x: 32px;
}
@media (min-width: 576px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media (min-width: 992px) {
  .row {
    --bs-gutter-x: 24px;
  }
}

:root {
  --compass-col-1-desktop: 54px;
  --compass-col-2-desktop: 132px;
  --compass-col-3-desktop: 210px;
  --compass-col-4-desktop: 288px;
  --compass-col-5-desktop: 366px;
  --compass-col-6-desktop: 444px;
  --compass-col-7-desktop: 522px;
  --compass-col-8-desktop: 600px;
  --compass-col-9-desktop: 678px;
  --compass-col-10-desktop: 756px;
  --compass-col-11-desktop: 834px;
  --compass-col-12-desktop: 912px;
  --compass-col-1-tablet: 69px;
  --compass-col-2-tablet: 162px;
  --compass-col-3-tablet: 255px;
  --compass-col-4-tablet: 348px;
  --compass-col-5-tablet: 441px;
  --compass-col-6-tablet: 534px;
  --compass-col-7-tablet: 627px;
  --compass-col-8-tablet: 720px;
  --compass-col-1-mobile: 62px;
  --compass-col-2-mobile: 156px;
  --compass-col-3-mobile: 249px;
  --compass-col-4-mobile: 343px;
  --compass-col-full-desktop: 912px;
  --compass-col-full-tablet: 720px;
  --compass-col-full-mobile: 343px;
  --compass-col-half-desktop: 444px;
  --compass-col-half-tablet: 348px;
  --compass-col-half-mobile: 156px;
  --compass-col-one-third-desktop: 288px;
  --compass-col-one-third-tablet: 228px;
  --compass-col-one-third-mobile: 62px;
  --compass-col-two-third-desktop: 600px;
  --compass-col-two-third-tablet: 468px;
  --compass-col-two-third-mobile: 249px;
  --compass-col-full: var(--compass-col-full-mobile);
  --compass-col-half: var(--compass-col-half-mobile);
  --compass-col-one-third: var(--compass-col-one-third-mobile);
  --compass-col-two-third: var(--compass-col-two-third-mobile);
}

@media (min-width: 768px) {
  :root {
    --compass-col-full: var(--compass-col-full-tablet);
    --compass-col-half: var(--compass-col-half-tablet);
    --compass-col-one-third: var(--compass-col-one-third-tablet);
    --compass-col-two-third: var(--compass-col-two-third-tablet);
  }
}
@media (min-width: 992px) {
  :root {
    --compass-col-full: var(--compass-col-full-desktop);
    --compass-col-half: var(--compass-col-half-desktop);
    --compass-col-one-third: var(--compass-col-one-third-desktop);
    --compass-col-two-third: var(--compass-col-two-third-desktop);
  }
}
@media (min-width: 768px) {
  .container--content {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container--content {
    max-width: 912px;
  }
}

.bg-gradient-warm {
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 19.63%, rgba(155, 159, 146, 0.2) 94.38%), #FFFFFF;
}

.bg-gradient-teal {
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 19.63%, rgba(43, 212, 245, 0.07) 94.38%), #FFFFFF;
}

.bg-gradient-neutral {
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 19.63%, rgba(100, 100, 100, 0.07) 94.38%), #FFFFFF;
}

.bg-gradient-teal-top {
  background: linear-gradient(0deg, #FFFFFF 0%, #EEF7F9 100%);
}

.bg-gradient-brand-soft-forward {
  background: linear-gradient(90deg, #FFFFFF 0%, #EEF7F9 100%);
}

.bg-gradient-brand-soft-center {
  background: linear-gradient(90deg, #FFFFFF 0%, #EEF7F9 50%, #FFFFFF 100%);
}

.bg-gradient-brand-soft-reverse {
  background: linear-gradient(90deg, #EEF7F9 0%, #FFFFFF 100%);
}

.bg-gradient-tan-soft-forward {
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F5F4 100%);
}

.bg-gradient-tan-soft-center {
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F5F4 50%, #FFFFFF 100%);
}

.bg-gradient-tan-soft-reverse {
  background: linear-gradient(90deg, #F6F5F4 0%, #FFFFFF 100%);
}

.bg-glass-thin {
  background: rgba(245, 245, 246, 0.2);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
}

.accordion {
  color: #192838;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #192838;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  font-weight: inherit;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #192838;
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23192838'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.6 6.097c-0.225 0.045-0.45 0.222-0.544 0.43C-0.022 6.7-0.016 6.982 0.07 7.157c0.055 0.112 0.908 0.98 5.552 5.644 5.979 6.005 5.545 5.59 5.955 5.716 0.249 0.077 0.567 0.077 0.815 0 0.41-0.127-0.023 0.29 5.955-5.716C23.14 7.988 23.842 7.273 23.895 7.157c0.034-0.073 0.071-0.152 0.083-0.175 0.03-0.058 0.029-0.315-0.002-0.296-0.013 0.008-0.024-0.005-0.024-0.029-0.002-0.143-0.199-0.395-0.383-0.49-0.208-0.106-0.478-0.109-0.684-0.007-0.04 0.02-2.508 2.484-5.486 5.477L11.984 17.08 6.57 11.638C3.592 8.646 1.123 6.181 1.084 6.162 1.011 6.126 0.782 6.07 0.729 6.075c-0.016 0.001-0.074 0.011-0.128 0.022z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23192838'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.6 6.097c-0.225 0.045-0.45 0.222-0.544 0.43C-0.022 6.7-0.016 6.982 0.07 7.157c0.055 0.112 0.908 0.98 5.552 5.644 5.979 6.005 5.545 5.59 5.955 5.716 0.249 0.077 0.567 0.077 0.815 0 0.41-0.127-0.023 0.29 5.955-5.716C23.14 7.988 23.842 7.273 23.895 7.157c0.034-0.073 0.071-0.152 0.083-0.175 0.03-0.058 0.029-0.315-0.002-0.296-0.013 0.008-0.024-0.005-0.024-0.029-0.002-0.143-0.199-0.395-0.383-0.49-0.208-0.106-0.478-0.109-0.684-0.007-0.04 0.02-2.508 2.484-5.486 5.477L11.984 17.08 6.57 11.638C3.592 8.646 1.123 6.181 1.084 6.162 1.011 6.126 0.782 6.07 0.729 6.075c-0.016 0.001-0.074 0.011-0.128 0.022z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  background-color: #F5F5F6;
  z-index: 2;
}
.accordion-button:hover::after {
  background-color: #DDE3E6;
}
.accordion-button:focus-visible {
  z-index: 3;
  border-color: #1D75B2;
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}
.accordion-button:has(sup) {
  display: block;
  padding-right: calc(1.25rem + 2.75rem);
}
.accordion-button:has(sup)::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-left: 0;
  transform: translateY(-50%);
}
.accordion-button:has(sup):not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
}
.accordion-button sup {
  line-height: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.accordion-flush .accordion-item .accordion-button:hover, .accordion-flush .accordion-item .accordion-button:focus-visible {
  border-radius: 8px;
}

.c-accordion {
  padding: 0 0 4rem;
}
.c-accordion > .container {
  padding-left: 128px;
  padding-right: 128px;
}
@media (max-width: 991.98px) {
  .c-accordion > .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-accordion .accordion {
  max-width: 854px;
  margin: 0 auto;
}

.c-accordion__illustration {
  width: 100px;
  height: 94px;
  display: block;
  margin-bottom: 2rem;
}

.c-accordion__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #192838;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-accordion__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .c-accordion__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.btn,
.c-btn, .viewallbtn a,
.formItems input[type=submit],
.formItems .formsubmit,
form[action*=formbuilder] input[type=submit] {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block: 0;
  margin-block-end: 0;
  --btn-bg: transparent;
  --btn-color: #192838;
  --btn-border-color: transparent;
  --btn-bg-hover: transparent;
  --btn-color-hover: var(--btn-color);
  --btn-border-color-hover: var(--btn-border-color);
  --btn-bg-active: transparent;
  --btn-color-active: var(--btn-color);
  --btn-border-color-active: var(--btn-border-color);
  --btn-focus-outline-color: #1D75B2;
  --btn-focus-outline-width: 2px;
  --btn-focus-outline-offset: 2px;
  --btn-spinner-color: currentColor;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  min-width: 128px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 2px solid var(--btn-border-color);
  outline: var(--btn-focus-outline-width) solid transparent;
  outline-offset: 0;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, outline-color 0.15s ease, outline-offset 0.15s ease, transform 0.05s ease;
}
@media (min-width: 768px) {
  .btn,
  .c-btn, .viewallbtn a,
  .formItems input[type=submit],
  .formItems .formsubmit,
  form[action*=formbuilder] input[type=submit] {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .btn,
  .c-btn, .viewallbtn a,
  .formItems input[type=submit],
  .formItems .formsubmit,
  form[action*=formbuilder] input[type=submit] {
    font-size: 20px;
    line-height: 28px;
  }
}
.btn:hover:not(:disabled):not(.is-loading),
.c-btn:hover:not(:disabled):not(.is-loading), .viewallbtn a:hover:not(:disabled):not(.is-loading),
.formItems input[type=submit]:hover:not(:disabled):not(.is-loading),
.formItems .formsubmit:hover:not(:disabled):not(.is-loading),
form[action*=formbuilder] input[type=submit]:hover:not(:disabled):not(.is-loading) {
  background-color: var(--btn-bg-hover);
  color: var(--btn-color-hover);
  border-color: var(--btn-border-color-hover);
  text-decoration: none;
}
.btn:active:not(:disabled):not(.is-loading),
.c-btn:active:not(:disabled):not(.is-loading), .viewallbtn a:active:not(:disabled):not(.is-loading),
.formItems input[type=submit]:active:not(:disabled):not(.is-loading),
.formItems .formsubmit:active:not(:disabled):not(.is-loading),
form[action*=formbuilder] input[type=submit]:active:not(:disabled):not(.is-loading) {
  background-color: var(--btn-bg-active);
  color: var(--btn-color-active);
  border-color: var(--btn-border-color-active);
  box-shadow: none;
  text-decoration: none;
}
.btn.active, .btn-check:checked + .btn, .btn-check:active + .btn,
.c-btn.active,
.btn-check:checked + .c-btn,
.btn-check:active + .c-btn, .viewallbtn a.active, .btn-check:checked + .viewallbtn a, .btn-check:active + .viewallbtn a,
.formItems input[type=submit].active,
.btn-check:checked + .formItems input[type=submit],
.btn-check:active + .formItems input[type=submit],
.formItems .formsubmit.active,
.btn-check:checked + .formItems .formsubmit,
.btn-check:active + .formItems .formsubmit,
form[action*=formbuilder] input[type=submit].active,
.btn-check:checked + form[action*=formbuilder] input[type=submit],
.btn-check:active + form[action*=formbuilder] input[type=submit] {
  box-shadow: none;
}
.btn:focus, .btn:focus-visible, .btn:active:focus, .btn:active:focus-visible, .btn.active:focus, .btn.active:focus-visible, .show > .btn.dropdown-toggle:focus, .show > .btn.dropdown-toggle:focus-visible, .btn-check:focus + .btn, .btn-check:focus-visible + .btn, .btn-check:active:focus + .btn, .btn-check:active:focus-visible + .btn, .btn-check:checked:focus + .btn, .btn-check:checked:focus-visible + .btn,
.c-btn:focus,
.c-btn:focus-visible,
.c-btn:active:focus,
.c-btn:active:focus-visible,
.c-btn.active:focus,
.c-btn.active:focus-visible,
.show > .c-btn.dropdown-toggle:focus,
.show > .c-btn.dropdown-toggle:focus-visible,
.btn-check:focus + .c-btn,
.btn-check:focus-visible + .c-btn,
.btn-check:active:focus + .c-btn,
.btn-check:active:focus-visible + .c-btn,
.btn-check:checked:focus + .c-btn,
.btn-check:checked:focus-visible + .c-btn, .viewallbtn a:focus, .viewallbtn a:focus-visible, .viewallbtn a:active:focus, .viewallbtn a:active:focus-visible, .viewallbtn a.active:focus, .viewallbtn a.active:focus-visible, .show > .viewallbtn a.dropdown-toggle:focus, .show > .viewallbtn a.dropdown-toggle:focus-visible, .btn-check:focus + .viewallbtn a, .btn-check:focus-visible + .viewallbtn a, .btn-check:active:focus + .viewallbtn a, .btn-check:active:focus-visible + .viewallbtn a, .btn-check:checked:focus + .viewallbtn a, .btn-check:checked:focus-visible + .viewallbtn a,
.formItems input[type=submit]:focus,
.formItems input[type=submit]:focus-visible,
.formItems input[type=submit]:active:focus,
.formItems input[type=submit]:active:focus-visible,
.formItems input[type=submit].active:focus,
.formItems input[type=submit].active:focus-visible,
.show > .formItems input[type=submit].dropdown-toggle:focus,
.show > .formItems input[type=submit].dropdown-toggle:focus-visible,
.btn-check:focus + .formItems input[type=submit],
.btn-check:focus-visible + .formItems input[type=submit],
.btn-check:active:focus + .formItems input[type=submit],
.btn-check:active:focus-visible + .formItems input[type=submit],
.btn-check:checked:focus + .formItems input[type=submit],
.btn-check:checked:focus-visible + .formItems input[type=submit],
.formItems .formsubmit:focus,
.formItems .formsubmit:focus-visible,
.formItems .formsubmit:active:focus,
.formItems .formsubmit:active:focus-visible,
.formItems .formsubmit.active:focus,
.formItems .formsubmit.active:focus-visible,
.show > .formItems .formsubmit.dropdown-toggle:focus,
.show > .formItems .formsubmit.dropdown-toggle:focus-visible,
.btn-check:focus + .formItems .formsubmit,
.btn-check:focus-visible + .formItems .formsubmit,
.btn-check:active:focus + .formItems .formsubmit,
.btn-check:active:focus-visible + .formItems .formsubmit,
.btn-check:checked:focus + .formItems .formsubmit,
.btn-check:checked:focus-visible + .formItems .formsubmit,
form[action*=formbuilder] input[type=submit]:focus,
form[action*=formbuilder] input[type=submit]:focus-visible,
form[action*=formbuilder] input[type=submit]:active:focus,
form[action*=formbuilder] input[type=submit]:active:focus-visible,
form[action*=formbuilder] input[type=submit].active:focus,
form[action*=formbuilder] input[type=submit].active:focus-visible,
.show > form[action*=formbuilder] input[type=submit].dropdown-toggle:focus,
.show > form[action*=formbuilder] input[type=submit].dropdown-toggle:focus-visible,
.btn-check:focus + form[action*=formbuilder] input[type=submit],
.btn-check:focus-visible + form[action*=formbuilder] input[type=submit],
.btn-check:active:focus + form[action*=formbuilder] input[type=submit],
.btn-check:active:focus-visible + form[action*=formbuilder] input[type=submit],
.btn-check:checked:focus + form[action*=formbuilder] input[type=submit],
.btn-check:checked:focus-visible + form[action*=formbuilder] input[type=submit] {
  outline: var(--btn-focus-outline-width) solid var(--btn-focus-outline-color);
  outline-offset: var(--btn-focus-outline-offset);
  box-shadow: none;
}
.btn:focus:not(:focus-visible),
.c-btn:focus:not(:focus-visible), .viewallbtn a:focus:not(:focus-visible),
.formItems input[type=submit]:focus:not(:focus-visible),
.formItems .formsubmit:focus:not(:focus-visible),
form[action*=formbuilder] input[type=submit]:focus:not(:focus-visible) {
  outline: var(--btn-focus-outline-width) solid var(--btn-focus-outline-color);
  outline-offset: var(--btn-focus-outline-offset);
}
.btn:disabled, .btn.disabled, .btn.is-disabled,
.c-btn:disabled,
.c-btn.disabled,
.c-btn.is-disabled, .viewallbtn a:disabled, .viewallbtn a.disabled, .viewallbtn a.is-disabled,
.formItems input[type=submit]:disabled,
.formItems input[type=submit].disabled,
.formItems input[type=submit].is-disabled,
.formItems .formsubmit:disabled,
.formItems .formsubmit.disabled,
.formItems .formsubmit.is-disabled,
form[action*=formbuilder] input[type=submit]:disabled,
form[action*=formbuilder] input[type=submit].disabled,
form[action*=formbuilder] input[type=submit].is-disabled {
  cursor: not-allowed;
  opacity: 1;
}
.btn.is-loading,
.c-btn.is-loading, .viewallbtn a.is-loading,
.formItems input[type=submit].is-loading,
.formItems .formsubmit.is-loading,
form[action*=formbuilder] input[type=submit].is-loading {
  cursor: progress;
  pointer-events: none;
  color: transparent !important;
}
.btn.is-loading::after,
.c-btn.is-loading::after, .viewallbtn a.is-loading::after,
.formItems input[type=submit].is-loading::after,
.formItems .formsubmit.is-loading::after,
form[action*=formbuilder] input[type=submit].is-loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  border: 2px solid var(--btn-spinner-color);
  border-right-color: transparent;
  position: absolute;
  inset: 0;
  margin: auto;
  animation: compass-btn-spin 0.8s linear infinite;
}

@keyframes compass-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
/* -----------------------------------------------------------------------------
   VARIANTS
   We support BOTH Bootstrap and Compass variant hooks:
   - Bootstrap: .btn-primary, .btn-outline-primary, .btn-link
   - Compass:   .c-btn--primary, .c-btn--secondary, .c-btn--tertiary
----------------------------------------------------------------------------- */
.btn-primary,
.c-btn--primary,
.formItems input[type=submit],
.formItems .btn.red,
.formItems .formsubmit,
form[action*=formbuilder] input[type=submit],
form[action*=formbuilder] .btn.red {
  --btn-bg: #007C89;
  --btn-color: #FFFFFF;
  --btn-border-color: #007C89;
  --btn-bg-hover: #004651;
  --btn-color-hover: #FFFFFF;
  --btn-border-color-hover: #004651;
  --btn-bg-active: #002C33;
  --btn-color-active: #FFFFFF;
  --btn-border-color-active: #002C33;
  --btn-spinner-color: #FFFFFF;
}
.btn-primary:disabled, .btn-primary.disabled, .btn-primary.is-disabled,
.c-btn--primary:disabled,
.c-btn--primary.disabled,
.c-btn--primary.is-disabled,
.formItems input[type=submit]:disabled,
.formItems input[type=submit].disabled,
.formItems input[type=submit].is-disabled,
.formItems .btn.red:disabled,
.formItems .btn.red.disabled,
.formItems .btn.red.is-disabled,
.formItems .formsubmit:disabled,
.formItems .formsubmit.disabled,
.formItems .formsubmit.is-disabled,
form[action*=formbuilder] input[type=submit]:disabled,
form[action*=formbuilder] input[type=submit].disabled,
form[action*=formbuilder] input[type=submit].is-disabled,
form[action*=formbuilder] .btn.red:disabled,
form[action*=formbuilder] .btn.red.disabled,
form[action*=formbuilder] .btn.red.is-disabled {
  --btn-bg: #97A9B6;
  --btn-color: #F5F5F6;
  --btn-border-color: #97A9B6;
}

.btn-outline-primary,
.c-btn--secondary, .viewallbtn a {
  --btn-bg: transparent;
  --btn-color: #0D1723;
  --btn-border-color: #0D1723;
  --btn-bg-hover: #DDE3E6;
  --btn-color-hover: #0D1723;
  --btn-border-color-hover: #0D1723;
  --btn-bg-active: #0D1723;
  --btn-color-active: #F5F5F6;
  --btn-border-color-active: #0D1723;
  --btn-spinner-color: #0D1723;
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled, .btn-outline-primary.is-disabled,
.c-btn--secondary:disabled,
.c-btn--secondary.disabled,
.c-btn--secondary.is-disabled, .viewallbtn a:disabled, .viewallbtn a.disabled, .viewallbtn a.is-disabled {
  --btn-bg: transparent;
  --btn-color: #768A9B;
  --btn-border-color: #BAC7CE;
}

.btn-link,
.c-btn--tertiary {
  --btn-bg: transparent;
  --btn-color: #007C89;
  --btn-border-color: transparent;
  --btn-bg-hover: #DDE3E6;
  --btn-color-hover: #004651;
  --btn-border-color-hover: transparent;
  --btn-bg-active: #0D1723;
  --btn-color-active: #FFFFFF;
  --btn-border-color-active: transparent;
  --btn-spinner-color: #007C89;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active,
.c-btn--tertiary:hover,
.c-btn--tertiary:active {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled, .btn-link.is-disabled,
.c-btn--tertiary:disabled,
.c-btn--tertiary.disabled,
.c-btn--tertiary.is-disabled {
  --btn-bg: transparent;
  --btn-color: #768A9B;
  --btn-border-color: transparent;
}

/* -----------------------------------------------------------------------------
   SUBTLE (icon-only, 44px)

   A small, low-emphasis icon button. Self-contained — does NOT require the
   `.c-btn` base (it's a distinct circular icon-target shape, not a text
   button), so it's exposed both as the `.c-btn--subtle` class and as the
   `compass-btn-subtle` mixin that other components apply to their own icon
   buttons (off-canvas close, mobile profile) without markup churn.

   Touch behavior — the reason this exists:
   - Hover is gated behind `@media (hover: hover)` so the neutral circle only
     appears for pointer devices and never "sticks" after a tap on touch.
   - Pressed uses `:active`, which DOES fire on tap for <button>/<a>, so touch
     users still get press feedback (the thing that was missing before).

   Icon recolor (rest copy / disabled gray) only applies to inline <svg> using
   currentColor; flat <img> glyphs keep their own color. The neutral circle —
   the primary affordance — works for both.
----------------------------------------------------------------------------- */
.c-btn--subtle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #192838;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, color 0.15s ease, outline-color 0.15s ease;
}
.c-btn--subtle img,
.c-btn--subtle svg {
  width: 24px;
  height: 24px;
  display: block;
}
.c-btn--subtle:active:not(:disabled):not(.is-disabled) {
  background-color: #DDE3E6;
}
@media (hover: hover) {
  .c-btn--subtle:hover:not(:disabled):not(.is-disabled) {
    background-color: #F5F5F6;
  }
}
.c-btn--subtle:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}
.c-btn--subtle:disabled, .c-btn--subtle.is-disabled {
  cursor: not-allowed;
  color: #97A9B6;
  background: transparent;
}

[class*=btn-]:focus:not(:focus-visible),
.btn-check:focus + [class*=btn-]:not(:focus-visible) {
  box-shadow: none;
}

.c-card {
  display: block;
  padding: 24px;
  border: 1px solid #DDE3E6;
  border-radius: 16px;
  background: #FFFFFF;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.c-card__media {
  margin-bottom: 1rem;
}

.c-card__image {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.c-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-card__support {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .c-card__support {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-card__support {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 16px;
  }
}

.c-card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .c-card__title {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-card__title {
    font-size: 24px;
    line-height: 32px;
    margin-block-end: 16px;
  }
}

.c-card__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  .c-card__body {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-card__body {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-card__cta {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #007C89;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .c-card__cta {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-card__cta {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

/* Variants — Sitecore-exposed */
.c-card--elevated {
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  border-color: transparent;
}

.c-card--bordered {
  border: 1px solid #DDE3E6;
  box-shadow: none;
}

.c-card--clickable {
  cursor: pointer;
}
.c-card--clickable:hover {
  background: #F5F5F6;
}
.c-card--clickable:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 16px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 16px;
  border: 1px solid transparent;
  background: #FFFFFF;
  padding: 24px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.card:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 16px;
}
.card:has(.stretched-link:hover), .card:has(.stretched-link:focus), .card:has(.stretched-link:focus-visible) {
  background-color: #F5F5F6;
}
.card:has(.stretched-link:focus-visible) {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 16px;
}
.card > :last-child {
  padding-bottom: 0;
}
.card .richtext > :last-child {
  margin-bottom: 0;
}

.card--elevated {
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
}
.card--elevated:has(.stretched-link) {
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
}

.card--bordered {
  border: 1px solid #DDE3E6;
  box-shadow: none;
}

.card--richtext {
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.card--richtext > .card-body {
  padding-left: 0;
  padding-right: 0;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-bottom: 1rem;
}
.card-body > :last-child {
  margin-bottom: 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 7px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.card-img,
.card-img-top {
  border-radius: 8px;
  margin-bottom: 1rem;
}

.card-img,
.card-img-bottom {
  border-radius: 8px;
}

.card-icon {
  margin-bottom: 1rem;
  width: 32px;
  height: 32px;
}

.card-kicker {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #5C7387;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .card-kicker {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .card-kicker {
    font-size: 16px;
    line-height: 24px;
  }
}

.card-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .card-label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .card-label {
    font-size: 16px;
    line-height: 24px;
  }
}

.card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #192838;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.card-illustration {
  width: 64px;
  height: 56px;
  display: block;
}

.card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .card-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .card-text {
    font-size: 20px;
    line-height: 28px;
  }
}

.card-text > :last-child {
  margin-bottom: 0;
}

.card-text.text-muted,
.card-text--support {
  color: #445B72;
}

.card-footer {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media (min-width: 768px) {
  .card-footer {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .card-footer {
    font-size: 16px;
    line-height: 24px;
  }
}

.arrow-link {
  display: flex;
  align-items: center;
}

.arrow-link span {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  margin-left: 4px;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .arrow-link span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .arrow-link span {
    font-size: 24px;
    line-height: 32px;
  }
}

.shadow-none {
  border: 1px solid #DDE3E6;
}

.component-content-card .card-text > :last-child.richtext > :last-child {
  margin-bottom: 0 !important;
}
.component-content-card .card-text > :last-child.icon-list > :last-child > * {
  margin-bottom: 0 !important;
}

.c-color-foreground-copy-support {
  color: #445B72;
}

.c-color-foreground-heading {
  color: #0D1723;
}

.c-dropdown {
  min-width: 226px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  border-radius: 8px;
  z-index: 1031;
}
.c-dropdown li {
  color: #192838;
  margin-block-end: 0;
}

.c-dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-dropdown .dropdown-item,
.c-dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: inherit;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  background-color: transparent;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-dropdown .dropdown-item,
  .c-dropdown__item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-dropdown .dropdown-item,
  .c-dropdown__item {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-dropdown .dropdown-item:hover, .c-dropdown .dropdown-item:focus,
.c-dropdown__item:hover,
.c-dropdown__item:focus {
  background-color: #F5F5F6;
  color: #192838;
}
.c-dropdown .dropdown-item:focus,
.c-dropdown__item:focus {
  outline: 0;
}
.c-dropdown .dropdown-item:focus-visible,
.c-dropdown__item:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-dropdown__item-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-dropdown__item-icon img,
.c-dropdown__item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.c-dropdown__header {
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-dropdown__header {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-dropdown__header {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-dropdown .dropdown-divider,
.c-dropdown__divider {
  height: 1px;
  margin: 0.5rem 1rem;
  padding: 0;
  background-color: #DDE3E6;
  border: 0;
  opacity: 1;
}

.c-dropdown__cta {
  padding: 0.5rem;
}

.c-dropdown--search,
.dropdown-menu.c-search__panel.c-dropdown--search {
  width: 382px;
  max-width: calc(100vw - 2rem);
}

.c-dropdown li {
  margin: 0;
}

.c-dropdown .c-dropdown__header {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .c-dropdown .c-dropdown__header {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-dropdown .c-dropdown__header {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-dropdown li.dropdown-item {
  padding: 0;
}

.c-dropdown li.dropdown-item > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}
.c-dropdown li.dropdown-item > a:focus {
  outline: 0;
}
.c-dropdown li.dropdown-item > a:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-tabs {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.c-tabs .nav-item {
  margin-block-end: 0;
}

/*
  Bootstrap sets .nav-link to display:block and adds padding.
  We override only within .c-tabs namespace.
*/
.c-tabs .c-tabs__item {
  padding: 0.25rem 1.5rem;
  margin: 0;
  border: 0;
  background: transparent;
  color: #192838;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  .c-tabs .c-tabs__item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-tabs .c-tabs__item {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-tabs .c-tabs__item:focus {
  outline: none;
}
.c-tabs .c-tabs__item:hover {
  text-decoration: none;
}
.c-tabs .c-tabs__item[aria-disabled=true], .c-tabs .c-tabs__item.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}

.c-tabs .c-tab__label {
  display: inline-block;
  position: relative;
  padding-bottom: 6px;
}
.c-tabs .c-tab__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: transparent;
  transition: background-color 0.15s ease;
}

.c-tabs .c-tabs__item.active .c-tab__label::after,
.c-tabs .c-tabs__item.is-active .c-tab__label::after,
.c-tabs .c-tabs__item[aria-current=page] .c-tab__label::after {
  background: #007C89;
}

.c-tabs .c-tabs__item:hover .c-tab__label::after {
  background: #DDE3E6;
}

.c-tabs .c-tabs__item:focus-visible .c-tab__label {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 2px solid #DDE3E6;
  outline: 2px solid transparent;
  outline-offset: 0;
  background: #FFFFFF;
  color: #445B72;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, outline-color 0.15s ease, outline-offset 0.15s ease;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-chip {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-chip {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-chip:hover {
  background: #DDE3E6;
  color: #445B72;
  text-decoration: none;
}
.c-chip:active {
  background: #0D1723;
  color: #FFFFFF;
  border-color: #0D1723;
}
.c-chip:focus, .c-chip:focus-visible, .c-chip:active:focus, .c-chip:active:focus-visible, .c-chip.is-active:focus, .c-chip.is-active:focus-visible {
  outline-color: #1D75B2;
  outline-offset: 2px;
  box-shadow: none;
}
.c-chip:focus:not(:focus-visible) {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}
.c-chip.is-active {
  background: #0D1723;
  color: #FFFFFF;
  border-color: #0D1723;
}
.c-chip.c-chip--filter {
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.c-chip.c-chip--filter.is-selected {
  background: #192838;
  color: #FFFFFF;
  border-color: #192838;
}
.c-chip.c-chip--filter.is-selected:hover {
  opacity: 0.85;
}
.c-chip.c-chip--filter .c-chip__dismiss {
  display: none;
  width: 14px;
  height: 14px;
}
.c-chip.c-chip--filter.is-selected .c-chip__dismiss {
  display: inline-flex;
}

/* Chips: scroll-only */
.c-chipRail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.c-chipRail__wrap {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
}

.c-chipRail__scroller {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scroll-behavior: smooth;
  /* Prevent focus outline clipping by overflow */
  padding: 4px;
  margin: -4px;
  padding-right: 0;
  /* keyboard scroll focus */
  outline: none;
}
.c-chipRail__scroller:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}

/* Hide scrollbar everywhere (mobile included), keep scrolling */
.c-chipRail__scroller {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-chipRail__scroller::-webkit-scrollbar {
  display: none;
}

.c-chipRail__nav {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #DDE3E6;
  background: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 160ms ease;
}

/* Default: hide prev until user scrolls right */
.c-chipRail.is-at-start .c-chipRail__nav--prev {
  display: none;
}

/* Hide next when at the end */
.c-chipRail.is-at-end .c-chipRail__nav--next {
  display: none;
}

/* If no overflow, hide BOTH arrows */
.c-chipRail.is-no-overflow .c-chipRail__nav {
  display: none;
}

/* Desktop: hide chip rail arrows entirely */
@media (min-width: 992px) {
  .c-chipRail__nav {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .c-promoRow {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .c-promoRow {
    padding-left: 0;
  }
}

.c-promoRow__header {
  margin-top: 3rem;
}

.c-promoRow__kicker {
  color: #445B72;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-promoRow__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-promoRow__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-promoRow__viewport {
  overflow: hidden;
  position: relative;
}

.c-promoRow__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.c-promoRow__carouselWrap.has-scroll-next .c-promoRow__viewport::after {
  opacity: 1;
}

.c-promoRow__viewport::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 200ms ease;
}

.c-promoRow__carouselWrap.has-scroll-prev .c-promoRow__viewport::before {
  opacity: 1;
}

.c-promoRow__track {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-promoRow__slide {
  flex: 0 0 356px;
  max-width: 356px;
  min-width: 0;
}

.c-promoRow__slide > .card {
  width: auto;
  max-width: 100%;
  min-height: 410px;
  height: auto;
}
@media (min-width: 576px) {
  .c-promoRow__slide > .card {
    height: 410px;
  }
}

.c-promoRow .card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-promoRow .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-promoRow .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-promoRow .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-promoRow .card-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-promoRow .card-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-promoRow .card-body {
  flex: 0 1 auto;
  padding-bottom: 0;
}

.c-promoRow .card-footer {
  margin-top: auto;
  padding-top: 0.5rem;
}

.c-promoRow__carouselWrap {
  position: relative;
}

.c-promoRow__controls {
  display: flex;
  align-items: center;
}

.c-promoRow__progress-spacer {
  display: none;
}

.c-promoRow__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #192838;
  cursor: pointer;
}
.c-promoRow__nav:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}
.c-promoRow__nav:disabled, .c-promoRow__nav[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.c-promoRow__progress {
  width: 264px;
  flex-shrink: 0;
  height: 8px;
  background: #DDE3E6;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.c-promoRow__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #2D4157;
  border-radius: 9999px;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 8px 8px -4px rgba(13, 20, 28, 0.03);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
  margin: 0 0 1.5rem 0;
}
.figure .expander {
  position: relative;
  display: block;
}
.figure .expander .cover, .figure .expander .icon {
  -webkit-transition: background 200ms, color 200ms, ease-in 200ms;
  -moz-transition: background 200ms, color 200ms, ease-in 200ms;
  -ms-transition: background 200ms, color 200ms, ease-in 200ms;
  -o-transition: background 200ms, color 200ms, ease-in 200ms;
  transition: background 200ms, color 200ms, ease-in 200ms;
}
.figure .expander:hover .cover, .figure .expander:focus .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(95, 103, 120);
  background: rgba(95, 103, 120, 0.85);
}
.figure .expander:focus-visible {
  outline: solid 2px #4470d6;
}
.figure .expander .icon {
  position: absolute;
  left: 50%;
  top: 50%;
}
.figure .expander .icon:before {
  font-family: "becu-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  font-size: 72px;
  color: #fff;
  position: relative;
  top: -36px;
  left: -36px;
}
@media (min-width: 992px) {
  .figure .expander .icon:before {
    font-size: 36px;
    top: -18px;
    left: -18px;
  }
}

.figure-img {
  margin-bottom: 0.75rem;
  line-height: 1;
}

.figure-caption {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .figure-caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .figure-caption {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.012em;
  color: #007C89;
  margin: 0;
  transition: color 150ms ease;
}
.c-link:hover {
  color: #00626E;
  text-decoration: underline;
}
.c-link:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
.c-link:active {
  color: #007C89;
}

.c-link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  transition: transform 150ms ease;
}

.c-link--chevron .c-link__icon {
  transform: translateX(0);
}
.c-link--chevron:hover .c-link__icon {
  transform: translateX(2px);
}

.c-link--stacked {
  display: inline-flex;
  margin-top: 1rem;
}

.c-link--inline {
  display: inline;
  text-decoration: underline !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.c-link--inline:hover {
  text-decoration: underline !important;
}

.component-benefit-tile-container {
  background-color: #fff;
  padding-top: 1rem;
}
.component-benefit-tile-container .content {
  padding: 0 20px;
  text-align: center;
}
.component-benefit-tile-container.dark {
  background-color: #d5d7d9;
}
.component-benefit-tile-container.dark .benefit-tile.hover-effect .content {
  box-shadow: 0px 0px 7px 2px #bcc1c4;
}
.component-benefit-tile-container.dark .bottom-content a,
.component-benefit-tile-container.dark .top-content a {
  color: #192838;
  text-decoration: underline;
  text-decoration-color: #192838;
}
.component-benefit-tile-container.dark.no-boxes .bottom-content a,
.component-benefit-tile-container.dark.no-boxes .top-content a, .component-benefit-tile-container.light.no-boxes .bottom-content a,
.component-benefit-tile-container.light.no-boxes .top-content a {
  color: #007C89;
  text-decoration: none;
  text-decoration-color: unset;
}
.component-benefit-tile-container.no-boxes {
  background-color: transparent;
  border: solid 2px #d5d7d9;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.component-benefit-tile-container.no-boxes .benefit-tile.hover-effect a .content:hover, .component-benefit-tile-container.no-boxes .benefit-tile.hover-effect a .content:focus {
  background-color: #007C89;
}
.component-benefit-tile-container.no-boxes .benefit-tile.hover-effect a:focus-visible {
  outline: solid 2px #4470d6;
}
.component-benefit-tile-container.no-boxes .benefit-tile.hover-effect .content {
  border: 0;
  box-shadow: none;
}
.component-benefit-tile-container.no-boxes .benefit-tile {
  padding: 1rem 0;
}
.component-benefit-tile-container.no-boxes .benefit-tile .content {
  background-color: transparent;
}
.component-benefit-tile-container.no-boxes .benefit-tile:last-child {
  padding-right: 0;
}
.component-benefit-tile-container.no-pluses .benefit-tile::after {
  display: none;
}
.component-benefit-tile-container .benefit-tiles {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  padding: 0 0.5rem 0.5rem;
}
.component-benefit-tile-container .benefit-tiles .benefit-tile:last-child:after {
  display: none;
}
.component-benefit-tile-container .benefit-tile {
  display: flex;
  padding: 1rem 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.component-benefit-tile-container .benefit-tile.hover-effect a {
  display: flex;
  text-decoration: none;
}
.component-benefit-tile-container .benefit-tile.hover-effect a .content {
  border: solid 1px #fff;
  box-shadow: 0px 0px 7px 2px #d5d7d9;
  color: #4d5f69;
}
.component-benefit-tile-container .benefit-tile.hover-effect a .content svg {
  height: 50px;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content {
  color: #fff;
  background-color: #007C89;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content .full-width img, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content .full-width img {
  left: auto;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content img, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content img {
  left: -50px;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content img.svg, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content img.svg {
  display: none;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content svg *, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content svg * {
  fill: white !important;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:hover .content > .caption, .component-benefit-tile-container .benefit-tile.hover-effect a:hover .content > .description, .component-benefit-tile-container .benefit-tile.hover-effect a:hover .content > .description p, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content > .caption, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content > .description, .component-benefit-tile-container .benefit-tile.hover-effect a:focus .content > .description p {
  color: #fff;
}
.component-benefit-tile-container .benefit-tile.hover-effect a:focus-visible {
  outline: solid 2px #4470d6;
}
.component-benefit-tile-container .benefit-tile ol, .component-benefit-tile-container .benefit-tile ul {
  margin-bottom: 0;
  padding-left: 1rem;
  text-align: left;
}
.component-benefit-tile-container .benefit-tile ol.checks, .component-benefit-tile-container .benefit-tile ul.checks {
  margin-left: 22px;
  padding-left: 0;
}
.component-benefit-tile-container .benefit-tile ol.checks li, .component-benefit-tile-container .benefit-tile ul.checks li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.component-benefit-tile-container .benefit-tile ol.checks li:before, .component-benefit-tile-container .benefit-tile ul.checks li:before {
  background-image: url("/images/check.svg");
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: -22px;
  margin-left: 0;
  position: absolute;
  top: 1px;
  width: 17px;
}
.component-benefit-tile-container .benefit-tile ol + p, .component-benefit-tile-container .benefit-tile ul + p {
  margin-top: 1.5rem;
  text-align: left;
}
.component-benefit-tile-container .benefit-tile ol li, .component-benefit-tile-container .benefit-tile ul li {
  margin-bottom: 0.5rem;
}
.component-benefit-tile-container .benefit-tile ol li:last-child, .component-benefit-tile-container .benefit-tile ul li:last-child {
  margin-bottom: 0;
}
.component-benefit-tile-container .benefit-tile ol + ol,
.component-benefit-tile-container .benefit-tile ol + ul,
.component-benefit-tile-container .benefit-tile ul + ol,
.component-benefit-tile-container .benefit-tile ul + ul {
  margin-top: 1.5rem;
}
.component-benefit-tile-container .benefit-tile .description + .cta a {
  margin-top: 1.5rem;
}
.component-benefit-tile-container .benefit-tile .cta a {
  margin-bottom: 0;
  width: auto;
}
.component-benefit-tile-container .benefit-tile a {
  width: 100%;
}
.component-benefit-tile-container .benefit-tile a .content {
  display: block;
}
.component-benefit-tile-container .benefit-tile a .content .caption {
  color: #007C89;
}
.component-benefit-tile-container .benefit-tile .content {
  background-color: #f4f5f5;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
}
.component-benefit-tile-container .benefit-tile .content a .caption {
  color: #007C89;
}
.component-benefit-tile-container .benefit-tile .content .img-wrapper {
  height: 50px;
  margin: 0 auto 0.5rem auto;
  overflow: hidden;
  position: relative;
  width: 50px;
}
.component-benefit-tile-container .benefit-tile .content .img-wrapper.full-width {
  height: auto;
  width: 100%;
}
.component-benefit-tile-container .benefit-tile .content .img-wrapper.full-width img {
  height: auto;
  width: 100%;
}
.component-benefit-tile-container .benefit-tile .content .img-wrapper img {
  left: 0;
  position: relative;
  top: 0;
}
.component-benefit-tile-container .benefit-tile .content .img-wrapper svg {
  height: 100%;
  width: 100%;
}
.component-benefit-tile-container .benefit-tile .caption {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  min-height: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .component-benefit-tile-container .benefit-tile .caption {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .component-benefit-tile-container .benefit-tile .caption {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-benefit-tile-container .benefit-tile .description {
  display: block;
  margin-top: 0.5rem;
}
.component-benefit-tile-container .benefit-tile .description a, .component-benefit-tile-container .benefit-tile .description li, .component-benefit-tile-container .benefit-tile .description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .component-benefit-tile-container .benefit-tile .description a, .component-benefit-tile-container .benefit-tile .description li, .component-benefit-tile-container .benefit-tile .description p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .component-benefit-tile-container .benefit-tile .description a, .component-benefit-tile-container .benefit-tile .description li, .component-benefit-tile-container .benefit-tile .description p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
.component-benefit-tile-container .benefit-tile .description a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .component-benefit-tile-container .benefit-tile .description a {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .component-benefit-tile-container .benefit-tile .description a {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
.component-benefit-tile-container .benefit-tile .description p:last-child {
  margin-bottom: 0;
}
.component-benefit-tile-container .benefit-tile::after {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  content: url("/images/plus-icon.svg");
}
.component-benefit-tile-container .bottom-content,
.component-benefit-tile-container .top-content {
  padding-bottom: 1.5rem;
  text-align: left;
}
.component-benefit-tile-container .bottom-content p:last-child,
.component-benefit-tile-container .top-content p:last-child {
  margin-bottom: 0;
}
.component-benefit-tile-container .bottom-content ol:last-child, .component-benefit-tile-container .bottom-content ul:last-child,
.component-benefit-tile-container .top-content ol:last-child,
.component-benefit-tile-container .top-content ul:last-child {
  margin-bottom: 0;
}
.component-benefit-tile-container .bottom-content ol li, .component-benefit-tile-container .bottom-content ul li,
.component-benefit-tile-container .top-content ol li,
.component-benefit-tile-container .top-content ul li {
  margin-bottom: 0.5rem;
}
.component-benefit-tile-container .bottom-content ol li:last-child, .component-benefit-tile-container .bottom-content ul li:last-child,
.component-benefit-tile-container .top-content ol li:last-child,
.component-benefit-tile-container .top-content ul li:last-child {
  margin-bottom: 0;
}
.component-benefit-tile-container .bottom-content.pl-md {
  padding-left: 20px;
}
.component-benefit-tile-container .bottom-content.pr-md {
  padding-right: 20px;
}

.component-benefit-tile-container.scEnabledChrome.cols-2 .benefit-tiles, .component-benefit-tile-container.scEnabledChrome.cols-3 .benefit-tiles, .component-benefit-tile-container.scEnabledChrome.cols-4 .benefit-tiles {
  display: block;
}
.component-benefit-tile-container.scEnabledChrome.cols-2 .benefit-tiles .benefit-tile, .component-benefit-tile-container.scEnabledChrome.cols-3 .benefit-tiles .benefit-tile, .component-benefit-tile-container.scEnabledChrome.cols-4 .benefit-tiles .benefit-tile {
  display: inline-block;
}
.component-benefit-tile-container.scEnabledChrome.cols-2 .benefit-tiles .benefit-tile .content .cta .scTextWrapper, .component-benefit-tile-container.scEnabledChrome.cols-3 .benefit-tiles .benefit-tile .content .cta .scTextWrapper, .component-benefit-tile-container.scEnabledChrome.cols-4 .benefit-tiles .benefit-tile .content .cta .scTextWrapper {
  color: #d12a2e;
  display: inline-block;
  margin-top: 1.5rem;
}
.component-benefit-tile-container.scEnabledChrome.cols-2 .bottom-content .scWebEditInput,
.component-benefit-tile-container.scEnabledChrome.cols-2 .top-content .scWebEditInput, .component-benefit-tile-container.scEnabledChrome.cols-3 .bottom-content .scWebEditInput,
.component-benefit-tile-container.scEnabledChrome.cols-3 .top-content .scWebEditInput, .component-benefit-tile-container.scEnabledChrome.cols-4 .bottom-content .scWebEditInput,
.component-benefit-tile-container.scEnabledChrome.cols-4 .top-content .scWebEditInput {
  display: block;
  margin-bottom: 1.5rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile {
    width: 50%;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile .caption, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile .caption, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile .caption {
    display: block;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile::after {
    left: inherit;
    right: -4px;
    top: 50%;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile:nth-child(even):after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(even):after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(even):after {
    display: none;
  }
  .component-benefit-tile-container.cols-2.no-boxes .benefit-tiles .benefit-tile:nth-child(even), .component-benefit-tile-container.cols-3.no-boxes .benefit-tiles .benefit-tile:nth-child(even), .component-benefit-tile-container.cols-4.no-boxes .benefit-tiles .benefit-tile:nth-child(even) {
    padding-left: 0.5rem;
  }
  .component-benefit-tile-container.cols-2.no-boxes .benefit-tiles .benefit-tile:nth-child(odd), .component-benefit-tile-container.cols-3.no-boxes .benefit-tiles .benefit-tile:nth-child(odd), .component-benefit-tile-container.cols-4.no-boxes .benefit-tiles .benefit-tile:nth-child(odd) {
    padding-right: 0.5rem;
  }
  .component-benefit-tile-container.cols-2.no-pluses .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-3.no-pluses .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-4.no-pluses .benefit-tiles .benefit-tile::after {
    display: none;
  }
  .component-benefit-tile-container.cols-2.no-pluses .benefit-tiles .benefit-tile::after:nth-child(even):after, .component-benefit-tile-container.cols-3.no-pluses .benefit-tiles .benefit-tile::after:nth-child(even):after, .component-benefit-tile-container.cols-4.no-pluses .benefit-tiles .benefit-tile::after:nth-child(even):after {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile:nth-child(even):after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(even):after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(even):after {
    display: block;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile:last-child:after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:last-child:after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:last-child:after {
    display: none;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile {
    width: 50%;
  }
  .component-benefit-tile-container.cols-2 .benefit-tiles .benefit-tile:nth-child(even)::after {
    display: none;
  }
  .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile {
    width: 33.33%;
  }
  .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(3)::after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(6)::after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(9)::after, .component-benefit-tile-container.cols-3 .benefit-tiles .benefit-tile:nth-child(12)::after {
    display: none;
  }
  .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile {
    width: 25%;
  }
  .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(4)::after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(8)::after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(12)::after, .component-benefit-tile-container.cols-4 .benefit-tiles .benefit-tile:nth-child(16)::after {
    display: none;
  }
  .component-benefit-tile-container.cols-2.no-boxes .benefit-tiles .benefit-tile, .component-benefit-tile-container.cols-3.no-boxes .benefit-tiles .benefit-tile, .component-benefit-tile-container.cols-4.no-boxes .benefit-tiles .benefit-tile {
    padding: 1rem 0.5rem;
  }
  .component-benefit-tile-container.cols-2.no-boxes .benefit-tiles .benefit-tile:first-child, .component-benefit-tile-container.cols-3.no-boxes .benefit-tiles .benefit-tile:first-child, .component-benefit-tile-container.cols-4.no-boxes .benefit-tiles .benefit-tile:first-child {
    padding-left: 0;
  }
  .component-benefit-tile-container.cols-2.no-boxes .benefit-tiles .benefit-tile:last-child, .component-benefit-tile-container.cols-3.no-boxes .benefit-tiles .benefit-tile:last-child, .component-benefit-tile-container.cols-4.no-boxes .benefit-tiles .benefit-tile:last-child {
    padding-right: 0 !important;
  }
  .component-benefit-tile-container.cols-2.no-pluses .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-3.no-pluses .benefit-tiles .benefit-tile::after, .component-benefit-tile-container.cols-4.no-pluses .benefit-tiles .benefit-tile::after {
    display: none;
  }
}
.component-employee-bio .bio-icon {
  margin-bottom: 1rem;
}
.component-employee-bio .bio-icon img.full {
  width: 80%;
}
.component-employee-bio .bio-text a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .component-employee-bio .bio-text a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-employee-bio .bio-text a {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-employee-bio .bio-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .component-employee-bio .bio-text p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .component-employee-bio .bio-text p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
.component-employee-bio .bio-text .employee-info {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
}
@media (min-width: 768px) {
  .component-employee-bio .bio-text .employee-info {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-employee-bio .bio-text .employee-info {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-employee-bio .bio-text .employee-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .component-employee-bio .bio-text .employee-name {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-employee-bio .bio-text .employee-name {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-employee-bio .bio-text .heading5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #4d5f69;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .component-employee-bio .bio-text .heading5 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-employee-bio .bio-text .heading5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-employee-bio .bio-text .more,
.component-employee-bio .bio-text .readless {
  display: none;
}
.component-employee-bio .bio-text .readless,
.component-employee-bio .bio-text .readmore {
  margin-top: 1rem;
}
.component-employee-bio .bio-text .short {
  margin: 1rem 0 1rem 0;
}
.component-employee-bio .linkedincta .icon:before {
  font-family: "becu-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9298a3;
  content: "ߔ";
  font-size: 44px;
}
.component-employee-bio .linkedincta:focus, .component-employee-bio .linkedincta:hover {
  text-decoration: none;
}
.component-employee-bio .linkedincta:focus .icon:before, .component-employee-bio .linkedincta:hover .icon:before {
  color: #007C89;
}
.component-employee-bio .linkedincta:focus-visible {
  outline: solid 2px #4470d6;
}

@media only screen and (min-width: 768px) {
  .component-employee-bio {
    min-height: 615px;
  }
  .component-employee-bio.heightAuto {
    min-height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .component-employee-bio {
    min-height: 540px;
  }
  .component-employee-bio.heightAuto {
    min-height: auto;
  }
}
div.component-footnote {
  margin-bottom: 0;
}

.component-footnote,
.component-footnote p,
.component-footnote h1,
.component-footnote .h1,
.component-footnote h2,
.component-footnote h3,
.component-footnote .h3,
.component-footnote h4,
.component-footnote .h4,
.component-footnote .h5,
.component-footnote h5,
.component-footnote h6,
.component-footnote .h6,
.component-footnote .headline,
.component-footnote .heading2,
.component-footnote .heading3,
.component-footnote .heading4,
.component-footnote .heading5,
.component-footnote ol li,
.component-footnote ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .component-footnote,
  .component-footnote p,
  .component-footnote h1,
  .component-footnote .h1,
  .component-footnote h2,
  .component-footnote h3,
  .component-footnote .h3,
  .component-footnote h4,
  .component-footnote .h4,
  .component-footnote .h5,
  .component-footnote h5,
  .component-footnote h6,
  .component-footnote .h6,
  .component-footnote .headline,
  .component-footnote .heading2,
  .component-footnote .heading3,
  .component-footnote .heading4,
  .component-footnote .heading5,
  .component-footnote ol li,
  .component-footnote ul li {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .component-footnote,
  .component-footnote p,
  .component-footnote h1,
  .component-footnote .h1,
  .component-footnote h2,
  .component-footnote h3,
  .component-footnote .h3,
  .component-footnote h4,
  .component-footnote .h4,
  .component-footnote .h5,
  .component-footnote h5,
  .component-footnote h6,
  .component-footnote .h6,
  .component-footnote .headline,
  .component-footnote .heading2,
  .component-footnote .heading3,
  .component-footnote .heading4,
  .component-footnote .heading5,
  .component-footnote ol li,
  .component-footnote ul li {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
.component-footnote p {
  margin-left: 1em;
}
.component-footnote sup {
  font-size: 10px;
  margin-left: -1em;
  display: inline-block;
  padding-right: 0.5em;
}
.component-footnote .superscript {
  margin-left: 0em;
  font-size: 65%;
  padding-right: 0em;
}
.component-footnote .promo-optional {
  padding: 0;
  overflow: hidden;
}
.component-footnote .promo-optional table {
  width: 100%;
}
.component-footnote .promo-optional td {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  /*@include small-copy;*/
  padding: 1rem;
  text-align: center;
  max-width: 200px;
  border: 1px solid #192838;
  color: #192838;
}
@media (min-width: 768px) {
  .component-footnote .promo-optional td {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .component-footnote .promo-optional td {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
.component-footnote + .component-footnote {
  border-top: none;
}
.component-footnote.bt {
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #d5d7d9;
}

@media only screen and (min-width: 768px) {
  .component-footnote .promo-optional p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.012em;
    margin: 0;
    margin-block-end: 12px;
    padding: 14px 14px 12px 14px;
    width: 25%;
    height: 60px;
    border: 1px solid #d5d7d9;
    border-left: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .component-footnote .promo-optional p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 992px) {
  .component-footnote .promo-optional p {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .component-footnote .promo-optional p:first-child {
    border-left: 1px solid #d5d7d9;
  }
}
.rate-detail {
  margin: 0 0 0 5px;
  display: inline-block;
}
.rate-detail .detail-percent {
  font-size: 14px;
  line-height: 1em;
}
.rate-detail .detail-apr {
  font-size: 10px;
  line-height: 1em;
}

.ratesubhead {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .ratesubhead {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .ratesubhead {
    font-size: 16px;
    line-height: 24px;
  }
}

.ratetitle {
  color: #192838;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin-block-end: 0.25rem;
}
@media (min-width: 768px) {
  .ratetitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .ratetitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.component-rate {
  overflow: hidden;
}
.component-rate + .component-rate {
  margin-top: -1.5rem;
}
.component-rate h3, .component-rate .h3 {
  font-weight: 600;
  margin-block-end: 0;
}
.component-rate .heading3 {
  margin-bottom: 14px;
}
.component-rate .heading4 {
  margin: 0 0 9px 0;
}
.component-rate .heading5 {
  margin: 0;
}
.component-rate + p {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.component-combined-rate .rate-content {
  margin-bottom: 1.5rem;
}
.component-combined-rate .rate-content:last-of-type {
  margin-bottom: 0;
}

.text-h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #192838;
  font-weight: 600;
  margin-block-end: 0;
}
@media (min-width: 768px) {
  .text-h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .text-h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .component-rate {
    float: left;
    margin-bottom: 0;
    padding-right: 1.5rem;
    width: 33.33%;
  }
  .component-rate + .component-rate {
    margin-top: 0;
  }
  .component-rate + p {
    float: none;
    clear: both;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .component-rate {
    float: none;
    margin-bottom: 1.5rem;
    padding-right: 0;
    width: auto;
  }
  .component-rate + .component-rate {
    margin-top: -1.5rem;
  }
}
.richtext ul.checks {
  margin-left: 54px;
  padding-left: 0;
}
.richtext ul.checks li {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.richtext ul.checks li:before {
  background-image: url("/images/check.svg");
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: -39px;
  margin-left: 0;
  position: absolute;
  width: 21px;
}
.richtext li p {
  margin-bottom: 0;
}

.richtext img,
.alert-content img,
.component-faq-richtext img,
.component-footnote img,
.c-disclosure__scroll img {
  max-width: 100%;
  height: auto;
}

.component-universal-rate {
  /*.rate {
      margin: 10px 0;
  }

  .rate-detail {
      margin: 0 0 0 5px;
      display: inline-block;
  }

  .rate-heading {

  }

  .detail-percent {
      font-size: 14px;
      line-height: 1em;
  }

  .detail-apr {
      font-size: 10px;
      line-height: 1em;
  }*/
}
.component-universal-rate .text-h1 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.component-benefit-tile-container .component-universal-rate {
  display: flex;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  position: relative;
  width: 100%;
}
.component-benefit-tile-container .component-universal-rate .universal-rate-content {
  background-color: #f4f5f5;
  border: 1px solid #d5d7d9;
  padding: 1rem;
  text-align: left;
  width: 100%;
}
.component-benefit-tile-container .component-universal-rate .universal-rate-content .rate-heading {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #0D1723;
}
@media (min-width: 768px) {
  .component-benefit-tile-container .component-universal-rate .universal-rate-content .rate-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-benefit-tile-container .component-universal-rate .universal-rate-content .rate-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-benefit-tile-container .component-universal-rate .universal-rate-content .ratetitle + .cta {
  margin-top: 1rem;
}
.component-benefit-tile-container .component-universal-rate .universal-rate-content .ratetitle a {
  display: block;
  margin-top: 1rem;
}

.component-benefit-tile-container.scEnabledChrome.cols-2 .benefit-tiles, .component-benefit-tile-container.scEnabledChrome.cols-3 .benefit-tiles, .component-benefit-tile-container.scEnabledChrome.cols-4 .benefit-tiles {
  display: block;
}
.component-benefit-tile-container.scEnabledChrome.cols-2 .benefit-tiles .component-universal-rate, .component-benefit-tile-container.scEnabledChrome.cols-3 .benefit-tiles .component-universal-rate, .component-benefit-tile-container.scEnabledChrome.cols-4 .benefit-tiles .component-universal-rate {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .component-benefit-tile-container.cols-2 .benefit-tiles .component-universal-rate, .component-benefit-tile-container.cols-3 .benefit-tiles .component-universal-rate, .component-benefit-tile-container.cols-4 .benefit-tiles .component-universal-rate {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .component-benefit-tile-container.cols-2 .benefit-tiles .component-universal-rate {
    width: 50%;
  }
  .component-benefit-tile-container.cols-3 .benefit-tiles .component-universal-rate {
    width: 33.33%;
  }
  .component-benefit-tile-container.cols-4 .benefit-tiles .component-universal-rate {
    width: 25%;
  }
}
.CoveoSearchInterface * {
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.magic-box .magic-box-suggestions {
  padding: 0.5rem;
  background-color: #FFFFFF;
  border: solid 1px #DDE3E6;
  border-radius: 8px;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  margin-top: 0.5rem;
}

.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions {
  border: 0;
}

.magic-box .magic-box-suggestions .magic-box-suggestion {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  border: 0;
  border-radius: 8px;
  padding: 0.5rem 1rem;
  color: #192838;
}
@media (min-width: 768px) {
  .magic-box .magic-box-suggestions .magic-box-suggestion {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .magic-box .magic-box-suggestions .magic-box-suggestion {
    font-size: 20px;
    line-height: 28px;
  }
}
.magic-box .magic-box-suggestions .magic-box-suggestion:hover, .magic-box .magic-box-suggestions .magic-box-suggestion:focus {
  background-color: #F5F5F6;
  color: #192838;
}
.magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
  background: #F5F5F6 !important;
  color: #192838;
}
.magic-box .magic-box-suggestions .magic-box-suggestion:focus {
  outline: 0;
}
.magic-box .magic-box-suggestions .magic-box-suggestion:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.CoveoOmnibox.magic-box .magic-box-suggestion .coveo-omnibox-hightlight,
.CoveoOmnibox.magic-box .magic-box-suggestion .coveo-omnibox-hightlight2 {
  font-weight: 700;
  color: inherit;
}

.viewallbtn {
  display: block;
  padding: 0.5rem;
  border: 0;
  text-align: left;
  cursor: default;
  height: auto;
  min-height: 0;
  min-width: 0;
}

/*
  Component contract
  - .c-search is the component root (no nav layout assumptions)
  - .c-search__control matches Figma: 382×64, radius 48, padding 4/8, centered contents
  - When focused or when input has value, the caret/text is left-aligned
  - Placeholder content is visually centered (icon + text)
*/
.c-search,
div.CoveoSearchbox div.magic-box {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  border: none;
}

.c-search__control,
div.CoveoSearchbox .magic-box .magic-box-input {
  position: relative;
  width: 382px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 48px;
  background: #F5F5F6;
  border: 1px solid transparent;
  box-shadow: none;
}

div.CoveoSearchbox .magic-box .magic-box-input::before {
  content: "What are you looking for?";
  display: flex;
  align-items: center;
  min-height: 24px;
  background: url("/images/search2.svg") no-repeat left center;
  background-size: 24px 24px;
  padding-left: calc(24px + 10px);
  position: relative;
  z-index: 1;
  pointer-events: none;
  color: #445B72;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  transition: opacity 160ms ease;
}
div.CoveoSearchbox .magic-box .magic-box-input::after {
  content: url("/images/search2.svg");
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}
div.CoveoSearchbox .magic-box .magic-box-input:focus-within::before, div.CoveoSearchbox .magic-box .magic-box-input:has(input:not(:placeholder-shown))::before {
  opacity: 0;
}
div.CoveoSearchbox .magic-box .magic-box-input:focus-within::after, div.CoveoSearchbox .magic-box .magic-box-input:has(input:not(:placeholder-shown))::after {
  opacity: 1;
}
div.CoveoSearchbox .magic-box .magic-box-input input::placeholder {
  color: transparent;
}

.c-search__input,
div.CoveoSearchbox .magic-box .magic-box-input input[type=text] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  border-radius: inherit;
  color: #192838;
  caret-color: #192838;
  font-family: var(--bs-font-sans-serif);
  padding-left: 48px;
  padding-right: 16px;
  text-align: left;
  margin: 0;
}

div.coveo-for-sitecore-search-box-container {
  flex: unset;
}

div.CoveoSearchbox {
  display: block;
}

div.CoveoSearchbox a.CoveoSearchButton {
  display: none;
}

div.CoveoSearchbox .magic-box .magic-box-input .magic-box-clear {
  position: absolute;
  right: 14px;
  background: #F5F5F6;
  height: 32px;
  width: 32px;
  border-radius: 999px;
}
div.CoveoSearchbox .magic-box .magic-box-input .magic-box-clear:focus-visible, div.CoveoSearchbox .magic-box .magic-box-input .magic-box-clear:focus {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}
div.CoveoSearchbox .magic-box .magic-box-input .magic-box-clear::before {
  content: url("/images/close-sm.svg");
  width: 24px;
  height: 24px;
  display: block;
  line-height: 24px;
  padding-left: 4px;
}
div.CoveoSearchbox .magic-box .magic-box-input .magic-box-clear .magic-box-clear-svg {
  display: none;
}

div.CoveoSearchbox .coveo-magicbox-suggestions {
  font-family: var(--bs-font-sans-serif);
}

.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-magicbox-suggestions.coveo-magicbox-suggestions,
.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion .coveo-suggestion-container.coveo-suggestion-container {
  border: 0;
}

.c-search__input::-webkit-search-decoration,
.c-search__input::-webkit-search-cancel-button,
.c-search__input::-webkit-search-results-button,
.c-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.c-search__dd {
  width: 382px;
}

.c-search__placeholder {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #445B72;
  pointer-events: none;
}

.c-search__placeholder-ic {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-search__leading {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
}

.c-search__control:focus-within,
div.CoveoSearchbox .magic-box .magic-box-input:focus-within {
  border-color: #1D75B2;
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 48px;
}

.c-search__control:focus-within .c-search__placeholder {
  opacity: 0;
}

.c-search__control:focus-within .c-search__leading {
  opacity: 1;
}

.c-search__input:not(:placeholder-shown) ~ .c-search__placeholder {
  opacity: 0;
}

.c-search__input:not(:placeholder-shown) ~ .c-search__leading {
  opacity: 1;
}

.c-nav__row2--product .c-nav__row2-search--overlay div.CoveoSearchbox .magic-box .magic-box-input::before {
  content: "How can we help you?";
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  padding-left: 0;
  min-height: 0;
}
.c-nav__row2--product .c-nav__row2-search--overlay div.CoveoSearchbox .magic-box .magic-box-input::after {
  opacity: 1;
}
.c-nav__row2--product .c-nav__row2-search--overlay div.CoveoSearchbox .magic-box .magic-box-input:focus-within::before {
  opacity: 1;
}
.c-nav__row2--product .c-nav__row2-search--overlay div.CoveoSearchbox .magic-box .magic-box-input:has(input:not(:placeholder-shown))::before {
  opacity: 0;
}
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__placeholder {
  position: absolute;
  left: 48px;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__placeholder .c-search__placeholder-ic,
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__placeholder img {
  display: none;
}
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__control:focus-within .c-search__placeholder {
  opacity: 1;
}
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__control:focus-within .c-search__leading {
  opacity: 1;
}
.c-nav__row2--product .c-nav__row2-search--overlay .c-search__input:not(:placeholder-shown) ~ .c-search__placeholder {
  opacity: 0;
}

.c-searchMini {
  width: 64px;
  height: 64px;
  aspect-ratio: 1 / 1;
  border-radius: 4rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  background: #F5F5F6;
  padding: 1.5rem;
  gap: 2rem;
  cursor: pointer;
  transition: box-shadow 200ms ease, background-color 200ms ease;
}
.c-searchMini img {
  width: 24px;
  height: 24px;
  display: block;
}
.c-searchMini:hover {
  box-shadow: 0 0 0 3px rgba(0, 124, 137, 0.12);
}
.c-searchMini:focus-visible {
  border-color: #1D75B2;
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}

.c-search__close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-search__close:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}

/* show close when focused OR has value */
.c-search__control:focus-within .c-search__close {
  opacity: 1;
  pointer-events: auto;
}

.c-search__input:not(:placeholder-shown) ~ .c-search__close {
  opacity: 1;
  pointer-events: auto;
}

.c-skipnav {
  position: relative;
}

.c-skipnav__row {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: flex;
  gap: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.c-skipnav:focus-within .c-skipnav__row {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c-skipnav__link {
  display: inline-block;
  padding: 0.75rem 1rem;
  background: #0D1723;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  border-bottom: 1px solid #fff;
}
.c-skipnav__link:hover, .c-skipnav__link:focus {
  color: #fff;
  background: #0D1723;
}
.c-skipnav__link:focus {
  outline: none;
}
.c-skipnav__link:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 0;
}

.c-skipnav--bottom .c-skipnav__row {
  position: absolute;
  top: auto;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.c-skipnav--bottom:focus-within .c-skipnav__row {
  top: auto;
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .c-skipnav__row,
  .c-skipnav--bottom .c-skipnav__row {
    transition: none;
  }
}
/* -------------------------------------------------------------------------- */
/* Row 1 (brand + tabs + utilities)                                            */
/* Bootstrap owns layout. Compass owns styling.                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* NAV BASE                                                                    */
/* -------------------------------------------------------------------------- */
/* Tabs sit flush inside the nav. The 24px bottom margin from _tabs.scss is for
   standalone/content tabs; zero it here. The `nav` element selector also covers
   the off-canvas Explore tabs, which live in their own <nav>. */
nav .c-tabs {
  margin-bottom: 0;
  /* Nav tabs are one step down from in-page tabs — a fixed 16px (pin the mobile
   step up so it never drops to 14px). The tabs token resolves because _tabs.scss
   is imported before _nav.scss, so no import is needed here. */
}
nav .c-tabs .c-tabs__item {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  nav .c-tabs .c-tabs__item {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  nav .c-tabs .c-tabs__item {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-nav {
  background: #FFFFFF;
  overflow: visible;
}

.c-nav .c-tabs {
  gap: 8px;
  width: fit-content;
  border-bottom: 1px solid #DDE3E6;
}

.c-nav .c-tabs .c-tabs__item {
  padding-left: 8px;
  padding-right: 8px;
}

/* Row 1 surface wrapper (no max-width/padding/grid here) */
.c-nav__row1 {
  background: #FFFFFF;
  padding-top: 2rem;
}

/* Brand */
.c-nav__brand {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.c-nav__brand-logo {
  display: block;
  height: 32px;
  width: auto;
}

/* Nav-specific layout only */
.c-nav__tabs {
  gap: 2rem;
}

/* Utility links (desktop) */
.c-nav__utils {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: flex-end;
}

.c-nav__util {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #445B72;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 768px) {
  .c-nav__util {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-nav__util {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-nav__util:hover, .c-nav__util.show {
  color: #007C89;
  text-decoration: none;
}
.c-nav__util:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-nav__util-ic {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  transition: color 0.2s ease;
}

.c-nav__util-ic img {
  width: 16px;
  height: 16px;
  display: block;
  transition: filter 0.2s ease;
}

.c-nav__util:hover .c-nav__util-ic img,
.c-nav__util.show .c-nav__util-ic img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(1200%) hue-rotate(160deg) brightness(95%) contrast(101%);
}

.c-nav__util-ic svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: currentColor;
}

/* Mobile controls */
.c-nav__mobile {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.c-nav__mobile-btn {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-nav__mobile-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #192838;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, color 0.15s ease, outline-color 0.15s ease;
}
.c-nav__mobile-profile img,
.c-nav__mobile-profile svg {
  width: 24px;
  height: 24px;
  display: block;
}
.c-nav__mobile-profile:active:not(:disabled):not(.is-disabled) {
  background-color: #DDE3E6;
}
@media (hover: hover) {
  .c-nav__mobile-profile:hover:not(:disabled):not(.is-disabled) {
    background-color: #F5F5F6;
  }
}
.c-nav__mobile-profile:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}
.c-nav__mobile-profile:disabled, .c-nav__mobile-profile.is-disabled {
  cursor: not-allowed;
  color: #97A9B6;
  background: transparent;
}

/* -------------------------------------------------------------------------- */
/* Row 2 (Bootstrap owns layout; Compass owns styling)                          */
/* -------------------------------------------------------------------------- */
.c-nav__row2 {
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #DDE3E6;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  /* OPTIONAL — legacy Sitecore parity. Re-caps the row2 container width when a
   legacy container / container-fluid conflict strips its max-width and lets
   it span the full viewport. Compass's own .container already caps at this
   width, so this is a no-op here unless `container--c-nav__row2` is added in
   the markup (see nav.html). */
}
.c-nav__row2 .container--c-nav__row2 {
  max-width: 1440px;
}

.c-nav__row2 .row > [class*=col] {
  min-width: 0;
}

.c-nav__row2--sticky {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #FFFFFF;
}

/* Left cluster */
.c-nav__left2 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

/* Welcome label */
.c-nav__welcome {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  display: inline-block;
  color: #445B72;
  padding-left: 1rem;
  border-left: 1px solid #DDE3E6;
  white-space: nowrap;
  max-width: min(50vw - 373px, 347px);
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .c-nav__welcome {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-nav__welcome {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Search placement only (not sizing internals) */
.c-nav__row2-search {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

/* CTA placement */
.c-nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

/* -------------------------------------------------------------------------- */
/* Responsive: < lg (mobile/tablet)                                            */
/* Goal: Search stretches, does NOT cover Explore                              */
/* Fix: If we turn the row into grid, we MUST neutralize Bootstrap gutters      */
/* -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
  /* Row 2 only: zero the container padding because its inner row converts to
   a grid below and supplies its own side margins. Row 1 is intentionally
   left alone so its .container keeps the standard responsive side padding —
   content stays inset from the viewport edge while the row surface runs
   full-bleed. (.container also restores the max-width cap at lg+.)
   NOTE: this is a Compass-specific mobile fix — OPTIONAL for Sitecore, whose
   container handling differs; safe to omit there if it conflicts. */
  .c-nav__row2 > .container,
  .c-nav__row2 > .container-fluid,
  .c-nav__row2 > .container-sm,
  .c-nav__row2 > .container-md,
  .c-nav__row2 > .container-lg,
  .c-nav__row2 > .container-xl,
  .c-nav__row2 > .container-xxl {
    padding-left: 0;
    padding-right: 0;
  }
  /* Convert the bootstrap row into a grid layout */
  .c-nav__row2 .container > .row,
  .c-nav__row2 .container-fluid > .row,
  .c-nav__row2 .container-sm > .row,
  .c-nav__row2 .container-md > .row,
  .c-nav__row2 .container-lg > .row,
  .c-nav__row2 .container-xl > .row,
  .c-nav__row2 .container-xxl > .row {
    display: grid;
    /* Left cluster | Search | (right slot if it exists) */
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    /* IMPORTANT: prevent Bootstrap row gutter math from causing bleed */
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 1.5rem;
    margin-right: 0;
    gap: 1.5rem;
  }
  /* Remove column padding that would otherwise cause overflow/covering */
  .c-nav__row2 .container > .row > [class*=col],
  .c-nav__row2 .container-fluid > .row > [class*=col],
  .c-nav__row2 .container-sm > .row > [class*=col],
  .c-nav__row2 .container-md > .row > [class*=col],
  .c-nav__row2 .container-lg > .row > [class*=col],
  .c-nav__row2 .container-xl > .row > [class*=col],
  .c-nav__row2 .container-xxl > .row > [class*=col] {
    padding-left: 0;
    padding-right: 0;
  }
  /* Place the existing children (based on your current HTML ordering) */
  .c-nav__row2 .container > .row > :nth-child(1),
  .c-nav__row2 .container-fluid > .row > :nth-child(1),
  .c-nav__row2 .container-sm > .row > :nth-child(1),
  .c-nav__row2 .container-md > .row > :nth-child(1),
  .c-nav__row2 .container-lg > .row > :nth-child(1),
  .c-nav__row2 .container-xl > .row > :nth-child(1),
  .c-nav__row2 .container-xxl > .row > :nth-child(1) {
    justify-self: start;
  }
  .c-nav__row2 .container > .row > :nth-child(2),
  .c-nav__row2 .container-fluid > .row > :nth-child(2),
  .c-nav__row2 .container-sm > .row > :nth-child(2),
  .c-nav__row2 .container-md > .row > :nth-child(2),
  .c-nav__row2 .container-lg > .row > :nth-child(2),
  .c-nav__row2 .container-xl > .row > :nth-child(2),
  .c-nav__row2 .container-xxl > .row > :nth-child(2) {
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }
  /* Third child may not exist at < lg (CTA is usually hidden) */
  .c-nav__row2 .container > .row > :nth-child(3),
  .c-nav__row2 .container-fluid > .row > :nth-child(3),
  .c-nav__row2 .container-sm > .row > :nth-child(3),
  .c-nav__row2 .container-md > .row > :nth-child(3),
  .c-nav__row2 .container-lg > .row > :nth-child(3),
  .c-nav__row2 .container-xl > .row > :nth-child(3),
  .c-nav__row2 .container-xxl > .row > :nth-child(3) {
    justify-self: end;
  }
  .c-nav__row2-search {
    justify-content: stretch;
    width: 100%;
    min-width: 0;
  }
  /* Make the search control fill the available space */
  .c-search,
  .c-search__dd,
  .c-search__control,
  div.coveo-for-sitecore-search-box-container,
  div.CoveoSearchbox .magic-box,
  div.CoveoSearchbox .magic-box .magic-box-input {
    width: 100%;
    max-width: 100%;
  }
}
/* -------------------------------------------------------------------------- */
/* Responsive: ≥ lg (desktop)                                                  */
/* Goal: True centered search by reserving equal left/right widths             */
/* -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .c-nav__row2 .container > .row {
    flex-wrap: nowrap;
  }
  /* Reserve equal widths for left + right columns so center is true */
  .c-nav__row2 .row > .col-auto.order-0,
  .c-nav__row2 .row > .col-auto.order-2 {
    --nav-side-w: clamp(220px, 18vw, 320px);
    flex: 0 0 var(--nav-side-w);
    width: var(--nav-side-w);
    min-width: var(--nav-side-w);
  }
  .c-nav__row2 .row > .col-auto.order-2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .c-nav__row2 .row > .col.order-1 {
    display: flex;
    justify-content: center;
    min-width: 0;
  }
  /* Limit search width while keeping it centered */
  .c-nav__row2-search {
    width: min(680px, 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-nav__row1 > .container,
  .c-nav__row2 > .container {
    max-width: 1140px;
  }
}
/* ========================================================================== */
/* Row 2 – PRODUCT VARIANT                                                    */
/* Uses HTML hooks:                                                      */
/* .c-nav__row2-grid, .c-nav__prodLeft, .c-nav__prodChips, .c-nav__prodSearch  */
/* ========================================================================== */
.c-nav__row2--product {
  /* Do NOT set position: relative here — it overrides position: sticky.
   position: sticky already creates a containing block for the
   overlay search (same as relative). */
}

/* When product + sticky are both present, re-assert sticky.
Specificity 0,2,0 beats the base .c-nav__row2--sticky (0,1,0). */
.c-nav__row2--product.c-nav__row2--sticky {
  position: sticky;
}

/* ------------------------------ */
/* MOBILE/TABLET (< lg)           */
/* Layout:                        */
/*   row 1: [Explore + label] [Search overlay (full)] */
/*   row 2: [Chips scroller full width]               */
/* ------------------------------ */
@media (max-width: 991.98px) {
  .c-nav__row2--product .c-nav__row2-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas: "left search" "chips chips";
    align-items: center;
    /* Kill bootstrap gutters inside this grid row */
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    /* Use your gutter rhythm */
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .c-nav__row2--product .c-nav__row2-grid > [class*=col] {
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
  .c-nav__row2--product .c-nav__prodLeft {
    grid-area: left;
  }
  .c-nav__row2--product .c-nav__prodChips {
    grid-area: chips;
  }
  .c-nav__row2--product .c-nav__prodSearch {
    grid-area: search;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
  }
  /* On mobile/tablet: show the FULL search, hide the mini button */
  .c-nav__row2--product .c-searchMini {
    display: none !important;
  }
  .c-nav__row2--product .c-nav__row2-search--overlay {
    position: static; /* no overlay on mobile; it's the normal full-width control */
    width: 100%;
    min-width: 0;
  }
  .c-nav__row2--product .c-nav__row2-search {
    justify-content: stretch;
    width: 100%;
  }
  .c-nav__row2--product .c-search {
    justify-content: stretch; /* override center */
    width: 100%;
  }
  .c-nav__row2--product .c-search__dd,
  .c-nav__row2--product .c-search__control {
    width: 100%;
    max-width: 100%;
  }
}
/* ------------------------------ */
/* DESKTOP (≥ lg)                 */
/* ------------------------------ */
@media (min-width: 992px) {
  .c-nav__row2--product .container > .row {
    /* keep bootstrap row behavior */
    display: flex;
    justify-content: flex-start; /* important: stop centering */
  }
  /* Kill the homepage "equal side widths" logic */
  .c-nav__row2--product .row > .col-auto.order-0,
  .c-nav__row2--product .row > .col-auto.order-2 {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }
  /* Kill the homepage center-justify on the middle column */
  .c-nav__row2--product .row > .col.order-1 {
    justify-content: flex-start;
  }
  /* Product grid row uses these classes */
  .c-nav__row2--product .c-nav__prodChips {
    display: flex;
    justify-content: flex-end; /* pushes chips to the right edge */
    min-width: 0;
  }
  /* Gap between chips and search button (matches ~32px) */
  .c-nav__row2--product .c-nav__prodSearch {
    margin-left: 32px;
  }
}
@media (min-width: 992px) {
  /* Default: hide overlay search */
  .c-nav__row2--product:not(.is-search-open) .c-nav__row2-search--overlay {
    display: none !important;
  }
  /* Open: chips hide entirely — the expanded search owns the row (1.8 spec:
     click search -> input expands right, mini hides, chips hide). Hide the
     rail INSIDE the col, not the col: the flex-growing column is what keeps
     the search pinned to the right edge. */
  .c-nav__row2--product.is-search-open .c-nav__prodChips .c-chipRail {
    display: none !important;
  }
  /* Open: show overlay search */
  .c-nav__row2--product.is-search-open .c-nav__row2-search--overlay {
    display: flex !important; /* keep base flex behavior */
  }
  .c-nav__row2--product.is-search-open .c-searchMini {
    display: none !important;
  }
}
.c-mega {
  position: static;
}

.dropdown.c-mega {
  display: inline-flex;
  align-items: center;
  gap: 1rem; /* 16px */
  /* keep Bootstrap dropdown behavior happy */
  position: static;
}

/* Full-bleed menu pinned to viewport */
.dropdown-menu.c-mega__menu {
  position: absolute; /* keep Bootstrap behavior */
  left: 0;
  right: 0;
  width: 100%;
  top: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 991.98px) {
  .dropdown-menu.c-mega__menu {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .dropdown-menu.c-mega__menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1), visibility 0s linear 300ms;
  }
  .dropdown-menu.c-mega__menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 300ms cubic-bezier(0.65, 0, 0.35, 1), visibility 0s;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-menu.c-mega__menu,
  .dropdown-menu.c-mega__menu.show {
    transition-duration: 0s;
  }
}
/* Bootstrap behaves like "rail | flexible middle | aside" */
@media (min-width: 992px) {
  /* Main two-column layout */
  .c-mega__layout {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  /* Rail: fixed width + divider */
  .c-mega__col--rail {
    width: 252px;
    position: relative;
    overflow: hidden;
    padding-right: 0 !important;
    padding-left: 0 !important;
    border-right: 0;
  }
  .c-mega__col--rail::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #DDE3E6;
    pointer-events: none;
  }
  /* Right side stacks top + chips */
  .c-mega__right {
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  /* Top row: content + aside */
  .c-mega__toprow {
    flex-wrap: nowrap;
  }
  /* Content: flexible */
  .c-mega__content-col {
    min-width: 0;
    border-right: 1px solid #DDE3E6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* Aside: fixed */
  .c-mega__aside-col {
    width: 320px;
  }
  /* Kill any legacy borders */
  .c-mega__actions {
    border-top: 0;
  }
}
.c-mega__asideSet {
  display: none;
}

.c-mega__asideSet.is-active {
  display: block;
}

.c-mega__panel {
  background: #FFFFFF;
  border-top: 1px solid #DDE3E6;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  padding: 1.5rem 0;
  overflow-x: clip;
}

.c-mega__panel .row > [class*=col] {
  min-width: 0;
}

/* Column 1: Rail */
.c-mega__rail {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.c-mega__rail-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #445B72;
  margin: 0;
  padding-left: 2.25rem;
}
@media (min-width: 768px) {
  .c-mega__rail-label {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-mega__rail-label {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-mega__rail-item {
  position: relative;
  width: 100%;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  appearance: none;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  gap: 0.5rem;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  background: transparent;
  cursor: pointer;
  padding: 0 1rem 0 2.25rem;
  color: #445B72;
  border-radius: 0;
  /* Rail item as a link (keeps exact same look as button) */
  /* Icon inside rail item */
}
@media (min-width: 768px) {
  .c-mega__rail-item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-mega__rail-item {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-mega__rail-item:hover {
  background: #F5F5F6;
  color: #192838;
  text-decoration: none;
}
.c-mega__rail-item.is-active {
  background: #F5F5F6;
  color: #192838;
}
.c-mega__rail-item.is-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #007C89;
  border-radius: 4px;
}
.c-mega__rail-item:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}
.c-mega__rail-item a.c-mega__rail-item {
  text-decoration: none;
  color: inherit;
}
.c-mega__rail-item .c-mega__rail-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: inherit;
}
.c-mega__rail-item .c-mega__rail-ic svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
}

.c-mega__category {
  display: none;
}

.c-mega__category.is-active {
  display: block;
}

.c-mega__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.c-mega__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.5rem;
  min-width: 0;
}

.c-mega__group-links {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-mega__group-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #007C89;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .c-mega__group-link {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .c-mega__group-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.c-mega__group-link:hover {
  text-decoration: underline;
}
.c-mega__group-link:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-mega__chevron {
  display: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("../src/icons/arrows/chevron-right-sm.svg") no-repeat center/contain;
  mask: url("../src/icons/arrows/chevron-right-sm.svg") no-repeat center/contain;
}

.c-mega__stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}

.c-mega__ptile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 0.5rem;
  border-radius: 4px;
  background: #FFFFFF;
  text-decoration: none;
  color: #192838;
  min-width: 0;
}
.c-mega__ptile:hover {
  background-color: rgba(25, 40, 56, 0.04);
  text-decoration: none;
}
.c-mega__ptile:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-mega__ptile-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-mega__ptile-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: color 150ms ease;
}
.c-mega__ptile-ic img,
.c-mega__ptile-ic svg {
  display: block;
  width: 24px;
  height: 24px;
}

.c-mega__ptile-ic--mask {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: var(--icon) no-repeat center/contain;
  mask: var(--icon) no-repeat center/contain;
}

.c-mega__ptile:hover .c-mega__ptile-ic {
  color: #007C89;
}

.c-mega__ptile-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  min-width: 0;
}
@media (min-width: 768px) {
  .c-mega__ptile-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-mega__ptile-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-mega__ptile-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
  min-width: 0;
}
@media (min-width: 768px) {
  .c-mega__ptile-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-mega__ptile-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  .c-mega__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/* List of links inside the “group” tile */
.c-mega__ptile-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-mega__ptile--card {
  gap: 0.5rem;
  background: transparent;
  border-radius: 4px;
  gap: 0.25rem;
}
.c-mega__ptile--card:hover {
  background-color: rgba(25, 40, 56, 0.04);
  text-decoration: none;
}
.c-mega__ptile--card:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-mega__ptile-media {
  width: 100%;
  height: 88px;
  border-radius: 8px;
  display: block;
}

/* Title */
.c-mega__ctile-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  display: block;
}
@media (min-width: 768px) {
  .c-mega__ctile-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-mega__ctile-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Subcopy */
.c-mega__ctile-sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-mega__ctile-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-mega__ctile-sub {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-mega__aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.c-mega__promo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 8px;
  background: #FFFFFF;
}

.c-mega__promo-img {
  width: 120px;
  height: auto;
  border-radius: 4px;
  display: block;
}

.c-mega__promo-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.c-mega__promo-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-mega__promo-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-mega__promo-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-mega__promo-link,
.c-mega__resource {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #007C89;
  text-decoration: none;
}
.c-mega__promo-link:hover,
.c-mega__resource:hover {
  text-decoration: underline;
}
.c-mega__promo-link:focus-visible,
.c-mega__resource:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-mega__promo-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-mega__promo-link {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .c-mega__promo-link {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-mega__resource {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-mega__resource {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .c-mega__resource {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-mega__resources {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 1rem;
}

.c-mega__resources-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-mega__resources-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-mega__resources-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* -----------------------------------------
   Chips row (under Column 2 content + aside)
------------------------------------------ */
.c-mega__chipsrow {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  padding-block: 1.5rem;
  padding-left: 1rem;
  border-top: 1px solid #DDE3E6;
  background: linear-gradient(90deg, #FFFFFF 0%, #EEF7F9 100%);
  margin-right: calc(-1 * calc((100vw - min(100vw, 1440px)) / 2 + 40px));
  padding-right: calc((100vw - min(100vw, 1440px)) / 2 + 40px);
  margin-bottom: -1.5rem;
}

.c-mega__chipsrow--business {
  background: linear-gradient(90deg, #FFFFFF 0%, #F6F5F4 100%);
}

.c-mega__actions {
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.c-mega__actions-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-mega__actions-label {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-mega__actions-label {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-mega__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 0;
}

.c-mega__chipSet {
  display: none;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 0;
}
.c-mega__chipSet.is-active {
  display: flex;
}

.c-mega__col--chips {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.c-mega__col--chips > div:first-child img {
  display: block;
  max-width: 220px;
  height: auto;
}

/* -------------------------------------------------------------------------- */
/* Search dropdown panel (basic styling until Coveo owns it) */
/* -------------------------------------------------------------------------- */
.dropdown-menu.c-search__panel {
  width: min(720px, 100vw - 48px);
  margin-top: 0.75rem;
  border-radius: 8px;
  border: 1px solid #DDE3E6;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
}

/* -------------------------------------------------------------------------- */
/* Explore trigger (mega menu button)                                          */
/* -------------------------------------------------------------------------- */
.c-mega__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem; /* 12px */
  cursor: pointer;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  /* IMPORTANT: use NO-MARGIN version so we don't need overrides */
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  /* IMPORTANT: do not hardcode line-height */
  line-height: inherit;
  color: #192838;
}
@media (min-width: 768px) {
  .c-mega__trigger {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-mega__trigger {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-mega__trigger:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

/* -------------------------------------------------------------------------- */
/* Explore trigger icon: hamburger -> close micro-animation                    */
/* -------------------------------------------------------------------------- */
.c-mega__burger {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-mega__burger-bar,
.c-mega__burger::before,
.c-mega__burger::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  transform: translateX(-50%);
  background: currentColor;
  border-radius: 9999px;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), top 180ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 140ms linear;
}

.c-mega__burger::before {
  top: 6px;
}

.c-mega__burger-bar {
  top: 12px;
}

.c-mega__burger::after {
  top: 18px;
}

/* OPEN state (Bootstrap flips aria-expanded on the trigger) */
.c-mega__trigger {
  transition: color 160ms ease-out;
}
.c-mega__trigger:hover {
  color: #00626E;
}
.c-mega__trigger:focus-visible {
  color: #007C89;
}

/* Open / selected state — already primary, must win */
.c-mega__trigger[aria-expanded=true] {
  color: #00626E;
}

.c-mega__trigger[aria-expanded=true] .c-mega__burger::before {
  top: 12px;
  transform: translateX(-50%) rotate(45deg);
}

.c-mega__trigger[aria-expanded=true] .c-mega__burger-bar {
  opacity: 0;
  transform: translateX(-50%) scaleX(0.6);
}

.c-mega__trigger[aria-expanded=true] .c-mega__burger::after {
  top: 12px;
  transform: translateX(-50%) rotate(-45deg);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dropdown-menu.c-mega__menu .c-mega__panel > .container {
    max-width: 1140px;
  }
}
.c-mega__rail-ic #arm {
  transform-box: fill-box;
  transform-origin: 0% 100%;
}

.c-mega__rail-ic svg {
  overflow: visible;
}

@keyframes c-mega-consultant-wave {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-20deg);
  }
  26% {
    transform: rotate(14deg);
  }
  42% {
    transform: rotate(-10deg);
  }
  58% {
    transform: rotate(7deg);
  }
  72% {
    transform: rotate(-4deg);
  }
  86% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.c-mega__rail-ic.is-greeting #arm,
.c-mega__rail-item:hover .c-mega__rail-ic #arm,
.c-mega__rail-item:focus-visible .c-mega__rail-ic #arm {
  animation: c-mega-consultant-wave 2400ms ease-in-out 1;
}

@media (prefers-reduced-motion: reduce) {
  .c-mega__rail-ic.is-greeting #arm,
  .c-mega__rail-item:hover .c-mega__rail-ic #arm,
  .c-mega__rail-item:focus-visible .c-mega__rail-ic #arm {
    animation: none;
  }
}
.c-offnav {
  background: #FFFFFF;
  width: 100vw;
  overflow-x: hidden;
}
.c-offnav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-offnav__body {
  padding: 1.5rem;
}
.c-offnav__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #192838;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.15s ease, color 0.15s ease, outline-color 0.15s ease;
}
.c-offnav__close img,
.c-offnav__close svg {
  width: 24px;
  height: 24px;
  display: block;
}
.c-offnav__close:active:not(:disabled):not(.is-disabled) {
  background-color: #DDE3E6;
}
@media (hover: hover) {
  .c-offnav__close:hover:not(:disabled):not(.is-disabled) {
    background-color: #F5F5F6;
  }
}
.c-offnav__close:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}
.c-offnav__close:disabled, .c-offnav__close.is-disabled {
  cursor: not-allowed;
  color: #97A9B6;
  background: transparent;
}
.c-offnav__header--l2 {
  align-items: flex-start;
}
.c-offnav__headerLeft {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-offnav__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.c-offnav__back {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  min-height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-offnav__back {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__back {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-offnav__back:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
.c-offnav__aside {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.5rem;
}
.c-offnav__promo {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: center;
}
.c-offnav__promoImg {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}
.c-offnav__promoTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #192838;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-offnav__promoTitle {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__promoTitle {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__promoLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #007C89;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-offnav__promoLink {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__promoLink {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__resourcesTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #192838;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-offnav__resourcesTitle {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__resourcesTitle {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__resources {
  display: grid;
  gap: 0;
}
.c-offnav__resource {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  color: #192838;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .c-offnav__resource {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__resource {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-offnav__resource::after {
  content: "";
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background-color: currentColor;
  -webkit-mask: url("../src/icons/arrows/chevron-right-sm.svg") center/contain no-repeat;
  mask: url("../src/icons/arrows/chevron-right-sm.svg") center/contain no-repeat;
}
.c-offnav__tabs {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #DDE3E6;
}
.c-offnav__list {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.c-offnav__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  background: transparent;
  border: 0;
  min-height: 52px;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #192838;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .c-offnav__item {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__item {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-offnav__item:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
@supports not selector(:focus-visible) {
  .c-offnav__item:focus {
    outline: 2px solid #1D75B2;
    outline-offset: 2px;
    border-radius: 4px;
  }
}
.c-offnav__ctaRow {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.c-offnav__links {
  padding-bottom: 1.5rem;
  display: grid;
  gap: 1rem;
}
.c-offnav__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  color: #192838;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .c-offnav__link {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__link {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-offnav__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-offnav__title {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__title {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}
.c-offnav__sectionLabel {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #445B72;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-offnav__sectionLabel {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__sectionLabel {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__actionRow {
  margin-bottom: 2rem;
}
.c-offnav__actionLabel {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  color: #445B72;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-offnav__actionLabel {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__actionLabel {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.c-offnav__itemLink {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  text-decoration: none;
  color: #192838;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
}
@media (min-width: 768px) {
  .c-offnav__itemLink {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-offnav__itemLink {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
.c-offnav__itemLink--l1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  color: #192838;
  text-decoration: none;
  min-height: 52px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .c-offnav__itemLink--l1 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__itemLink--l1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-offnav__chevron {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: block;
}
.c-offnav__chevron--inline {
  display: inline-block;
  vertical-align: middle;
}
.c-offnav__membership {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}
.c-offnav__membership-ic {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.c-offnav__membership-ic svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.c-offnav__membership-ic .arm {
  transform-box: fill-box;
  transform-origin: 0% 100%;
}

.c-offnav__membership-ic.is-greeting .arm,
.c-offnav__itemLink--l1:hover .c-offnav__membership-ic .arm,
.c-offnav__itemLink--l1:focus-visible .c-offnav__membership-ic .arm {
  animation: c-mega-consultant-wave 2400ms ease-in-out 1;
}

@media (prefers-reduced-motion: reduce) {
  .c-offnav__membership-ic.is-greeting .arm,
  .c-offnav__itemLink--l1:hover .c-offnav__membership-ic .arm,
  .c-offnav__itemLink--l1:focus-visible .c-offnav__membership-ic .arm {
    animation: none;
  }
}
.c-offnav .c-tabs {
  gap: 8px;
}

.c-offnav .c-tabs .c-tabs__item {
  font-size: 20px;
  line-height: 24px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.c-offnav {
  overflow-x: hidden;
}

.c-offnav__shell {
  display: flex;
  height: 100%;
  transform: translateX(0);
  transition: transform 240ms ease;
  will-change: transform;
}

.c-offnav__panel {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto;
}

.c-offnav__panel .offcanvas-body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.c-offnav.is-l2 .c-offnav__shell {
  transform: translateX(-100%);
}

.c-offnav__footer {
  flex: 0 0 auto;
  padding-top: 1.5rem;
  background: #FFFFFF;
  border-top: 1px solid #DDE3E6;
}

.c-offnav__footerLogos {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.c-offnav__footerLogos img {
  height: 100%;
  width: auto;
  display: block;
}

.c-offnav__footerCopy {
  color: #445B72;
}

.c-offnav__l2stack {
  padding-bottom: 1.5rem;
}

.c-offnav__l2stack .c-offnav__l2 {
  display: none;
}

.c-offnav__l2stack .c-offnav__l2.is-active {
  display: block;
}

.c-offnav.is-l2 .c-offnav__panel--l1 {
  pointer-events: none;
}

.c-offnav:not(.is-l2) .c-offnav__panel--l2 {
  pointer-events: none;
}

.c-offnav__itemBody {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  padding-right: 0.5rem;
}

.c-offnav__itemTop {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.c-offnav__itemIcon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  transition: color 150ms ease;
}

.c-offnav__itemIcon img,
.c-offnav__itemIcon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.c-offnav__itemIcon--mask {
  background-color: currentColor;
  -webkit-mask: var(--icon) no-repeat center/contain;
  mask: var(--icon) no-repeat center/contain;
}

.c-offnav__itemTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  font-size: 20px;
  line-height: 28px;
  color: #192838;
  transition: color 150ms ease;
}
@media (min-width: 768px) {
  .c-offnav__itemTitle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__itemTitle {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-offnav__itemDesc {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.012em;
  font-size: 14px;
  line-height: 20px;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-offnav__itemDesc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .c-offnav__itemDesc {
    font-size: 14px;
    line-height: 20px;
  }
}

.c-offnav__item:hover,
.c-offnav__itemLink--l1:hover,
.c-offnav__link:hover,
.c-offnav__resource:hover {
  color: #007C89;
}

.c-offnav__item,
.c-offnav__itemLink--l1,
.c-offnav__link,
.c-offnav__resource {
  transition: color 150ms ease;
}

.c-offnav__itemLink:hover .c-offnav__itemTitle,
.c-offnav__itemLink:hover .c-offnav__itemIcon {
  color: #007C89;
}

.c-offnav__thumb {
  width: 72px;
  height: 48px;
  border-radius: 8px;
  display: block;
}

.c-offnav__thumb--yellow {
  background: #F9E08C;
}

.c-offnav__thumb--mint {
  background: #CFE9E7;
}

.c-offnav__rule {
  border: 0;
  border-top: 1px solid #DDE3E6;
  margin: 1.5rem 0;
}

.c-offnav__groups {
  display: grid;
  gap: 2rem;
}

.c-offnav__groupTop {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.c-offnav__groupIcon img {
  width: 24px;
  height: 24px;
  display: block;
}

.c-offnav__groupTitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-offnav__groupTitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-offnav__groupTitle {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-offnav__groupLinks {
  display: grid;
  gap: 0.75rem;
}

.c-offnav__groupLink {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #007C89;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .c-offnav__groupLink {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-offnav__groupLink {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-offnav__l2 .c-offnav__list,
.c-offnav__l2 .c-offnav__groups {
  margin-bottom: 0;
}

.c-offnav__l2 .c-offnav__list > :last-child,
.c-offnav__l2 .c-offnav__groups > :last-child {
  margin-block-end: 0;
}

.c-hero {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.c-hero__row {
  position: relative;
}

.c-hero__media {
  width: 100%;
  --hero-r: 16px;
  --hero-r-tr: 128px;
  border-radius: var(--hero-r) var(--hero-r-tr) var(--hero-r) var(--hero-r);
  overflow: hidden;
}

.c-hero__image {
  display: block;
  width: 100%;
  height: auto;
}

.c-hero__card {
  padding: 0;
}

.c-hero__title {
  margin: 1rem 0 0.75rem;
  color: #192838;
}

.c-hero__copy {
  margin: 0 0 1.5rem;
  color: #192838;
}

.c-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.c-hero__cta {
  display: inline-flex;
}

.c-hero__link {
  margin-top: 1rem;
}

.c-hero--split {
  --hero-split-gap: 1.5rem;
}
.c-hero--split .c-hero__media {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 992px) {
  .c-hero--split .c-hero__media {
    justify-content: center;
  }
}
.c-hero--split .c-hero__card {
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .c-hero--split .c-hero__col-media,
  .c-hero--split .c-hero__col-content {
    box-sizing: border-box;
    min-width: 0;
  }
  .c-hero--split .c-hero__col-media {
    padding-right: calc(var(--hero-split-gap) / 2);
  }
  .c-hero--split .c-hero__col-content {
    padding-left: calc(var(--hero-split-gap) / 2);
  }
}

.c-hero--overlap .c-hero__media {
  aspect-ratio: 3 / 2;
  background: #F5F5F6;
}
.c-hero--overlap .c-hero__image {
  height: 100%;
  object-fit: cover;
}
.c-hero--overlap .c-hero__card {
  background: #fff;
  border: 1px solid #DDE3E6;
  border-radius: 16px;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  max-width: 670px;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem;
}

.c-hero--bento {
  position: relative;
  isolation: isolate;
}
.c-hero--bento .c-hero__card {
  padding: 1.5rem 0;
}

@media (min-width: 992px) {
  .c-hero--overlap .c-hero__card {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    margin-top: 0;
  }
  .c-hero--overlap .col-lg-5 {
    min-height: 100%;
  }
  .c-hero--bento::before {
    content: "";
    position: absolute;
    inset: 2rem 0 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(239, 246, 253, 0.9) 0%, rgba(238, 247, 249, 0.75) 50%, rgba(246, 245, 244, 0.65) 100%);
    border-radius: 16px;
  }
  .c-hero--bento .c-hero__row {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .c-hero--overlap .c-hero__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-hero--overlap .c-hero__card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    max-width: none;
    width: 100%;
    padding: 1.5rem 0;
  }
}
.page-template-header {
  padding-top: 4rem;
}

.member-hero .hero-promo-fields {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.25rem;
  margin: -0.25rem;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.member-hero .hero-image-wrapper.promo .hero-promo-fields {
  max-height: 300px;
  opacity: 1;
  margin-top: 1.5rem;
}
.member-hero .hero-image-wrapper.promo #togglePromo {
  display: none;
}
.member-hero .hero-image-wrapper.promo #togglePromoRemove {
  display: inline-flex;
}
.member-hero #refContainer,
.member-hero #promoContainer {
  display: none;
}
.member-hero #refContainer.active,
.member-hero #promoContainer.active {
  display: block;
}
.member-hero #refContainer.active:not(.removing) {
  animation: referralReveal 0.4s ease-out forwards;
}
.member-hero #refContainer.active.removing {
  display: block;
  animation: referralHide 0.4s ease-out forwards;
}
.member-hero #promoContainer.active:not(.removing) {
  animation: promoReveal 0.5s ease-out forwards;
}
.member-hero #promoContainer.active.removing {
  display: block;
  animation: promoHide 0.5s ease-out forwards;
}
.member-hero #togglePromoRemove {
  display: none;
}
.member-hero .promo-toggle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  padding: 0;
  border: 0;
  background: transparent;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .member-hero .promo-toggle {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .member-hero .promo-toggle {
    font-size: 20px;
    line-height: 28px;
  }
}
.member-hero .btn {
  margin-top: 1.5rem;
}
.member-hero .c-hero__card {
  margin-bottom: 1.5rem;
  padding: 0;
}
.member-hero .c-hero__kicker {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #5C7387;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .member-hero .c-hero__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .member-hero .c-hero__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}

@keyframes promoReveal {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes promoHide {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-1rem);
  }
}
@keyframes referralReveal {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes referralHide {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-1rem);
  }
}
.c-hero-carousel {
  padding: 1.5rem 0;
}

.c-hero-carousel__shell {
  max-width: 1312px;
  margin: 0 auto;
}

.c-hero-carousel__viewport {
  overflow: hidden;
}

.c-hero-carousel__track {
  display: flex;
}

.c-hero-carousel__slide {
  flex: 0 0 100%;
}

.c-hero-carousel__row {
  position: relative;
}

.c-hero-carousel__media {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
  --hero-r: 16px;
  --hero-r-tr: 128px;
  border-radius: var(--hero-r) var(--hero-r-tr) var(--hero-r) var(--hero-r);
  background: #F5F5F6;
}

.c-hero-carousel__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.c-hero-carousel__card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DDE3E6;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  width: 100%;
  margin-top: 2rem;
}

.c-hero-carousel__title {
  margin: 0.75rem 0 0.75rem;
}

.c-hero-carousel__copy {
  margin: 0 0 1rem;
  color: #445B72;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
}
@media (min-width: 768px) {
  .c-hero-carousel__copy {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}
@media (min-width: 992px) {
  .c-hero-carousel__copy {
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 12px;
  }
}

.c-hero-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.c-hero-carousel__nav {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
  color: #192838;
  cursor: pointer;
}
.c-hero-carousel__nav:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-hero-carousel__toggle {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
  color: #192838;
  cursor: pointer;
}
.c-hero-carousel__toggle:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}
.c-hero-carousel__toggle .c-hero-carousel__icon-play {
  display: none;
}
.c-hero-carousel__toggle.is-paused .c-hero-carousel__icon-pause {
  display: none;
}
.c-hero-carousel__toggle.is-paused .c-hero-carousel__icon-play {
  display: block;
}

.c-hero-carousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 4px 8px;
  margin: -4px -8px;
  border-radius: 9999px;
}
.c-hero-carousel__dots:focus-within {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}

.c-hero-carousel__dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 0;
  background: #768A9B;
  cursor: pointer;
}
.c-hero-carousel__dot.is-active {
  width: 56px;
  background: #2D4157;
}

/* Mid-range (lg only, 992–1199px): side-by-side columns, flat content (no card) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .c-hero-carousel__card {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 2rem;
  }
  .c-hero-carousel .col-lg-6:last-child {
    display: flex;
    align-items: center;
  }
}
/* Desktop (xl+): full card treatment with overlap */
@media (min-width: 1200px) {
  .c-hero-carousel__card {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2rem;
    left: -80px;
    right: 24px;
  }
  .c-hero-carousel .col-lg-6:last-child {
    min-height: 100%;
  }
}
/* Mobile/tablet: content first + flat content (no card), image below */
@media (max-width: 991.98px) {
  .c-hero-carousel__media {
    aspect-ratio: auto;
  }
  .c-hero-carousel__slide {
    interpolate-size: allow-keywords;
    transition: height 0.8s ease;
    overflow: hidden;
  }
  .c-hero-carousel__slide[aria-hidden=true] {
    height: 0;
  }
  .c-hero-carousel__row {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .c-hero-carousel__row > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .c-hero-carousel__card {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    padding: 1.5rem 0;
    max-width: none;
    width: 100%;
  }
}
.c-pathfinder-products__item {
  border-radius: 8px;
}
.c-pathfinder-products__item:hover .c-pathfinder-products__icon {
  border-color: rgba(0, 124, 137, 0.35);
  background-color: #F5F5F6;
}

.c-pathfinder-products__icon {
  border: 2px solid transparent;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

.c-pathfinder-products {
  padding: 3rem 0;
  text-align: center;
}

.c-pathfinder-products__mobile-ill {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.c-pathfinder-products__mobile-ill img {
  max-width: 220px;
  height: auto;
  display: block;
}

.c-pathfinder-products__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
  margin: 0 0 3rem 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-pathfinder-products__title {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-pathfinder-products__title {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}

.c-pathfinder-products__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 4rem;
  row-gap: 2rem;
}

.c-pathfinder-products__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #192838;
  padding: 0.5rem;
}
.c-pathfinder-products__item:hover {
  text-decoration: none;
}
.c-pathfinder-products__item:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-pathfinder-products__icon {
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: #F5F5F6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-pathfinder-products__icon img {
  width: 44px;
  height: 44px;
  display: block;
}

.c-pathfinder-products__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin: 0;
  margin-block-end: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  .c-pathfinder-products__label {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-pathfinder-products__label {
    font-size: 20px;
    line-height: 28px;
    margin-block-end: 16px;
  }
}

.c-pathfinder-products__item:hover .c-pathfinder-products__label {
  color: #007C89;
}

@media (max-width: 991.98px) {
  .c-pathfinder-products__list {
    justify-content: center;
  }
  .c-pathfinder-products__item {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}
@media (min-width: 992px) {
  .c-pathfinder-products__item {
    flex: 0 0 auto;
  }
}
.c-bento {
  padding: 4rem 0;
}
.c-bento .card {
  margin-bottom: 0;
  padding: 2rem;
}
@media (min-width: 992px) {
  .c-bento .card {
    padding: 3rem;
  }
}

.c-bento__header {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.c-bento__subheader {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #5C7387;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-bento__subheader {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-bento__subheader {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-bento__image {
  display: block;
  height: auto;
  margin-bottom: 1.5rem;
}

.c-bento__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-bento__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .c-bento__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.c-bento__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .c-bento__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-bento__desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-bento__grid {
  --bs-gutter-x: 0;
  margin-left: 0;
  margin-right: 0;
  gap: 2rem;
}
@media (min-width: 992px) {
  .c-bento__grid {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.c-bento__grid > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .c-bento__grid > .c-bento__stack:not(:first-child) {
    padding-left: 2rem;
  }
}

.c-bento__feature {
  display: flex;
}
.c-bento__feature > .card {
  flex: 1;
  width: 100%;
}

.c-bento__stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.c-bento__item {
  display: flex;
}
@media (min-width: 992px) {
  .c-bento__item {
    flex: 1;
  }
}

.c-bento__item > .card {
  flex: 1;
  width: 100%;
}

@media (min-width: 992px) {
  .c-bento__stack--trio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
  }
  .c-bento__stack--trio > .c-bento__item:first-child {
    grid-column: 1/-1;
  }
}

.c-bento__grid--quad > .c-bento__stack > .c-bento__item {
  flex: 0 0 auto;
}

.c-bento__item .card-body,
.c-bento__feature .card-body {
  flex: 1 1 auto;
}

.c-bento__item .card-footer,
.c-bento__feature .card-footer {
  margin-top: auto;
}

.c-bento .card-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}
.c-bento .card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.c-bento .card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-bento .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-bento .card-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-bento .card-img-top {
  border-radius: 8px;
}

.c-bento .c-link {
  color: #007C89;
}
.c-bento .c-link:hover {
  color: #007C89;
}

.c-bento .c-link__icon {
  width: 16px;
  height: 16px;
}

.c-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-tag {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-tag {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-tag--info {
  background: #EFF6FD;
  color: #1D75B2;
}

.c-checklist {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.c-checklist li {
  position: relative;
  padding-left: calc(20px + 0.75rem);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-checklist li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-checklist li {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-checklist li p {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-checklist li p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-checklist li p {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-checklist li p:last-child {
  margin-bottom: 0;
}
.c-checklist li a {
  display: inline;
}

.c-checklist__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  max-width: 20px !important;
  max-height: 20px !important;
  object-fit: contain;
}

.c-tooltip {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: #0D1723;
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 150ms ease, visibility 150ms ease;
}
@media (min-width: 768px) {
  .c-tooltip {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-tooltip {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}
.c-tooltip::after {
  content: "";
  position: absolute;
  border: 6px solid transparent;
}
.c-tooltip, .c-tooltip--top {
  bottom: calc(100% + 6px + 2px);
  left: 50%;
  transform: translateX(-50%);
}
.c-tooltip::after, .c-tooltip--top::after {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #0D1723;
}
.c-tooltip--bottom {
  top: calc(100% + 6px + 2px);
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-tooltip--bottom::after {
  bottom: 100%;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: transparent;
  border-bottom-color: #0D1723;
}
.c-tooltip--right {
  left: calc(100% + 6px + 2px);
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.c-tooltip--right::after {
  right: 100%;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: #0D1723;
}
.c-tooltip--left {
  right: calc(100% + 6px + 2px);
  left: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.c-tooltip--left::after {
  left: 100%;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-left-color: #0D1723;
}

.c-copy {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #007C89;
  transition: color 150ms ease;
  flex-shrink: 0;
}
.c-copy:hover {
  color: #007C89;
}
.c-copy:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-infoTip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: super;
  width: 0.875em;
  height: 0.875em;
  margin-inline: 0.15em;
  background: none;
  border: none;
  padding: 0;
  cursor: help;
  color: #445B72;
  transition: color 150ms ease;
  flex-shrink: 0;
}
.c-infoTip:hover, .c-infoTip:focus {
  color: #007C89;
}
.c-infoTip:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 9999px;
}

.c-infoTip__icon {
  width: 100%;
  height: 100%;
  display: block;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background-color: #0D1723;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .tooltip-inner {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .tooltip-inner {
    font-size: 16px;
    line-height: 24px;
  }
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #0D1723;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #0D1723;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: #0D1723;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: #0D1723;
}

.c-footer {
  background: linear-gradient(173deg, rgba(255, 255, 255, 0) 5%, rgba(43, 212, 245, 0.07) 35%, rgba(43, 212, 245, 0.14) 100%), #FFFFFF;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.c-footer li, .c-footer p {
  margin-block-end: 0;
}

.c-footer__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-footer__breadcrumb-list {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-footer__breadcrumb-list {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-footer__breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.c-footer__breadcrumb-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #007C89;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-footer__breadcrumb-item a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-footer__breadcrumb-item a {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-footer__breadcrumb-item a:hover {
  text-decoration: underline;
}
.c-footer__breadcrumb-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  background-color: #768A9B;
  -webkit-mask: url("/-/media/Images/icons/arrows/chevron-right-sm.svg") no-repeat center/contain;
  mask: url("/-/media/Images/icons/arrows/chevron-right-sm.svg") no-repeat center/contain;
}
.c-footer__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-footer__breadcrumb-item[aria-current=page] {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-footer__breadcrumb-item[aria-current=page] {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-footer__valuesWrap {
  position: relative;
}

.c-footer__values-track {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-footer__values-track {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .c-footer__values-track {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-footer__values-slide {
  min-width: 0;
}

.c-footer__values-slide > .card {
  width: auto;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.c-footer__values .card-body {
  gap: 1.5rem;
}

.c-footer__values .card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-footer__values .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-footer__values .card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-footer__support-title,
.c-footer__values-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  color: #192838;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-footer__support-title,
  .c-footer__values-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-footer__support-title,
  .c-footer__values-title {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-footer__support .c-chipRail__scroller {
  flex-wrap: wrap;
  overflow-x: visible;
  white-space: normal;
}

.c-footer__support .c-chipRail__nav {
  display: none;
}

.c-footer__links > .container > .row {
  --bs-gutter-x: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.c-footer__links > .container > .row > .col-12,
.c-footer__links > .container > .row > [class*=col-] {
  flex: 0 0 210px;
  max-width: 210px;
  width: 210px;
  padding-left: 0;
  padding-right: 0;
}

.c-footer__col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-footer__col-list a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #007C89;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-footer__col-list a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-footer__col-list a {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-footer__col-list a:hover {
  color: #007C89;
  text-decoration: underline;
}

.c-footer__col-list--social {
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}
.c-footer__col-list--social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  color: #192838;
  transition: color 150ms ease;
}
.c-footer__col-list--social a:hover {
  color: #007C89;
}

.c-footer__routing {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-top: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .c-footer__routing {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-footer__routing {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-footer__routing .c-copy img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(62%) saturate(4476%) hue-rotate(162deg) brightness(89%) contrast(101%);
}

.c-footer__terms p {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  margin: 0;
}
.c-footer__terms a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-footer__terms a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-footer__terms a {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-footer__terms a:hover {
  text-decoration: underline;
  color: #445B72;
}

.c-footer__logos {
  text-align: left;
}

.c-footer__logos-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0.75rem;
}

.c-footer__copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-footer__copyright {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-footer__copyright {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-footer__col-list a.c-footer__privacy {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.c-footer__col-list a.c-footer__privacy > div,
.c-footer__col-list a.c-footer__privacy > span {
  flex: 0 0 auto;
}

.c-disclosure {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: transparent;
}

.c-disclosure__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #192838;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-disclosure__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-disclosure__title {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-disclosure__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  padding: 0.5rem 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #007C89;
}
@media (min-width: 768px) {
  .c-disclosure__toggle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-disclosure__toggle {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-disclosure__toggle:hover {
  text-decoration: underline;
}
.c-disclosure__toggle:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
.c-disclosure__toggle[aria-expanded=true] .c-disclosure__toggle-icon {
  transform: rotate(180deg);
}

.c-disclosure__toggle-icon {
  transition: transform 200ms ease;
}

.c-disclosure__panel {
  margin-top: 1rem;
  border-radius: 8px;
}

.c-disclosure__panel:focus-within .c-disclosure__scroll {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-disclosure__scroll {
  max-height: 240px;
  overflow-y: auto;
  padding: 1.5rem 1rem;
  border: 1px solid #DDE3E6;
  border-radius: 8px;
  background: #FFFFFF;
  -webkit-overflow-scrolling: touch;
}
.c-disclosure[aria-expanded=true] .c-disclosure__scroll {
  max-height: none;
  overflow-y: visible;
}
.c-disclosure__scroll:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}
.c-disclosure__scroll p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .c-disclosure__scroll p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-disclosure__scroll p {
    font-size: 20px;
    line-height: 28px;
  }
}
.c-disclosure__scroll p:last-child {
  margin-bottom: 0;
}
.c-disclosure__scroll p sup {
  display: inline;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
.c-disclosure__scroll--has-footnotes p {
  padding-left: 2rem;
}
.c-disclosure__scroll--has-footnotes p.is-footnote > sup:first-of-type {
  display: inline-block;
  width: calc(2rem - 0.5rem);
  margin-left: -2rem;
  margin-right: 0.5rem;
  text-align: right;
  font-size: inherit;
  line-height: 1;
}

@supports not selector(:focus-visible) {
  .c-disclosure__scroll:focus {
    outline: 2px solid #1D75B2;
    outline-offset: 2px;
    border-radius: 8px;
  }
}
.c-disclosure__heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-disclosure__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-disclosure__heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.c-disclosure__heading + p + .c-disclosure__heading, .c-disclosure__heading + p + .c-disclosure__link + .c-disclosure__heading {
  margin-top: 1.5rem;
}

.c-disclosure__link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.c-disclosure__link img {
  width: 24px;
  height: 24px;
  transition: transform 150ms ease;
}
.c-disclosure__link:hover img {
  transform: translateX(2px);
}

.c-disclosure__scroll a,
.component-footnote a {
  text-decoration: underline;
}

.c-cardRow {
  padding: 4rem 0;
}

.c-cardRow--plain {
  padding: 2rem 0;
}

.c-cardRow__kicker {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #5C7387;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .c-cardRow__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-cardRow__kicker {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-cardRow__illustration {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

.c-cardRow__grid {
  --bs-gutter-y: 2rem;
}

.c-cardRow__header + .c-cardRow__carouselWrap {
  margin-top: -1.5rem;
}

.c-cardRow__carouselWrap {
  position: relative;
}
@media (max-width: 991.98px) {
  .c-cardRow__carouselWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 1.5rem;
    column-gap: 0.75rem;
  }
}

.c-cardRow__viewport {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .c-cardRow__viewport {
    flex: 0 0 100%;
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .c-cardRow__viewport {
    overflow: visible;
  }
}

.c-cardRow__viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  .c-cardRow__viewport::after {
    display: none;
  }
}

.c-cardRow__viewport::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 200ms ease;
}
@media (min-width: 992px) {
  .c-cardRow__viewport::before {
    display: none;
  }
}

.c-cardRow__carouselWrap.has-scroll-prev .c-cardRow__viewport::before {
  opacity: 1;
}

.c-cardRow__track {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}

.c-cardRow__tile {
  flex: 0 0 260px;
  min-width: 0;
}
@media (min-width: 992px) {
  .c-cardRow__tile {
    flex: 1 1 0%;
  }
}

.c-cardRow__tile > .card {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.c-cardRow__highlight {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-cardRow__highlight {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .c-cardRow__highlight {
    font-size: 40px;
    line-height: 52px;
  }
}

.c-cardRow__tile .card-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .c-cardRow__tile .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-cardRow__tile .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-cardRow__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #192838;
  cursor: pointer;
  transition: opacity 160ms ease;
}
.c-cardRow__nav:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}
@media (min-width: 992px) {
  .c-cardRow__nav {
    display: none !important;
  }
}

.c-cardRow__nav--prev {
  opacity: 0.3;
  pointer-events: none;
}
.c-cardRow__nav--prev.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.c-cardRow__nav--next.is-hidden {
  opacity: 0.3;
  pointer-events: none;
}

.c-cardRow__controls {
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (min-width: 992px) {
  .c-cardRow__controls {
    display: none;
  }
}

.c-cardRow__progress {
  width: 264px;
  flex-shrink: 0;
  height: 8px;
  background: #DDE3E6;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.c-cardRow__progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D4157;
  border-radius: 9999px;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.c-steps {
  padding: 4rem 0;
}

.c-steps__illustration {
  display: block;
  max-width: 128px;
  height: auto;
  margin-bottom: 2rem;
}

.c-steps__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-steps__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .c-steps__title {
    font-size: 32px;
    line-height: 44px;
  }
}

.c-steps__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .c-steps__desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-steps__desc {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-steps__grid {
  margin-top: 1.5rem;
  --bs-gutter-y: 2rem;
}
.c-steps__grid > [class*=col] {
  display: flex;
}
.c-steps__grid > [class*=col] > .card {
  flex: 1;
}

.c-steps__ctas {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.component-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.component-table .richtext,
.component-table .richtext h1,
.component-table .richtext .h1, .component-table .richtext h2, .component-table .richtext h3, .component-table .richtext .h3, .component-table .richtext h4, .component-table .richtext .h4, .component-table .richtext .h5, .component-table .richtext h5,
.component-table .richtext p, .component-table .richtext li, .component-table .richtext a, .component-table .richtext ol, .component-table .richtext ul {
  margin-bottom: 0;
}
.component-table td .richtext,
.component-table td .richtext h1,
.component-table td .richtext .h1, .component-table td .richtext h2, .component-table td .richtext h3, .component-table td .richtext .h3, .component-table td .richtext h4, .component-table td .richtext .h4, .component-table td .richtext .h5, .component-table td .richtext h5,
.component-table td .richtext p, .component-table td .richtext li, .component-table td .richtext a, .component-table td .richtext ol, .component-table td .richtext ul {
  margin-bottom: 0;
  line-height: inherit;
}
.component-table .richtext a {
  font-weight: inherit;
}
.component-table table {
  width: 100%;
  min-width: 640px;
}
.component-table table.table-mobile {
  display: none;
}
.component-table caption {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDE3E6;
}
@media (min-width: 768px) {
  .component-table caption {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .component-table caption {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-table caption .richtext a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .component-table caption .richtext a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .component-table caption .richtext a {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-table tr.last-child {
  border-bottom: 1px solid #DDE3E6;
}
.component-table tr.empty td {
  padding-bottom: 0;
}
.component-table td, .component-table th {
  padding: 0.75rem 0 0.75rem 1rem;
  vertical-align: top;
}
.component-table td:first-child, .component-table th:first-child {
  padding-left: 0;
}
.component-table th {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .component-table th {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .component-table th {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-table td,
.component-table td .richtext,
.component-table td .richtext h1,
.component-table td .richtext .h1, .component-table td .richtext h2, .component-table td .richtext h3, .component-table td .richtext .h3, .component-table td .richtext h4, .component-table td .richtext .h4, .component-table td .richtext .h5, .component-table td .richtext h5,
.component-table td .richtext p, .component-table td .richtext li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .component-table td,
  .component-table td .richtext,
  .component-table td .richtext h1,
  .component-table td .richtext .h1, .component-table td .richtext h2, .component-table td .richtext h3, .component-table td .richtext .h3, .component-table td .richtext h4, .component-table td .richtext .h4, .component-table td .richtext .h5, .component-table td .richtext h5,
  .component-table td .richtext p, .component-table td .richtext li {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .component-table td,
  .component-table td .richtext,
  .component-table td .richtext h1,
  .component-table td .richtext .h1, .component-table td .richtext h2, .component-table td .richtext h3, .component-table td .richtext .h3, .component-table td .richtext h4, .component-table td .richtext .h4, .component-table td .richtext .h5, .component-table td .richtext h5,
  .component-table td .richtext p, .component-table td .richtext li {
    font-size: 20px;
    line-height: 28px;
  }
}
.component-table td .component-button {
  text-align: center;
  width: 100%;
}
.component-table.table-cols-3 td, .component-table.table-cols-3 th {
  width: 33.3333%;
}
.component-table.table-cols-4 td, .component-table.table-cols-4 th {
  width: 25%;
}
.component-table.table-cols-5 td, .component-table.table-cols-5 th {
  width: 20%;
}
.component-table p {
  margin: 0.75rem 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .component-table p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .component-table p {
    font-size: 16px;
    line-height: 24px;
  }
}
.component-table tr {
  border-bottom: 1px solid #DDE3E6;
}
.component-table tr:last-child {
  border-color: #DDE3E6;
}
.component-table tr.first-child td {
  padding-top: 1rem;
}
.component-table tr.last-child td {
  padding-bottom: 1.5rem;
}

.c-compare {
  padding: 3rem 0;
}

.c-compare__header {
  text-align: center;
  margin-bottom: 3rem;
}

.c-compare__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-compare__title {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}
@media (min-width: 992px) {
  .c-compare__title {
    font-size: 32px;
    line-height: 44px;
    margin-block-end: 20px;
  }
}

.c-compare__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-compare__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.c-compare__table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .c-compare__table {
    overflow: visible;
  }
}

.c-compare__tableRow {
  display: flex;
}

.c-compare__rowLabel {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #0D1723;
  text-align: center;
  padding: 1rem 1rem;
  border-bottom: 1px solid #DDE3E6;
  background: #fff;
  width: 100%;
  min-width: calc(240px * 3);
}
@media (min-width: 768px) {
  .c-compare__rowLabel {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__rowLabel {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__cell {
  flex: 1 1 0%;
  min-width: 240px;
  padding: 1rem 1rem;
  text-align: center;
  border-bottom: 1px solid #DDE3E6;
}
.c-compare__cell:not(:last-child) {
  border-right: 1px solid #DDE3E6;
}
.c-compare__cell.is-hidden {
  display: none;
}

.c-compare__stripe--alt {
  background: #F5F5F6;
}
.c-compare__stripe--alt .c-compare__cell {
  background: #F5F5F6;
}

.c-compare__cell--header {
  position: relative;
  padding: 1.5rem 1rem 2rem;
  border-bottom: 1px solid #DDE3E6;
}

.c-compare__dismiss {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #445B72;
  cursor: pointer;
  border-radius: 8px;
  z-index: 1;
}
.c-compare__dismiss:hover {
  background: #F5F5F6;
  color: #192838;
}
.c-compare__dismiss:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 124, 137, 0.25);
}
.c-compare__table.is-min-reached .c-compare__dismiss {
  display: none;
}

.c-compare__dismissIcon {
  width: 16px;
  height: 16px;
}

.c-compare__cardHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.c-compare__cardImg {
  max-width: 200px;
  height: auto;
}

.c-compare__cardName {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #0D1723;
}
@media (min-width: 768px) {
  .c-compare__cardName {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-compare__cardName {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-compare__cardType {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-compare__cardType {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__cardType {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__cardCta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.c-compare__rowValue {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-compare__rowValue {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__rowValue {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__rowLink {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  display: block;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .c-compare__rowLink {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__rowLink {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__prequalify {
  text-align: left;
  padding: 3rem 0;
}

.c-compare__prequalifyTitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 0;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .c-compare__prequalifyTitle {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}
@media (min-width: 992px) {
  .c-compare__prequalifyTitle {
    font-size: 28px;
    line-height: 36px;
    margin-block-end: 16px;
  }
}

.c-compare__rates {
  padding: 3rem 0;
  background: #F5F5F6;
  border-top: 1px solid #DDE3E6;
  border-bottom: 1px solid #DDE3E6;
}

.c-compare__ratesTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .c-compare__ratesTitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__ratesTitle {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__ratesBody p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-compare__ratesBody p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-compare__ratesBody p {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-compare__ratesBody p + p {
  margin-top: 1rem;
}

.c-alert {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  border: 2px solid transparent;
  margin-bottom: 1.5rem;
  min-width: 275px;
  width: 100%;
}

.c-alert__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.c-alert__body {
  flex: 1;
  min-width: 0;
}
.c-alert__body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-alert__body p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-alert__body p {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-alert__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  margin-bottom: 0.125rem;
}
@media (min-width: 768px) {
  .c-alert__title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-alert__title {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-alert--info {
  background: #EFF6FD;
  border-color: #1D75B2;
  color: #192838;
}
.c-alert--info .c-alert__title {
  color: #192838;
}
.c-alert--info p {
  color: #192838;
}

.c-alert--success {
  background: #EEF8F2;
  border-color: #1F8051;
  color: #192838;
}
.c-alert--success .c-alert__title {
  color: #192838;
}
.c-alert--success p {
  color: #192838;
}

.c-alert--warning {
  background: #FFF6E2;
  border-color: #B95026;
  color: #192838;
}
.c-alert--warning .c-alert__title {
  color: #192838;
}
.c-alert--warning p {
  color: #192838;
}

.c-alert--danger {
  background: #FDF3F3;
  border-color: #D6282F;
  color: #192838;
}
.c-alert--danger .c-alert__title {
  color: #192838;
}
.c-alert--danger p {
  color: #192838;
}

.c-globalAlert {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  border-top: 2px solid;
  position: relative;
  animation: c-globalAlert-slide-in 280ms cubic-bezier(0.16, 1, 0.3, 1);
}
@media (prefers-reduced-motion: reduce) {
  .c-globalAlert {
    animation: none;
  }
}

@keyframes c-globalAlert-slide-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-globalAlert__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 1px;
}
.c-globalAlert__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.c-globalAlert__message {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  margin-block-end: 0;
}
.c-globalAlert__message strong,
.c-globalAlert__message b {
  font-weight: 600;
}
.c-globalAlert__message a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-globalAlert__message a:hover {
  text-decoration-thickness: 2px;
}

.c-globalAlert__dismiss {
  flex-shrink: 0;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #192838;
  margin: -0.75rem;
  margin-left: 0;
  transition: color 150ms ease;
}
.c-globalAlert__dismiss:hover {
  color: #2D4157;
}
.c-globalAlert__dismiss:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}
.c-globalAlert__dismiss svg {
  width: 20px;
  height: 20px;
  display: block;
}

.c-globalAlert--critical {
  background: #FDF3F3;
  border-top-color: #D6282F;
}
.c-globalAlert--critical .c-globalAlert__icon {
  color: #D6282F;
}
.c-globalAlert--critical .c-globalAlert__message a {
  color: #D6282F;
}

.c-globalAlert--warning {
  background: #FFF6E2;
  border-top-color: #B95026;
}
.c-globalAlert--warning .c-globalAlert__icon {
  color: #B95026;
}
.c-globalAlert--warning .c-globalAlert__message a {
  color: #B95026;
}

.c-globalAlert--info {
  background: #EFF6FD;
  border-top-color: #1D75B2;
}
.c-globalAlert--info .c-globalAlert__icon {
  color: #1D75B2;
}
.c-globalAlert--info .c-globalAlert__message a {
  color: #1D75B2;
}

.c-globalAlert--situational {
  background: #EEF8F2;
  border-top-color: #1F8051;
}
.c-globalAlert--situational .c-globalAlert__icon {
  color: #1F8051;
}
.c-globalAlert--situational .c-globalAlert__message a {
  color: #1F8051;
}

.c-form-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
}

.c-form-field__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #0D1723;
}
@media (min-width: 768px) {
  .c-form-field__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-form-field__label {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-form-field__input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.75rem 1rem;
  background: #FFFFFF;
  color: #192838;
  border: 1px solid #768A9B;
  border-radius: 8px;
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  appearance: none;
}
.c-form-field__input::placeholder {
  color: #768A9B;
}
.c-form-field__input:focus, .c-form-field__input:focus-visible {
  outline: 2px solid #1D75B2 !important;
  outline-offset: 2px;
  border-color: #1D75B2;
  box-shadow: none;
}
.c-form-field__input[readonly] {
  background: #F5F5F6;
  border-color: transparent;
  cursor: default;
}
.c-form-field__input[readonly]:focus, .c-form-field__input[readonly]:focus-visible {
  outline: none;
}
.c-form-field__input:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  color: #BAC7CE;
  cursor: not-allowed;
}
.c-form-field__input:disabled:focus, .c-form-field__input:disabled:focus-visible {
  outline: none;
}

.c-form-field__message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #445B72;
}
@media (min-width: 768px) {
  .c-form-field__message {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-form-field__message {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-form-field--error .c-form-field__label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.c-form-field--error .c-form-field__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../src/icons/notifications/error-filled.svg") center/contain no-repeat;
}
.c-form-field--error .c-form-field__input {
  border-width: 2px;
  border-color: #D6282F;
  background: #FDF3F3;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}
.c-form-field--error .c-form-field__message {
  color: #D6282F;
}

.c-form-field--success .c-form-field__input {
  border-width: 2px;
  border-color: #1F8051;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}

.c-form-field__input.is-invalid {
  border-width: 2px;
  border-color: #D6282F;
  background: #FDF3F3;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}

.c-form-field:has(.c-form-field__input.is-invalid) .c-form-field__message {
  color: #D6282F;
}

.form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0.75rem 1rem;
  background: #FFFFFF;
  color: #192838;
  border: 1px solid #768A9B;
  border-radius: 8px;
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
  appearance: none;
}
.form-control::placeholder {
  color: #768A9B;
}
.form-control:focus, .form-control:focus-visible {
  outline: 2px solid #1D75B2 !important;
  outline-offset: 2px;
  border-color: #1D75B2;
  box-shadow: none;
}
.form-control.error, .form-control.input-validation-error {
  border-width: 2px;
  border-color: #D6282F;
  background: #FDF3F3;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}
.form-control.success {
  border-width: 2px;
  border-color: #1F8051;
  background: #FFFFFF;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}
.form-control[readonly] {
  background: #F5F5F6;
  border-color: transparent;
  cursor: default;
}
.form-control:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  color: #BAC7CE;
  cursor: not-allowed;
}

.form-select {
  height: 48px;
  padding: 0.75rem 1rem;
  background-color: #FFFFFF;
  color: #192838;
  border: 1px solid #768A9B;
  border-radius: 8px;
  font-family: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none;
}
.form-select.input-validation-error {
  border-width: 2px;
  border-color: #D6282F;
  background-color: #FDF3F3;
  padding: calc(0.75rem - 1px) calc(1rem - 1px);
}
.form-select:focus, .form-select:focus-visible {
  outline: 2px solid #1D75B2 !important;
  outline-offset: 2px;
  border-color: #1D75B2;
  box-shadow: none;
}

input[type=checkbox]:focus, input[type=checkbox]:focus-visible,
input[type=date]:focus,
input[type=date]:focus-visible,
input[type=email]:focus,
input[type=email]:focus-visible,
input[type=password]:focus,
input[type=password]:focus-visible,
input[type=radio]:focus,
input[type=radio]:focus-visible,
input[type=tel]:focus,
input[type=tel]:focus-visible,
input[type=text]:focus,
input[type=text]:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}

input[type=checkbox]:focus, input[type=checkbox]:focus-visible,
input[type=radio]:focus,
input[type=radio]:focus-visible {
  outline-offset: 2px;
}

.errormsg,
.field-validation-error {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #D6282F;
}
@media (min-width: 768px) {
  .errormsg,
  .field-validation-error {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .errormsg,
  .field-validation-error {
    font-size: 16px;
    line-height: 24px;
  }
}

.field-validation-error {
  display: block;
  margin-bottom: 1rem;
}

.formItems .form-control:has(+ .field-validation-error),
.formItems .form-select:has(+ .field-validation-error),
form[action*=formbuilder] .form-control:has(+ .field-validation-error),
form[action*=formbuilder] .form-select:has(+ .field-validation-error) {
  margin-bottom: 0.5rem;
}

.formItems .form-label:has(+ .input-validation-error),
form[action*=formbuilder] .form-label:has(+ .input-validation-error) {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.formItems .form-label:has(+ .input-validation-error)::before,
form[action*=formbuilder] .form-label:has(+ .input-validation-error)::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../src/icons/notifications/error-filled.svg") center/contain no-repeat;
}

p.error,
p.error-radio {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #D6282F;
}
@media (min-width: 768px) {
  p.error,
  p.error-radio {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  p.error,
  p.error-radio {
    font-size: 16px;
    line-height: 24px;
  }
}

textarea.form-control {
  height: auto;
  min-height: calc(48px * 2.5);
}

.formItems label:has(> input[type=radio]),
.formItems label:has(> input[type=checkbox]),
form[action*=formbuilder] label:has(> input[type=radio]),
form[action*=formbuilder] label:has(> input[type=checkbox]) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #0D1723;
  cursor: pointer;
}
@media (min-width: 768px) {
  .formItems label:has(> input[type=radio]),
  .formItems label:has(> input[type=checkbox]),
  form[action*=formbuilder] label:has(> input[type=radio]),
  form[action*=formbuilder] label:has(> input[type=checkbox]) {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .formItems label:has(> input[type=radio]),
  .formItems label:has(> input[type=checkbox]),
  form[action*=formbuilder] label:has(> input[type=radio]),
  form[action*=formbuilder] label:has(> input[type=checkbox]) {
    font-size: 20px;
    line-height: 28px;
  }
}

.formItems .form-control,
.formItems .form-select,
form[action*=formbuilder] .form-control,
form[action*=formbuilder] .form-select {
  margin-bottom: 1rem;
}

.formItems .form-label,
form[action*=formbuilder] .form-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #0D1723;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .formItems .form-label,
  form[action*=formbuilder] .form-label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .formItems .form-label,
  form[action*=formbuilder] .form-label {
    font-size: 16px;
    line-height: 24px;
  }
}

.formItems fieldset,
form[action*=formbuilder] fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.formItems fieldset legend,
form[action*=formbuilder] fieldset legend {
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #0D1723;
}
@media (min-width: 768px) {
  .formItems fieldset legend,
  form[action*=formbuilder] fieldset legend {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .formItems fieldset legend,
  form[action*=formbuilder] fieldset legend {
    font-size: 16px;
    line-height: 24px;
  }
}

.formItems .required::after,
form[action*=formbuilder] .required::after {
  content: "*";
  padding-left: 0.125rem;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.c-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.c-radio-group--row {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.c-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  border: 2px solid transparent;
}
.c-radio:focus-within {
  border-color: #1D75B2;
}

.c-radio__input,
.formItems input[type=radio],
form[action*=formbuilder] input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  border: 1px solid #768A9B;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
}
.c-radio__input::after,
.formItems input[type=radio]::after,
form[action*=formbuilder] input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 150ms ease;
}
.c-radio__input:checked,
.formItems input[type=radio]:checked,
form[action*=formbuilder] input[type=radio]:checked {
  background: #2D4157;
  border-color: #2D4157;
}
.c-radio__input:checked::after,
.formItems input[type=radio]:checked::after,
form[action*=formbuilder] input[type=radio]:checked::after {
  opacity: 1;
}
.c-radio__input:hover:not(:disabled),
.formItems input[type=radio]:hover:not(:disabled),
form[action*=formbuilder] input[type=radio]:hover:not(:disabled) {
  border-color: #007C89;
}
.c-radio__input:checked:hover:not(:disabled),
.formItems input[type=radio]:checked:hover:not(:disabled),
form[action*=formbuilder] input[type=radio]:checked:hover:not(:disabled) {
  border-color: #2D4157;
}
.c-radio__input:focus, .c-radio__input:focus-visible,
.formItems input[type=radio]:focus,
.formItems input[type=radio]:focus-visible,
form[action*=formbuilder] input[type=radio]:focus,
form[action*=formbuilder] input[type=radio]:focus-visible {
  outline: none;
}
.c-radio__input:disabled,
.formItems input[type=radio]:disabled,
form[action*=formbuilder] input[type=radio]:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  cursor: not-allowed;
}
.c-radio__input:disabled:checked,
.formItems input[type=radio]:disabled:checked,
form[action*=formbuilder] input[type=radio]:disabled:checked {
  background: #768A9B;
  border-color: #768A9B;
}

.formItems input[type=radio]:focus-visible,
form[action*=formbuilder] input[type=radio]:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}

.c-radio__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  cursor: pointer;
  padding-top: 1px;
}
@media (min-width: 768px) {
  .c-radio__label {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-radio__label {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-radio__input:disabled ~ .c-radio__label {
  color: #768A9B;
  cursor: not-allowed;
}

.c-radio__message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #D6282F;
}
@media (min-width: 768px) {
  .c-radio__message {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-radio__message {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-radio--error {
  flex-wrap: wrap;
}
.c-radio--error .c-radio__input {
  border-color: #D6282F;
}
.c-radio--error .c-radio__input:checked {
  background: #D6282F;
  border-color: #D6282F;
}
.c-radio--error .c-radio__label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.c-radio--error .c-radio__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../src/icons/notifications/error-filled.svg") center/contain no-repeat;
}
.c-radio--error .c-radio__message {
  width: 100%;
}

.radiobuttons label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  float: none;
  clear: none;
}
@media (min-width: 768px) {
  .radiobuttons label {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .radiobuttons label {
    font-size: 20px;
    line-height: 28px;
  }
}
.radiobuttons label span {
  display: inline;
  margin-left: 0;
}
.radiobuttons label.errormsg, .radiobuttons label.field-validation-error {
  color: #D6282F;
}
.radiobuttons input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  float: none;
  vertical-align: middle;
  border: 1px solid #768A9B;
  border-radius: 50%;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
}
.radiobuttons input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFFFFF;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 150ms ease;
}
.radiobuttons input[type=radio]:checked {
  background: #2D4157;
  border-color: #2D4157;
}
.radiobuttons input[type=radio]:checked::after {
  opacity: 1;
}
.radiobuttons input[type=radio]:hover:not(:disabled) {
  border-color: #007C89;
}
.radiobuttons input[type=radio]:checked:hover:not(:disabled) {
  border-color: #2D4157;
}
.radiobuttons input[type=radio]:focus, .radiobuttons input[type=radio]:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}
.radiobuttons input[type=radio]:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  cursor: not-allowed;
}
.radiobuttons input[type=radio]:disabled:checked {
  background: #768A9B;
  border-color: #768A9B;
}
.radiobuttons input[type=radio]:disabled + label, .radiobuttons input[type=radio]:disabled ~ label {
  color: #768A9B;
  cursor: not-allowed;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 0.25rem 0.5rem;
  border-radius: 8px;
  border: 2px solid transparent;
  margin: 0;
}
.form-check:focus-within {
  border-color: #1D75B2;
}

.form-check-inline {
  display: inline-flex;
}

.form-check-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.form-check-group--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.form-check-input[type=checkbox],
.formItems input[type=checkbox],
form[action*=formbuilder] input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  flex-shrink: 0;
  border: 1px solid #768A9B;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
}
.form-check-input[type=checkbox]::after,
.formItems input[type=checkbox]::after,
form[action*=formbuilder] input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-mask: url("../src/icons/components/check.svg") center/contain no-repeat;
  mask: url("../src/icons/components/check.svg") center/contain no-repeat;
  opacity: 0;
  transition: opacity 150ms ease;
}
.form-check-input[type=checkbox]:checked,
.formItems input[type=checkbox]:checked,
form[action*=formbuilder] input[type=checkbox]:checked {
  background: #2D4157;
  border-color: #2D4157;
}
.form-check-input[type=checkbox]:checked::after,
.formItems input[type=checkbox]:checked::after,
form[action*=formbuilder] input[type=checkbox]:checked::after {
  opacity: 1;
}
.form-check-input[type=checkbox]:indeterminate,
.formItems input[type=checkbox]:indeterminate,
form[action*=formbuilder] input[type=checkbox]:indeterminate {
  background: #2D4157;
  border-color: #2D4157;
}
.form-check-input[type=checkbox]:indeterminate::after,
.formItems input[type=checkbox]:indeterminate::after,
form[action*=formbuilder] input[type=checkbox]:indeterminate::after {
  opacity: 1;
  -webkit-mask: url("../src/icons/components/indeterminite.svg") center/contain no-repeat;
  mask: url("../src/icons/components/indeterminite.svg") center/contain no-repeat;
}
.form-check-input[type=checkbox]:hover:not(:disabled),
.formItems input[type=checkbox]:hover:not(:disabled),
form[action*=formbuilder] input[type=checkbox]:hover:not(:disabled) {
  border-color: #007C89;
}
.form-check-input[type=checkbox]:checked:hover:not(:disabled), .form-check-input[type=checkbox]:indeterminate:hover:not(:disabled),
.formItems input[type=checkbox]:checked:hover:not(:disabled),
.formItems input[type=checkbox]:indeterminate:hover:not(:disabled),
form[action*=formbuilder] input[type=checkbox]:checked:hover:not(:disabled),
form[action*=formbuilder] input[type=checkbox]:indeterminate:hover:not(:disabled) {
  border-color: #2D4157;
}
.form-check-input[type=checkbox]:focus, .form-check-input[type=checkbox]:focus-visible,
.formItems input[type=checkbox]:focus,
.formItems input[type=checkbox]:focus-visible,
form[action*=formbuilder] input[type=checkbox]:focus,
form[action*=formbuilder] input[type=checkbox]:focus-visible {
  outline: none;
}
.form-check-input[type=checkbox]:disabled,
.formItems input[type=checkbox]:disabled,
form[action*=formbuilder] input[type=checkbox]:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  cursor: not-allowed;
}
.form-check-input[type=checkbox]:disabled:checked, .form-check-input[type=checkbox]:disabled:indeterminate,
.formItems input[type=checkbox]:disabled:checked,
.formItems input[type=checkbox]:disabled:indeterminate,
form[action*=formbuilder] input[type=checkbox]:disabled:checked,
form[action*=formbuilder] input[type=checkbox]:disabled:indeterminate {
  background: #768A9B;
  border-color: #768A9B;
}

.formItems input[type=checkbox]:focus-visible,
form[action*=formbuilder] input[type=checkbox]:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}

.form-check-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  cursor: pointer;
  padding-top: 1px;
  margin: 0;
}
@media (min-width: 768px) {
  .form-check-label {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .form-check-label {
    font-size: 20px;
    line-height: 28px;
  }
}

.form-check-input:disabled ~ .form-check-label {
  color: #768A9B;
  cursor: not-allowed;
}

.form-check__message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #D6282F;
}
@media (min-width: 768px) {
  .form-check__message {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .form-check__message {
    font-size: 16px;
    line-height: 24px;
  }
}

.form-check--error .form-check-input[type=checkbox],
.form-check:has(.form-check-input.is-invalid) .form-check-input[type=checkbox] {
  border-color: #D6282F;
}
.form-check--error .form-check-input[type=checkbox]:checked, .form-check--error .form-check-input[type=checkbox]:indeterminate,
.form-check:has(.form-check-input.is-invalid) .form-check-input[type=checkbox]:checked,
.form-check:has(.form-check-input.is-invalid) .form-check-input[type=checkbox]:indeterminate {
  background: #D6282F;
  border-color: #D6282F;
}
.form-check--error .form-check-label,
.form-check:has(.form-check-input.is-invalid) .form-check-label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.form-check--error .form-check-label::before,
.form-check:has(.form-check-input.is-invalid) .form-check-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("../src/icons/notifications/error-filled.svg") center/contain no-repeat;
}

.checkboxes label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  float: none;
  clear: none;
}
@media (min-width: 768px) {
  .checkboxes label {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .checkboxes label {
    font-size: 20px;
    line-height: 28px;
  }
}
.checkboxes label span {
  display: inline;
  margin-left: 0;
  margin-right: 0;
}
.checkboxes label.errormsg, .checkboxes label.field-validation-error {
  color: #D6282F;
}
.checkboxes label.errormsg input[type=checkbox], .checkboxes label.field-validation-error input[type=checkbox] {
  border-color: #D6282F;
}
.checkboxes label.errormsg input[type=checkbox]:checked, .checkboxes label.errormsg input[type=checkbox]:indeterminate, .checkboxes label.field-validation-error input[type=checkbox]:checked, .checkboxes label.field-validation-error input[type=checkbox]:indeterminate {
  background: #D6282F;
  border-color: #D6282F;
}
.checkboxes input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0;
  flex-shrink: 0;
  float: none;
  vertical-align: middle;
  border: 1px solid #768A9B;
  border-radius: 4px;
  background: #FFFFFF;
  cursor: pointer;
  position: relative;
  transition: background 150ms ease, border-color 150ms ease;
}
.checkboxes input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  -webkit-mask: url("../src/icons/components/check.svg") center/contain no-repeat;
  mask: url("../src/icons/components/check.svg") center/contain no-repeat;
  opacity: 0;
  transition: opacity 150ms ease;
}
.checkboxes input[type=checkbox]:checked {
  background: #2D4157;
  border-color: #2D4157;
}
.checkboxes input[type=checkbox]:checked::after {
  opacity: 1;
}
.checkboxes input[type=checkbox]:indeterminate {
  background: #2D4157;
  border-color: #2D4157;
}
.checkboxes input[type=checkbox]:indeterminate::after {
  opacity: 1;
  -webkit-mask: url("../src/icons/components/indeterminite.svg") center/contain no-repeat;
  mask: url("../src/icons/components/indeterminite.svg") center/contain no-repeat;
}
.checkboxes input[type=checkbox]:hover:not(:disabled) {
  border-color: #007C89;
}
.checkboxes input[type=checkbox]:checked:hover:not(:disabled), .checkboxes input[type=checkbox]:indeterminate:hover:not(:disabled) {
  border-color: #2D4157;
}
.checkboxes input[type=checkbox]:focus, .checkboxes input[type=checkbox]:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
}
.checkboxes input[type=checkbox]:disabled {
  background: #F5F5F6;
  border-color: #DDE3E6;
  cursor: not-allowed;
}
.checkboxes input[type=checkbox]:disabled:checked, .checkboxes input[type=checkbox]:disabled:indeterminate {
  background: #768A9B;
  border-color: #768A9B;
}
.checkboxes input[type=checkbox]:disabled + label, .checkboxes input[type=checkbox]:disabled ~ label, .checkboxes input[type=checkbox]:disabled ~ span {
  color: #768A9B;
  cursor: not-allowed;
}

.c-stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.c-stepper__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #445B72;
}

.c-stepper__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F5F5F6;
  color: #192838;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-stepper__num {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-stepper__num {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-stepper__label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
  color: #192838;
  font-style: normal;
}
@media (min-width: 768px) {
  .c-stepper__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-stepper__label {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-stepper__connector {
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: #DDE3E6;
  flex-shrink: 0;
}

.c-stepper__item.is-active .c-stepper__num {
  background: #2D4157;
  color: #fff;
}
.c-stepper__item.is-active .c-stepper__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-stepper__item.is-active .c-stepper__label {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-stepper__item.is-active .c-stepper__label {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-stepper__item.is-complete .c-stepper__num {
  background: #2D4157;
  color: #fff;
}

@media (max-width: 767.98px) {
  .c-stepper {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .c-stepper__connector {
    display: none;
  }
}
.c-quoteCarousel {
  position: relative;
  background: #F5F5F6;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  min-width: 0;
  max-width: 100%;
}

.c-quoteCarousel__viewport {
  overflow: hidden;
}

.c-quoteCarousel__track {
  display: flex;
}

.c-quoteCarousel__slide {
  flex: 0 0 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.c-quoteCarousel__avatar {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 999px;
  object-fit: cover;
  display: block;
}

.c-quoteCarousel__content {
  text-align: center;
  margin: 0;
}

.c-quoteCarousel__quote {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.012em;
  color: #445B72;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .c-quoteCarousel__quote {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .c-quoteCarousel__quote {
    font-size: 24px;
    line-height: 32px;
  }
}

.c-quoteCarousel__attribution {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.012em;
  color: #192838;
}
@media (min-width: 768px) {
  .c-quoteCarousel__attribution {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .c-quoteCarousel__attribution {
    font-size: 16px;
    line-height: 24px;
  }
}

.c-quoteCarousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.c-quoteCarousel__nav {
  width: 44px;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background: transparent;
  color: #192838;
  cursor: pointer;
}
.c-quoteCarousel__nav:disabled {
  opacity: 0.3;
  cursor: default;
}
.c-quoteCarousel__nav:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 8px;
}

.c-quoteCarousel__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.c-quoteCarousel__dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  padding: 0;
  border: 0;
  background: #768A9B;
  cursor: pointer;
  transition: width 0.2s ease, background-color 0.2s ease;
}
.c-quoteCarousel__dot.is-active {
  width: 56px;
  background: #2D4157;
}
.c-quoteCarousel__dot:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 999px;
}

@media (max-width: 767.98px) {
  .c-quoteCarousel {
    padding: 1.5rem 1rem;
  }
}
.c-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.c-modal.is-open {
  display: flex;
}

.c-modal__dialog {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 600px;
  max-width: calc(100% - 1rem * 2);
  max-height: calc(100vh - 1rem * 2);
  padding: 2rem;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.c-modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .c-modal__title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .c-modal__title {
    font-size: 28px;
    line-height: 36px;
  }
}

.c-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #192838;
}
.c-modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
}
.c-modal__close:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.c-modal__body {
  color: #192838;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-modal__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .c-modal__body p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .c-modal__body p {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  justify-content: center;
  align-items: center;
  outline: 0;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.modal.show {
  display: flex !important;
}

.modal-dialog {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 600px;
  max-width: calc(100% - 1rem * 2);
  max-height: calc(100vh - 1rem * 2);
  margin: 0;
  pointer-events: auto;
}

.modal-dialog.modal-lg,
.modal-dialog.modal-xl {
  width: 800px;
}

.modal-content,
.overlay .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  background: #FFFFFF;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12);
  margin: 0;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
  border-bottom: 0;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #192838;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .modal-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.modal-body,
.overlay .modal-content .modal-body {
  padding: 0;
  color: #192838;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-body p,
.overlay .modal-content .modal-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.012em;
}
@media (min-width: 768px) {
  .modal-body p,
  .overlay .modal-content .modal-body p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .modal-body p,
  .overlay .modal-content .modal-body p {
    font-size: 20px;
    line-height: 28px;
  }
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0;
  border-top: 0;
}

.modal .promo-close,
.overlay .promo-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #192838;
  text-decoration: none;
}
.modal .promo-close .icon::before,
.overlay .promo-close .icon::before {
  color: inherit;
}
.modal .promo-close:hover, .modal .promo-close:focus,
.overlay .promo-close:hover,
.overlay .promo-close:focus {
  color: #007C89;
}
.modal .promo-close:focus-visible,
.overlay .promo-close:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
}

.modal-header .btn-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  opacity: 1;
}
.modal-header .btn-close:focus-visible {
  outline: 2px solid #1D75B2;
  outline-offset: 2px;
  border-radius: 4px;
  box-shadow: none;
}

#truste-consent-content {
  border-radius: 16px !important;
  box-shadow: 0 15px 20px rgba(16, 47, 67, 0.12) !important;
}
